From cf5edcc6da21c5ef7cbf1712db7b409cc4fffe8e Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Tue, 24 Aug 2004 22:14:25 +0000 Subject: [PATCH] copyright update and typo in -help git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@6137 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- SWIG/Source/Modules/main.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SWIG/Source/Modules/main.cxx b/SWIG/Source/Modules/main.cxx index d1c2d3d03..115fb2f20 100644 --- a/SWIG/Source/Modules/main.cxx +++ b/SWIG/Source/Modules/main.cxx @@ -48,7 +48,7 @@ extern String *ModuleName; static const char *usage1 = (const char*)"\ \nGeneral Options\n\ -c++ - Enable C++ processing\n\ - -co - Check a file out of the SWIG library\n\ + -co - Check out of the SWIG library\n\ -directors - Turn on director mode for all the classes, mainly for testing \n\ -dirprot - Turn on wrapping of protected members for director classes\n\ -D - Define a symbol (for conditional compilation)\n\ @@ -426,7 +426,7 @@ int SWIG_main(int argc, char *argv[], Language *l) { fprintf(stderr,"\nSWIG Version %s\n", PACKAGE_VERSION); fprintf(stderr,"Copyright (c) 1995-1998\n"); fprintf(stderr,"University of Utah and the Regents of the University of California\n"); - fprintf(stderr,"Copyright (c) 1998-2003\n"); + fprintf(stderr,"Copyright (c) 1998-2004\n"); fprintf(stderr,"University of Chicago\n"); fprintf(stderr,"Compiled with %s [%s]\n", SWIG_CXX, SWIG_PLATFORM); fprintf(stderr,"\nPlease see %s for reporting bugs and further information\n", PACKAGE_BUGREPORT);