From 3ade95bab16abe09642554e9cbf56f117f01e507 Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Fri, 1 Jul 2005 00:39:48 +0000 Subject: [PATCH] r10608: update license --- benchmarks/allocation.lisp | 5 +---- examples/arrays.lisp | 5 +---- examples/atoifl.lisp | 5 +---- examples/c-test-fns.lisp | 5 +---- examples/compress.lisp | 5 +---- examples/file-socket.lisp | 5 +---- examples/getenv.lisp | 5 +---- examples/gethostname.lisp | 5 +---- examples/getshells.lisp | 5 +---- examples/gettime.lisp | 5 +---- examples/run-examples.lisp | 5 +---- examples/strtol.lisp | 5 +---- examples/test-examples.lisp | 5 +---- examples/union.lisp | 5 +---- src/aggregates.lisp | 5 +---- src/functions.lisp | 5 +---- src/libraries.lisp | 5 +---- src/objects.lisp | 5 +---- src/os.lisp | 7 +------ src/package.lisp | 5 +---- src/primitives.lisp | 5 +---- src/readmacros-mcl.lisp | 5 +---- src/strings.lisp | 6 +----- tests/arrays.lisp | 2 +- tests/atoifl.lisp | 2 +- tests/casts.lisp | 2 ++ tests/compress.lisp | 2 +- tests/foreign-loader.lisp | 2 +- tests/foreign-var.lisp | 2 ++ tests/getenv.lisp | 2 +- tests/gethostname.lisp | 2 +- tests/objects.lisp | 2 +- tests/package.lisp | 2 ++ tests/strtol.lisp | 2 +- tests/structs.lisp | 2 +- tests/time.lisp | 2 +- tests/uffi-c-test-lib.lisp | 2 +- tests/union.lisp | 2 +- 38 files changed, 41 insertions(+), 107 deletions(-) diff --git a/benchmarks/allocation.lisp b/benchmarks/allocation.lisp index dbdaa23..38b7d09 100644 --- a/benchmarks/allocation.lisp +++ b/benchmarks/allocation.lisp @@ -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. ;;;; ************************************************************************* (declaim (optimize (debug 3) (speed 3) (safety 1) (compilation-speed 0))) diff --git a/examples/arrays.lisp b/examples/arrays.lisp index 8a58312..0239e70 100644 --- a/examples/arrays.lisp +++ b/examples/arrays.lisp @@ -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. ;;;; ************************************************************************* (in-package :cl-user) diff --git a/examples/atoifl.lisp b/examples/atoifl.lisp index 7ea944d..69cb5dc 100644 --- a/examples/atoifl.lisp +++ b/examples/atoifl.lisp @@ -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. ;;;; ************************************************************************* (in-package :cl-user) diff --git a/examples/c-test-fns.lisp b/examples/c-test-fns.lisp index f24d5cc..880bd2e 100644 --- a/examples/c-test-fns.lisp +++ b/examples/c-test-fns.lisp @@ -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. ;;;; ************************************************************************* (in-package :cl-user) diff --git a/examples/compress.lisp b/examples/compress.lisp index 10634a3..3f3e838 100644 --- a/examples/compress.lisp +++ b/examples/compress.lisp @@ -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. ;;;; ************************************************************************* (in-package :cl-user) diff --git a/examples/file-socket.lisp b/examples/file-socket.lisp index 58ef17c..3ae12cc 100644 --- a/examples/file-socket.lisp +++ b/examples/file-socket.lisp @@ -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. ;;;; ************************************************************************* (in-package :cl-user) diff --git a/examples/getenv.lisp b/examples/getenv.lisp index 72201e2..a96fc2b 100644 --- a/examples/getenv.lisp +++ b/examples/getenv.lisp @@ -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. ;;;; ************************************************************************* (in-package :cl-user) diff --git a/examples/gethostname.lisp b/examples/gethostname.lisp index 2f9a261..fb6f6e8 100644 --- a/examples/gethostname.lisp +++ b/examples/gethostname.lisp @@ -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. ;;;; ************************************************************************* (in-package :cl-user) diff --git a/examples/getshells.lisp b/examples/getshells.lisp index c282706..280009f 100644 --- a/examples/getshells.lisp +++ b/examples/getshells.lisp @@ -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. ;;;; ************************************************************************* (in-package :cl-user) diff --git a/examples/gettime.lisp b/examples/gettime.lisp index 7707f64..6dc66c6 100644 --- a/examples/gettime.lisp +++ b/examples/gettime.lisp @@ -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. ;;;; ************************************************************************* (in-package :cl-user) diff --git a/examples/run-examples.lisp b/examples/run-examples.lisp index c6414e8..79653f6 100644 --- a/examples/run-examples.lisp +++ b/examples/run-examples.lisp @@ -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. ;;;; ************************************************************************* #-uffi (asdf:oos 'asdf:load-op :uffi) diff --git a/examples/strtol.lisp b/examples/strtol.lisp index 2d54b8b..88aa560 100644 --- a/examples/strtol.lisp +++ b/examples/strtol.lisp @@ -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. ;;;; ************************************************************************* (in-package :cl-user) diff --git a/examples/test-examples.lisp b/examples/test-examples.lisp index 1115941..0bf5e79 100644 --- a/examples/test-examples.lisp +++ b/examples/test-examples.lisp @@ -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. ;;;; ************************************************************************* #-uffi (asdf:oos 'asdf:load-op :uffi) diff --git a/examples/union.lisp b/examples/union.lisp index df2507b..2b45c50 100644 --- a/examples/union.lisp +++ b/examples/union.lisp @@ -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. ;;;; ************************************************************************* (in-package :cl-user) diff --git a/src/aggregates.lisp b/src/aggregates.lisp index f02f203..5d0059c 100644 --- a/src/aggregates.lisp +++ b/src/aggregates.lisp @@ -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) 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. ;;;; ************************************************************************* (in-package #:uffi) diff --git a/src/functions.lisp b/src/functions.lisp index 1610b22..415401f 100644 --- a/src/functions.lisp +++ b/src/functions.lisp @@ -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) 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. ;;;; ************************************************************************* (in-package #:uffi) diff --git a/src/libraries.lisp b/src/libraries.lisp index af860c4..dbf9dd9 100644 --- a/src/libraries.lisp +++ b/src/libraries.lisp @@ -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. ;;;; ************************************************************************* (in-package #:uffi) diff --git a/src/objects.lisp b/src/objects.lisp index 6c8a5b6..cc4a9fe 100644 --- a/src/objects.lisp +++ b/src/objects.lisp @@ -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. ;;;; ************************************************************************* (in-package #:uffi) diff --git a/src/os.lisp b/src/os.lisp index a95bb61..bcbf658 100644 --- a/src/os.lisp +++ b/src/os.lisp @@ -9,13 +9,8 @@ ;;;; ;;;; $Id$ ;;;; -;;;; This file, part of UFFI, is Copyright (c) 2002 by Kevin M. Rosenberg. -;;;; Much of this code was taken from other open source project and copyright -;;;; for that code is noted below where appropriate. +;;;; 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. ;;;; ************************************************************************* (in-package #:uffi) diff --git a/src/package.lisp b/src/package.lisp index 33909ad..7aa665f 100644 --- a/src/package.lisp +++ b/src/package.lisp @@ -7,11 +7,8 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Feb 2002 ;;;; -;;;; 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. ;;;; ************************************************************************* (in-package #:cl-user) diff --git a/src/primitives.lisp b/src/primitives.lisp index ac4116a..6eafe7f 100644 --- a/src/primitives.lisp +++ b/src/primitives.lisp @@ -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. ;;;; ************************************************************************* (in-package #:uffi) diff --git a/src/readmacros-mcl.lisp b/src/readmacros-mcl.lisp index 89f3551..3bf8f46 100644 --- a/src/readmacros-mcl.lisp +++ b/src/readmacros-mcl.lisp @@ -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. ;;;; ************************************************************************* (in-package #:uffi) diff --git a/src/strings.lisp b/src/strings.lisp index e54a940..c815628 100644 --- a/src/strings.lisp +++ b/src/strings.lisp @@ -9,11 +9,7 @@ ;;;; ;;;; $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 ;;;; ************************************************************************* (in-package #:uffi) diff --git a/tests/arrays.lisp b/tests/arrays.lisp index 25ad901..182b9b3 100644 --- a/tests/arrays.lisp +++ b/tests/arrays.lisp @@ -9,7 +9,7 @@ ;;;; ;;;; $Id$ ;;;; -;;;; This file, part of UFFI, is Copyright (c) 2002-2003 by Kevin M. Rosenberg +;;;; This file, part of UFFI, is Copyright (c) 2002-2005 by Kevin M. Rosenberg ;;;; ;;;; ************************************************************************* diff --git a/tests/atoifl.lisp b/tests/atoifl.lisp index fce1e7f..7dca5a2 100644 --- a/tests/atoifl.lisp +++ b/tests/atoifl.lisp @@ -9,7 +9,7 @@ ;;;; ;;;; $Id$ ;;;; -;;;; This file, part of UFFI, is Copyright (c) 2002-2003 by Kevin M. Rosenberg +;;;; This file, part of UFFI, is Copyright (c) 2002-2005 by Kevin M. Rosenberg ;;;; ;;;; ************************************************************************* diff --git a/tests/casts.lisp b/tests/casts.lisp index 709f06d..f6bf4d4 100644 --- a/tests/casts.lisp +++ b/tests/casts.lisp @@ -9,6 +9,8 @@ ;;;; ;;;; $Id$ ;;;; +;;;; This file, part of UFFI, is Copyright (c) 2003-2005 by Kevin M. Rosenberg +;;;; ;;;; ************************************************************************* (in-package #:uffi-tests) diff --git a/tests/compress.lisp b/tests/compress.lisp index 738e162..9e73326 100644 --- a/tests/compress.lisp +++ b/tests/compress.lisp @@ -9,7 +9,7 @@ ;;;; ;;;; $Id$ ;;;; -;;;; This file, part of UFFI, is Copyright (c) 2002-2003 by Kevin M. Rosenberg +;;;; This file, part of UFFI, is Copyright (c) 2002-2005 by Kevin M. Rosenberg ;;;; ;;;; ************************************************************************* diff --git a/tests/foreign-loader.lisp b/tests/foreign-loader.lisp index cebbeae..ab0d6a2 100644 --- a/tests/foreign-loader.lisp +++ b/tests/foreign-loader.lisp @@ -9,7 +9,7 @@ ;;;; ;;;; $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 ;;;; ;;;; ************************************************************************* diff --git a/tests/foreign-var.lisp b/tests/foreign-var.lisp index e2904ff..1276f2a 100644 --- a/tests/foreign-var.lisp +++ b/tests/foreign-var.lisp @@ -9,6 +9,8 @@ ;;;; ;;;; $Id$ ;;;; +;;;; This file, part of UFFI, is Copyright (c) 2003-2005 by Kevin M. Rosenberg +;;; ;;;; ************************************************************************* (in-package #:uffi-tests) diff --git a/tests/getenv.lisp b/tests/getenv.lisp index 51bb6ca..4146b3b 100644 --- a/tests/getenv.lisp +++ b/tests/getenv.lisp @@ -9,7 +9,7 @@ ;;;; ;;;; $Id$ ;;;; -;;;; This file, part of UFFI, is Copyright (c) 2002-2003 by Kevin M. Rosenberg +;;;; This file, part of UFFI, is Copyright (c) 2002-2005 by Kevin M. Rosenberg ;;;; ;;;; ************************************************************************* diff --git a/tests/gethostname.lisp b/tests/gethostname.lisp index c5ef751..ff65008 100644 --- a/tests/gethostname.lisp +++ b/tests/gethostname.lisp @@ -9,7 +9,7 @@ ;;;; ;;;; $Id$ ;;;; -;;;; This file, part of UFFI, is Copyright (c) 2002-2003 by Kevin M. Rosenberg +;;;; This file, part of UFFI, is Copyright (c) 2002-2005 by Kevin M. Rosenberg ;;;; ;;;; ************************************************************************* diff --git a/tests/objects.lisp b/tests/objects.lisp index cebb359..501dde0 100644 --- a/tests/objects.lisp +++ b/tests/objects.lisp @@ -9,7 +9,7 @@ ;;;; ;;;; $Id$ ;;;; -;;;; This file, part of UFFI, is Copyright (c) 2003 by Kevin M. Rosenberg +;;;; This file, part of UFFI, is Copyright (c) 2003-2005 by Kevin M. Rosenberg ;;;; ;;;; ************************************************************************* diff --git a/tests/package.lisp b/tests/package.lisp index 04c3b81..a5dc186 100644 --- a/tests/package.lisp +++ b/tests/package.lisp @@ -7,6 +7,8 @@ ;;;; Author: Kevin M. Rosenberg ;;;; Date Started: Apr 2003 ;;;; +;;;; This file, part of UFFI, is Copyright (c) 2003-2005 by Kevin M. Rosenberg +;;;; ;;;; $Id$ ;;;; ************************************************************************* diff --git a/tests/strtol.lisp b/tests/strtol.lisp index cb053cf..8252f7f 100644 --- a/tests/strtol.lisp +++ b/tests/strtol.lisp @@ -9,7 +9,7 @@ ;;;; ;;;; $Id$ ;;;; -;;;; This file, part of UFFI, is Copyright (c) 2002-2003 by Kevin M. Rosenberg +;;;; This file, part of UFFI, is Copyright (c) 2002-2005 by Kevin M. Rosenberg ;;;; ;;;; ************************************************************************* diff --git a/tests/structs.lisp b/tests/structs.lisp index 3c886a1..068ee1f 100644 --- a/tests/structs.lisp +++ b/tests/structs.lisp @@ -9,7 +9,7 @@ ;;;; ;;;; $Id$ ;;;; -;;;; This file, part of UFFI, is Copyright (c) 2002-2003 by Kevin M. Rosenberg +;;;; This file, part of UFFI, is Copyright (c) 2002-2005 by Kevin M. Rosenberg ;;;; ;;;; ************************************************************************* diff --git a/tests/time.lisp b/tests/time.lisp index fe8e305..9d95463 100644 --- a/tests/time.lisp +++ b/tests/time.lisp @@ -9,7 +9,7 @@ ;;;; ;;;; $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 ;;;; ;;;; ************************************************************************* diff --git a/tests/uffi-c-test-lib.lisp b/tests/uffi-c-test-lib.lisp index 039e733..7481201 100644 --- a/tests/uffi-c-test-lib.lisp +++ b/tests/uffi-c-test-lib.lisp @@ -9,7 +9,7 @@ ;;;; ;;;; $Id$ ;;;; -;;;; This file, part of UFFI, is Copyright (c) 2002-2003 by Kevin M. Rosenberg +;;;; This file, part of UFFI, is Copyright (c) 2002-2005 by Kevin M. Rosenberg ;;;; ;;;; ************************************************************************* diff --git a/tests/union.lisp b/tests/union.lisp index befbbe8..1806a9c 100644 --- a/tests/union.lisp +++ b/tests/union.lisp @@ -9,7 +9,7 @@ ;;;; ;;;; $Id$ ;;;; -;;;; This file, part of UFFI, is Copyright (c) 2002-2003 by Kevin M. Rosenberg +;;;; This file, part of UFFI, is Copyright (c) 2002-2005 by Kevin M. Rosenberg ;;;; ;;;; ************************************************************************* -- 2.34.1