diff options
author | Kevin Ryde <user42@zip.com.au> | 2006-02-02 21:27:44 +0000 |
---|---|---|
committer | Kevin Ryde <user42@zip.com.au> | 2006-02-02 21:27:44 +0000 |
commit | e46e8468a54ceaa3d9bf37935dbb7e180e23f47d (patch) | |
tree | 7353eaa2579609b61cee9585abc8fc9e1fd4a502 | |
parent | 720989280405bc9eb3f0929eec75b28637502cf1 (diff) | |
download | guile-e46e8468a54ceaa3d9bf37935dbb7e180e23f47d.tar.gz |
add a copyright year for 2005 changes
-rw-r--r-- | libguile/list.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libguile/list.h b/libguile/list.h index e48b97aa6..749e65d50 100644 --- a/libguile/list.h +++ b/libguile/list.h @@ -3,7 +3,7 @@ #ifndef SCM_LIST_H #define SCM_LIST_H -/* Copyright (C) 1995,1996,1997,2000,2001,2003,2004,2006 +/* Copyright (C) 1995,1996,1997,2000,2001,2003,2004,2005,2006 * Free Software Foundation, Inc. * * This library is free software; you can redistribute it and/or |