changeset 15:e9d13c7ffeb1

Update header comment.
author Mikhail Kryshen <mikhail@kryshen.net>
date Tue, 24 Mar 2009 18:51:47 +0300
parents 992793931a2f
children 5a38106d7a21
files misc/util/header misc/util/update_headers.pl src/kryshen/tema/Context.java src/kryshen/tema/Function.java src/kryshen/tema/FunctionDataParser.java src/kryshen/tema/GlobalContext.java src/kryshen/tema/Tema.java src/kryshen/tema/TemplateException.java src/kryshen/tema/TemplateParser.java src/kryshen/tema/ant/TemaTask.java src/kryshen/tema/demo/DemoFrame.java src/kryshen/tema/demo/Hello.java src/kryshen/tema/functions/Control.java src/kryshen/tema/functions/Database.java src/kryshen/tema/functions/Define.java src/kryshen/tema/functions/IO.java src/kryshen/tema/functions/ImageConverter.java src/kryshen/tema/functions/Standard.java src/kryshen/tema/functions/Strings.java src/kryshen/tema/io/CopyWriter.java src/kryshen/tema/io/NullWriter.java src/kryshen/tema/io/ReplaceWriter.java src/kryshen/tema/io/TemplateReader.java
diffstat 22 files changed, 22 insertions(+), 66 deletions(-) [+]
line diff
     1.1 --- a/misc/util/header	Tue Mar 24 17:57:28 2009 +0300
     1.2 +++ b/misc/util/header	Tue Mar 24 18:51:47 2009 +0300
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - *  Copyright 2006-2008 Mikhail Kryshen
     1.6 + *  Copyright 2006-2009 Mikhail Kryshen
     1.7   *
     1.8   *  This file is part of Tema.
     1.9   *
    1.10 @@ -16,6 +16,4 @@
    1.11   *  You should have received a copy of the 
    1.12   *  GNU Lesser General Public License along with Tema.  
    1.13   *  If not, see <http://www.gnu.org/licenses/>.
    1.14 - *
    1.15 - *  $Id: $
    1.16   */
     2.1 --- a/src/kryshen/tema/Context.java	Tue Mar 24 17:57:28 2009 +0300
     2.2 +++ b/src/kryshen/tema/Context.java	Tue Mar 24 18:51:47 2009 +0300
     2.3 @@ -1,5 +1,5 @@
     2.4  /*
     2.5 - *  Copyright 2006-2008 Mikhail Kryshen
     2.6 + *  Copyright 2006-2009 Mikhail Kryshen
     2.7   *
     2.8   *  This file is part of Tema.
     2.9   *
    2.10 @@ -16,8 +16,6 @@
    2.11   *  You should have received a copy of the 
    2.12   *  GNU Lesser General Public License along with Tema.  
    2.13   *  If not, see <http://www.gnu.org/licenses/>.
    2.14 - *
    2.15 - *  $Id: Context.java,v 1.11 2008/02/19 16:21:00 mikhail Exp $
    2.16   */
    2.17  
    2.18  package kryshen.tema;
     3.1 --- a/src/kryshen/tema/Function.java	Tue Mar 24 17:57:28 2009 +0300
     3.2 +++ b/src/kryshen/tema/Function.java	Tue Mar 24 18:51:47 2009 +0300
     3.3 @@ -1,5 +1,5 @@
     3.4  /*
     3.5 - *  Copyright 2006-2008 Mikhail Kryshen
     3.6 + *  Copyright 2006-2009 Mikhail Kryshen
     3.7   *
     3.8   *  This file is part of Tema.
     3.9   *
    3.10 @@ -16,8 +16,6 @@
    3.11   *  You should have received a copy of the 
    3.12   *  GNU Lesser General Public License along with Tema.  
    3.13   *  If not, see <http://www.gnu.org/licenses/>.
    3.14 - *
    3.15 - *  $Id: Function.java,v 1.13 2008/02/19 16:21:00 mikhail Exp $
    3.16   */
    3.17  
    3.18  package kryshen.tema;
     4.1 --- a/src/kryshen/tema/FunctionDataParser.java	Tue Mar 24 17:57:28 2009 +0300
     4.2 +++ b/src/kryshen/tema/FunctionDataParser.java	Tue Mar 24 18:51:47 2009 +0300
     4.3 @@ -1,5 +1,5 @@
     4.4  /*
     4.5 - *  Copyright 2006-2008 Mikhail Kryshen
     4.6 + *  Copyright 2006-2009 Mikhail Kryshen
     4.7   *
     4.8   *  This file is part of Tema.
     4.9   *
    4.10 @@ -16,8 +16,6 @@
    4.11   *  You should have received a copy of the 
    4.12   *  GNU Lesser General Public License along with Tema.  
    4.13   *  If not, see <http://www.gnu.org/licenses/>.
    4.14 - *
    4.15 - *  $Id: FunctionDataParser.java,v 1.27 2008/02/16 17:56:34 mikhail Exp $
    4.16   */
    4.17  
    4.18  package kryshen.tema;
     5.1 --- a/src/kryshen/tema/GlobalContext.java	Tue Mar 24 17:57:28 2009 +0300
     5.2 +++ b/src/kryshen/tema/GlobalContext.java	Tue Mar 24 18:51:47 2009 +0300
     5.3 @@ -1,5 +1,5 @@
     5.4  /*
     5.5 - *  Copyright 2006-2008 Mikhail Kryshen
     5.6 + *  Copyright 2006-2009 Mikhail Kryshen
     5.7   *
     5.8   *  This file is part of Tema.
     5.9   *
    5.10 @@ -16,8 +16,6 @@
    5.11   *  You should have received a copy of the 
    5.12   *  GNU Lesser General Public License along with Tema.  
    5.13   *  If not, see <http://www.gnu.org/licenses/>.
    5.14 - *
    5.15 - *  $Id: GlobalContext.java,v 1.16 2008/02/19 16:21:00 mikhail Exp $
    5.16   */
    5.17  
    5.18  package kryshen.tema;
     6.1 --- a/src/kryshen/tema/Tema.java	Tue Mar 24 17:57:28 2009 +0300
     6.2 +++ b/src/kryshen/tema/Tema.java	Tue Mar 24 18:51:47 2009 +0300
     6.3 @@ -1,5 +1,5 @@
     6.4  /*
     6.5 - *  Copyright 2006-2008 Mikhail Kryshen
     6.6 + *  Copyright 2006-2009 Mikhail Kryshen
     6.7   *
     6.8   *  This file is part of Tema.
     6.9   *
    6.10 @@ -16,8 +16,6 @@
    6.11   *  You should have received a copy of the 
    6.12   *  GNU Lesser General Public License along with Tema.  
    6.13   *  If not, see <http://www.gnu.org/licenses/>.
    6.14 - *
    6.15 - *  $Id: Tema.java,v 1.42 2008/02/19 17:14:34 mikhail Exp $
    6.16   */
    6.17  
    6.18  package kryshen.tema;
     7.1 --- a/src/kryshen/tema/TemplateException.java	Tue Mar 24 17:57:28 2009 +0300
     7.2 +++ b/src/kryshen/tema/TemplateException.java	Tue Mar 24 18:51:47 2009 +0300
     7.3 @@ -1,5 +1,5 @@
     7.4  /*
     7.5 - *  Copyright 2006-2008 Mikhail Kryshen
     7.6 + *  Copyright 2006-2009 Mikhail Kryshen
     7.7   *
     7.8   *  This file is part of Tema.
     7.9   *
    7.10 @@ -16,8 +16,6 @@
    7.11   *  You should have received a copy of the 
    7.12   *  GNU Lesser General Public License along with Tema.  
    7.13   *  If not, see <http://www.gnu.org/licenses/>.
    7.14 - *
    7.15 - *  $Id: TemplateException.java,v 1.12 2008/02/16 17:56:34 mikhail Exp $
    7.16   */
    7.17  
    7.18  package kryshen.tema;
     8.1 --- a/src/kryshen/tema/TemplateParser.java	Tue Mar 24 17:57:28 2009 +0300
     8.2 +++ b/src/kryshen/tema/TemplateParser.java	Tue Mar 24 18:51:47 2009 +0300
     8.3 @@ -1,5 +1,5 @@
     8.4  /*
     8.5 - *  Copyright 2006-2008 Mikhail Kryshen
     8.6 + *  Copyright 2006-2009 Mikhail Kryshen
     8.7   *
     8.8   *  This file is part of Tema.
     8.9   *
    8.10 @@ -16,8 +16,6 @@
    8.11   *  You should have received a copy of the 
    8.12   *  GNU Lesser General Public License along with Tema.  
    8.13   *  If not, see <http://www.gnu.org/licenses/>.
    8.14 - *
    8.15 - *  $Id: TemplateParser.java,v 1.59 2008/09/30 14:02:24 mikhail Exp $
    8.16   */
    8.17  
    8.18  package kryshen.tema;
     9.1 --- a/src/kryshen/tema/ant/TemaTask.java	Tue Mar 24 17:57:28 2009 +0300
     9.2 +++ b/src/kryshen/tema/ant/TemaTask.java	Tue Mar 24 18:51:47 2009 +0300
     9.3 @@ -1,5 +1,5 @@
     9.4  /*
     9.5 - *  Copyright 2006-2008 Mikhail Kryshen
     9.6 + *  Copyright 2006-2009 Mikhail Kryshen
     9.7   *
     9.8   *  This file is part of Tema.
     9.9   *
    9.10 @@ -16,8 +16,6 @@
    9.11   *  You should have received a copy of the 
    9.12   *  GNU Lesser General Public License along with Tema.  
    9.13   *  If not, see <http://www.gnu.org/licenses/>.
    9.14 - *
    9.15 - *  $Id: TemaTask.java,v 1.17 2008/02/17 23:58:01 mikhail Exp $
    9.16   */
    9.17  
    9.18  package kryshen.tema.ant;
    10.1 --- a/src/kryshen/tema/demo/DemoFrame.java	Tue Mar 24 17:57:28 2009 +0300
    10.2 +++ b/src/kryshen/tema/demo/DemoFrame.java	Tue Mar 24 18:51:47 2009 +0300
    10.3 @@ -1,5 +1,5 @@
    10.4  /*
    10.5 - *  Copyright 2006-2008 Mikhail Kryshen
    10.6 + *  Copyright 2006-2009 Mikhail Kryshen
    10.7   *
    10.8   *  This file is part of Tema.
    10.9   *
   10.10 @@ -16,8 +16,6 @@
   10.11   *  You should have received a copy of the 
   10.12   *  GNU Lesser General Public License along with Tema.  
   10.13   *  If not, see <http://www.gnu.org/licenses/>.
   10.14 - *
   10.15 - *  $Id: DemoFrame.java,v 1.13 2008/02/16 17:38:03 mikhail Exp $
   10.16   */
   10.17  
   10.18  package kryshen.tema.demo;
    11.1 --- a/src/kryshen/tema/demo/Hello.java	Tue Mar 24 17:57:28 2009 +0300
    11.2 +++ b/src/kryshen/tema/demo/Hello.java	Tue Mar 24 18:51:47 2009 +0300
    11.3 @@ -1,5 +1,5 @@
    11.4  /*
    11.5 - *  Copyright 2006-2008 Mikhail Kryshen
    11.6 + *  Copyright 2006-2009 Mikhail Kryshen
    11.7   *
    11.8   *  This file is part of Tema.
    11.9   *
   11.10 @@ -16,8 +16,6 @@
   11.11   *  You should have received a copy of the 
   11.12   *  GNU Lesser General Public License along with Tema.  
   11.13   *  If not, see <http://www.gnu.org/licenses/>.
   11.14 - *
   11.15 - *  $Id: Hello.java,v 1.9 2008/02/16 17:56:34 mikhail Exp $
   11.16   */
   11.17  
   11.18  package kryshen.tema.demo;
    12.1 --- a/src/kryshen/tema/functions/Control.java	Tue Mar 24 17:57:28 2009 +0300
    12.2 +++ b/src/kryshen/tema/functions/Control.java	Tue Mar 24 18:51:47 2009 +0300
    12.3 @@ -1,5 +1,5 @@
    12.4  /*
    12.5 - *  Copyright 2006-2008 Mikhail Kryshen
    12.6 + *  Copyright 2006-2009 Mikhail Kryshen
    12.7   *
    12.8   *  This file is part of Tema.
    12.9   *
   12.10 @@ -16,8 +16,6 @@
   12.11   *  You should have received a copy of the 
   12.12   *  GNU Lesser General Public License along with Tema.  
   12.13   *  If not, see <http://www.gnu.org/licenses/>.
   12.14 - *
   12.15 - *  $Id: Control.java,v 1.18 2008/02/19 16:21:00 mikhail Exp $
   12.16   */
   12.17  
   12.18  package kryshen.tema.functions;
    13.1 --- a/src/kryshen/tema/functions/Database.java	Tue Mar 24 17:57:28 2009 +0300
    13.2 +++ b/src/kryshen/tema/functions/Database.java	Tue Mar 24 18:51:47 2009 +0300
    13.3 @@ -1,5 +1,5 @@
    13.4  /*
    13.5 - *  Copyright 2006-2008 Mikhail Kryshen
    13.6 + *  Copyright 2006-2009 Mikhail Kryshen
    13.7   *
    13.8   *  This file is part of Tema.
    13.9   *
   13.10 @@ -16,8 +16,6 @@
   13.11   *  You should have received a copy of the 
   13.12   *  GNU Lesser General Public License along with Tema.  
   13.13   *  If not, see <http://www.gnu.org/licenses/>.
   13.14 - *
   13.15 - *  $Id: Database.java,v 1.12 2008/02/17 23:58:01 mikhail Exp $
   13.16   */
   13.17  
   13.18  package kryshen.tema.functions;
    14.1 --- a/src/kryshen/tema/functions/Define.java	Tue Mar 24 17:57:28 2009 +0300
    14.2 +++ b/src/kryshen/tema/functions/Define.java	Tue Mar 24 18:51:47 2009 +0300
    14.3 @@ -1,5 +1,5 @@
    14.4  /*
    14.5 - *  Copyright 2006-2008 Mikhail Kryshen
    14.6 + *  Copyright 2006-2009 Mikhail Kryshen
    14.7   *
    14.8   *  This file is part of Tema.
    14.9   *
   14.10 @@ -16,8 +16,6 @@
   14.11   *  You should have received a copy of the 
   14.12   *  GNU Lesser General Public License along with Tema.  
   14.13   *  If not, see <http://www.gnu.org/licenses/>.
   14.14 - *
   14.15 - *  $Id: Define.java,v 1.25 2008/02/17 23:58:01 mikhail Exp $
   14.16   */
   14.17  
   14.18  package kryshen.tema.functions;
    15.1 --- a/src/kryshen/tema/functions/IO.java	Tue Mar 24 17:57:28 2009 +0300
    15.2 +++ b/src/kryshen/tema/functions/IO.java	Tue Mar 24 18:51:47 2009 +0300
    15.3 @@ -1,5 +1,5 @@
    15.4  /*
    15.5 - *  Copyright 2006-2008 Mikhail Kryshen
    15.6 + *  Copyright 2006-2009 Mikhail Kryshen
    15.7   *
    15.8   *  This file is part of Tema.
    15.9   *
   15.10 @@ -16,8 +16,6 @@
   15.11   *  You should have received a copy of the 
   15.12   *  GNU Lesser General Public License along with Tema.  
   15.13   *  If not, see <http://www.gnu.org/licenses/>.
   15.14 - *
   15.15 - *  $Id: IO.java,v 1.19 2008/02/19 16:21:00 mikhail Exp $
   15.16   */
   15.17  
   15.18  package kryshen.tema.functions;
    16.1 --- a/src/kryshen/tema/functions/ImageConverter.java	Tue Mar 24 17:57:28 2009 +0300
    16.2 +++ b/src/kryshen/tema/functions/ImageConverter.java	Tue Mar 24 18:51:47 2009 +0300
    16.3 @@ -1,5 +1,5 @@
    16.4  /*
    16.5 - *  Copyright 2006-2008 Mikhail Kryshen
    16.6 + *  Copyright 2006-2009 Mikhail Kryshen
    16.7   *
    16.8   *  This file is part of Tema.
    16.9   *
   16.10 @@ -16,8 +16,6 @@
   16.11   *  You should have received a copy of the 
   16.12   *  GNU Lesser General Public License along with Tema.  
   16.13   *  If not, see <http://www.gnu.org/licenses/>.
   16.14 - *
   16.15 - *  $Id: ImageConverter.java,v 1.13 2008/02/16 17:56:34 mikhail Exp $
   16.16   */
   16.17  
   16.18  package kryshen.tema.functions;
    17.1 --- a/src/kryshen/tema/functions/Standard.java	Tue Mar 24 17:57:28 2009 +0300
    17.2 +++ b/src/kryshen/tema/functions/Standard.java	Tue Mar 24 18:51:47 2009 +0300
    17.3 @@ -1,5 +1,5 @@
    17.4  /*
    17.5 - *  Copyright 2006-2008 Mikhail Kryshen
    17.6 + *  Copyright 2006-2009 Mikhail Kryshen
    17.7   *
    17.8   *  This file is part of Tema.
    17.9   *
   17.10 @@ -16,8 +16,6 @@
   17.11   *  You should have received a copy of the 
   17.12   *  GNU Lesser General Public License along with Tema.  
   17.13   *  If not, see <http://www.gnu.org/licenses/>.
   17.14 - *
   17.15 - *  $Id: Standard.java,v 1.34 2008/02/19 17:32:17 mikhail Exp $
   17.16   */
   17.17  
   17.18  package kryshen.tema.functions;
    18.1 --- a/src/kryshen/tema/functions/Strings.java	Tue Mar 24 17:57:28 2009 +0300
    18.2 +++ b/src/kryshen/tema/functions/Strings.java	Tue Mar 24 18:51:47 2009 +0300
    18.3 @@ -1,5 +1,5 @@
    18.4  /*
    18.5 - *  Copyright 2006-2008 Mikhail Kryshen
    18.6 + *  Copyright 2006-2009 Mikhail Kryshen
    18.7   *
    18.8   *  This file is part of Tema.
    18.9   *
   18.10 @@ -16,8 +16,6 @@
   18.11   *  You should have received a copy of the 
   18.12   *  GNU Lesser General Public License along with Tema.  
   18.13   *  If not, see <http://www.gnu.org/licenses/>.
   18.14 - *
   18.15 - *  $Id: Strings.java,v 1.13 2008/02/16 17:38:03 mikhail Exp $
   18.16   */
   18.17  
   18.18  package kryshen.tema.functions;
    19.1 --- a/src/kryshen/tema/io/CopyWriter.java	Tue Mar 24 17:57:28 2009 +0300
    19.2 +++ b/src/kryshen/tema/io/CopyWriter.java	Tue Mar 24 18:51:47 2009 +0300
    19.3 @@ -1,5 +1,5 @@
    19.4  /*
    19.5 - *  Copyright 2006-2008 Mikhail Kryshen
    19.6 + *  Copyright 2006-2009 Mikhail Kryshen
    19.7   *
    19.8   *  This file is part of Tema.
    19.9   *
   19.10 @@ -16,8 +16,6 @@
   19.11   *  You should have received a copy of the 
   19.12   *  GNU Lesser General Public License along with Tema.  
   19.13   *  If not, see <http://www.gnu.org/licenses/>.
   19.14 - *
   19.15 - *  $Id: CopyWriter.java,v 1.7 2008/02/16 17:56:34 mikhail Exp $
   19.16   */
   19.17  
   19.18  package kryshen.tema.io;
    20.1 --- a/src/kryshen/tema/io/NullWriter.java	Tue Mar 24 17:57:28 2009 +0300
    20.2 +++ b/src/kryshen/tema/io/NullWriter.java	Tue Mar 24 18:51:47 2009 +0300
    20.3 @@ -1,5 +1,5 @@
    20.4  /*
    20.5 - *  Copyright 2006-2008 Mikhail Kryshen
    20.6 + *  Copyright 2006-2009 Mikhail Kryshen
    20.7   *
    20.8   *  This file is part of Tema.
    20.9   *
   20.10 @@ -16,8 +16,6 @@
   20.11   *  You should have received a copy of the 
   20.12   *  GNU Lesser General Public License along with Tema.  
   20.13   *  If not, see <http://www.gnu.org/licenses/>.
   20.14 - *
   20.15 - *  $Id: NullWriter.java,v 1.6 2008/02/16 17:38:03 mikhail Exp $
   20.16   */
   20.17  
   20.18  package kryshen.tema.io;
    21.1 --- a/src/kryshen/tema/io/ReplaceWriter.java	Tue Mar 24 17:57:28 2009 +0300
    21.2 +++ b/src/kryshen/tema/io/ReplaceWriter.java	Tue Mar 24 18:51:47 2009 +0300
    21.3 @@ -1,5 +1,5 @@
    21.4  /*
    21.5 - *  Copyright 2006-2008 Mikhail Kryshen
    21.6 + *  Copyright 2006-2009 Mikhail Kryshen
    21.7   *
    21.8   *  This file is part of Tema.
    21.9   *
   21.10 @@ -16,8 +16,6 @@
   21.11   *  You should have received a copy of the 
   21.12   *  GNU Lesser General Public License along with Tema.  
   21.13   *  If not, see <http://www.gnu.org/licenses/>.
   21.14 - *
   21.15 - *  $Id: ReplaceWriter.java,v 1.8 2008/02/19 16:21:00 mikhail Exp $
   21.16   */
   21.17  
   21.18  package kryshen.tema.io;
    22.1 --- a/src/kryshen/tema/io/TemplateReader.java	Tue Mar 24 17:57:28 2009 +0300
    22.2 +++ b/src/kryshen/tema/io/TemplateReader.java	Tue Mar 24 18:51:47 2009 +0300
    22.3 @@ -1,5 +1,5 @@
    22.4  /*
    22.5 - *  Copyright 2006-2008 Mikhail Kryshen
    22.6 + *  Copyright 2006-2009 Mikhail Kryshen
    22.7   *
    22.8   *  This file is part of Tema.
    22.9   *
   22.10 @@ -16,8 +16,6 @@
   22.11   *  You should have received a copy of the 
   22.12   *  GNU Lesser General Public License along with Tema.  
   22.13   *  If not, see <http://www.gnu.org/licenses/>.
   22.14 - *
   22.15 - *  $Id: TemplateReader.java,v 1.9 2008/09/30 14:02:24 mikhail Exp $
   22.16   */
   22.17  
   22.18  package kryshen.tema.io;