summaryrefslogtreecommitdiff
path: root/Lib/mzscheme
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2006-03-07 00:14:10 +0000
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2006-03-07 00:14:10 +0000
commit49be05f4fd2fb9f41330b4eb82091a04ba314939 (patch)
tree0a14e39c8f816305b2368e33a9188248eaf0cba4 /Lib/mzscheme
parent7f74b8e7a3e0f87865025158882b530a2ccc7364 (diff)
downloadswig-49be05f4fd2fb9f41330b4eb82091a04ba314939.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@8973 626c5289-ae23-0410-ae9c-e8d60b6d4f22
Diffstat (limited to 'Lib/mzscheme')
-rw-r--r--Lib/mzscheme/mzrun.swg12
-rw-r--r--Lib/mzscheme/mzscheme.swg12
-rw-r--r--Lib/mzscheme/std_common.i14
-rw-r--r--Lib/mzscheme/std_map.i14
-rw-r--r--Lib/mzscheme/std_pair.i14
-rw-r--r--Lib/mzscheme/std_string.i14
-rw-r--r--Lib/mzscheme/std_vector.i14
-rw-r--r--Lib/mzscheme/stl.i9
-rw-r--r--Lib/mzscheme/typemaps.i12
9 files changed, 69 insertions, 46 deletions
diff --git a/Lib/mzscheme/mzrun.swg b/Lib/mzscheme/mzrun.swg
index c61214698..52aa87aca 100644
--- a/Lib/mzscheme/mzrun.swg
+++ b/Lib/mzscheme/mzrun.swg
@@ -1,9 +1,9 @@
-/* -*- c -*-
- * -----------------------------------------------------------------------
- * swig_lib/mzscheme/mzrun.swg
- *
- * Author: John Lenz <lenz@cs.wisc.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.
+ *
+ * mzrun.swg
+ * ----------------------------------------------------------------------------- */
#include <stdio.h>
#include <string.h>
diff --git a/Lib/mzscheme/mzscheme.swg b/Lib/mzscheme/mzscheme.swg
index cc846c459..ed4b2ec9d 100644
--- a/Lib/mzscheme/mzscheme.swg
+++ b/Lib/mzscheme/mzscheme.swg
@@ -1,6 +1,12 @@
-/* SWIG Configuration File for MzScheme. -*-c-*-
- This file is parsed by SWIG before reading any other interface
- file. */
+/* -----------------------------------------------------------------------------
+ * 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.
+ *
+ * mzscheme.swg
+ *
+ * SWIG Configuration File for MzScheme.
+ * This file is parsed by SWIG before reading any other interface file.
+ * ----------------------------------------------------------------------------- */
/* Include headers */
%runtime "swigrun.swg" // Common C API type-checking code
diff --git a/Lib/mzscheme/std_common.i b/Lib/mzscheme/std_common.i
index adc2baf3d..8732f811c 100644
--- a/Lib/mzscheme/std_common.i
+++ b/Lib/mzscheme/std_common.i
@@ -1,9 +1,11 @@
-//
-// SWIG typemaps for STL - common utilities
-// Luigi Ballabio
-// Aug 3, 2002
-//
-// MzScheme implementation
+/* -----------------------------------------------------------------------------
+ * 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.
+ *
+ * std_common.i
+ *
+ * SWIG typemaps for STL - common utilities
+ * ----------------------------------------------------------------------------- */
%include <std/std_except.i>
diff --git a/Lib/mzscheme/std_map.i b/Lib/mzscheme/std_map.i
index 808c343f5..aff720db6 100644
--- a/Lib/mzscheme/std_map.i
+++ b/Lib/mzscheme/std_map.i
@@ -1,9 +1,11 @@
-//
-// SWIG typemaps for std::map
-// Luigi Ballabio
-// Jan. 2003
-//
-// MzScheme implementation
+/* -----------------------------------------------------------------------------
+ * 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.
+ *
+ * std_map.i
+ *
+ * SWIG typemaps for std::map
+ * ----------------------------------------------------------------------------- */
%include <std_common.i>
diff --git a/Lib/mzscheme/std_pair.i b/Lib/mzscheme/std_pair.i
index d0e8b12ea..c437e44ea 100644
--- a/Lib/mzscheme/std_pair.i
+++ b/Lib/mzscheme/std_pair.i
@@ -1,9 +1,11 @@
-//
-// SWIG typemaps for std::pair
-// Luigi Ballabio
-// July 2003
-//
-// MzScheme implementation
+/* -----------------------------------------------------------------------------
+ * 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.
+ *
+ * std_pair.i
+ *
+ * SWIG typemaps for std::pair
+ * ----------------------------------------------------------------------------- */
%include <std_common.i>
%include <exception.i>
diff --git a/Lib/mzscheme/std_string.i b/Lib/mzscheme/std_string.i
index 0781b5867..aa27bc0d8 100644
--- a/Lib/mzscheme/std_string.i
+++ b/Lib/mzscheme/std_string.i
@@ -1,9 +1,11 @@
-//
-// SWIG typemaps for std::string types
-// Luigi Ballabio
-// Apr 8, 2002
-//
-// MzScheme implementation
+/* -----------------------------------------------------------------------------
+ * 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.
+ *
+ * std_string.i
+ *
+ * SWIG typemaps for std::string types
+ * ----------------------------------------------------------------------------- */
// ------------------------------------------------------------------------
// std::string is typemapped by value
diff --git a/Lib/mzscheme/std_vector.i b/Lib/mzscheme/std_vector.i
index 409c66fc6..90a52fc0a 100644
--- a/Lib/mzscheme/std_vector.i
+++ b/Lib/mzscheme/std_vector.i
@@ -1,9 +1,11 @@
-//
-// SWIG typemaps for std::vector
-// Luigi Ballabio
-// Apr 8, 2002
-//
-// MzScheme implementation
+/* -----------------------------------------------------------------------------
+ * 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.
+ *
+ * std_vector.i
+ *
+ * SWIG typemaps for std::vector
+ * ----------------------------------------------------------------------------- */
%include <std_common.i>
diff --git a/Lib/mzscheme/stl.i b/Lib/mzscheme/stl.i
index a3566db5c..946e4b7f0 100644
--- a/Lib/mzscheme/stl.i
+++ b/Lib/mzscheme/stl.i
@@ -1,4 +1,11 @@
-/* initial STL definition. extended as needed in each language */
+/* -----------------------------------------------------------------------------
+ * 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.
+ *
+ * stl.i
+ *
+ * Initial STL definition. extended as needed in each language
+ * ----------------------------------------------------------------------------- */
%include <std_common.i>
%include <std_string.i>
%include <std_vector.i>
diff --git a/Lib/mzscheme/typemaps.i b/Lib/mzscheme/typemaps.i
index aa1e247db..334893242 100644
--- a/Lib/mzscheme/typemaps.i
+++ b/Lib/mzscheme/typemaps.i
@@ -1,9 +1,9 @@
-/* typemaps.i --- mzscheme typemaps -*- c -*-
- Copyright 2000, 2001, 2004, 2006 Matthias Koeppe <mkoeppe@mail.math.uni-magdeburg.de>
- Based on code written by Oleg Tolmatcev.
-
- $Id$
-*/
+/* -----------------------------------------------------------------------------
+ * 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
+ * ----------------------------------------------------------------------------- */
/* The MzScheme module handles all types uniformly via typemaps. Here
are the definitions. */