diff options
-rw-r--r-- | ice-9/boot-9.scm | 2 | ||||
-rw-r--r-- | ice-9/debug.scm | 2 | ||||
-rw-r--r-- | ice-9/expect.scm | 2 | ||||
-rw-r--r-- | ice-9/hcons.scm | 2 | ||||
-rw-r--r-- | ice-9/lineio.scm | 2 | ||||
-rw-r--r-- | ice-9/r4rs.scm | 2 | ||||
-rw-r--r-- | ice-9/slib.scm | 2 | ||||
-rw-r--r-- | ice-9/threads.scm | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/ice-9/boot-9.scm b/ice-9/boot-9.scm index 5fe0b5e02..906144442 100644 --- a/ice-9/boot-9.scm +++ b/ice-9/boot-9.scm @@ -1,6 +1,6 @@ ;;; installed-scm-file -;;;; Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc. +;;;; Copyright (C) 1995, 1996, 1997, 1998 Free Software Foundation, Inc. ;;;; ;;;; This program is free software; you can redistribute it and/or modify ;;;; it under the terms of the GNU General Public License as published by diff --git a/ice-9/debug.scm b/ice-9/debug.scm index 9dadcf050..bfa39311d 100644 --- a/ice-9/debug.scm +++ b/ice-9/debug.scm @@ -1,4 +1,4 @@ -;;;; Copyright (C) 1996, 1997 Free Software Foundation +;;;; Copyright (C) 1996, 1997, 1998 Free Software Foundation ;;;; ;;;; This program is free software; you can redistribute it and/or modify ;;;; it under the terms of the GNU General Public License as published by diff --git a/ice-9/expect.scm b/ice-9/expect.scm index 20275b707..600a205eb 100644 --- a/ice-9/expect.scm +++ b/ice-9/expect.scm @@ -1,6 +1,6 @@ ;;; installed-scm-file -;;;; Copyright (C) 1996 Free Software Foundation, Inc. +;;;; Copyright (C) 1996, 1998 Free Software Foundation, Inc. ;;;; ;;;; This program is free software; you can redistribute it and/or modify ;;;; it under the terms of the GNU General Public License as published by diff --git a/ice-9/hcons.scm b/ice-9/hcons.scm index ebbf58651..3b74f4164 100644 --- a/ice-9/hcons.scm +++ b/ice-9/hcons.scm @@ -1,6 +1,6 @@ ;;; installed-scm-file -;;;; Copyright (C) 1995, 1996 Free Software Foundation, Inc. +;;;; Copyright (C) 1995, 1996, 1998 Free Software Foundation, Inc. ;;;; ;;;; This program is free software; you can redistribute it and/or modify ;;;; it under the terms of the GNU General Public License as published by diff --git a/ice-9/lineio.scm b/ice-9/lineio.scm index 74169d75e..1311bad88 100644 --- a/ice-9/lineio.scm +++ b/ice-9/lineio.scm @@ -1,6 +1,6 @@ ;;; installed-scm-file -;;;; Copyright (C) 1996 Free Software Foundation, Inc. +;;;; Copyright (C) 1996, 1998 Free Software Foundation, Inc. ;;;; ;;;; This program is free software; you can redistribute it and/or modify ;;;; it under the terms of the GNU General Public License as published by diff --git a/ice-9/r4rs.scm b/ice-9/r4rs.scm index 7da3ae5b6..e5db3d661 100644 --- a/ice-9/r4rs.scm +++ b/ice-9/r4rs.scm @@ -1,7 +1,7 @@ ;;;; r4rs.scm --- definitions needed for libguile to be R4RS compliant ;;;; Jim Blandy <jimb@cyclic.com> --- October 1996 -;;;; Copyright (C) 1996, 1997 Free Software Foundation, Inc. +;;;; Copyright (C) 1996, 1997, 1998 Free Software Foundation, Inc. ;;;; ;;;; This program is free software; you can redistribute it and/or modify ;;;; it under the terms of the GNU General Public License as published by diff --git a/ice-9/slib.scm b/ice-9/slib.scm index f9b4b58d5..76140c6d8 100644 --- a/ice-9/slib.scm +++ b/ice-9/slib.scm @@ -1,6 +1,6 @@ ;;;; slib.scm --- definitions needed to get SLIB to work with Guile ;;;; -;;;; Copyright (C) 1997 Free Software Foundation, Inc. +;;;; Copyright (C) 1997, 1998 Free Software Foundation, Inc. ;;;; ;;;; This file is part of GUILE. ;;;; diff --git a/ice-9/threads.scm b/ice-9/threads.scm index 09c69259c..a2ca23449 100644 --- a/ice-9/threads.scm +++ b/ice-9/threads.scm @@ -1,4 +1,4 @@ -;;;; Copyright (C) 1996 Free Software Foundation, Inc. +;;;; Copyright (C) 1996, 1998 Free Software Foundation, Inc. ;;;; ;;;; This program is free software; you can redistribute it and/or modify ;;;; it under the terms of the GNU General Public License as published by |