[slime-cvs] CVS update: slime/test.sh slime/test-all.sh slime/swank.asd slime/swank-source-path-parser.lisp slime/swank-source-file-cache.lisp slime/mkdist.sh

Luke Gorrie lgorrie at common-lisp.net
Mon Aug 29 20:03:02 UTC 2005


Update of /project/slime/cvsroot/slime
In directory common-lisp.net:/tmp/cvs-serv4115

Modified Files:
	test.sh test-all.sh swank.asd swank-source-path-parser.lisp 
	swank-source-file-cache.lisp mkdist.sh 
Log Message:
Added public domain dedication.

Date: Mon Aug 29 22:02:58 2005
Author: lgorrie

Index: slime/test.sh
diff -u slime/test.sh:1.6 slime/test.sh:1.7
--- slime/test.sh:1.6	Sat Jan 31 12:50:25 2004
+++ slime/test.sh	Mon Aug 29 22:02:58 2005
@@ -9,6 +9,9 @@
 # If something unexpected fails, you might get an exit code like 127
 # or 255 instead. Sorry.
 
+# This code has been placed in the Public Domain.  All warranties
+# are disclaimed.
+
 if [ $# != 4 ]; then
     echo "Usage: $0 <emacs> <lisp> <dribble-file> <results-file>"
     exit 1


Index: slime/test-all.sh
diff -u slime/test-all.sh:1.1 slime/test-all.sh:1.2
--- slime/test-all.sh:1.1	Tue Mar  9 21:12:43 2004
+++ slime/test-all.sh	Mon Aug 29 22:02:58 2005
@@ -1,5 +1,8 @@
 #!/bin/sh
 
+# This code has been placed in the Public Domain.  All warranties
+# are disclaimed.
+
 trap EXIT
 
 for emacs in xemacs ; do # emacs-20.7 emacs-21.3.50 xemacs ; do


Index: slime/swank.asd
diff -u slime/swank.asd:1.2 slime/swank.asd:1.3
--- slime/swank.asd:1.2	Thu Jan 22 01:10:39 2004
+++ slime/swank.asd	Mon Aug 29 22:02:58 2005
@@ -15,6 +15,9 @@
 ;; (PORT can be zero to mean "any available port".)
 ;; Then the Swank server is running on localhost:ACTUAL-PORT. You can
 ;; use `M-x slime-connect' to connect Emacs to it.
+;;
+;; This code has been placed in the Public Domain.  All warranties
+;; are disclaimed.
 
 (asdf:defsystem :swank
     :components ((:file "swank-loader")))


Index: slime/swank-source-path-parser.lisp
diff -u slime/swank-source-path-parser.lisp:1.14 slime/swank-source-path-parser.lisp:1.15
--- slime/swank-source-path-parser.lisp:1.14	Wed May 11 16:45:20 2005
+++ slime/swank-source-path-parser.lisp	Mon Aug 29 22:02:58 2005
@@ -17,6 +17,9 @@
 ;;; We use a special readtable to get the positions of the subforms.
 ;;; The readtable stores the start and end position for each subform in
 ;;; hashtable for later retrieval.
+;;;
+;;; This code has been placed in the Public Domain.  All warranties
+;;; are disclaimed.
 
 ;;; Taken from swank-cmucl.lisp, by Helmut Eller
 


Index: slime/swank-source-file-cache.lisp
diff -u slime/swank-source-file-cache.lisp:1.3 slime/swank-source-file-cache.lisp:1.4
--- slime/swank-source-file-cache.lisp:1.3	Mon Mar 21 18:40:10 2005
+++ slime/swank-source-file-cache.lisp	Mon Aug 29 22:02:58 2005
@@ -16,6 +16,9 @@
 ;;; whole file inside Lisp. That way we will still have the matching
 ;;; version even if the file is later modified on disk. If the file is
 ;;; later recompiled and reloaded then we replace our cache entry.
+;;;
+;;; This code has been placed in the Public Domain.  All warranties
+;;; are disclaimed.
 
 (in-package :swank-backend)
 


Index: slime/mkdist.sh
diff -u slime/mkdist.sh:1.6 slime/mkdist.sh:1.7
--- slime/mkdist.sh:1.6	Mon Apr 18 20:59:49 2005
+++ slime/mkdist.sh	Mon Aug 29 22:02:58 2005
@@ -1,4 +1,8 @@
 #!/bin/sh
+
+# This code has been placed in the Public Domain.  All warranties
+# are disclaimed.
+
 version="1.2"
 dist="slime-$version"
 




More information about the slime-cvs mailing list