X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=chiark-tcl.git;a=blobdiff_plain;f=base%2Ftcmdifgen;h=f94479994410c8a3ee608bb41ea7d584354d6dce;hp=16cc78de2162dc71227058bd19704445d3ad95bd;hb=a3466b322998a623a15907a5c3520b4f30d1c050;hpb=7ed5ab23c04b08d569a8515b2eab39338eddd261 diff --git a/base/tcmdifgen b/base/tcmdifgen index 16cc78d..f944799 100755 --- a/base/tcmdifgen +++ b/base/tcmdifgen @@ -1,7 +1,7 @@ #!/usr/bin/perl # code generator to help with writing Tcl extensions -# Copyright 2006 Ian Jackson +# Copyright 2006-2012 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 @@ -14,9 +14,7 @@ # 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. +# along with this library; if not, see . # Input format is line-based, ws-significant, offside rule (some kind