]> www.ginac.de Git - ginac.git/blobdiff - ginsh/ginsh_parser.ypp
Make compile_ex() work with CMake.
[ginac.git] / ginsh / ginsh_parser.ypp
index 88aa9843ab09dd9b72b7343c2d582fc4dc6a54f4..2ef2408d25cd483e5b760f23881e6bc38ca78e92 100644 (file)
@@ -1,10 +1,10 @@
-/** @file ginsh_parser.yy
+/** @file ginsh_parser.ypp
  *
  *  Input grammar definition for ginsh.
  *  This file must be processed with yacc/bison. */
 
 /*
- *  GiNaC Copyright (C) 1999-2011 Johannes Gutenberg University Mainz, Germany
+ *  GiNaC Copyright (C) 1999-2015 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
@@ -218,8 +218,8 @@ line        : ';'
                cout << "FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\n";
                cout << "details.\n";
                cout << "You should have received a copy of the GNU General Public License along with\n";
-               cout << "this program. If not, write to the Free Software Foundation, 675 Mass Ave,\n";
-               cout << "Cambridge, MA 02139, USA.\n";
+               cout << "this program. If not, write to the Free Software Foundation,\n";
+               cout << "51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n";
        }
        | T_XYZZY               {cout << "Nothing happens.\n";}
        | T_INVENTORY           {cout << "You're not carrying anything.\n";}
@@ -902,7 +902,7 @@ static void ginsh_readline_init(char* name)
 void greeting(void)
 {
     cout << "ginsh - GiNaC Interactive Shell (GiNaC V" << GINACLIB_VERSION << ")" << endl;
-    cout << "  __,  _______  Copyright (C) 1999-2011 Johannes Gutenberg University Mainz,\n"
+    cout << "  __,  _______  Copyright (C) 1999-2015 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;