diff options
author | Neil Jerram <neil@ossau.uklinux.net> | 2009-06-17 22:35:30 +0100 |
---|---|---|
committer | Neil Jerram <neil@ossau.uklinux.net> | 2009-06-17 22:35:30 +0100 |
commit | b82a8b48507f67b6dbffdd048dc088e084d1413e (patch) | |
tree | da06cb7e64adf5ad3c0a14c5d24fd5d294aedd29 /guile-readline | |
parent | 83ba2d3750ea105d8193fcb1b7162539160cf91c (diff) |
Change guile-readline license to GPLv3+
Diffstat (limited to 'guile-readline')
-rw-r--r-- | guile-readline/Makefile.am | 20 | ||||
-rw-r--r-- | guile-readline/ice-9/Makefile.am | 20 | ||||
-rw-r--r-- | guile-readline/ice-9/readline.scm | 2 | ||||
-rw-r--r-- | guile-readline/readline.c | 2 | ||||
-rw-r--r-- | guile-readline/readline.h | 2 |
5 files changed, 23 insertions, 23 deletions
diff --git a/guile-readline/Makefile.am b/guile-readline/Makefile.am index 94e6f9741..9df82bcb1 100644 --- a/guile-readline/Makefile.am +++ b/guile-readline/Makefile.am @@ -2,20 +2,20 @@ ## ## Copyright (C) 1998, 1999, 2000, 2001, 2004, 2006, 2007, 2008 Free Software Foundation, Inc. ## -## This file is part of GUILE. +## This file is part of guile-readline. ## -## GUILE is free software; you can redistribute it and/or modify -## it under the terms of the GNU General Public License as -## published by the Free Software Foundation; either version 2, or +## guile-readline is free software; you can redistribute it and/or +## modify it under the terms of the GNU General Public License as +## published by the Free Software Foundation; either version 3, or ## (at your option) any later version. ## -## GUILE is distributed in the hope that it will be useful, but -## WITHOUT ANY WARRANTY; without even the implied warranty of -## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -## GNU General Public License for more details. +## guile-readline is distributed in the hope that it will be useful, +## but WITHOUT ANY WARRANTY; without even the implied warranty of +## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +## General Public License for more details. ## -## You should have received a copy of the GNU General Public -## License along with GUILE; see the file COPYING. If not, write +## You should have received a copy of the GNU General Public License +## along with guile-readline; see the file COPYING. If not, write ## to the Free Software Foundation, Inc., 51 Franklin Street, Fifth ## Floor, Boston, MA 02110-1301 USA diff --git a/guile-readline/ice-9/Makefile.am b/guile-readline/ice-9/Makefile.am index d1e7c8270..ffa767e99 100644 --- a/guile-readline/ice-9/Makefile.am +++ b/guile-readline/ice-9/Makefile.am @@ -2,20 +2,20 @@ ## ## Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2006, 2008 Free Software Foundation, Inc. ## -## This file is part of GUILE. +## This file is part of guile-readline. ## -## GUILE is free software; you can redistribute it and/or modify -## it under the terms of the GNU General Public License as -## published by the Free Software Foundation; either version 2, or +## guile-readline is free software; you can redistribute it and/or +## modify it under the terms of the GNU General Public License as +## published by the Free Software Foundation; either version 3, or ## (at your option) any later version. ## -## GUILE is distributed in the hope that it will be useful, but -## WITHOUT ANY WARRANTY; without even the implied warranty of -## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -## GNU General Public License for more details. +## guile-readline is distributed in the hope that it will be useful, +## but WITHOUT ANY WARRANTY; without even the implied warranty of +## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +## General Public License for more details. ## -## You should have received a copy of the GNU General Public -## License along with GUILE; see the file COPYING. If not, write +## You should have received a copy of the GNU General Public License +## along with guile-readline; see the file COPYING. If not, write ## to the Free Software Foundation, Inc., 51 Franklin Street, Fifth ## Floor, Boston, MA 02110-1301 USA diff --git a/guile-readline/ice-9/readline.scm b/guile-readline/ice-9/readline.scm index 19dda94db..96af69e2f 100644 --- a/guile-readline/ice-9/readline.scm +++ b/guile-readline/ice-9/readline.scm @@ -4,7 +4,7 @@ ;;;; ;;;; 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 -;;;; the Free Software Foundation; either version 2, or (at your option) +;;;; the Free Software Foundation; either version 3, or (at your option) ;;;; any later version. ;;;; ;;;; This program is distributed in the hope that it will be useful, diff --git a/guile-readline/readline.c b/guile-readline/readline.c index 58599cacc..84ae62260 100644 --- a/guile-readline/readline.c +++ b/guile-readline/readline.c @@ -4,7 +4,7 @@ * * 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 - * the Free Software Foundation; either version 2, or (at your option) + * the Free Software Foundation; either version 3, or (at your option) * any later version. * * This program is distributed in the hope that it will be useful, diff --git a/guile-readline/readline.h b/guile-readline/readline.h index 6242c5642..2bf5f8000 100644 --- a/guile-readline/readline.h +++ b/guile-readline/readline.h @@ -5,7 +5,7 @@ * * 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 - * the Free Software Foundation; either version 2, or (at your option) + * the Free Software Foundation; either version 3, or (at your option) * any later version. * * This program is distributed in the hope that it will be useful, |