diff options
author | Martin Grabmüller <mgrabmue@cs.tu-berlin.de> | 2001-07-19 20:27:40 +0000 |
---|---|---|
committer | Martin Grabmüller <mgrabmue@cs.tu-berlin.de> | 2001-07-19 20:27:40 +0000 |
commit | f3a5178732b5c32dcd1b723ab2184d223bd44b7f (patch) | |
tree | 7502f187b707e9a36919cdee12fe9b96793ba6f9 | |
parent | e39bbe80b6b305bf61c154c0376052a94fd0dbee (diff) | |
download | guile-f3a5178732b5c32dcd1b723ab2184d223bd44b7f.tar.gz |
* goops/util.scm: Updated copyright notice.
-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 |