From a0c5b050b17e581705810a92178cfb1d48a088c1 Mon Sep 17 00:00:00 2001 From: Richard Kreckel Date: Sat, 22 Apr 2006 19:42:57 +0000 Subject: [PATCH] * Belated Happy New Year! --- doc/tutorial/ginac.texi | 6 +++--- ginsh/ginsh.1.in | 2 +- ginsh/ginsh_parser.yy | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/tutorial/ginac.texi b/doc/tutorial/ginac.texi index 08fee762..8c7f993e 100644 --- a/doc/tutorial/ginac.texi +++ b/doc/tutorial/ginac.texi @@ -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 diff --git a/ginsh/ginsh.1.in b/ginsh/ginsh.1.in index d9a67e4b..1f64af31 100644 --- a/ginsh/ginsh.1.in +++ b/ginsh/ginsh.1.in @@ -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 diff --git a/ginsh/ginsh_parser.yy b/ginsh/ginsh_parser.yy index 9682b936..cdd5cb2a 100644 --- a/ginsh/ginsh_parser.yy +++ b/ginsh/ginsh_parser.yy @@ -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 @@ -876,7 +876,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; -- 2.44.0