summaryrefslogtreecommitdiff
path: root/Source/Modules/swigmod.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Modules/swigmod.h')
-rw-r--r--Source/Modules/swigmod.h21
1 files changed, 8 insertions, 13 deletions
diff --git a/Source/Modules/swigmod.h b/Source/Modules/swigmod.h
index 3bacc1c34..28f0d5cce 100644
--- a/Source/Modules/swigmod.h
+++ b/Source/Modules/swigmod.h
@@ -1,21 +1,16 @@
/* -----------------------------------------------------------------------------
- * swigmod.h
- *
- * Main header file for SWIG modules
- *
- * Author(s) : David Beazley (beazley@cs.uchicago.edu)
+ * 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.
*
- * Copyright (C) 1998-2000. The University of Chicago
- * Copyright (C) 1995-1998. The University of Utah and The Regents of the
- * University of California.
- *
- * See the file LICENSE for information on usage and redistribution.
+ * swigmod.h
*
- * $Header$
+ * Main header file for SWIG modules.
* ----------------------------------------------------------------------------- */
-#ifndef SWIGMOD_H_
-#define SWIGMOD_H_
+/* $Header$ */
+
+#ifndef SWIG_SWIGMOD_H_
+#define SWIG_SWIGMOD_H_
#include "swig.h"
#include "preprocessor.h"