aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--oldXMenu/insque.c2
-rw-r--r--src/regex.c5
-rw-r--r--src/regex.h2
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 @@
3 3
4This program is free software; you can redistribute it and/or modify 4This program is free software; you can redistribute it and/or modify
5it under the terms of the GNU General Public License as published by 5it under the terms of the GNU General Public License as published by
6the Free Software Foundation; either version 2, or (at your option) 6the Free Software Foundation; either version 3, or (at your option)
7any later version. 7any later version.
8 8
9This program is distributed in the hope that it will be useful, 9This 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 @@
3 internationalization features.) 3 internationalization features.)
4 4
5 Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 5 Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001,
6 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. 6 2002, 2003, 2004, 2005, 2006, 2007
7 Free Software Foundation, Inc.
7 8
8 This program is free software; you can redistribute it and/or modify 9 This program is free software; you can redistribute it and/or modify
9 it under the terms of the GNU General Public License as published by 10 it under the terms of the GNU General Public License as published by
10 the Free Software Foundation; either version 2, or (at your option) 11 the Free Software Foundation; either version 3, or (at your option)
11 any later version. 12 any later version.
12 13
13 This program is distributed in the hope that it will be useful, 14 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 @@
7 7
8 This program is free software; you can redistribute it and/or modify 8 This program is free software; you can redistribute it and/or modify
9 it under the terms of the GNU General Public License as published by 9 it under the terms of the GNU General Public License as published by
10 the Free Software Foundation; either version 2, or (at your option) 10 the Free Software Foundation; either version 3, or (at your option)
11 any later version. 11 any later version.
12 12
13 This program is distributed in the hope that it will be useful, 13 This program is distributed in the hope that it will be useful,