diff options
author | William Joye <wjoye@cfa.harvard.edu> | 2018-02-12 18:49:43 (GMT) |
---|---|---|
committer | William Joye <wjoye@cfa.harvard.edu> | 2018-02-12 18:49:43 (GMT) |
commit | cd149224089a74e04a54437f282afd4cd1981666 (patch) | |
tree | 56eddd57f800f8e1c998933acfc9ce5fd57e48e8 /tksao/magnifier | |
parent | 4fd0c6169d4ababad229cd7a67157f35df5287ad (diff) | |
download | blt-cd149224089a74e04a54437f282afd4cd1981666.zip blt-cd149224089a74e04a54437f282afd4cd1981666.tar.gz blt-cd149224089a74e04a54437f282afd4cd1981666.tar.bz2 |
up copyright
Diffstat (limited to 'tksao/magnifier')
-rw-r--r-- | tksao/magnifier/lex.C | 2 | ||||
-rw-r--r-- | tksao/magnifier/lex.L | 2 | ||||
-rw-r--r-- | tksao/magnifier/magnifier.C | 2 | ||||
-rw-r--r-- | tksao/magnifier/magnifier.h | 2 | ||||
-rw-r--r-- | tksao/magnifier/magnifiertrue.C | 2 | ||||
-rw-r--r-- | tksao/magnifier/magnifiertrue.h | 2 | ||||
-rw-r--r-- | tksao/magnifier/parser.Y | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/tksao/magnifier/lex.C b/tksao/magnifier/lex.C index 6352657..d661a30 100644 --- a/tksao/magnifier/lex.C +++ b/tksao/magnifier/lex.C @@ -479,7 +479,7 @@ static yyconst flex_int16_t yy_chk[224] = #define YY_MORE_ADJ 0 #define YY_RESTORE_YY_MORE_OFFSET #line 1 "magnifier/lex.L" -/* Copyright (C) 1999-2017 +/* Copyright (C) 1999-2018 * Smithsonian Astrophysical Observatory, Cambridge, MA, USA * For conditions of distribution and use, see copyright notice in "copyright" */ diff --git a/tksao/magnifier/lex.L b/tksao/magnifier/lex.L index ecad90e..6b1c30b 100644 --- a/tksao/magnifier/lex.L +++ b/tksao/magnifier/lex.L @@ -1,4 +1,4 @@ -/* Copyright (C) 1999-2017 +/* Copyright (C) 1999-2018 * Smithsonian Astrophysical Observatory, Cambridge, MA, USA * For conditions of distribution and use, see copyright notice in "copyright" */ diff --git a/tksao/magnifier/magnifier.C b/tksao/magnifier/magnifier.C index 1b83cc3..ae9797e 100644 --- a/tksao/magnifier/magnifier.C +++ b/tksao/magnifier/magnifier.C @@ -1,4 +1,4 @@ -// Copyright (C) 1999-2017 +// Copyright (C) 1999-2018 // Smithsonian Astrophysical Observatory, Cambridge, MA, USA // For conditions of distribution and use, see copyright notice in "copyright" diff --git a/tksao/magnifier/magnifier.h b/tksao/magnifier/magnifier.h index af29a6e..c007fe8 100644 --- a/tksao/magnifier/magnifier.h +++ b/tksao/magnifier/magnifier.h @@ -1,4 +1,4 @@ -// Copyright (C) 1999-2017 +// Copyright (C) 1999-2018 // Smithsonian Astrophysical Observatory, Cambridge, MA, USA // For conditions of distribution and use, see copyright notice in "copyright" diff --git a/tksao/magnifier/magnifiertrue.C b/tksao/magnifier/magnifiertrue.C index 2c965c4..d022f62 100644 --- a/tksao/magnifier/magnifiertrue.C +++ b/tksao/magnifier/magnifiertrue.C @@ -1,4 +1,4 @@ -// Copyright (C) 1999-2017 +// Copyright (C) 1999-2018 // Smithsonian Astrophysical Observatory, Cambridge, MA, USA // For conditions of distribution and use, see copyright notice in "copyright" diff --git a/tksao/magnifier/magnifiertrue.h b/tksao/magnifier/magnifiertrue.h index 5aa3c4e..4fc228d 100644 --- a/tksao/magnifier/magnifiertrue.h +++ b/tksao/magnifier/magnifiertrue.h @@ -1,4 +1,4 @@ -// Copyright (C) 1999-2017 +// Copyright (C) 1999-2018 // Smithsonian Astrophysical Observatory, Cambridge, MA, USA // For conditions of distribution and use, see copyright notice in "copyright" diff --git a/tksao/magnifier/parser.Y b/tksao/magnifier/parser.Y index 6b81e56..9800218 100644 --- a/tksao/magnifier/parser.Y +++ b/tksao/magnifier/parser.Y @@ -1,4 +1,4 @@ -// Copyright (C) 1999-2017 +// Copyright (C) 1999-2018 // Smithsonian Astrophysical Observatory, Cambridge, MA, USA // For conditions of distribution and use, see copyright notice in "copyright" |