diff options
-rw-r--r-- | srfi/ChangeLog | 4 | ||||
-rw-r--r-- | srfi/srfi-11.scm | 2 | ||||
-rw-r--r-- | srfi/srfi-8.scm | 2 |
3 files changed, 6 insertions, 2 deletions
diff --git a/srfi/ChangeLog b/srfi/ChangeLog index 5b50721c6..2646f5e25 100644 --- a/srfi/ChangeLog +++ b/srfi/ChangeLog @@ -1,3 +1,7 @@ +2001-07-18 Martin Grabmueller <mgrabmue@cs.tu-berlin.de> + + * srfi-11.scm, srfi-8.scm: Update copyright notice. + 2001-07-17 Martin Grabmueller <mgrabmue@cs.tu-berlin.de> * srfi-14.c: Okay. Now I got it. Really. This time it's fixed. diff --git a/srfi/srfi-11.scm b/srfi/srfi-11.scm index 758ef282c..de0753636 100644 --- a/srfi/srfi-11.scm +++ b/srfi/srfi-11.scm @@ -1,6 +1,6 @@ ;;;; srfi-11.scm --- SRFI-11 procedures for Guile -;;; 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/srfi/srfi-8.scm b/srfi/srfi-8.scm index 78732d445..52961ed3a 100644 --- a/srfi/srfi-8.scm +++ b/srfi/srfi-8.scm @@ -1,6 +1,6 @@ ;;;; srfi-8.scm --- SRFI-8 procedures for Guile -;;; 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 |