chiark / gitweb /
cgi-fcgi-interp: Fix logger buffer-handling bugs.
[chiark-utils.git] / scripts / ngspice2genspic
index 431863de322ac26b605eb218b85bb9ef1420772a..1d80d60d1ad68352453192f762a4801adb71a5a5 100755 (executable)
@@ -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.2 2007-09-21 20:59:02 ianmdlvl Exp $
+# $Id: ngspice2genspic,v 1.3 2007-09-21 21:21:15 ianmdlvl Exp $