chiark / gitweb /
update licence to GPLv3 or later (was GPLv2 or later).
[chiark-utils.git] / scripts / ngspice2genspic
index 284235ab925af99ccc56288d0b53611ed1fbaefe..431863de322ac26b605eb218b85bb9ef1420772a 100755 (executable)
@@ -17,7 +17,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
@@ -92,4 +92,4 @@ while (<STDIN>) {
 die "no plots" unless defined $ctable;
 print "F\n" or die $!;
 
-# $Id: ngspice2genspic,v 1.1 2004-03-25 00:29:59 ianmdlvl Exp $
+# $Id: ngspice2genspic,v 1.2 2007-09-21 20:59:02 ianmdlvl Exp $