X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=chiark-utils.git;a=blobdiff_plain;f=scripts%2Fngspice2genspic;h=1d80d60d1ad68352453192f762a4801adb71a5a5;hp=284235ab925af99ccc56288d0b53611ed1fbaefe;hb=c85f9ce9f56aa4ba561400acb32ebd786d9b7eec;hpb=879a05d218d621e52048e58535c55404b05ce767 diff --git a/scripts/ngspice2genspic b/scripts/ngspice2genspic index 284235a..1d80d60 100755 --- a/scripts/ngspice2genspic +++ b/scripts/ngspice2genspic @@ -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 @@ -25,8 +25,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; @@ -92,4 +92,4 @@ while () { 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.3 2007-09-21 21:21:15 ianmdlvl Exp $