From b86fdf882156aa45dc6e8e93a158dedf506f4233 Mon Sep 17 00:00:00 2001 From: Kevin Rosenberg Date: Sat, 6 Feb 2010 10:49:20 -0700 Subject: [PATCH] Remove old CVS $Id$ keyword --- Makefile | 4 +--- benchmarks/allocation.lisp | 4 +--- doc/Makefile | 4 +--- doc/bookinfo.xml | 4 ---- examples/Makefile | 4 +--- examples/Makefile.msvc | 4 +--- examples/acl-compat-tester.lisp | 1 - examples/arrays.lisp | 4 +--- examples/atoifl.lisp | 4 +--- examples/c-test-fns.c | 4 +--- examples/c-test-fns.lisp | 4 +--- examples/compress.lisp | 4 +--- examples/file-socket.lisp | 4 +--- examples/getenv.lisp | 4 +--- examples/gethostname.lisp | 4 +--- examples/getshells.lisp | 4 +--- examples/gettime.lisp | 4 +--- examples/run-examples.lisp | 4 +--- examples/strtol.lisp | 4 +--- examples/test-examples.lisp | 4 +--- examples/union.lisp | 4 +--- src/aggregates.lisp | 4 +--- src/corman/getenv-ccl.lisp | 2 -- src/libraries.lisp | 4 +--- src/objects.lisp | 2 -- src/os.lisp | 4 +--- src/primitives.lisp | 4 +--- src/readmacros-mcl.lisp | 4 +--- src/strings.lisp | 2 -- tests/Makefile | 4 +--- tests/Makefile.msvc | 4 +--- tests/arrays.lisp | 4 +--- tests/atoifl.lisp | 4 +--- tests/casts.lisp | 4 +--- tests/compress.lisp | 4 +--- tests/foreign-loader.lisp | 4 +--- tests/foreign-var.lisp | 4 +--- tests/getenv.lisp | 4 +--- tests/gethostname.lisp | 4 +--- tests/objects.lisp | 4 +--- tests/package.lisp | 3 +-- tests/strtol.lisp | 4 +--- tests/structs.lisp | 4 +--- tests/time.lisp | 4 +--- tests/uffi-c-test-lib.lisp | 4 +--- tests/uffi-c-test.c | 4 +--- tests/union.lisp | 4 +--- 47 files changed, 42 insertions(+), 136 deletions(-) diff --git a/Makefile b/Makefile index 56a2982..1e690f7 100644 --- a/Makefile +++ b/Makefile @@ -5,9 +5,7 @@ # Programer: Kevin M. Rosenberg, M.D. # Date Started: Mar 2002 # -# CVS Id: $Id$ -# -# This file, part of UFFI, is Copyright (c) 2002-2005 by Kevin M. Rosenberg +# This file, part of UFFI, is Copyright (c) 2002-2010 by Kevin M. Rosenberg PKG:=uffi DEBPKG=cl-uffi diff --git a/benchmarks/allocation.lisp b/benchmarks/allocation.lisp index cb8ff42..29636da 100644 --- a/benchmarks/allocation.lisp +++ b/benchmarks/allocation.lisp @@ -7,9 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Mar 2002 ;;;; -;;;; $Id$ -;;;; -;;;; This file, part of UFFI, is Copyright (c) 2002-2005 by Kevin M. Rosenberg +;;;; This file, part of UFFI, is Copyright (c) 2002-2010 by Kevin M. Rosenberg ;;;; ;;;; ************************************************************************* diff --git a/doc/Makefile b/doc/Makefile index 474bff4..85f9752 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -6,9 +6,7 @@ # Programer: Kevin M. Rosenberg # Date Started: Mar 2002 # -# CVS Id: $Id$ -# -# This file, part of UFFI, is Copyright (c) 2002-2005 by Kevin M. Rosenberg +# This file, part of UFFI, is Copyright (c) 2002-2010 by Kevin M. Rosenberg ############################################################################## DOCFILE_BASE_DEFAULT:=uffi diff --git a/doc/bookinfo.xml b/doc/bookinfo.xml index 641edb9..92ad9aa 100644 --- a/doc/bookinfo.xml +++ b/doc/bookinfo.xml @@ -23,10 +23,6 @@ - - $Id$ - File $Date$ - 2002-2003 Kevin M. Rosenberg diff --git a/examples/Makefile b/examples/Makefile index 8a13e07..4c0995d 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -5,9 +5,7 @@ # Programer: Kevin M. Rosenberg # Date Started: Mar 2002 # -# CVS Id: $Id$ -# -# This file, part of UFFI, is Copyright (c) 2002-2005 by Kevin M. Rosenberg +# This file, part of UFFI, is Copyright (c) 2002-2010 by Kevin M. Rosenberg # SUBDIRS:= diff --git a/examples/Makefile.msvc b/examples/Makefile.msvc index bd21012..fe31ffe 100644 --- a/examples/Makefile.msvc +++ b/examples/Makefile.msvc @@ -5,9 +5,7 @@ # Programer: Kevin M. Rosenberg # Date Started: Mar 2002 # -# 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-2005 by Kevin M. Rosenberg +# This file, part of CLSQL, is Copyright (c) 2002-2010 by Kevin M. Rosenberg BASE=c-test-fns diff --git a/examples/acl-compat-tester.lisp b/examples/acl-compat-tester.lisp index 039898e..9e5a260 100644 --- a/examples/acl-compat-tester.lisp +++ b/examples/acl-compat-tester.lisp @@ -24,7 +24,6 @@ ;; Place, Suite 330, Boston, MA 02111-1307 USA ;; ;;;; from the original ACL 6.1 sources: -;; $Id$ (defpackage :util.test diff --git a/examples/arrays.lisp b/examples/arrays.lisp index 7e5c7bd..474249d 100644 --- a/examples/arrays.lisp +++ b/examples/arrays.lisp @@ -7,9 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Mar 2002 ;;;; -;;;; $Id$ -;;;; -;;;; This file, part of UFFI, is Copyright (c) 2002-2005 by Kevin M. Rosenberg +;;;; This file, part of UFFI, is Copyright (c) 2002-2010 by Kevin M. Rosenberg ;;;; ;;;; ************************************************************************* diff --git a/examples/atoifl.lisp b/examples/atoifl.lisp index 9daaa4d..de8adfb 100644 --- a/examples/atoifl.lisp +++ b/examples/atoifl.lisp @@ -7,9 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Mar 2002 ;;;; -;;;; $Id$ -;;;; -;;;; This file, part of UFFI, is Copyright (c) 2002-2005 by Kevin M. Rosenberg +;;;; This file, part of UFFI, is Copyright (c) 2002-2010 by Kevin M. Rosenberg ;;;; ;;;; ************************************************************************* diff --git a/examples/c-test-fns.c b/examples/c-test-fns.c index 5f776b8..e8cdcd1 100644 --- a/examples/c-test-fns.c +++ b/examples/c-test-fns.c @@ -6,9 +6,7 @@ * Programer: Kevin M. Rosenberg * Date Started: Mar 2002 * - * CVS Id: $Id$ - * - * This file, part of UFFI, is Copyright (c) 2002-2005 by Kevin M. Rosenberg + * This file, part of UFFI, is Copyright (c) 2002-2010 by Kevin M. Rosenberg * * These variables are correct for GCC * you'll need to modify these for other compilers diff --git a/examples/c-test-fns.lisp b/examples/c-test-fns.lisp index fad44b4..14fca33 100644 --- a/examples/c-test-fns.lisp +++ b/examples/c-test-fns.lisp @@ -7,9 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Mar 2002 ;;;; -;;;; $Id$ -;;;; -;;;; This file, part of UFFI, is Copyright (c) 2002-2005 by Kevin M. Rosenberg +;;;; This file, part of UFFI, is Copyright (c) 2002-2010 by Kevin M. Rosenberg ;;;; ;;;; ************************************************************************* diff --git a/examples/compress.lisp b/examples/compress.lisp index 5f0abf7..3b8f127 100644 --- a/examples/compress.lisp +++ b/examples/compress.lisp @@ -7,9 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Feb 2002 ;;;; -;;;; $Id$ -;;;; -;;;; This file, part of UFFI, is Copyright (c) 2002-2005 by Kevin M. Rosenberg +;;;; This file, part of UFFI, is Copyright (c) 2002-2010 by Kevin M. Rosenberg ;;;; ;;;; ************************************************************************* diff --git a/examples/file-socket.lisp b/examples/file-socket.lisp index 7f2fa16..cdfcb25 100644 --- a/examples/file-socket.lisp +++ b/examples/file-socket.lisp @@ -7,9 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Jul 2002 ;;;; -;;;; $Id$ -;;;; -;;;; This file, part of UFFI, is Copyright (c) 2002-2005 by Kevin M. Rosenberg +;;;; This file, part of UFFI, is Copyright (c) 2002-2010 by Kevin M. Rosenberg ;;;; ;;;; ************************************************************************* diff --git a/examples/getenv.lisp b/examples/getenv.lisp index 776413b..ff85777 100644 --- a/examples/getenv.lisp +++ b/examples/getenv.lisp @@ -7,9 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Feb 2002 ;;;; -;;;; $Id$ -;;;; -;;;; This file, part of UFFI, is Copyright (c) 2002-2005 by Kevin M. Rosenberg +;;;; This file, part of UFFI, is Copyright (c) 2002-2010 by Kevin M. Rosenberg ;;;; ;;;; ************************************************************************* diff --git a/examples/gethostname.lisp b/examples/gethostname.lisp index 92ad2a5..ea31d74 100644 --- a/examples/gethostname.lisp +++ b/examples/gethostname.lisp @@ -7,9 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Feb 2002 ;;;; -;;;; $Id$ -;;;; -;;;; This file, part of UFFI, is Copyright (c) 2002-2005 by Kevin M. Rosenberg +;;;; This file, part of UFFI, is Copyright (c) 2002-2010 by Kevin M. Rosenberg ;;;; ;;;; ************************************************************************* diff --git a/examples/getshells.lisp b/examples/getshells.lisp index c3093f0..ceb210c 100644 --- a/examples/getshells.lisp +++ b/examples/getshells.lisp @@ -7,9 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Mar 2002 ;;;; -;;;; $Id$ -;;;; -;;;; This file, part of UFFI, is Copyright (c) 2002-2005 by Kevin M. Rosenberg +;;;; This file, part of UFFI, is Copyright (c) 2002-2010 by Kevin M. Rosenberg ;;;; ;;;; ************************************************************************* diff --git a/examples/gettime.lisp b/examples/gettime.lisp index 4606fd4..f1bc19b 100644 --- a/examples/gettime.lisp +++ b/examples/gettime.lisp @@ -7,9 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Feb 2002 ;;;; -;;;; $Id$ -;;;; -;;;; This file, part of UFFI, is Copyright (c) 2002-2005 by Kevin M. Rosenberg +;;;; This file, part of UFFI, is Copyright (c) 2002-2010 by Kevin M. Rosenberg ;;;; ;;;; ************************************************************************* diff --git a/examples/run-examples.lisp b/examples/run-examples.lisp index 3df9206..3837db9 100644 --- a/examples/run-examples.lisp +++ b/examples/run-examples.lisp @@ -7,9 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Feb 2002 ;;;; -;;;; $Id$ -;;;; -;;;; This file, part of UFFI, is Copyright (c) 2002-2005 by Kevin M. Rosenberg +;;;; This file, part of UFFI, is Copyright (c) 2002-2010 by Kevin M. Rosenberg ;;;; ;;;; ************************************************************************* diff --git a/examples/strtol.lisp b/examples/strtol.lisp index 2ef342f..f7c7c5e 100644 --- a/examples/strtol.lisp +++ b/examples/strtol.lisp @@ -7,9 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Feb 2002 ;;;; -;;;; $Id$ -;;;; -;;;; This file, part of UFFI, is Copyright (c) 2002-2005 by Kevin M. Rosenberg +;;;; This file, part of UFFI, is Copyright (c) 2002-2010 by Kevin M. Rosenberg ;;;; ;;;; ************************************************************************* diff --git a/examples/test-examples.lisp b/examples/test-examples.lisp index 09ac2c1..79fb65a 100644 --- a/examples/test-examples.lisp +++ b/examples/test-examples.lisp @@ -7,9 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Feb 2002 ;;;; -;;;; $Id$ -;;;; -;;;; This file, part of UFFI, is Copyright (c) 2002-2005 by Kevin M. Rosenberg +;;;; This file, part of UFFI, is Copyright (c) 2002-2010 by Kevin M. Rosenberg ;;;; ;;;; ************************************************************************* diff --git a/examples/union.lisp b/examples/union.lisp index df5371d..b8fdcef 100644 --- a/examples/union.lisp +++ b/examples/union.lisp @@ -7,9 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Mar 2002 ;;;; -;;;; $Id$ -;;;; -;;;; This file, part of UFFI, is Copyright (c) 2002-2005 by Kevin M. Rosenberg +;;;; This file, part of UFFI, is Copyright (c) 2002-2010 by Kevin M. Rosenberg ;;;; ;;;; ************************************************************************* diff --git a/src/aggregates.lisp b/src/aggregates.lisp index 3c2720b..88f373d 100644 --- a/src/aggregates.lisp +++ b/src/aggregates.lisp @@ -7,9 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Feb 2002 ;;;; -;;;; $Id$ -;;;; -;;;; This file, part of UFFI, is Copyright (c) 2005 by Kevin M. Rosenberg +;;;; This file, part of UFFI, is Copyright (c) 2002-2010 by Kevin M. Rosenberg ;;;; ;;;; ************************************************************************* diff --git a/src/corman/getenv-ccl.lisp b/src/corman/getenv-ccl.lisp index 73322b8..966e0f7 100644 --- a/src/corman/getenv-ccl.lisp +++ b/src/corman/getenv-ccl.lisp @@ -7,8 +7,6 @@ ;;;; Programmer: "Joe Marshall" ;;;; Date Started: Feb 2002 ;;;; -;;;; $Id$ -;;;; ;;;; ************************************************************************* (in-package :cl-user) diff --git a/src/libraries.lisp b/src/libraries.lisp index 426c019..f2ce922 100644 --- a/src/libraries.lisp +++ b/src/libraries.lisp @@ -7,9 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Feb 2002 ;;;; -;;;; $Id$ -;;;; -;;;; This file, part of UFFI, is Copyright (c) 2002-2005 by Kevin M. Rosenberg +;;;; This file, part of UFFI, is Copyright (c) 2002-2010 by Kevin M. Rosenberg ;;;; ;;;; ************************************************************************* diff --git a/src/objects.lisp b/src/objects.lisp index c71a8b1..c9935b7 100644 --- a/src/objects.lisp +++ b/src/objects.lisp @@ -7,8 +7,6 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Feb 2002 ;;;; -;;;; $Id$ -;;;; ;;;; This file, part of UFFI, is Copyright (c) 2002-2010 by Kevin M. Rosenberg ;;;; ;;;; ************************************************************************* diff --git a/src/os.lisp b/src/os.lisp index a9f367e..6d412a7 100644 --- a/src/os.lisp +++ b/src/os.lisp @@ -7,9 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Sep 2002 ;;;; -;;;; $Id$ -;;;; -;;;; This file, part of UFFI, is Copyright (c) 2002-2005 by Kevin M. Rosenberg. +;;;; This file, part of UFFI, is Copyright (c) 2002-2010 by Kevin M. Rosenberg. ;;;; ;;;; ************************************************************************* diff --git a/src/primitives.lisp b/src/primitives.lisp index e49c4b4..66a0a7c 100644 --- a/src/primitives.lisp +++ b/src/primitives.lisp @@ -7,9 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Feb 2002 ;;;; -;;;; $Id$ -;;;; -;;;; This file, part of UFFI, is Copyright (c) 2002-2005 by Kevin M. Rosenberg +;;;; This file, part of UFFI, is Copyright (c) 2002-2010 by Kevin M. Rosenberg ;;;; ;;;; ************************************************************************* diff --git a/src/readmacros-mcl.lisp b/src/readmacros-mcl.lisp index 561bf55..bc3bf05 100644 --- a/src/readmacros-mcl.lisp +++ b/src/readmacros-mcl.lisp @@ -7,9 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg/John Desoi ;;;; Date Started: Feb 2002 ;;;; -;;;; $Id$ -;;;; -;;;; This file, part of UFFI, is Copyright (c) 2002-2005 by Kevin M. Rosenberg +;;;; This file, part of UFFI, is Copyright (c) 2002-2010 by Kevin M. Rosenberg ;;;; ;;;; ************************************************************************* diff --git a/src/strings.lisp b/src/strings.lisp index 913b90a..3905004 100644 --- a/src/strings.lisp +++ b/src/strings.lisp @@ -7,8 +7,6 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Feb 2002 ;;;; -;;;; $Id$ -;;;; ;;;; This file, part of UFFI, is Copyright (c) 2002-2010 by Kevin M. Rosenberg ;;;; ************************************************************************* diff --git a/tests/Makefile b/tests/Makefile index f25dc7b..5ed8277 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -5,9 +5,7 @@ # Programer: Kevin M. Rosenberg # Date Started: Mar 2002 # -# CVS Id: $Id$ -# -# This file, part of UFFI, is Copyright (c) 2002-2005 by Kevin M. Rosenberg +# This file, part of UFFI, is Copyright (c) 2002-2010 by Kevin M. Rosenberg SUBDIRS= diff --git a/tests/Makefile.msvc b/tests/Makefile.msvc index 471d63f..9962850 100644 --- a/tests/Makefile.msvc +++ b/tests/Makefile.msvc @@ -5,9 +5,7 @@ # Programer: Kevin M. Rosenberg # Date Started: Mar 2002 # -# 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-2005 by Kevin M. Rosenberg +# This file, part of CLSQL, is Copyright (c) 2002-2010 by Kevin M. Rosenberg # BASE=c-test-fns diff --git a/tests/arrays.lisp b/tests/arrays.lisp index 2f27617..d03a2ef 100644 --- a/tests/arrays.lisp +++ b/tests/arrays.lisp @@ -7,9 +7,7 @@ ;;;; Author: Kevin M. Rosenberg ;;;; Date Started: Mar 2002 ;;;; -;;;; $Id$ -;;;; -;;;; This file, part of UFFI, is Copyright (c) 2002-2005 by Kevin M. Rosenberg +;;;; This file, part of UFFI, is Copyright (c) 2002-2010 by Kevin M. Rosenberg ;;;; ;;;; ************************************************************************* diff --git a/tests/atoifl.lisp b/tests/atoifl.lisp index 41945d9..4f079b7 100644 --- a/tests/atoifl.lisp +++ b/tests/atoifl.lisp @@ -7,9 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Mar 2002 ;;;; -;;;; $Id$ -;;;; -;;;; This file, part of UFFI, is Copyright (c) 2002-2005 by Kevin M. Rosenberg +;;;; This file, part of UFFI, is Copyright (c) 2002-2010 by Kevin M. Rosenberg ;;;; ;;;; ************************************************************************* diff --git a/tests/casts.lisp b/tests/casts.lisp index 45b0644..e6e2d7c 100644 --- a/tests/casts.lisp +++ b/tests/casts.lisp @@ -7,9 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg / Edi Weitz ;;;; Date Started: Aug 2003 ;;;; -;;;; $Id$ -;;;; -;;;; This file, part of UFFI, is Copyright (c) 2003-2005 by Kevin M. Rosenberg +;;;; This file, part of UFFI, is Copyright (c) 2003-2010 by Kevin M. Rosenberg ;;;; ;;;; ************************************************************************* diff --git a/tests/compress.lisp b/tests/compress.lisp index 28d700f..d6f5178 100644 --- a/tests/compress.lisp +++ b/tests/compress.lisp @@ -7,9 +7,7 @@ ;;;; Author: Kevin M. Rosenberg ;;;; Date Started: Feb 2002 ;;;; -;;;; $Id$ -;;;; -;;;; This file, part of UFFI, is Copyright (c) 2002-2005 by Kevin M. Rosenberg +;;;; This file, part of UFFI, is Copyright (c) 2002-2010 by Kevin M. Rosenberg ;;;; ;;;; ************************************************************************* diff --git a/tests/foreign-loader.lisp b/tests/foreign-loader.lisp index 0fa9cf4..017fbed 100644 --- a/tests/foreign-loader.lisp +++ b/tests/foreign-loader.lisp @@ -7,9 +7,7 @@ ;;;; Author: Kevin M. Rosenberg ;;;; Date Started: Feb 2002 ;;;; -;;;; $Id$ -;;;; -;;;; This file, part of UFFI, is Copyright (c) 2002-2005 by Kevin M. Rosenberg +;;;; This file, part of UFFI, is Copyright (c) 2002-2010 by Kevin M. Rosenberg ;;;; ;;;; ************************************************************************* diff --git a/tests/foreign-var.lisp b/tests/foreign-var.lisp index 4e0f38c..3a19d75 100644 --- a/tests/foreign-var.lisp +++ b/tests/foreign-var.lisp @@ -7,10 +7,8 @@ ;;;; Authors: Kevin M. Rosenberg and Edi Weitz ;;;; Date Started: Aug 2003 ;;;; -;;;; $Id$ +;;;; This file, part of UFFI, is Copyright (c) 2003-2010 by Kevin M. Rosenberg ;;;; -;;;; 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 408cf04..fd78448 100644 --- a/tests/getenv.lisp +++ b/tests/getenv.lisp @@ -7,9 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Feb 2002 ;;;; -;;;; $Id$ -;;;; -;;;; This file, part of UFFI, is Copyright (c) 2002-2005 by Kevin M. Rosenberg +;;;; This file, part of UFFI, is Copyright (c) 2002-2010 by Kevin M. Rosenberg ;;;; ;;;; ************************************************************************* diff --git a/tests/gethostname.lisp b/tests/gethostname.lisp index f64765c..d581ccc 100644 --- a/tests/gethostname.lisp +++ b/tests/gethostname.lisp @@ -7,9 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Feb 2002 ;;;; -;;;; $Id$ -;;;; -;;;; This file, part of UFFI, is Copyright (c) 2002-2005 by Kevin M. Rosenberg +;;;; This file, part of UFFI, is Copyright (c) 2002-2010 by Kevin M. Rosenberg ;;;; ;;;; ************************************************************************* diff --git a/tests/objects.lisp b/tests/objects.lisp index bf76cf2..f5896c3 100644 --- a/tests/objects.lisp +++ b/tests/objects.lisp @@ -7,9 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Aug 2003 ;;;; -;;;; $Id$ -;;;; -;;;; This file, part of UFFI, is Copyright (c) 2003-2005 by Kevin M. Rosenberg +;;;; This file, part of UFFI, is Copyright (c) 2003-2010 by Kevin M. Rosenberg ;;;; ;;;; ************************************************************************* diff --git a/tests/package.lisp b/tests/package.lisp index a5dc186..d65ae6e 100644 --- a/tests/package.lisp +++ b/tests/package.lisp @@ -7,9 +7,8 @@ ;;;; Author: Kevin M. Rosenberg ;;;; Date Started: Apr 2003 ;;;; -;;;; This file, part of UFFI, is Copyright (c) 2003-2005 by Kevin M. Rosenberg +;;;; This file, part of UFFI, is Copyright (c) 2003-2010 by Kevin M. Rosenberg ;;;; -;;;; $Id$ ;;;; ************************************************************************* (defpackage #:uffi-tests diff --git a/tests/strtol.lisp b/tests/strtol.lisp index ee20f13..6a4240c 100644 --- a/tests/strtol.lisp +++ b/tests/strtol.lisp @@ -7,9 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Feb 2002 ;;;; -;;;; $Id$ -;;;; -;;;; This file, part of UFFI, is Copyright (c) 2002-2005 by Kevin M. Rosenberg +;;;; This file, part of UFFI, is Copyright (c) 2002-2010 by Kevin M. Rosenberg ;;;; ;;;; ************************************************************************* diff --git a/tests/structs.lisp b/tests/structs.lisp index 806de8a..eb8b78c 100644 --- a/tests/structs.lisp +++ b/tests/structs.lisp @@ -7,9 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Feb 2002 ;;;; -;;;; $Id$ -;;;; -;;;; This file, part of UFFI, is Copyright (c) 2002-2005 by Kevin M. Rosenberg +;;;; This file, part of UFFI, is Copyright (c) 2002-2010 by Kevin M. Rosenberg ;;;; ;;;; ************************************************************************* diff --git a/tests/time.lisp b/tests/time.lisp index 8e45ada..16a0066 100644 --- a/tests/time.lisp +++ b/tests/time.lisp @@ -7,9 +7,7 @@ ;;;; Author: Kevin M. Rosenberg ;;;; Date Started: Feb 2002 ;;;; -;;;; $Id$ -;;;; -;;;; This file, part of UFFI, is Copyright (c) 2002-2005 by Kevin M. Rosenberg +;;;; This file, part of UFFI, is Copyright (c) 2002-2010 by Kevin M. Rosenberg ;;;; ;;;; ************************************************************************* diff --git a/tests/uffi-c-test-lib.lisp b/tests/uffi-c-test-lib.lisp index f6325fa..9b87cf3 100644 --- a/tests/uffi-c-test-lib.lisp +++ b/tests/uffi-c-test-lib.lisp @@ -7,9 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Mar 2002 ;;;; -;;;; $Id$ -;;;; -;;;; This file, part of UFFI, is Copyright (c) 2002-2005 by Kevin M. Rosenberg +;;;; This file, part of UFFI, is Copyright (c) 2002-2010 by Kevin M. Rosenberg ;;;; ;;;; ************************************************************************* diff --git a/tests/uffi-c-test.c b/tests/uffi-c-test.c index 5fa6b41..2032664 100644 --- a/tests/uffi-c-test.c +++ b/tests/uffi-c-test.c @@ -6,9 +6,7 @@ * Programer: Kevin M. Rosenberg * Date Started: Mar 2002 * - * CVS Id: $Id$ - * - * This file, part of UFFI, is Copyright (c) 2002-2005 by Kevin M. Rosenberg + * This file, part of UFFI, is Copyright (c) 2002-2010 by Kevin M. Rosenberg * * These variables are correct for GCC * you'll need to modify these for other compilers diff --git a/tests/union.lisp b/tests/union.lisp index 0990248..1c7104a 100644 --- a/tests/union.lisp +++ b/tests/union.lisp @@ -7,9 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Mar 2002 ;;;; -;;;; $Id$ -;;;; -;;;; This file, part of UFFI, is Copyright (c) 2002-2005 by Kevin M. Rosenberg +;;;; This file, part of UFFI, is Copyright (c) 2002-2010 by Kevin M. Rosenberg ;;;; ;;;; ************************************************************************* -- 2.34.1