Mercurial > emacs
changeset 78260:922696f363b0
Switch license to GPLv3 or later.
line wrap: on
line diff
--- a/src/.gdbinit Wed Jul 25 05:08:27 2007 +0000 +++ b/src/.gdbinit Wed Jul 25 05:16:09 2007 +0000 @@ -5,7 +5,7 @@ # # GNU Emacs 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. # # GNU Emacs is distributed in the hope that it will be useful,
--- a/src/ChangeLog.1 Wed Jul 25 05:08:27 2007 +0000 +++ b/src/ChangeLog.1 Wed Jul 25 05:16:09 2007 +0000 @@ -3528,7 +3528,7 @@ GNU Emacs 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. GNU Emacs is distributed in the hope that it will be useful,
--- a/src/ChangeLog.2 Wed Jul 25 05:08:27 2007 +0000 +++ b/src/ChangeLog.2 Wed Jul 25 05:16:09 2007 +0000 @@ -4778,7 +4778,7 @@ GNU Emacs 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. GNU Emacs is distributed in the hope that it will be useful,
--- a/src/ChangeLog.3 Wed Jul 25 05:08:27 2007 +0000 +++ b/src/ChangeLog.3 Wed Jul 25 05:16:09 2007 +0000 @@ -16531,7 +16531,7 @@ GNU Emacs 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. GNU Emacs is distributed in the hope that it will be useful,
--- a/src/ChangeLog.4 Wed Jul 25 05:08:27 2007 +0000 +++ b/src/ChangeLog.4 Wed Jul 25 05:16:09 2007 +0000 @@ -6910,7 +6910,7 @@ GNU Emacs 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. GNU Emacs is distributed in the hope that it will be useful,
--- a/src/ChangeLog.5 Wed Jul 25 05:08:27 2007 +0000 +++ b/src/ChangeLog.5 Wed Jul 25 05:16:09 2007 +0000 @@ -7151,7 +7151,7 @@ GNU Emacs 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. GNU Emacs is distributed in the hope that it will be useful,
--- a/src/ChangeLog.6 Wed Jul 25 05:08:27 2007 +0000 +++ b/src/ChangeLog.6 Wed Jul 25 05:16:09 2007 +0000 @@ -1643,9 +1643,9 @@ * emacs.c (main) [DJGPP v2]: Make standard streams use binary mode. Call `tzset' instead of `init_gettimeofday'. - * fileio.c [MSDOS]: If DJGPP version 2, include fcntl.h and string.h. - - * lread.c [MSDOS]: If DJGPP version 2, include unistd.h. + * fileio.c [MSDOS]: If DJGPP version 3, include fcntl.h and string.h. + + * lread.c [MSDOS]: If DJGPP version 3, include unistd.h. Include msdos.h somewhat earlier. For X_OK. * unexec.c [DJGPP v2]: Include fcntl.h. @@ -1664,7 +1664,7 @@ (LIBS_SYSTEM, chdir, NO_MODE_T, TEXT_START, NO_MATHERR) (LOCALTIME_CACHE, tzset): Don't define if DJGPP v2. - * msdos.c [MSDOS]: If DJGPP version 2, include fcntl.h. + * msdos.c [MSDOS]: If DJGPP version 3, include fcntl.h. (_crt0_startup_flags): Initialize to work correctly both with and without GNU `malloc' and `ralloc'. (internal_terminal_init): Use only 3 bits when setting background @@ -5361,7 +5361,7 @@ GNU Emacs 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. GNU Emacs is distributed in the hope that it will be useful,
--- a/src/ChangeLog.7 Wed Jul 25 05:08:27 2007 +0000 +++ b/src/ChangeLog.7 Wed Jul 25 05:16:09 2007 +0000 @@ -11102,7 +11102,7 @@ GNU Emacs 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. GNU Emacs is distributed in the hope that it will be useful,
--- a/src/ChangeLog.8 Wed Jul 25 05:08:27 2007 +0000 +++ b/src/ChangeLog.8 Wed Jul 25 05:16:09 2007 +0000 @@ -13998,7 +13998,7 @@ GNU Emacs 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. GNU Emacs is distributed in the hope that it will be useful,
--- a/src/ChangeLog.9 Wed Jul 25 05:08:27 2007 +0000 +++ b/src/ChangeLog.9 Wed Jul 25 05:16:09 2007 +0000 @@ -13301,7 +13301,7 @@ GNU Emacs 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. GNU Emacs is distributed in the hope that it will be useful,
--- a/src/Makefile.in Wed Jul 25 05:08:27 2007 +0000 +++ b/src/Makefile.in Wed Jul 25 05:16:09 2007 +0000 @@ -6,7 +6,7 @@ # GNU Emacs 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. # GNU Emacs is distributed in the hope that it will be useful,
--- a/src/README Wed Jul 25 05:08:27 2007 +0000 +++ b/src/README Wed Jul 25 05:16:09 2007 +0000 @@ -37,7 +37,7 @@ GNU Emacs 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. GNU Emacs is distributed in the hope that it will be useful,
--- a/src/abbrev.c Wed Jul 25 05:08:27 2007 +0000 +++ b/src/abbrev.c Wed Jul 25 05:16:09 2007 +0000 @@ -6,7 +6,7 @@ GNU Emacs 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. GNU Emacs is distributed in the hope that it will be useful,
--- a/src/alloc.c Wed Jul 25 05:08:27 2007 +0000 +++ b/src/alloc.c Wed Jul 25 05:16:09 2007 +0000 @@ -6,7 +6,7 @@ GNU Emacs 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. GNU Emacs is distributed in the hope that it will be useful,
--- a/src/atimer.c Wed Jul 25 05:08:27 2007 +0000 +++ b/src/atimer.c Wed Jul 25 05:16:09 2007 +0000 @@ -6,7 +6,7 @@ GNU Emacs 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. GNU Emacs is distributed in the hope that it will be useful,
--- a/src/atimer.h Wed Jul 25 05:08:27 2007 +0000 +++ b/src/atimer.h Wed Jul 25 05:16:09 2007 +0000 @@ -6,7 +6,7 @@ GNU Emacs 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. GNU Emacs is distributed in the hope that it will be useful,
--- a/src/blockinput.h Wed Jul 25 05:08:27 2007 +0000 +++ b/src/blockinput.h Wed Jul 25 05:16:09 2007 +0000 @@ -6,7 +6,7 @@ GNU Emacs 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. GNU Emacs is distributed in the hope that it will be useful,
--- a/src/buffer.c Wed Jul 25 05:08:27 2007 +0000 +++ b/src/buffer.c Wed Jul 25 05:16:09 2007 +0000 @@ -7,7 +7,7 @@ GNU Emacs 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. GNU Emacs is distributed in the hope that it will be useful,
--- a/src/buffer.h Wed Jul 25 05:08:27 2007 +0000 +++ b/src/buffer.h Wed Jul 25 05:16:09 2007 +0000 @@ -6,7 +6,7 @@ GNU Emacs 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. GNU Emacs is distributed in the hope that it will be useful,
--- a/src/bytecode.c Wed Jul 25 05:08:27 2007 +0000 +++ b/src/bytecode.c Wed Jul 25 05:16:09 2007 +0000 @@ -6,7 +6,7 @@ GNU Emacs 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. GNU Emacs is distributed in the hope that it will be useful,
--- a/src/callint.c Wed Jul 25 05:08:27 2007 +0000 +++ b/src/callint.c Wed Jul 25 05:16:09 2007 +0000 @@ -6,7 +6,7 @@ GNU Emacs 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. GNU Emacs is distributed in the hope that it will be useful,
--- a/src/callproc.c Wed Jul 25 05:08:27 2007 +0000 +++ b/src/callproc.c Wed Jul 25 05:16:09 2007 +0000 @@ -6,7 +6,7 @@ GNU Emacs 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. GNU Emacs is distributed in the hope that it will be useful,
--- a/src/casefiddle.c Wed Jul 25 05:08:27 2007 +0000 +++ b/src/casefiddle.c Wed Jul 25 05:16:09 2007 +0000 @@ -6,7 +6,7 @@ GNU Emacs 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. GNU Emacs is distributed in the hope that it will be useful,
--- a/src/casetab.c Wed Jul 25 05:08:27 2007 +0000 +++ b/src/casetab.c Wed Jul 25 05:16:09 2007 +0000 @@ -6,7 +6,7 @@ GNU Emacs 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. GNU Emacs is distributed in the hope that it will be useful,
--- a/src/cm.c Wed Jul 25 05:08:27 2007 +0000 +++ b/src/cm.c Wed Jul 25 05:16:09 2007 +0000 @@ -7,7 +7,7 @@ GNU Emacs 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. GNU Emacs is distributed in the hope that it will be useful,
--- a/src/cm.h Wed Jul 25 05:08:27 2007 +0000 +++ b/src/cm.h Wed Jul 25 05:16:09 2007 +0000 @@ -6,7 +6,7 @@ GNU Emacs 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. GNU Emacs is distributed in the hope that it will be useful,
--- a/src/cmds.c Wed Jul 25 05:08:27 2007 +0000 +++ b/src/cmds.c Wed Jul 25 05:16:09 2007 +0000 @@ -6,7 +6,7 @@ GNU Emacs 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. GNU Emacs is distributed in the hope that it will be useful,
--- a/src/commands.h Wed Jul 25 05:08:27 2007 +0000 +++ b/src/commands.h Wed Jul 25 05:16:09 2007 +0000 @@ -6,7 +6,7 @@ GNU Emacs 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. GNU Emacs is distributed in the hope that it will be useful,
--- a/src/config.in Wed Jul 25 05:08:27 2007 +0000 +++ b/src/config.in Wed Jul 25 05:16:09 2007 +0000 @@ -8,7 +8,7 @@ GNU Emacs 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. GNU Emacs is distributed in the hope that it will be useful,
--- a/src/data.c Wed Jul 25 05:08:27 2007 +0000 +++ b/src/data.c Wed Jul 25 05:16:09 2007 +0000 @@ -6,7 +6,7 @@ GNU Emacs 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. GNU Emacs is distributed in the hope that it will be useful,
--- a/src/dired.c Wed Jul 25 05:08:27 2007 +0000 +++ b/src/dired.c Wed Jul 25 05:16:09 2007 +0000 @@ -6,7 +6,7 @@ GNU Emacs 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. GNU Emacs is distributed in the hope that it will be useful,
--- a/src/dispextern.h Wed Jul 25 05:08:27 2007 +0000 +++ b/src/dispextern.h Wed Jul 25 05:16:09 2007 +0000 @@ -6,7 +6,7 @@ GNU Emacs 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. GNU Emacs is distributed in the hope that it will be useful,
--- a/src/dispnew.c Wed Jul 25 05:08:27 2007 +0000 +++ b/src/dispnew.c Wed Jul 25 05:16:09 2007 +0000 @@ -7,7 +7,7 @@ GNU Emacs 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. GNU Emacs is distributed in the hope that it will be useful,
--- a/src/disptab.h Wed Jul 25 05:08:27 2007 +0000 +++ b/src/disptab.h Wed Jul 25 05:16:09 2007 +0000 @@ -6,7 +6,7 @@ GNU Emacs 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. GNU Emacs is distributed in the hope that it will be useful,
--- a/src/doc.c Wed Jul 25 05:08:27 2007 +0000 +++ b/src/doc.c Wed Jul 25 05:16:09 2007 +0000 @@ -6,7 +6,7 @@ GNU Emacs 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. GNU Emacs is distributed in the hope that it will be useful,
--- a/src/doprnt.c Wed Jul 25 05:08:27 2007 +0000 +++ b/src/doprnt.c Wed Jul 25 05:16:09 2007 +0000 @@ -8,7 +8,7 @@ GNU Emacs 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. GNU Emacs is distributed in the hope that it will be useful,
--- a/src/dosfns.c Wed Jul 25 05:08:27 2007 +0000 +++ b/src/dosfns.c Wed Jul 25 05:16:09 2007 +0000 @@ -7,7 +7,7 @@ GNU Emacs 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. GNU Emacs is distributed in the hope that it will be useful,
--- a/src/dosfns.h Wed Jul 25 05:08:27 2007 +0000 +++ b/src/dosfns.h Wed Jul 25 05:16:09 2007 +0000 @@ -9,7 +9,7 @@ GNU Emacs 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. GNU Emacs is distributed in the hope that it will be useful,
--- a/src/ecrt0.c Wed Jul 25 05:08:27 2007 +0000 +++ b/src/ecrt0.c Wed Jul 25 05:16:09 2007 +0000 @@ -6,7 +6,7 @@ GNU Emacs 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. GNU Emacs is distributed in the hope that it will be useful,
--- a/src/editfns.c Wed Jul 25 05:08:27 2007 +0000 +++ b/src/editfns.c Wed Jul 25 05:16:09 2007 +0000 @@ -7,7 +7,7 @@ GNU Emacs 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. GNU Emacs is distributed in the hope that it will be useful,
--- a/src/emacs.c Wed Jul 25 05:08:27 2007 +0000 +++ b/src/emacs.c Wed Jul 25 05:16:09 2007 +0000 @@ -6,7 +6,7 @@ GNU Emacs 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. GNU Emacs is distributed in the hope that it will be useful,
--- a/src/epaths.in Wed Jul 25 05:08:27 2007 +0000 +++ b/src/epaths.in Wed Jul 25 05:16:09 2007 +0000 @@ -6,7 +6,7 @@ GNU Emacs 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. GNU Emacs is distributed in the hope that it will be useful,
--- a/src/eval.c Wed Jul 25 05:08:27 2007 +0000 +++ b/src/eval.c Wed Jul 25 05:16:09 2007 +0000 @@ -6,7 +6,7 @@ GNU Emacs 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. GNU Emacs is distributed in the hope that it will be useful,
--- a/src/fileio.c Wed Jul 25 05:08:27 2007 +0000 +++ b/src/fileio.c Wed Jul 25 05:16:09 2007 +0000 @@ -7,7 +7,7 @@ GNU Emacs 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. GNU Emacs is distributed in the hope that it will be useful,
--- a/src/filelock.c Wed Jul 25 05:08:27 2007 +0000 +++ b/src/filelock.c Wed Jul 25 05:16:09 2007 +0000 @@ -6,7 +6,7 @@ GNU Emacs 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. GNU Emacs is distributed in the hope that it will be useful,
--- a/src/filemode.c Wed Jul 25 05:08:27 2007 +0000 +++ b/src/filemode.c Wed Jul 25 05:16:09 2007 +0000 @@ -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,
--- a/src/firstfile.c Wed Jul 25 05:08:27 2007 +0000 +++ b/src/firstfile.c Wed Jul 25 05:16:09 2007 +0000 @@ -6,7 +6,7 @@ GNU Emacs 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. GNU Emacs is distributed in the hope that it will be useful,
--- a/src/floatfns.c Wed Jul 25 05:08:27 2007 +0000 +++ b/src/floatfns.c Wed Jul 25 05:16:09 2007 +0000 @@ -6,7 +6,7 @@ GNU Emacs 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. GNU Emacs is distributed in the hope that it will be useful,
--- a/src/fns.c Wed Jul 25 05:08:27 2007 +0000 +++ b/src/fns.c Wed Jul 25 05:16:09 2007 +0000 @@ -7,7 +7,7 @@ GNU Emacs 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. GNU Emacs is distributed in the hope that it will be useful,
--- a/src/frame.c Wed Jul 25 05:08:27 2007 +0000 +++ b/src/frame.c Wed Jul 25 05:16:09 2007 +0000 @@ -6,7 +6,7 @@ GNU Emacs 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. GNU Emacs is distributed in the hope that it will be useful,
--- a/src/frame.h Wed Jul 25 05:08:27 2007 +0000 +++ b/src/frame.h Wed Jul 25 05:16:09 2007 +0000 @@ -6,7 +6,7 @@ GNU Emacs 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. GNU Emacs is distributed in the hope that it will be useful,
--- a/src/fringe.c Wed Jul 25 05:08:27 2007 +0000 +++ b/src/fringe.c Wed Jul 25 05:16:09 2007 +0000 @@ -7,7 +7,7 @@ GNU Emacs 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. GNU Emacs is distributed in the hope that it will be useful,
--- a/src/getpagesize.h Wed Jul 25 05:08:27 2007 +0000 +++ b/src/getpagesize.h Wed Jul 25 05:16:09 2007 +0000 @@ -6,7 +6,7 @@ GNU Emacs 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. GNU Emacs is distributed in the hope that it will be useful,
--- a/src/gnu.h Wed Jul 25 05:08:27 2007 +0000 +++ b/src/gnu.h Wed Jul 25 05:16:09 2007 +0000 @@ -9,7 +9,7 @@ GNU Emacs 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. GNU Emacs is distributed in the hope that it will be useful,
--- a/src/gtkutil.c Wed Jul 25 05:08:27 2007 +0000 +++ b/src/gtkutil.c Wed Jul 25 05:16:09 2007 +0000 @@ -5,7 +5,7 @@ GNU Emacs 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. GNU Emacs is distributed in the hope that it will be useful,
--- a/src/gtkutil.h Wed Jul 25 05:08:27 2007 +0000 +++ b/src/gtkutil.h Wed Jul 25 05:16:09 2007 +0000 @@ -5,7 +5,7 @@ GNU Emacs 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. GNU Emacs is distributed in the hope that it will be useful,
--- a/src/image.c Wed Jul 25 05:08:27 2007 +0000 +++ b/src/image.c Wed Jul 25 05:16:09 2007 +0000 @@ -6,7 +6,7 @@ GNU Emacs 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. GNU Emacs is distributed in the hope that it will be useful,
--- a/src/indent.c Wed Jul 25 05:08:27 2007 +0000 +++ b/src/indent.c Wed Jul 25 05:16:09 2007 +0000 @@ -6,7 +6,7 @@ GNU Emacs 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. GNU Emacs is distributed in the hope that it will be useful,
--- a/src/indent.h Wed Jul 25 05:08:27 2007 +0000 +++ b/src/indent.h Wed Jul 25 05:16:09 2007 +0000 @@ -6,7 +6,7 @@ GNU Emacs 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. GNU Emacs is distributed in the hope that it will be useful,
--- a/src/insdel.c Wed Jul 25 05:08:27 2007 +0000 +++ b/src/insdel.c Wed Jul 25 05:16:09 2007 +0000 @@ -6,7 +6,7 @@ GNU Emacs 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. GNU Emacs is distributed in the hope that it will be useful,
--- a/src/intervals.c Wed Jul 25 05:08:27 2007 +0000 +++ b/src/intervals.c Wed Jul 25 05:16:09 2007 +0000 @@ -6,7 +6,7 @@ GNU Emacs 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. GNU Emacs is distributed in the hope that it will be useful,
--- a/src/intervals.h Wed Jul 25 05:08:27 2007 +0000 +++ b/src/intervals.h Wed Jul 25 05:16:09 2007 +0000 @@ -6,7 +6,7 @@ GNU Emacs 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. GNU Emacs is distributed in the hope that it will be useful,
--- a/src/keyboard.c Wed Jul 25 05:08:27 2007 +0000 +++ b/src/keyboard.c Wed Jul 25 05:16:09 2007 +0000 @@ -7,7 +7,7 @@ GNU Emacs 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. GNU Emacs is distributed in the hope that it will be useful,
--- a/src/keyboard.h Wed Jul 25 05:08:27 2007 +0000 +++ b/src/keyboard.h Wed Jul 25 05:16:09 2007 +0000 @@ -6,7 +6,7 @@ GNU Emacs 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. GNU Emacs is distributed in the hope that it will be useful,
--- a/src/keymap.c Wed Jul 25 05:08:27 2007 +0000 +++ b/src/keymap.c Wed Jul 25 05:16:09 2007 +0000 @@ -7,7 +7,7 @@ GNU Emacs 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. GNU Emacs is distributed in the hope that it will be useful,
--- a/src/keymap.h Wed Jul 25 05:08:27 2007 +0000 +++ b/src/keymap.h Wed Jul 25 05:16:09 2007 +0000 @@ -6,7 +6,7 @@ GNU Emacs 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. GNU Emacs is distributed in the hope that it will be useful,
--- a/src/lastfile.c Wed Jul 25 05:08:27 2007 +0000 +++ b/src/lastfile.c Wed Jul 25 05:16:09 2007 +0000 @@ -6,7 +6,7 @@ GNU Emacs 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. GNU Emacs is distributed in the hope that it will be useful,
--- a/src/lisp.h Wed Jul 25 05:08:27 2007 +0000 +++ b/src/lisp.h Wed Jul 25 05:16:09 2007 +0000 @@ -6,7 +6,7 @@ GNU Emacs 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. GNU Emacs is distributed in the hope that it will be useful,
--- a/src/lread.c Wed Jul 25 05:08:27 2007 +0000 +++ b/src/lread.c Wed Jul 25 05:16:09 2007 +0000 @@ -7,7 +7,7 @@ GNU Emacs 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. GNU Emacs is distributed in the hope that it will be useful,
--- a/src/mac.c Wed Jul 25 05:08:27 2007 +0000 +++ b/src/mac.c Wed Jul 25 05:16:09 2007 +0000 @@ -6,7 +6,7 @@ GNU Emacs 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. GNU Emacs is distributed in the hope that it will be useful,
--- a/src/macfns.c Wed Jul 25 05:08:27 2007 +0000 +++ b/src/macfns.c Wed Jul 25 05:16:09 2007 +0000 @@ -6,7 +6,7 @@ GNU Emacs 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. GNU Emacs is distributed in the hope that it will be useful,
--- a/src/macgui.h Wed Jul 25 05:08:27 2007 +0000 +++ b/src/macgui.h Wed Jul 25 05:16:09 2007 +0000 @@ -6,7 +6,7 @@ GNU Emacs 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. GNU Emacs is distributed in the hope that it will be useful,
--- a/src/macmenu.c Wed Jul 25 05:08:27 2007 +0000 +++ b/src/macmenu.c Wed Jul 25 05:16:09 2007 +0000 @@ -6,7 +6,7 @@ GNU Emacs 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. GNU Emacs is distributed in the hope that it will be useful,
--- a/src/macros.c Wed Jul 25 05:08:27 2007 +0000 +++ b/src/macros.c Wed Jul 25 05:16:09 2007 +0000 @@ -6,7 +6,7 @@ GNU Emacs 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. GNU Emacs is distributed in the hope that it will be useful,
--- a/src/macros.h Wed Jul 25 05:08:27 2007 +0000 +++ b/src/macros.h Wed Jul 25 05:16:09 2007 +0000 @@ -6,7 +6,7 @@ GNU Emacs 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. GNU Emacs is distributed in the hope that it will be useful,
--- a/src/macselect.c Wed Jul 25 05:08:27 2007 +0000 +++ b/src/macselect.c Wed Jul 25 05:16:09 2007 +0000 @@ -5,7 +5,7 @@ GNU Emacs 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. GNU Emacs is distributed in the hope that it will be useful,
--- a/src/macterm.c Wed Jul 25 05:08:27 2007 +0000 +++ b/src/macterm.c Wed Jul 25 05:16:09 2007 +0000 @@ -6,7 +6,7 @@ GNU Emacs 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. GNU Emacs is distributed in the hope that it will be useful,
--- a/src/macterm.h Wed Jul 25 05:08:27 2007 +0000 +++ b/src/macterm.h Wed Jul 25 05:16:09 2007 +0000 @@ -6,7 +6,7 @@ GNU Emacs 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. GNU Emacs is distributed in the hope that it will be useful,
--- a/src/makefile.w32-in Wed Jul 25 05:08:27 2007 +0000 +++ b/src/makefile.w32-in Wed Jul 25 05:16:09 2007 +0000 @@ -6,7 +6,7 @@ # # GNU Emacs 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. # # GNU Emacs is distributed in the hope that it will be useful,
--- a/src/marker.c Wed Jul 25 05:08:27 2007 +0000 +++ b/src/marker.c Wed Jul 25 05:16:09 2007 +0000 @@ -6,7 +6,7 @@ GNU Emacs 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. GNU Emacs is distributed in the hope that it will be useful,
--- a/src/mem-limits.h Wed Jul 25 05:08:27 2007 +0000 +++ b/src/mem-limits.h Wed Jul 25 05:16:09 2007 +0000 @@ -6,7 +6,7 @@ GNU Emacs 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. GNU Emacs is distributed in the hope that it will be useful,
--- a/src/minibuf.c Wed Jul 25 05:08:27 2007 +0000 +++ b/src/minibuf.c Wed Jul 25 05:16:09 2007 +0000 @@ -7,7 +7,7 @@ GNU Emacs 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. GNU Emacs is distributed in the hope that it will be useful,
--- a/src/msdos.c Wed Jul 25 05:08:27 2007 +0000 +++ b/src/msdos.c Wed Jul 25 05:16:09 2007 +0000 @@ -6,7 +6,7 @@ GNU Emacs 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. GNU Emacs is distributed in the hope that it will be useful,
--- a/src/msdos.h Wed Jul 25 05:08:27 2007 +0000 +++ b/src/msdos.h Wed Jul 25 05:16:09 2007 +0000 @@ -6,7 +6,7 @@ GNU Emacs 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. GNU Emacs is distributed in the hope that it will be useful,
--- a/src/prefix-args.c Wed Jul 25 05:08:27 2007 +0000 +++ b/src/prefix-args.c Wed Jul 25 05:16:09 2007 +0000 @@ -6,7 +6,7 @@ GNU Emacs 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. GNU Emacs is distributed in the hope that it will be useful,
--- a/src/print.c Wed Jul 25 05:08:27 2007 +0000 +++ b/src/print.c Wed Jul 25 05:16:09 2007 +0000 @@ -7,7 +7,7 @@ GNU Emacs 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. GNU Emacs is distributed in the hope that it will be useful,
--- a/src/process.c Wed Jul 25 05:08:27 2007 +0000 +++ b/src/process.c Wed Jul 25 05:16:09 2007 +0000 @@ -7,7 +7,7 @@ GNU Emacs 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. GNU Emacs is distributed in the hope that it will be useful,
--- a/src/process.h Wed Jul 25 05:08:27 2007 +0000 +++ b/src/process.h Wed Jul 25 05:16:09 2007 +0000 @@ -6,7 +6,7 @@ GNU Emacs 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. GNU Emacs is distributed in the hope that it will be useful,
--- a/src/puresize.h Wed Jul 25 05:08:27 2007 +0000 +++ b/src/puresize.h Wed Jul 25 05:16:09 2007 +0000 @@ -6,7 +6,7 @@ GNU Emacs 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. GNU Emacs is distributed in the hope that it will be useful,
--- a/src/ralloc.c Wed Jul 25 05:08:27 2007 +0000 +++ b/src/ralloc.c Wed Jul 25 05:16:09 2007 +0000 @@ -6,7 +6,7 @@ GNU Emacs 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. GNU Emacs is distributed in the hope that it will be useful,
--- a/src/region-cache.c Wed Jul 25 05:08:27 2007 +0000 +++ b/src/region-cache.c Wed Jul 25 05:16:09 2007 +0000 @@ -6,7 +6,7 @@ GNU Emacs 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. GNU Emacs is distributed in the hope that it will be useful,
--- a/src/region-cache.h Wed Jul 25 05:08:27 2007 +0000 +++ b/src/region-cache.h Wed Jul 25 05:16:09 2007 +0000 @@ -6,7 +6,7 @@ GNU Emacs 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. GNU Emacs is distributed in the hope that it will be useful,
--- a/src/scroll.c Wed Jul 25 05:08:27 2007 +0000 +++ b/src/scroll.c Wed Jul 25 05:16:09 2007 +0000 @@ -6,7 +6,7 @@ GNU Emacs 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. GNU Emacs is distributed in the hope that it will be useful,
--- a/src/search.c Wed Jul 25 05:08:27 2007 +0000 +++ b/src/search.c Wed Jul 25 05:16:09 2007 +0000 @@ -6,7 +6,7 @@ GNU Emacs 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. GNU Emacs is distributed in the hope that it will be useful,
--- a/src/sheap.c Wed Jul 25 05:08:27 2007 +0000 +++ b/src/sheap.c Wed Jul 25 05:16:09 2007 +0000 @@ -7,7 +7,7 @@ GNU Emacs 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. GNU Emacs is distributed in the hope that it will be useful,
--- a/src/sound.c Wed Jul 25 05:08:27 2007 +0000 +++ b/src/sound.c Wed Jul 25 05:16:09 2007 +0000 @@ -6,7 +6,7 @@ GNU Emacs 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. GNU Emacs is distributed in the hope that it will be useful,
--- a/src/sunfns.c Wed Jul 25 05:08:27 2007 +0000 +++ b/src/sunfns.c Wed Jul 25 05:16:09 2007 +0000 @@ -16,7 +16,7 @@ GNU Emacs 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. GNU Emacs is distributed in the hope that it will be useful,
--- a/src/syntax.c Wed Jul 25 05:08:27 2007 +0000 +++ b/src/syntax.c Wed Jul 25 05:16:09 2007 +0000 @@ -7,7 +7,7 @@ GNU Emacs 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. GNU Emacs is distributed in the hope that it will be useful,
--- a/src/syntax.h Wed Jul 25 05:08:27 2007 +0000 +++ b/src/syntax.h Wed Jul 25 05:16:09 2007 +0000 @@ -6,7 +6,7 @@ GNU Emacs 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. GNU Emacs is distributed in the hope that it will be useful,
--- a/src/sysdep.c Wed Jul 25 05:08:27 2007 +0000 +++ b/src/sysdep.c Wed Jul 25 05:16:09 2007 +0000 @@ -6,7 +6,7 @@ GNU Emacs 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. GNU Emacs is distributed in the hope that it will be useful,
--- a/src/sysselect.h Wed Jul 25 05:08:27 2007 +0000 +++ b/src/sysselect.h Wed Jul 25 05:16:09 2007 +0000 @@ -6,7 +6,7 @@ GNU Emacs 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. GNU Emacs is distributed in the hope that it will be useful,
--- a/src/syssignal.h Wed Jul 25 05:08:27 2007 +0000 +++ b/src/syssignal.h Wed Jul 25 05:16:09 2007 +0000 @@ -6,7 +6,7 @@ GNU Emacs 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. GNU Emacs is distributed in the hope that it will be useful,
--- a/src/systime.h Wed Jul 25 05:08:27 2007 +0000 +++ b/src/systime.h Wed Jul 25 05:16:09 2007 +0000 @@ -6,7 +6,7 @@ GNU Emacs 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. GNU Emacs is distributed in the hope that it will be useful,
--- a/src/systty.h Wed Jul 25 05:08:27 2007 +0000 +++ b/src/systty.h Wed Jul 25 05:16:09 2007 +0000 @@ -6,7 +6,7 @@ GNU Emacs 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. GNU Emacs is distributed in the hope that it will be useful,
--- a/src/syswait.h Wed Jul 25 05:08:27 2007 +0000 +++ b/src/syswait.h Wed Jul 25 05:16:09 2007 +0000 @@ -6,7 +6,7 @@ GNU Emacs 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. GNU Emacs is distributed in the hope that it will be useful,
--- a/src/term.c Wed Jul 25 05:08:27 2007 +0000 +++ b/src/term.c Wed Jul 25 05:16:09 2007 +0000 @@ -6,7 +6,7 @@ GNU Emacs 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. GNU Emacs is distributed in the hope that it will be useful,
--- a/src/termchar.h Wed Jul 25 05:08:27 2007 +0000 +++ b/src/termchar.h Wed Jul 25 05:16:09 2007 +0000 @@ -6,7 +6,7 @@ GNU Emacs 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. GNU Emacs is distributed in the hope that it will be useful,
--- a/src/termhooks.h Wed Jul 25 05:08:27 2007 +0000 +++ b/src/termhooks.h Wed Jul 25 05:16:09 2007 +0000 @@ -7,7 +7,7 @@ GNU Emacs 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. GNU Emacs is distributed in the hope that it will be useful,
--- a/src/terminfo.c Wed Jul 25 05:08:27 2007 +0000 +++ b/src/terminfo.c Wed Jul 25 05:16:09 2007 +0000 @@ -6,7 +6,7 @@ GNU Emacs 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. GNU Emacs is distributed in the hope that it will be useful,
--- a/src/termopts.h Wed Jul 25 05:08:27 2007 +0000 +++ b/src/termopts.h Wed Jul 25 05:16:09 2007 +0000 @@ -6,7 +6,7 @@ GNU Emacs 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. GNU Emacs is distributed in the hope that it will be useful,
--- a/src/textprop.c Wed Jul 25 05:08:27 2007 +0000 +++ b/src/textprop.c Wed Jul 25 05:16:09 2007 +0000 @@ -6,7 +6,7 @@ GNU Emacs 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. GNU Emacs is distributed in the hope that it will be useful,
--- a/src/uaf.h Wed Jul 25 05:08:27 2007 +0000 +++ b/src/uaf.h Wed Jul 25 05:16:09 2007 +0000 @@ -6,7 +6,7 @@ GNU Emacs 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. GNU Emacs is distributed in the hope that it will be useful,
--- a/src/undo.c Wed Jul 25 05:08:27 2007 +0000 +++ b/src/undo.c Wed Jul 25 05:16:09 2007 +0000 @@ -6,7 +6,7 @@ GNU Emacs 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. GNU Emacs is distributed in the hope that it will be useful,
--- a/src/unexaix.c Wed Jul 25 05:08:27 2007 +0000 +++ b/src/unexaix.c Wed Jul 25 05:16:09 2007 +0000 @@ -6,7 +6,7 @@ GNU Emacs 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. GNU Emacs is distributed in the hope that it will be useful,
--- a/src/unexalpha.c Wed Jul 25 05:08:27 2007 +0000 +++ b/src/unexalpha.c Wed Jul 25 05:16:09 2007 +0000 @@ -7,7 +7,7 @@ GNU Emacs 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. GNU Emacs is distributed in the hope that it will be useful,
--- a/src/unexapollo.c Wed Jul 25 05:08:27 2007 +0000 +++ b/src/unexapollo.c Wed Jul 25 05:16:09 2007 +0000 @@ -6,7 +6,7 @@ GNU Emacs 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. GNU Emacs is distributed in the hope that it will be useful,
--- a/src/unexconvex.c Wed Jul 25 05:08:27 2007 +0000 +++ b/src/unexconvex.c Wed Jul 25 05:16:09 2007 +0000 @@ -14,7 +14,7 @@ GNU Emacs 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. GNU Emacs is distributed in the hope that it will be useful,
--- a/src/unexcw.c Wed Jul 25 05:08:27 2007 +0000 +++ b/src/unexcw.c Wed Jul 25 05:16:09 2007 +0000 @@ -7,7 +7,7 @@ GNU Emacs 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. GNU Emacs is distributed in the hope that it will be useful,
--- a/src/unexec.c Wed Jul 25 05:08:27 2007 +0000 +++ b/src/unexec.c Wed Jul 25 05:16:09 2007 +0000 @@ -5,7 +5,7 @@ GNU Emacs 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. GNU Emacs is distributed in the hope that it will be useful,
--- a/src/unexelf.c Wed Jul 25 05:08:27 2007 +0000 +++ b/src/unexelf.c Wed Jul 25 05:16:09 2007 +0000 @@ -5,7 +5,7 @@ GNU Emacs 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. GNU Emacs is distributed in the hope that it will be useful,
--- a/src/unexenix.c Wed Jul 25 05:08:27 2007 +0000 +++ b/src/unexenix.c Wed Jul 25 05:16:09 2007 +0000 @@ -13,7 +13,7 @@ GNU Emacs 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. GNU Emacs is distributed in the hope that it will be useful,
--- a/src/unexmacosx.c Wed Jul 25 05:08:27 2007 +0000 +++ b/src/unexmacosx.c Wed Jul 25 05:16:09 2007 +0000 @@ -6,7 +6,7 @@ GNU Emacs 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. GNU Emacs is distributed in the hope that it will be useful,
--- a/src/unexmips.c Wed Jul 25 05:08:27 2007 +0000 +++ b/src/unexmips.c Wed Jul 25 05:16:09 2007 +0000 @@ -13,7 +13,7 @@ GNU Emacs 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. GNU Emacs is distributed in the hope that it will be useful,
--- a/src/unexnext.c Wed Jul 25 05:08:27 2007 +0000 +++ b/src/unexnext.c Wed Jul 25 05:16:09 2007 +0000 @@ -7,7 +7,7 @@ GNU Emacs 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. GNU Emacs is distributed in the hope that it will be useful,
--- a/src/unexsni.c Wed Jul 25 05:08:27 2007 +0000 +++ b/src/unexsni.c Wed Jul 25 05:16:09 2007 +0000 @@ -7,7 +7,7 @@ GNU Emacs 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. GNU Emacs is distributed in the hope that it will be useful,
--- a/src/unexsunos4.c Wed Jul 25 05:08:27 2007 +0000 +++ b/src/unexsunos4.c Wed Jul 25 05:16:09 2007 +0000 @@ -6,7 +6,7 @@ GNU Emacs 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. GNU Emacs is distributed in the hope that it will be useful,
--- a/src/unexw32.c Wed Jul 25 05:08:27 2007 +0000 +++ b/src/unexw32.c Wed Jul 25 05:16:09 2007 +0000 @@ -6,7 +6,7 @@ GNU Emacs 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. GNU Emacs is distributed in the hope that it will be useful,
--- a/src/vm-limit.c Wed Jul 25 05:08:27 2007 +0000 +++ b/src/vm-limit.c Wed Jul 25 05:16:09 2007 +0000 @@ -6,7 +6,7 @@ GNU Emacs 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. GNU Emacs is distributed in the hope that it will be useful,
--- a/src/w16select.c Wed Jul 25 05:08:27 2007 +0000 +++ b/src/w16select.c Wed Jul 25 05:16:09 2007 +0000 @@ -6,7 +6,7 @@ GNU Emacs 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. GNU Emacs is distributed in the hope that it will be useful,
--- a/src/w32.c Wed Jul 25 05:08:27 2007 +0000 +++ b/src/w32.c Wed Jul 25 05:16:09 2007 +0000 @@ -6,7 +6,7 @@ GNU Emacs 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. GNU Emacs is distributed in the hope that it will be useful,
--- a/src/w32.h Wed Jul 25 05:08:27 2007 +0000 +++ b/src/w32.h Wed Jul 25 05:16:09 2007 +0000 @@ -9,7 +9,7 @@ GNU Emacs 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. GNU Emacs is distributed in the hope that it will be useful,
--- a/src/w32bdf.c Wed Jul 25 05:08:27 2007 +0000 +++ b/src/w32bdf.c Wed Jul 25 05:16:09 2007 +0000 @@ -6,7 +6,7 @@ GNU Emacs 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. GNU Emacs is distributed in the hope that it will be useful,
--- a/src/w32bdf.h Wed Jul 25 05:08:27 2007 +0000 +++ b/src/w32bdf.h Wed Jul 25 05:16:09 2007 +0000 @@ -6,7 +6,7 @@ GNU Emacs 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. GNU Emacs is distributed in the hope that it will be useful,
--- a/src/w32console.c Wed Jul 25 05:08:27 2007 +0000 +++ b/src/w32console.c Wed Jul 25 05:16:09 2007 +0000 @@ -6,7 +6,7 @@ GNU Emacs 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. GNU Emacs is distributed in the hope that it will be useful,
--- a/src/w32fns.c Wed Jul 25 05:08:27 2007 +0000 +++ b/src/w32fns.c Wed Jul 25 05:16:09 2007 +0000 @@ -6,7 +6,7 @@ GNU Emacs 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. GNU Emacs is distributed in the hope that it will be useful,
--- a/src/w32gui.h Wed Jul 25 05:08:27 2007 +0000 +++ b/src/w32gui.h Wed Jul 25 05:16:09 2007 +0000 @@ -6,7 +6,7 @@ GNU Emacs 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. GNU Emacs is distributed in the hope that it will be useful,
--- a/src/w32heap.c Wed Jul 25 05:08:27 2007 +0000 +++ b/src/w32heap.c Wed Jul 25 05:16:09 2007 +0000 @@ -6,7 +6,7 @@ GNU Emacs 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. GNU Emacs is distributed in the hope that it will be useful,
--- a/src/w32heap.h Wed Jul 25 05:08:27 2007 +0000 +++ b/src/w32heap.h Wed Jul 25 05:16:09 2007 +0000 @@ -6,7 +6,7 @@ GNU Emacs 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. GNU Emacs is distributed in the hope that it will be useful,
--- a/src/w32inevt.c Wed Jul 25 05:08:27 2007 +0000 +++ b/src/w32inevt.c Wed Jul 25 05:16:09 2007 +0000 @@ -6,7 +6,7 @@ GNU Emacs 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. GNU Emacs is distributed in the hope that it will be useful,
--- a/src/w32inevt.h Wed Jul 25 05:08:27 2007 +0000 +++ b/src/w32inevt.h Wed Jul 25 05:16:09 2007 +0000 @@ -6,7 +6,7 @@ GNU Emacs 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. GNU Emacs is distributed in the hope that it will be useful,
--- a/src/w32menu.c Wed Jul 25 05:08:27 2007 +0000 +++ b/src/w32menu.c Wed Jul 25 05:16:09 2007 +0000 @@ -6,7 +6,7 @@ GNU Emacs 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. GNU Emacs is distributed in the hope that it will be useful,
--- a/src/w32proc.c Wed Jul 25 05:08:27 2007 +0000 +++ b/src/w32proc.c Wed Jul 25 05:16:09 2007 +0000 @@ -6,7 +6,7 @@ GNU Emacs 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. GNU Emacs is distributed in the hope that it will be useful,
--- a/src/w32reg.c Wed Jul 25 05:08:27 2007 +0000 +++ b/src/w32reg.c Wed Jul 25 05:16:09 2007 +0000 @@ -6,7 +6,7 @@ GNU Emacs 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. GNU Emacs is distributed in the hope that it will be useful,
--- a/src/w32select.c Wed Jul 25 05:08:27 2007 +0000 +++ b/src/w32select.c Wed Jul 25 05:16:09 2007 +0000 @@ -6,7 +6,7 @@ GNU Emacs 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. GNU Emacs is distributed in the hope that it will be useful,
--- a/src/w32term.c Wed Jul 25 05:08:27 2007 +0000 +++ b/src/w32term.c Wed Jul 25 05:16:09 2007 +0000 @@ -7,7 +7,7 @@ GNU Emacs 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. GNU Emacs is distributed in the hope that it will be useful,
--- a/src/w32term.h Wed Jul 25 05:08:27 2007 +0000 +++ b/src/w32term.h Wed Jul 25 05:16:09 2007 +0000 @@ -6,7 +6,7 @@ GNU Emacs 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. GNU Emacs is distributed in the hope that it will be useful,
--- a/src/w32xfns.c Wed Jul 25 05:08:27 2007 +0000 +++ b/src/w32xfns.c Wed Jul 25 05:16:09 2007 +0000 @@ -6,7 +6,7 @@ GNU Emacs 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. GNU Emacs is distributed in the hope that it will be useful,
--- a/src/widget.c Wed Jul 25 05:08:27 2007 +0000 +++ b/src/widget.c Wed Jul 25 05:16:09 2007 +0000 @@ -6,7 +6,7 @@ GNU Emacs 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. GNU Emacs is distributed in the hope that it will be useful,
--- a/src/widget.h Wed Jul 25 05:08:27 2007 +0000 +++ b/src/widget.h Wed Jul 25 05:16:09 2007 +0000 @@ -6,7 +6,7 @@ GNU Emacs 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. GNU Emacs is distributed in the hope that it will be useful,
--- a/src/widgetprv.h Wed Jul 25 05:08:27 2007 +0000 +++ b/src/widgetprv.h Wed Jul 25 05:16:09 2007 +0000 @@ -6,7 +6,7 @@ GNU Emacs 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. GNU Emacs is distributed in the hope that it will be useful,
--- a/src/window.c Wed Jul 25 05:08:27 2007 +0000 +++ b/src/window.c Wed Jul 25 05:16:09 2007 +0000 @@ -7,7 +7,7 @@ GNU Emacs 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. GNU Emacs is distributed in the hope that it will be useful,
--- a/src/window.h Wed Jul 25 05:08:27 2007 +0000 +++ b/src/window.h Wed Jul 25 05:16:09 2007 +0000 @@ -6,7 +6,7 @@ GNU Emacs 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. GNU Emacs is distributed in the hope that it will be useful,
--- a/src/xdisp.c Wed Jul 25 05:08:27 2007 +0000 +++ b/src/xdisp.c Wed Jul 25 05:16:09 2007 +0000 @@ -7,7 +7,7 @@ GNU Emacs 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. GNU Emacs is distributed in the hope that it will be useful,
--- a/src/xfaces.c Wed Jul 25 05:08:27 2007 +0000 +++ b/src/xfaces.c Wed Jul 25 05:16:09 2007 +0000 @@ -6,7 +6,7 @@ GNU Emacs 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. GNU Emacs is distributed in the hope that it will be useful,
--- a/src/xfns.c Wed Jul 25 05:08:27 2007 +0000 +++ b/src/xfns.c Wed Jul 25 05:16:09 2007 +0000 @@ -6,7 +6,7 @@ GNU Emacs 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. GNU Emacs is distributed in the hope that it will be useful,
--- a/src/xmenu.c Wed Jul 25 05:08:27 2007 +0000 +++ b/src/xmenu.c Wed Jul 25 05:16:09 2007 +0000 @@ -6,7 +6,7 @@ GNU Emacs 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. GNU Emacs is distributed in the hope that it will be useful,
--- a/src/xrdb.c Wed Jul 25 05:08:27 2007 +0000 +++ b/src/xrdb.c Wed Jul 25 05:16:09 2007 +0000 @@ -6,7 +6,7 @@ GNU Emacs 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. GNU Emacs is distributed in the hope that it will be useful,
--- a/src/xselect.c Wed Jul 25 05:08:27 2007 +0000 +++ b/src/xselect.c Wed Jul 25 05:16:09 2007 +0000 @@ -6,7 +6,7 @@ GNU Emacs 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. GNU Emacs is distributed in the hope that it will be useful,
--- a/src/xsmfns.c Wed Jul 25 05:08:27 2007 +0000 +++ b/src/xsmfns.c Wed Jul 25 05:16:09 2007 +0000 @@ -6,7 +6,7 @@ GNU Emacs 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. GNU Emacs is distributed in the hope that it will be useful,
--- a/src/xterm.c Wed Jul 25 05:08:27 2007 +0000 +++ b/src/xterm.c Wed Jul 25 05:16:09 2007 +0000 @@ -6,7 +6,7 @@ GNU Emacs 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. GNU Emacs is distributed in the hope that it will be useful,
--- a/src/xterm.h Wed Jul 25 05:08:27 2007 +0000 +++ b/src/xterm.h Wed Jul 25 05:16:09 2007 +0000 @@ -6,7 +6,7 @@ GNU Emacs 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. GNU Emacs is distributed in the hope that it will be useful,