[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: CVS update: gnet-spice.scm
User: ahvezda
Date: 05/02/20 20:21:57
Modified: . gnet-spice.scm
Log:
Display string tweak by request from the original author.
Revision Changes Path
1.10 +2 -3 eda/geda/devel/gnetlist/scheme/gnet-spice.scm
(In the diff below, changes in quantity of whitespace are not shown.)
Index: gnet-spice.scm
===================================================================
RCS file: /home/cvspsrv/cvsroot/eda/geda/devel/gnetlist/scheme/gnet-spice.scm,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -b -r1.9 -r1.10
--- gnet-spice.scm 3 Feb 2005 12:49:36 -0000 1.9
+++ gnet-spice.scm 21 Feb 2005 01:21:57 -0000 1.10
@@ -1,4 +1,4 @@
-;;; $Id: gnet-spice.scm,v 1.9 2005/02/03 12:49:36 danmc Exp $
+;;; $Id: gnet-spice.scm,v 1.10 2005/02/21 01:21:57 ahvezda Exp $
;;;
;;; gEDA - GNU Electronic Design Automation
;;; gnetlist - GNU Netlist
@@ -306,8 +306,7 @@
;;
(define spice:write-top-header
(lambda (port)
- (display "* Spice netlister for gnetlist\n" port)
- (display "* Spice backend written by Bas Gieltjes\n" port)))
+ (display "* Spice netlister for gnetlist\n" port)))
;;