copyright year update

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7253 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2005-06-03 20:48:09 +00:00
commit e2e829dfc6

View file

@ -469,7 +469,7 @@ void SWIG_getoptions(int argc, char *argv[])
fprintf(stdout,"\nSWIG Version %s\n", PACKAGE_VERSION);
fprintf(stdout,"Copyright (c) 1995-1998\n");
fprintf(stdout,"University of Utah and the Regents of the University of California\n");
fprintf(stdout,"Copyright (c) 1998-2004\n");
fprintf(stdout,"Copyright (c) 1998-2005\n");
fprintf(stdout,"University of Chicago\n");
fprintf(stdout,"Compiled with %s [%s]\n", SWIG_CXX, SWIG_PLATFORM);
fprintf(stdout,"\nPlease see %s for reporting bugs and further information\n", PACKAGE_BUGREPORT);