diff options
Diffstat (limited to 'Source/Modules/s-exp.cxx')
-rw-r--r-- | Source/Modules/s-exp.cxx | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/Source/Modules/s-exp.cxx b/Source/Modules/s-exp.cxx index c762a2312..66e5b6afe 100644 --- a/Source/Modules/s-exp.cxx +++ b/Source/Modules/s-exp.cxx @@ -1,17 +1,14 @@ /* ----------------------------------------------------------------------------- - * s-exp.cxx + * See the LICENSE file for information on copyright, usage and redistribution + * of SWIG, and the README file for authors - http://www.swig.org/release.html. * - * A parse tree represented as Lisp s-expressions. - * - * Author(s) : Matthias Koeppe (mkoeppe@mail.math.uni-magdeburg.de) + * s-exp.cxx * - * Copyright (C) 2002. The University of Chicago - * See the file LICENSE for information on usage and redistribution. + * A parse tree represented as Lisp s-expressions. * ----------------------------------------------------------------------------- */ -/* Derived from xml.cxx 1.1.2.2 */ - char cvsroot_s_exp_cxx[] = "$Header$"; + static const char *usage = "\ S-Exp Options (available with -sexp)\n\ -typemaplang <lang> - Typemap language\n\n"; |