]> www.ginac.de Git - ginac.git/commitdiff
* Belated Happy New Year!
authorRichard Kreckel <Richard.Kreckel@uni-mainz.de>
Sat, 22 Apr 2006 19:42:25 +0000 (19:42 +0000)
committerRichard Kreckel <Richard.Kreckel@uni-mainz.de>
Sat, 22 Apr 2006 19:42:25 +0000 (19:42 +0000)
debian/copyright
doc/tutorial/ginac.texi
ginsh/ginsh.1.in
ginsh/ginsh_parser.yy

index 3772554eddd3cd9038cd6c699f72ed57bc53d9ee..9f2fd568d7e1408c8b8f584952496ee670cb3914 100644 (file)
@@ -6,7 +6,7 @@ It was downloaded from <ftp://ftpthep.physik.uni-mainz.de/pub/GiNaC/>.
 Authors: Christian Bauer, Alexander Frink, Richard Kreckel, Jens Vollinga
  and others.
 
-Copyright: 1999-2005 Johannes Gutenberg University Mainz, Germany.
+Copyright: 1999-2006 Johannes Gutenberg University Mainz, Germany.
 
  This program is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published by
index fed7c83adadf060d4f7c7457ba625a053e9d55d5..7235248ad7e8942b682794447d5ce20a5908b63f 100644 (file)
@@ -23,7 +23,7 @@
 This is a tutorial that documents GiNaC @value{VERSION}, an open
 framework for symbolic computation within the C++ programming language.
 
-Copyright (C) 1999-2005 Johannes Gutenberg University Mainz, Germany
+Copyright (C) 1999-2006 Johannes Gutenberg University Mainz, Germany
 
 Permission is granted to make and distribute verbatim copies of
 this manual provided the copyright notice and this permission notice
@@ -52,7 +52,7 @@ notice identical to this one.
 
 @page
 @vskip 0pt plus 1filll
-Copyright @copyright{} 1999-2005 Johannes Gutenberg University Mainz, Germany
+Copyright @copyright{} 1999-2006 Johannes Gutenberg University Mainz, Germany
 @sp 2
 Permission is granted to make and distribute verbatim copies of
 this manual provided the copyright notice and this permission notice
@@ -135,7 +135,7 @@ the near future.
 
 @section License
 The GiNaC framework for symbolic computation within the C++ programming
-language is Copyright @copyright{} 1999-2005 Johannes Gutenberg
+language is Copyright @copyright{} 1999-2006 Johannes Gutenberg
 University Mainz, Germany.
 
 This program is free software; you can redistribute it and/or
index d9a67e4b7382c48c5b5ef88b3a6568713fd90a85..1f64af319c4d18bc4b116f1a0e5cc2a1950b29a0 100644 (file)
@@ -535,7 +535,7 @@ C++ programming language
 .PP
 CLN \- A Class Library for Numbers, Bruno Haible
 .SH COPYRIGHT
-Copyright \(co 1999-2005 Johannes Gutenberg Universit\(:at Mainz, Germany
+Copyright \(co 1999-2006 Johannes Gutenberg Universit\(:at Mainz, Germany
 
 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
index 005ba9e9082b9dc460707b98324be37181baeac3..1242d8941f3fc675939c0f42ba7aa0d4ac1a7d67 100644 (file)
@@ -4,7 +4,7 @@
  *  This file must be processed with yacc/bison. */
 
 /*
- *  GiNaC Copyright (C) 1999-2005 Johannes Gutenberg University Mainz, Germany
+ *  GiNaC Copyright (C) 1999-2006 Johannes Gutenberg University Mainz, Germany
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
@@ -863,7 +863,7 @@ static char **fcn_completion(const char *text, int start, int end)
 void greeting(void)
 {
     cout << "ginsh - GiNaC Interactive Shell (" << PACKAGE << " V" << VERSION << ")" << endl;
-    cout << "  __,  _______  Copyright (C) 1999-2005 Johannes Gutenberg University Mainz,\n"
+    cout << "  __,  _______  Copyright (C) 1999-2006 Johannes Gutenberg University Mainz,\n"
          << " (__) *       | Germany.  This is free software with ABSOLUTELY NO WARRANTY.\n"
          << "  ._) i N a C | You are welcome to redistribute it under certain conditions.\n"
          << "<-------------' For details type `warranty;'.\n" << endl;