[slime-cvs] CVS update: slime/present.lisp

Luke Gorrie lgorrie at common-lisp.net
Tue Aug 30 13:03:11 UTC 2005


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

Modified Files:
	present.lisp 
Log Message:
Added public domain dedication (OK'd by Alanr and Matthias on the
list).

Date: Tue Aug 30 15:03:10 2005
Author: lgorrie

Index: slime/present.lisp
diff -u slime/present.lisp:1.12 slime/present.lisp:1.13
--- slime/present.lisp:1.12	Sun Aug 21 18:28:48 2005
+++ slime/present.lisp	Tue Aug 30 15:03:10 2005
@@ -1,5 +1,8 @@
 (in-package :swank)
 
+;;; This code has been placed in the Public Domain.  All warranties
+;;; are disclaimed.
+
 ;; A mechanism for printing to the slime repl so that the printed
 ;; result remembers what object it is associated with. Depends on the
 ;; ilisp bridge code being installed and ready to intercept messages




More information about the slime-cvs mailing list