summaryrefslogtreecommitdiff
path: root/Lib/modula3
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2006-03-07 00:21:51 +0000
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2006-03-07 00:21:51 +0000
commitaabbc6981876928ce14264a92311fb26ae1f0f68 (patch)
treeacac5512d3189c747380c53a9f82e6bb56aee7e8 /Lib/modula3
parent49be05f4fd2fb9f41330b4eb82091a04ba314939 (diff)
downloadswig-aabbc6981876928ce14264a92311fb26ae1f0f68.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@8974 626c5289-ae23-0410-ae9c-e8d60b6d4f22
Diffstat (limited to 'Lib/modula3')
-rw-r--r--Lib/modula3/modula3.swg3
-rw-r--r--Lib/modula3/modula3head.swg3
-rw-r--r--Lib/modula3/typemaps.i11
3 files changed, 17 insertions, 0 deletions
diff --git a/Lib/modula3/modula3.swg b/Lib/modula3/modula3.swg
index c3f30d2ee..683b72167 100644
--- a/Lib/modula3/modula3.swg
+++ b/Lib/modula3/modula3.swg
@@ -1,4 +1,7 @@
/* -----------------------------------------------------------------------------
+ * 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.
+ *
* modula3.swg
*
* Modula3 typemaps
diff --git a/Lib/modula3/modula3head.swg b/Lib/modula3/modula3head.swg
index af96a78d1..b2426be5f 100644
--- a/Lib/modula3/modula3head.swg
+++ b/Lib/modula3/modula3head.swg
@@ -1,4 +1,7 @@
/* -----------------------------------------------------------------------------
+ * 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.
+ *
* modula3head.swg
*
* Modula3 support code
diff --git a/Lib/modula3/typemaps.i b/Lib/modula3/typemaps.i
index 2f7ded594..79ddfda0f 100644
--- a/Lib/modula3/typemaps.i
+++ b/Lib/modula3/typemaps.i
@@ -1,3 +1,14 @@
+/* -----------------------------------------------------------------------------
+ * 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.
+ *
+ * typemaps.i
+ *
+ * Pointer and reference handling typemap library
+ *
+ * These mappings provide support for input/output arguments and common
+ * uses for C/C++ pointers and C++ references.
+ * ----------------------------------------------------------------------------- */
/* These typemaps will eventually probably maybe make their way into named typemaps
* OUTPUT * and OUTPUT & as they currently break functions that return a pointer or