diff options
author | Kevin Ryde <user42@zip.com.au> | 2006-04-16 23:18:55 +0000 |
---|---|---|
committer | Kevin Ryde <user42@zip.com.au> | 2006-04-16 23:18:55 +0000 |
commit | 1b09b607dd1096ab572afe0667e8602560622624 (patch) | |
tree | ef8a0f74775de3f79eea42f03756d23ab7af31ab /guile-readline/readline.c | |
parent | 35369f45769da716e97e62472592a93b01799163 (diff) | |
download | guile-1b09b607dd1096ab572afe0667e8602560622624.tar.gz |
merge from 1.8 branch
Diffstat (limited to 'guile-readline/readline.c')
-rw-r--r-- | guile-readline/readline.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guile-readline/readline.c b/guile-readline/readline.c index 8cf4ae0e1..37eab2433 100644 --- a/guile-readline/readline.c +++ b/guile-readline/readline.c @@ -1,6 +1,6 @@ /* readline.c --- line editing support for Guile */ -/* Copyright (C) 1997,1999,2000,2001, 2002, 2003 Free Software Foundation, Inc. +/* Copyright (C) 1997,1999,2000,2001, 2002, 2003, 2006 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 |