From 05cc354127681bfbecf7fd098b53f4e03858d6c0 Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Sat, 29 Aug 2015 16:42:07 -0600 Subject: [PATCH] Update header documentation --- debian/copyright | 2 +- ffi.lisp | 4 +--- package.lisp | 4 +--- specials.lisp | 4 +--- transform.lisp | 4 +--- wisdom.lisp | 4 +--- 6 files changed, 6 insertions(+), 16 deletions(-) diff --git a/debian/copyright b/debian/copyright index 67a2c49..2faed29 100644 --- a/debian/copyright +++ b/debian/copyright @@ -7,7 +7,7 @@ Upstream Author: Kevin M. Rosenberg Copyright: -Copyright (c) 2008-2009 by Kevin Rosenberg +Copyright (c) 2008-2011 by Kevin Rosenberg All rights reserved. diff --git a/ffi.lisp b/ffi.lisp index 8d16045..2696884 100644 --- a/ffi.lisp +++ b/ffi.lisp @@ -7,9 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Mar 2009 ;;;; -;;;; $Id$ -;;;; -;;;; This file, part of FFTW3, is Copyright (c) 2009 by Kevin M. Rosenberg +;;;; This file and CL-FFTW3 are Copyright (c) 2009-2011 by Kevin M. Rosenberg ;;;; ;;;; FFTW3 users are granted the rights to distribute and use this software ;;;; as governed by the terms of the Lisp Lesser GNU Public License diff --git a/package.lisp b/package.lisp index 6ed7ede..ad2c972 100644 --- a/package.lisp +++ b/package.lisp @@ -7,9 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Jan 2009 ;;;; -;;;; $Id$ -;;;; -;;;; This file, part of FFTW3, is Copyright (c) 2009 by Kevin M. Rosenberg +;;;; This file and CL-FFTW3 are Copyright (c) 2009-2011 by Kevin M. Rosenberg ;;;; ;;;; FFTW3 users are granted the rights to distribute and use this software ;;;; as governed by the terms of the Lisp Lesser GNU Public License diff --git a/specials.lisp b/specials.lisp index 53ae7d0..73e80ca 100644 --- a/specials.lisp +++ b/specials.lisp @@ -7,9 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: March 2009 ;;;; -;;;; $Id$ -;;;; -;;;; This file, part of FFTW3, is Copyright (c) 2009 by Kevin M. Rosenberg +;;;; This file and CL-FFTW3 are Copyright (c) 2009-2011 by Kevin M. Rosenberg ;;;; ;;;; FFTW3 users are granted the rights to distribute and use this software ;;;; as governed by the terms of the Lisp Lesser GNU Public License diff --git a/transform.lisp b/transform.lisp index adb5b31..7b1f68e 100644 --- a/transform.lisp +++ b/transform.lisp @@ -7,9 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: March 2009 ;;;; -;;;; $Id$ -;;;; -;;;; This file, part of FFTW3, is Copyright (c) 2009 by Kevin M. Rosenberg +;;;; This file and CL-FFTW3 are Copyright (c) 2009-2011 by Kevin M. Rosenberg ;;;; ;;;; FFTW3 users are granted the rights to distribute and use this software ;;;; as governed by the terms of the Lisp Lesser GNU Public License diff --git a/wisdom.lisp b/wisdom.lisp index 0b79318..44486bc 100644 --- a/wisdom.lisp +++ b/wisdom.lisp @@ -7,9 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: March 2009 ;;;; -;;;; $Id$ -;;;; -;;;; This file, part of FFTW3, is Copyright (c) 2009 by Kevin M. Rosenberg +;;;; This file and CL-FFTW3 are Copyright (c) 2009-2011 by Kevin M. Rosenberg ;;;; ;;;; FFTW3 users are granted the rights to distribute and use this software ;;;; as governed by the terms of the Lisp Lesser GNU Public License -- 2.34.1