aboutsummaryrefslogtreecommitdiff
path: root/Doc/Devel
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2010-02-28 00:09:20 +0000
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2010-02-28 00:09:20 +0000
commit931628f8b245ecbed4a3f020715bff123cacd1b1 (patch)
treee38fd38e32ed875225a2aa747e74c8d8eaee90cf /Doc/Devel
parentcb64f65bae17ed4eeaa257556f15e18f4742a993 (diff)
downloadswig-931628f8b245ecbed4a3f020715bff123cacd1b1.tar.gz
Remove the svn/cvs Id string in the headers
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11877 626c5289-ae23-0410-ae9c-e8d60b6d4f22
Diffstat (limited to 'Doc/Devel')
-rw-r--r--Doc/Devel/engineering.html17
1 files changed, 10 insertions, 7 deletions
diff --git a/Doc/Devel/engineering.html b/Doc/Devel/engineering.html
index 5ccfb7858..7dfef2ad3 100644
--- a/Doc/Devel/engineering.html
+++ b/Doc/Devel/engineering.html
@@ -119,22 +119,25 @@ are case-insensitive on Windows so this convention will prevent you from inadver
creating two files that differ in case-only.
<p>
-Each file should include a short abstract, author information, copyright information, and
+Each file should include a short abstract, license information and
a SVN revision tag like this:
<blockquote>
<pre>
/* -----------------------------------------------------------------------------
- * 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.
+ * This file is part of SWIG, which is licensed as a whole under version 3
+ * (or any later version) of the GNU General Public License. Some additional
+ * terms also apply to certain portions of SWIG. The full details of the SWIG
+ * license and copyrights can be found in the LICENSE and COPYRIGHT files
+ * included with the SWIG source code as distributed by the SWIG developers
+ * and at http://www.swig.org/legal.html.
*
- * cwrap.c
+ * xxx.c
*
- * This file defines a variety of wrapping rules for C/C++ handling including
- * the naming of local variables, calling conventions, and so forth.
+ * This file defines ...
* ----------------------------------------------------------------------------- */
-char cvsroot_cwrap_c[] = "$Id$";
+static char cvs[] = "&#36Id&#36 xxx.c";
#include "swig.h"