aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGlenn Morris2007-07-27 07:19:16 +0000
committerGlenn Morris2007-07-27 07:19:16 +0000
commit64be3a425a735e17013feb25369f9934d715db2d (patch)
tree15cf755e22d3b03b52c1973fb4adfab4a4d2da7c /src
parent9e45936b497e8882fcafabf8e1e33977ecf5219a (diff)
downloademacs-64be3a425a735e17013feb25369f9934d715db2d.tar.gz
emacs-64be3a425a735e17013feb25369f9934d715db2d.zip
Switch license to GPLv3 or later.
Diffstat (limited to 'src')
-rw-r--r--src/regex.c5
-rw-r--r--src/regex.h2
2 files changed, 4 insertions, 3 deletions
diff --git a/src/regex.c b/src/regex.c
index 1e80b9bbeef..64bfef15c4e 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,