chiark / gitweb /
really: Document -R option in the manpage. Closes:#693354.
[chiark-utils.git] / scripts / ngspice2genspic
index 284235ab925af99ccc56288d0b53611ed1fbaefe..1d80d60d1ad68352453192f762a4801adb71a5a5 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
@@ -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 (<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.3 2007-09-21 21:21:15 ianmdlvl Exp $