diff options
author | Thien-Thi Nguyen <ttn@gnuvola.org> | 2002-05-04 02:22:11 +0000 |
---|---|---|
committer | Thien-Thi Nguyen <ttn@gnuvola.org> | 2002-05-04 02:22:11 +0000 |
commit | b88c22e916c279d3c2f14eb226370ce5d020ea3a (patch) | |
tree | 9da4a357c27972ef6ea3b1124cf480dc85e25dae /libguile/hash.c | |
parent | aa51f571b7f2ad74220912b772288715de1b051c (diff) | |
download | guile-b88c22e916c279d3c2f14eb226370ce5d020ea3a.tar.gz |
Update copyright.
Remove face-lift comment; nfc.
Diffstat (limited to 'libguile/hash.c')
-rw-r--r-- | libguile/hash.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/libguile/hash.c b/libguile/hash.c index a70f4ceaa..2d789ddf7 100644 --- a/libguile/hash.c +++ b/libguile/hash.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1995,1996,1997, 2000 Free Software Foundation, Inc. +/* Copyright (C) 1995,1996,1997, 2000, 2002 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 @@ -39,8 +39,6 @@ * whether to permit this exception to apply to your modifications. * If you do not wish that, delete this exception notice. */ -/* Software engineering face-lift by Greg J. Badros, 11-Dec-1999, - gjb@cs.washington.edu, http://www.cs.washington.edu/homes/gjb */ |