diff options
author | Thien-Thi Nguyen <ttn@gnuvola.org> | 2002-05-13 18:12:46 +0000 |
---|---|---|
committer | Thien-Thi Nguyen <ttn@gnuvola.org> | 2002-05-13 18:12:46 +0000 |
commit | 030dbf7df2a33c26545adcda7921be5e66234cf8 (patch) | |
tree | 3ce8bb3fb8e7c2964581475f513f00647fea4f16 | |
parent | 0629d593ae2d4d29073db3c112899a7d58856c4d (diff) | |
download | guile-030dbf7df2a33c26545adcda7921be5e66234cf8.tar.gz |
Update copyright.
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | acinclude.m4 | 2 | ||||
-rw-r--r-- | configure.in | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -1,5 +1,5 @@ Guile NEWS --- history of user-visible changes. -*- text -*- -Copyright (C) 1996, 1997, 1998, 1999, 2000 Free Software Foundation, Inc. +Copyright (C) 1996, 1997, 1998, 1999, 2000, 2002 Free Software Foundation, Inc. See the end for copying conditions. Please send Guile bug reports to bug-guile@gnu.org. diff --git a/acinclude.m4 b/acinclude.m4 index 3da574518..1beedfcf6 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -1,6 +1,6 @@ dnl acinclude.m4 for guile -dnl Copyright (C) 1998, 1999, 2000 Free Software Foundation, Inc. +dnl Copyright (C) 1998, 1999, 2000, 2002 Free Software Foundation, Inc. dnl This file is part of GUILE. dnl diff --git a/configure.in b/configure.in index 19b22480e..fb46c5ae3 100644 --- a/configure.in +++ b/configure.in @@ -1,7 +1,7 @@ dnl configuration script for Guile dnl Process this file with autoconf to produce configure. dnl -dnl Copyright (C) 1998, 1999, 2000 Free Software Foundation, Inc. +dnl Copyright (C) 1998, 1999, 2000, 2002 Free Software Foundation, Inc. dnl dnl This file is part of GUILE dnl |