diff options
author | Marius Vollmer <mvo@zagadka.de> | 2002-08-19 23:23:23 +0000 |
---|---|---|
committer | Marius Vollmer <mvo@zagadka.de> | 2002-08-19 23:23:23 +0000 |
commit | 3c568abbe3e3ef56e0cc5ab17f875097bde6e458 (patch) | |
tree | aad30343f9ad870a4051a6bab1a73ba7ffaccdaa | |
parent | f76af603e1a216f2eada17be467ee5d11fd5fb86 (diff) | |
download | guile-3c568abbe3e3ef56e0cc5ab17f875097bde6e458.tar.gz |
Updated copyright years.
-rw-r--r-- | libguile/strports.c | 2 | ||||
-rw-r--r-- | libguile/strports.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/libguile/strports.c b/libguile/strports.c index 44a8db53b..107fedd01 100644 --- a/libguile/strports.c +++ b/libguile/strports.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1995,1996,1998,1999,2000,2001 Free Software Foundation, Inc. +/* Copyright (C) 1995,1996,1998,1999,2000,2001,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 diff --git a/libguile/strports.h b/libguile/strports.h index 5f2625c05..52b976209 100644 --- a/libguile/strports.h +++ b/libguile/strports.h @@ -3,7 +3,7 @@ #ifndef SCM_STRPORTS_H #define SCM_STRPORTS_H -/* Copyright (C) 1995,1996,2000,2001 Free Software Foundation, Inc. +/* Copyright (C) 1995,1996,2000,2001,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 |