X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=blobdiff_plain;f=scripts%2Fgnucap2genspic;h=dc150a11c3dad5df8cb08e3c320155ede4ba9434;hb=ce86dddf6ab90c5dc5d8afebf2df123333cf8aed;hp=60722d606965746a6f949adb5341b00cb1cc3857;hpb=879a05d218d621e52048e58535c55404b05ce767;p=chiark-utils.git diff --git a/scripts/gnucap2genspic b/scripts/gnucap2genspic index 60722d6..dc150a1 100755 --- a/scripts/gnucap2genspic +++ b/scripts/gnucap2genspic @@ -20,7 +20,7 @@ # This program and its documentation are free software; you can # redistribute them and/or modify them 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. +# either version 3, or (at your option) any later version. # # This program and its documentation are distributed in the hope that # they will be useful, but WITHOUT ANY WARRANTY; without even the @@ -28,8 +28,8 @@ # 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. +# with this program; if not, consult the Free Software Foundation's +# website at www.fsf.org, or the GNU Project website at www.gnu.org. die if @ARGV; @@ -106,4 +106,4 @@ die "no plots" unless defined $kind; endplot(); print "F\n" or die $!; -# $Id: gnucap2genspic,v 1.2 2004-03-25 00:29:59 ianmdlvl Exp $ +# $Id: gnucap2genspic,v 1.4 2007-09-21 21:21:15 ianmdlvl Exp $