diff --git a/ice-9/ChangeLog b/ice-9/ChangeLog index fdeccccd3..603f669e9 100644 --- a/ice-9/ChangeLog +++ b/ice-9/ChangeLog @@ -1,3 +1,9 @@ +2001-07-18 Martin Grabmueller + + * and-let-star.scm, debug.scm, debugger.scm, history.scm, + lineio.scm, null.scm, optargs.scm, r4rs.scm, r5rs.scm, + receive.scm, safe-r5rs.scm, streams.scm: Updated copyright notice. + 2001-07-17 Martin Grabmueller * r5rs.scm: Use `re-export' instead of `export' for re-exported diff --git a/ice-9/and-let-star.scm b/ice-9/and-let-star.scm index c2d7f6002..61765f910 100644 --- a/ice-9/and-let-star.scm +++ b/ice-9/and-let-star.scm @@ -1,7 +1,7 @@ ;;;; and-let-star.scm --- and-let* syntactic form (draft SRFI-2) for Guile ;;;; written by Michael Livshin ;;;; -;;;; Copyright (C) 1999 Free Software Foundation, Inc. +;;;; Copyright (C) 1999, 2001 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 0c25e5c70..bec2068b8 100644 --- a/ice-9/debug.scm +++ b/ice-9/debug.scm @@ -1,4 +1,4 @@ -;;;; Copyright (C) 1996, 1997, 1998, 1999 Free Software Foundation +;;;; Copyright (C) 1996, 1997, 1998, 1999, 2001 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/debugger.scm b/ice-9/debugger.scm index 46b97b0f2..f98509c2c 100644 --- a/ice-9/debugger.scm +++ b/ice-9/debugger.scm @@ -1,6 +1,6 @@ ;;;; Guile Debugger -;;; Copyright (C) 1999 Free Software Foundation, Inc. +;;; Copyright (C) 1999, 2001 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 diff --git a/ice-9/history.scm b/ice-9/history.scm index 66bb7a8cc..6ff1b25a5 100644 --- a/ice-9/history.scm +++ b/ice-9/history.scm @@ -1,4 +1,4 @@ -;;;; Copyright (C) 2000 Free Software Foundation, Inc. +;;;; Copyright (C) 2000, 2001 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 fda97d530..b45cf0d52 100644 --- a/ice-9/lineio.scm +++ b/ice-9/lineio.scm @@ -1,6 +1,6 @@ ;;; installed-scm-file -;;;; Copyright (C) 1996, 1998 Free Software Foundation, Inc. +;;;; Copyright (C) 1996, 1998, 2001 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/null.scm b/ice-9/null.scm index 594f3d79f..30f785a4f 100644 --- a/ice-9/null.scm +++ b/ice-9/null.scm @@ -1,4 +1,4 @@ -;;;; Copyright (C) 2000 Free Software Foundation, Inc. +;;;; Copyright (C) 2000, 2001 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/optargs.scm b/ice-9/optargs.scm index fd4db654b..a64ca9cd8 100644 --- a/ice-9/optargs.scm +++ b/ice-9/optargs.scm @@ -1,6 +1,6 @@ ;;;; optargs.scm -- support for optional arguments ;;;; -;;;; Copyright (C) 1997, 1998, 1999 Free Software Foundation, Inc. +;;;; Copyright (C) 1997, 1998, 1999, 2001 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 f81833288..66a3952b8 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 --- October 1996 -;;;; Copyright (C) 1996, 1997, 1998, 2000 Free Software Foundation, Inc. +;;;; Copyright (C) 1996, 1997, 1998, 2000, 2001 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/r5rs.scm b/ice-9/r5rs.scm index faf75ae9e..73b9d0fe0 100644 --- a/ice-9/r5rs.scm +++ b/ice-9/r5rs.scm @@ -1,4 +1,4 @@ -;;;; Copyright (C) 2000 Free Software Foundation, Inc. +;;;; Copyright (C) 2000, 2001 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/receive.scm b/ice-9/receive.scm index 257c46f0b..56e5ecc45 100644 --- a/ice-9/receive.scm +++ b/ice-9/receive.scm @@ -1,6 +1,6 @@ ;;;; SRFI-8 -;;; Copyright (C) 2000 Free Software Foundation, Inc. +;;; Copyright (C) 2000, 2001 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 diff --git a/ice-9/safe-r5rs.scm b/ice-9/safe-r5rs.scm index 0221bd1b9..b17dd57b0 100644 --- a/ice-9/safe-r5rs.scm +++ b/ice-9/safe-r5rs.scm @@ -1,4 +1,4 @@ -;;;; Copyright (C) 2000 Free Software Foundation, Inc. +;;;; Copyright (C) 2000, 2001 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/streams.scm b/ice-9/streams.scm index d300937e6..9091b896c 100644 --- a/ice-9/streams.scm +++ b/ice-9/streams.scm @@ -1,7 +1,7 @@ ;;;; streams.scm --- general lazy streams ;;;; -*- Scheme -*- -;;;; Copyright (C) 1999 Free Software Foundation, Inc. +;;;; Copyright (C) 1999, 2001 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