diff options
-rw-r--r-- | oldXMenu/insque.c | 2 | ||||
-rw-r--r-- | src/regex.c | 5 | ||||
-rw-r--r-- | src/regex.h | 2 |
3 files changed, 5 insertions, 4 deletions
diff --git a/oldXMenu/insque.c b/oldXMenu/insque.c index 66b442ea29b..ec7aa88dbbf 100644 --- a/oldXMenu/insque.c +++ b/oldXMenu/insque.c @@ -3,7 +3,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/src/regex.c b/src/regex.c index 7784a3ae616..095afa1c465 100644 --- a/src/regex.c +++ b/src/regex.c @@ -3,11 +3,12 @@ internationalization features.) Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, - 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. + 2002, 2003, 2004, 2005, 2006, 2007 + 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 - 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/src/regex.h b/src/regex.h index dd57ba36f57..580b1369489 100644 --- a/src/regex.h +++ b/src/regex.h @@ -7,7 +7,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, |