From 6857c87b747c4d9816788432672280160d1df773 Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Wed, 6 Jul 2005 01:05:14 +0000 Subject: [PATCH] r10614: 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. --- ChangeLog | 5 +++++ Makefile | 6 +----- debian/changelog | 6 ++++++ doc/Makefile | 6 +----- examples/Makefile | 5 +---- examples/Makefile.msvc | 6 +----- examples/c-test-fns.c | 6 +----- src/corman/getenv-ccl.lisp | 7 +------ tests/Makefile | 6 +----- tests/Makefile.msvc | 5 +---- tests/uffi-c-test.c | 6 +----- uffi.asd | 5 +---- 12 files changed, 21 insertions(+), 48 deletions(-) diff --git a/ChangeLog b/ChangeLog index 98e9ad9..dc3ea9a 100644 --- 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. diff --git a/Makefile b/Makefile index 595ea92..56a2982 100644 --- 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 diff --git a/debian/changelog b/debian/changelog index 0e78539..6ad13bb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +cl-uffi (1.5.0-1) unstable; urgency=low + + * New upstream + + -- Kevin M. Rosenberg Tue, 5 Jul 2005 19:03:23 -0600 + cl-uffi (1.4.39-1) unstable; urgency=low * New upstream diff --git a/doc/Makefile b/doc/Makefile index 9fc14fe..cfae6cc 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -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 diff --git a/examples/Makefile b/examples/Makefile index cce6380..8a13e07 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -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:= diff --git a/examples/Makefile.msvc b/examples/Makefile.msvc index 5e061d6..bd21012 100644 --- a/examples/Makefile.msvc +++ b/examples/Makefile.msvc @@ -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 diff --git a/examples/c-test-fns.c b/examples/c-test-fns.c index fdc17b8..1f60e77 100644 --- a/examples/c-test-fns.c +++ b/examples/c-test-fns.c @@ -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 ***************************************************************************/ diff --git a/src/corman/getenv-ccl.lisp b/src/corman/getenv-ccl.lisp index 25cdfab..4c98e73 100644 --- a/src/corman/getenv-ccl.lisp +++ b/src/corman/getenv-ccl.lisp @@ -7,13 +7,8 @@ ;;;; Programmer: "Joe Marshall" ;;;; 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) diff --git a/tests/Makefile b/tests/Makefile index cd1a5c5..f25dc7b 100644 --- a/tests/Makefile +++ b/tests/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 SUBDIRS= diff --git a/tests/Makefile.msvc b/tests/Makefile.msvc index 5e061d6..471d63f 100644 --- a/tests/Makefile.msvc +++ b/tests/Makefile.msvc @@ -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 diff --git a/tests/uffi-c-test.c b/tests/uffi-c-test.c index 1e9ef0b..483d3bd 100644 --- a/tests/uffi-c-test.c +++ b/tests/uffi-c-test.c @@ -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 ***************************************************************************/ diff --git a/uffi.asd b/uffi.asd index a2ed795..84b60d1 100644 --- 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)) -- 2.34.1