r10614: 2005-07-05 Kevin Rosenberg (kevin@rosenberg.net)
authorKevin M. Rosenberg <kevin@rosenberg.net>
Wed, 6 Jul 2005 01:05:14 +0000 (01:05 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Wed, 6 Jul 2005 01:05:14 +0000 (01:05 +0000)
        * Version 1.5.0
        * Remove vestigial LLGPL license notices as UFFI as been
        BSD-licensed for several years.

12 files changed:
ChangeLog
Makefile
debian/changelog
doc/Makefile
examples/Makefile
examples/Makefile.msvc
examples/c-test-fns.c
src/corman/getenv-ccl.lisp
tests/Makefile
tests/Makefile.msvc
tests/uffi-c-test.c
uffi.asd

index 98e9ad96c65f68c68258cd35f84e1f4a3ff3076b..dc3ea9afd472f1290d2c228d02590b1bf9b84875 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-07-05 Kevin Rosenberg (kevin@rosenberg.net)
+       * Version 1.5.0
+       * Remove vestigial LLGPL license notices as UFFI as been
+       BSD-licensed for several years.
+       
 2005-06-09 Kevin Rosenberg (kevin@rosenberg.net)
        * Version 1.4.39
        * tests/objects.lisp: Rename from pointers.lisp. 
index 595ea92fd25b40505fc4ccae6136e420aa3993a1..56a2982092662fec9e368f0549ebf9c740a09c5a 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -7,11 +7,7 @@
 #
 #  CVS Id:   $Id$
 #
-# This file, part of UFFI, is Copyright (c) 2002 by Kevin M. Rosenberg
-#
-# UFFI users are granted the rights to distribute and use this software
-# as governed by the terms of the Lisp Lesser GNU Public License
-# (http://opensource.franz.com/preamble.html), also known as the LLGPL.
+# This file, part of UFFI, is Copyright (c) 2002-2005 by Kevin M. Rosenberg
 
 PKG:=uffi
 DEBPKG=cl-uffi
index 0e78539e29598f1853626a28a170fb40541a260e..6ad13bb8604db1ded4925e5457f4a363b4d9ec2e 100644 (file)
@@ -1,3 +1,9 @@
+cl-uffi (1.5.0-1) unstable; urgency=low
+
+  * New upstream
+
+ -- Kevin M. Rosenberg <kmr@debian.org>  Tue,  5 Jul 2005 19:03:23 -0600
+
 cl-uffi (1.4.39-1) unstable; urgency=low
 
   * New upstream
index 9fc14fe9ddca561092e159c0ebccceda5696a5db..cfae6cc7467329fed8196fe6ea113baa55b3c652 100644 (file)
@@ -8,11 +8,7 @@
 #
 #  CVS Id:   $Id$
 #
-# This file, part of UFFI, is Copyright (c) 2002-2003 by Kevin M. Rosenberg
-#
-# UFFI users are granted the rights to distribute and use this software
-# as governed by the terms of the Lisp Lesser GNU Public License
-# (http://opensource.franz.com/preamble.html), also known as the LLGPL.
+# This file, part of UFFI, is Copyright (c) 2002-2005 by Kevin M. Rosenberg
 ##############################################################################
 
 DOCFILE_BASE_DEFAULT:=uffi
index cce6380850b7410a53497e9bd53b5eef1460abc9..8a13e07d890ddd4eaca5b67a58637c6a63395918 100644 (file)
@@ -7,11 +7,8 @@
 #
 #  CVS Id:   $Id$
 #
-# This file, part of UFFI, is Copyright (c) 2002 by Kevin M. Rosenberg
+# This file, part of UFFI, is Copyright (c) 2002-2005 by Kevin M. Rosenberg
 #
-# UFFI users are granted the rights to distribute and use this software
-# as governed by the terms of the Lisp Lesser GNU Public License
-# (http://opensource.franz.com/preamble.html), also known as the LLGPL.
 
 SUBDIRS:=
 
index 5e061d61cda5db345966fb1bbd48a769402d8653..bd210121a64c59e5e4695d5d0b914a138e3954c2 100644 (file)
@@ -7,11 +7,7 @@
 #
 #  CVS Id:   $Id: Makefile.msvc,v 1.1 2002/03/23 10:26:03 kevin Exp $
 #
-# This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg
-#
-# CLSQL users are granted the rights to distribute and use this software
-# as governed by the terms of the Lisp Lesser GNU Public License
-# (http://opensource.franz.com/preamble.html), also known as the LLGPL.
+# This file, part of CLSQL, is Copyright (c) 2002-2005 by Kevin M. Rosenberg
 
 BASE=c-test-fns
 
index fdc17b8ea38717203f3ea23d25b4732de38149de..1f60e7757420c509ae140e1faea4be4b5b80ce55 100644 (file)
@@ -8,12 +8,8 @@
  *
  *  CVS Id:   $Id$
  *
- * This file, part of UFFI, is Copyright (c) 2002 by Kevin M. Rosenberg
+ * This file, part of UFFI, is Copyright (c) 2002-2005 by Kevin M. Rosenberg
  *
- * UFFI users are granted the rights to distribute and use this software
- * as governed by the terms of the Lisp Lesser GNU Public License
- * (http://opensource.franz.com/preamble.html), also known as the LLGPL.
-
  * These variables are correct for GCC
  * you'll need to modify these for other compilers
  ***************************************************************************/
index 25cdfab0af49370e6a265e713ab38756c4d199f5..4c98e7339e635961c89c4eeac01496578118c9bb 100644 (file)
@@ -7,13 +7,8 @@
 ;;;; Programmer:    "Joe Marshall" <prunesquallor@attbi.com>
 ;;;; Date Started:  Feb 2002
 ;;;;
-`;;;; $Id$
+;;;; $Id$
 ;;;;
-;;;; This file, part of UFFI, is Copyright (c) 2002 by Kevin M. Rosenberg
-;;;;
-;;;; UFFI users are granted the rights to distribute and use this software
-;;;; as governed by the terms of the Lisp Lesser GNU Public License
-;;;; (http://opensource.franz.com/preamble.html), also known as the LLGPL.
 ;;;; *************************************************************************
 
 (in-package :cl-user)
index cd1a5c5e741c9e5b62ce59635fea57932023dfd5..f25dc7bc3856f71b602f51e73ad127708f1e54c8 100644 (file)
@@ -7,11 +7,7 @@
 #
 #  CVS Id:   $Id$
 #
-# This file, part of UFFI, is Copyright (c) 2002 by Kevin M. Rosenberg
-#
-# UFFI users are granted the rights to distribute and use this software
-# as governed by the terms of the Lisp Lesser GNU Public License
-# (http://opensource.franz.com/preamble.html), also known as the LLGPL.
+# This file, part of UFFI, is Copyright (c) 2002-2005 by Kevin M. Rosenberg
 
 SUBDIRS=
 
index 5e061d61cda5db345966fb1bbd48a769402d8653..471d63fab2d9d8ae89d340492417d71d859908c2 100644 (file)
@@ -7,11 +7,8 @@
 #
 #  CVS Id:   $Id: Makefile.msvc,v 1.1 2002/03/23 10:26:03 kevin Exp $
 #
-# This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg
+# This file, part of CLSQL, is Copyright (c) 2002-2005 by Kevin M. Rosenberg
 #
-# CLSQL users are granted the rights to distribute and use this software
-# as governed by the terms of the Lisp Lesser GNU Public License
-# (http://opensource.franz.com/preamble.html), also known as the LLGPL.
 
 BASE=c-test-fns
 
index 1e9ef0b691e29b1e968ef976fdd2102b82fe14fe..483d3bd4d1953094d38beea24066b1eb67c569c0 100644 (file)
@@ -8,12 +8,8 @@
  *
  *  CVS Id:   $Id$
  *
- * This file, part of UFFI, is Copyright (c) 2002 by Kevin M. Rosenberg
+ * This file, part of UFFI, is Copyright (c) 2002-2005 by Kevin M. Rosenberg
  *
- * UFFI users are granted the rights to distribute and use this software
- * as governed by the terms of the Lisp Lesser GNU Public License
- * (http://opensource.franz.com/preamble.html), also known as the LLGPL.
-
  * These variables are correct for GCC
  * you'll need to modify these for other compilers
  ***************************************************************************/
index a2ed7954b86c15347d033582b618fc157023a6ba..84b60d10749ce9a35aad01c52f6f7970916bca2b 100644 (file)
--- a/uffi.asd
+++ b/uffi.asd
@@ -9,11 +9,8 @@
 ;;;;
 ;;;; $Id$
 ;;;;
-;;;; This file, part of UFFI, is Copyright (c) 2002 by Kevin M. Rosenberg
+;;;; This file, part of UFFI, is Copyright (c) 2002-2005 by Kevin M. Rosenberg
 ;;;;
-;;;; UFFI users are granted the rights to distribute and use this software
-;;;; as governed by the terms of the Lisp Lesser GNU Public License
-;;;; (http://opensource.franz.com/preamble.html), also known as the LLGPL.
 ;;;; *************************************************************************
 
 (defpackage #:uffi-system (:use #:asdf #:cl))