chiark / gitweb /
Debian package wip
[chiark-tcl.git] / base / tcmdifgen
index bd972454147bb0151f7aacd889f55cf14c458628..f4c77fc95695c05cd44d4aed217ea639c676af3a 100755 (executable)
@@ -1,5 +1,24 @@
 #!/usr/bin/perl
 
+# code generator to help with writing Tcl extensions
+# Copyright 2006 Ian Jackson
+#
+# This program is free software; you can redistribute it and/or
+# modify it under the terms of the GNU General Public License as
+# published by the Free Software Foundation; either version 2 of the
+# License, or (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful, but
+# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+# General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this library; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+# 02110-1301, USA.
+
+
 # Input format is line-based, ws-significant, offside rule (some kind
 #  of, anyway).
 #