[cells-cvs] CVS cells/doc
ktilton
ktilton at common-lisp.net
Sat May 20 06:32:20 UTC 2006
Update of /project/cells/cvsroot/cells/doc
In directory clnet:/tmp/cvs-serv6697/doc
Modified Files:
01-Cell-basics.lisp
Log Message:
A slow tedious transition to LLGPL
--- /project/cells/cvsroot/cells/doc/01-Cell-basics.lisp 2006/05/01 20:23:14 1.3
+++ /project/cells/cvsroot/cells/doc/01-Cell-basics.lisp 2006/05/20 06:32:19 1.4
@@ -1,17 +1,20 @@
-;; -*- mode: Lisp; Syntax: Common-Lisp; Package: cells -*-
-;;;
-;;; Copyright (c) 1995,2003 by Kenneth William Tilton.
-;;;
-;;; All rights reserved.
-;;;
-;;; THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-;;; IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-;;; FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-;;; AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-;;; LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
-;;; FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
-;;; IN THE SOFTWARE.
+;; -*- mode: Lisp; Syntax: Common-Lisp; Package: cells; -*-
+#|
+
+ Cells -- Automatic Dataflow Managememnt
+
+Copyright (C) 1995, 2006 by Kenneth Tilton
+
+This library is free software; you can redistribute it and/or
+modify it under the terms of the Lisp Lesser GNU Public License
+ (http://opensource.franz.com/preamble.html), known as the LLGPL.
+This library is distributed WITHOUT ANY WARRANTY; without even
+the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+
+See the Lisp Lesser GNU Public License for more details.
+
+|#
(in-package :cells)
More information about the Cells-cvs
mailing list