summaryrefslogtreecommitdiff
path: root/Source/Modules/typepass.cxx
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2006-03-06 22:51:01 +0000
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2006-03-06 22:51:01 +0000
commit7f74b8e7a3e0f87865025158882b530a2ccc7364 (patch)
treea44971e70bf1239f411454b4b103a676a077d18a /Source/Modules/typepass.cxx
parent260504f464edf2344b0ab056785d6bb918428b7b (diff)
downloadswig-7f74b8e7a3e0f87865025158882b530a2ccc7364.tar.gz
Common template for head of each file detailing licence, distribution and authors information
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@8972 626c5289-ae23-0410-ae9c-e8d60b6d4f22
Diffstat (limited to 'Source/Modules/typepass.cxx')
-rw-r--r--Source/Modules/typepass.cxx23
1 files changed, 9 insertions, 14 deletions
diff --git a/Source/Modules/typepass.cxx b/Source/Modules/typepass.cxx
index c81c3db01..2a5c2dc98 100644
--- a/Source/Modules/typepass.cxx
+++ b/Source/Modules/typepass.cxx
@@ -1,20 +1,15 @@
/* -----------------------------------------------------------------------------
- * typepass.cxx
- *
- * This module builds all of the internal type information by collecting
- * typedef declarations as well as registering classes, structures, and unions.
- * This information is needed to correctly handle shadow classes and other
- * advanced features. This phase of compilation is also used to perform
- * type-expansion. All types are fully qualified with namespace prefixes
- * and other information needed for compilation.
+ * 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.
*
- * Author(s) : David Beazley (beazley@cs.uchicago.edu)
- *
- * Copyright (C) 1998-2002. The University of Chicago
- * Copyright (C) 1995-1998. The University of Utah and The Regents of the
- * University of California.
+ * typepass.cxx
*
- * See the file LICENSE for information on usage and redistribution.
+ * This module builds all of the internal type information by collecting
+ * typedef declarations as well as registering classes, structures, and unions.
+ * This information is needed to correctly handle shadow classes and other
+ * advanced features. This phase of compilation is also used to perform
+ * type-expansion. All types are fully qualified with namespace prefixes
+ * and other information needed for compilation.
* ----------------------------------------------------------------------------- */
char cvsroot_typepass_cxx[] = "$Header$";