diff options
author | Glenn Morris <rgm@gnu.org> | 2007-07-27 07:19:16 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2007-07-27 07:19:16 +0000 |
commit | 64be3a425a735e17013feb25369f9934d715db2d (patch) | |
tree | 15cf755e22d3b03b52c1973fb4adfab4a4d2da7c /src/regex.c | |
parent | 9e45936b497e8882fcafabf8e1e33977ecf5219a (diff) | |
download | emacs-64be3a425a735e17013feb25369f9934d715db2d.tar.gz |
Switch license to GPLv3 or later.
Diffstat (limited to 'src/regex.c')
-rw-r--r-- | src/regex.c | 5 |
1 files changed, 3 insertions, 2 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 @@ 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, |