chiark / gitweb /
mm it works on liberator now
[ian-dotfiles.git] / gpt
diff --git a/gpt b/gpt
index 30baae08806c85a050c2436bc707df012f6cd579..e4ce91db9573b2e3a67e2b7e24c118684f84e7b7 100755 (executable)
--- a/gpt
+++ b/gpt
@@ -19,8 +19,8 @@
 #   @@;     vA      <------------------------------------
 #           ||         then
 #   comment ||          ?@@
-#       @@# ||
-#           ||       included text fragment as
+#       @@# \/
+#           /\       included text fragment as
 #      else ||         string value    code to write out
 #       @@: ||          (@@             {@@
 #           ||      <------------------------------------
 #                          <<====deeper=nesting====
 #
 
+# gpt - a generic preprocessing tool
+#  
+#  This file is
+#    Copyright (C) 2001 Ian Jackson <ian@davenant.greenend.org.uk>
+#  
+#  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, 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 program; if not, write to the Free Software Foundation,
+#  Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 
+
 package GenericPrepTemplate;
 
 #BEGIN {