diff options
-rw-r--r-- | oop/ChangeLog | 4 | ||||
-rw-r--r-- | oop/goops/util.scm | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/oop/ChangeLog b/oop/ChangeLog index 0947befbe..2e82f3a1c 100644 --- a/oop/ChangeLog +++ b/oop/ChangeLog @@ -1,3 +1,7 @@ +2001-07-18 Martin Grabmueller <mgrabmue@cs.tu-berlin.de> + + * goops/util.scm: Updated copyright notice. + 2001-07-17 Martin Grabmueller <mgrabmue@cs.tu-berlin.de> * goops/save.scm: Use `re-export' instead of `export' when diff --git a/oop/goops/util.scm b/oop/goops/util.scm index ebc557dff..d3d904c60 100644 --- a/oop/goops/util.scm +++ b/oop/goops/util.scm @@ -1,4 +1,4 @@ -;;;; Copyright (C) 1999, 2000 Free Software Foundation, Inc. +;;;; Copyright (C) 1999, 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 |