diff options
author | Karl Heuer <kwzh@gnu.org> | 1995-06-15 20:42:24 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1995-06-15 20:42:24 +0000 |
commit | 7c938215cd28ae6b7c95d02c5e29839c9be68925 (patch) | |
tree | 7867638fe09e5e683f4da6f69b12a9156c3f1cc1 /src | |
parent | bd7602f2ae853006b03da55a307d96cfb5f19968 (diff) | |
download | emacs-7c938215cd28ae6b7c95d02c5e29839c9be68925.tar.gz |
Update GPL to version 2.
Diffstat (limited to 'src')
-rw-r--r-- | src/casefiddle.c | 2 | ||||
-rw-r--r-- | src/casetab.c | 2 | ||||
-rw-r--r-- | src/cm.h | 2 | ||||
-rw-r--r-- | src/commands.h | 2 | ||||
-rw-r--r-- | src/data.c | 2 | ||||
-rw-r--r-- | src/dired.c | 2 | ||||
-rw-r--r-- | src/disptab.h | 2 | ||||
-rw-r--r-- | src/doprnt.c | 2 | ||||
-rw-r--r-- | src/editfns.c | 2 | ||||
-rw-r--r-- | src/indent.c | 2 | ||||
-rw-r--r-- | src/indent.h | 2 | ||||
-rw-r--r-- | src/insdel.c | 2 | ||||
-rw-r--r-- | src/intervals.h | 2 | ||||
-rw-r--r-- | src/lastfile.c | 2 | ||||
-rw-r--r-- | src/macros.h | 2 | ||||
-rw-r--r-- | src/marker.c | 2 | ||||
-rw-r--r-- | src/mocklisp.c | 2 | ||||
-rw-r--r-- | src/mocklisp.h | 2 | ||||
-rw-r--r-- | src/process.h | 2 | ||||
-rw-r--r-- | src/puresize.h | 2 | ||||
-rw-r--r-- | src/search.c | 2 | ||||
-rw-r--r-- | src/sunfns.c | 2 | ||||
-rw-r--r-- | src/syntax.h | 2 | ||||
-rw-r--r-- | src/syssignal.h | 2 | ||||
-rw-r--r-- | src/systime.h | 2 | ||||
-rw-r--r-- | src/termchar.h | 2 | ||||
-rw-r--r-- | src/termopts.h | 2 | ||||
-rw-r--r-- | src/uaf.h | 2 | ||||
-rw-r--r-- | src/unexaix.c | 2 | ||||
-rw-r--r-- | src/unexconvex.c | 2 | ||||
-rw-r--r-- | src/vms-pp.c | 2 | ||||
-rw-r--r-- | src/vms-pwd.h | 2 | ||||
-rw-r--r-- | src/vmsdir.h | 2 | ||||
-rw-r--r-- | src/vmsfns.c | 2 | ||||
-rw-r--r-- | src/vmsmap.c | 2 | ||||
-rw-r--r-- | src/vmsproc.c | 2 |
36 files changed, 36 insertions, 36 deletions
diff --git a/src/casefiddle.c b/src/casefiddle.c index 7340a5093eb..a208809ae2a 100644 --- a/src/casefiddle.c +++ b/src/casefiddle.c @@ -5,7 +5,7 @@ This file is part of GNU Emacs. 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 1, or (at your option) +the Free Software Foundation; either version 2, or (at your option) any later version. GNU Emacs is distributed in the hope that it will be useful, diff --git a/src/casetab.c b/src/casetab.c index 25aac5eca09..417597543e3 100644 --- a/src/casetab.c +++ b/src/casetab.c @@ -5,7 +5,7 @@ This file is part of GNU Emacs. 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 1, or (at your option) +the Free Software Foundation; either version 2, or (at your option) any later version. GNU Emacs is distributed in the hope that it will be useful, @@ -5,7 +5,7 @@ This file is part of GNU Emacs. 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 1, or (at your option) +the Free Software Foundation; either version 2, or (at your option) any later version. GNU Emacs is distributed in the hope that it will be useful, diff --git a/src/commands.h b/src/commands.h index 5ee27cc8c94..3447c2d5365 100644 --- a/src/commands.h +++ b/src/commands.h @@ -5,7 +5,7 @@ This file is part of GNU Emacs. 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 1, or (at your option) +the Free Software Foundation; either version 2, or (at your option) any later version. GNU Emacs is distributed in the hope that it will be useful, diff --git a/src/data.c b/src/data.c index 316bcae5704..a40f94d05db 100644 --- a/src/data.c +++ b/src/data.c @@ -5,7 +5,7 @@ This file is part of GNU Emacs. 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 1, or (at your option) +the Free Software Foundation; either version 2, or (at your option) any later version. GNU Emacs is distributed in the hope that it will be useful, diff --git a/src/dired.c b/src/dired.c index 376e3cac777..834729a0319 100644 --- a/src/dired.c +++ b/src/dired.c @@ -5,7 +5,7 @@ This file is part of GNU Emacs. 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 1, or (at your option) +the Free Software Foundation; either version 2, or (at your option) any later version. GNU Emacs is distributed in the hope that it will be useful, diff --git a/src/disptab.h b/src/disptab.h index 649b58cf310..75847a35095 100644 --- a/src/disptab.h +++ b/src/disptab.h @@ -5,7 +5,7 @@ This file is part of GNU Emacs. 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 1, or (at your option) +the Free Software Foundation; either version 2, or (at your option) any later version. GNU Emacs is distributed in the hope that it will be useful, diff --git a/src/doprnt.c b/src/doprnt.c index 39562af19fa..24eea1e70f6 100644 --- a/src/doprnt.c +++ b/src/doprnt.c @@ -7,7 +7,7 @@ This file is part of GNU Emacs. 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 1, or (at your option) +the Free Software Foundation; either version 2, or (at your option) any later version. GNU Emacs is distributed in the hope that it will be useful, diff --git a/src/editfns.c b/src/editfns.c index ef941928a26..13a851fb007 100644 --- a/src/editfns.c +++ b/src/editfns.c @@ -5,7 +5,7 @@ This file is part of GNU Emacs. 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 1, or (at your option) +the Free Software Foundation; either version 2, or (at your option) any later version. GNU Emacs is distributed in the hope that it will be useful, diff --git a/src/indent.c b/src/indent.c index 7f0540c5ba8..395ba57864a 100644 --- a/src/indent.c +++ b/src/indent.c @@ -5,7 +5,7 @@ This file is part of GNU Emacs. 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 1, or (at your option) +the Free Software Foundation; either version 2, or (at your option) any later version. GNU Emacs is distributed in the hope that it will be useful, diff --git a/src/indent.h b/src/indent.h index 9f0c7613ec4..04fae3d036c 100644 --- a/src/indent.h +++ b/src/indent.h @@ -5,7 +5,7 @@ This file is part of GNU Emacs. 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 1, or (at your option) +the Free Software Foundation; either version 2, or (at your option) any later version. GNU Emacs is distributed in the hope that it will be useful, diff --git a/src/insdel.c b/src/insdel.c index 001a75ff462..18a2d6e11b6 100644 --- a/src/insdel.c +++ b/src/insdel.c @@ -5,7 +5,7 @@ This file is part of GNU Emacs. 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 1, or (at your option) +the Free Software Foundation; either version 2, or (at your option) any later version. GNU Emacs is distributed in the hope that it will be useful, diff --git a/src/intervals.h b/src/intervals.h index f65ddf56fe0..52a8020a1cf 100644 --- a/src/intervals.h +++ b/src/intervals.h @@ -5,7 +5,7 @@ This file is part of GNU Emacs. 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 1, or (at your option) +the Free Software Foundation; either version 2, or (at your option) any later version. GNU Emacs is distributed in the hope that it will be useful, diff --git a/src/lastfile.c b/src/lastfile.c index 11cb8f00f2e..a3bb571695f 100644 --- a/src/lastfile.c +++ b/src/lastfile.c @@ -5,7 +5,7 @@ This file is part of GNU Emacs. 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 1, or (at your option) +the Free Software Foundation; either version 2, or (at your option) any later version. GNU Emacs is distributed in the hope that it will be useful, diff --git a/src/macros.h b/src/macros.h index c0be6a8bff6..95480e2cd31 100644 --- a/src/macros.h +++ b/src/macros.h @@ -5,7 +5,7 @@ This file is part of GNU Emacs. 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 1, or (at your option) +the Free Software Foundation; either version 2, or (at your option) any later version. GNU Emacs is distributed in the hope that it will be useful, diff --git a/src/marker.c b/src/marker.c index 957510a9bde..ccb770ea65a 100644 --- a/src/marker.c +++ b/src/marker.c @@ -5,7 +5,7 @@ This file is part of GNU Emacs. 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 1, or (at your option) +the Free Software Foundation; either version 2, or (at your option) any later version. GNU Emacs is distributed in the hope that it will be useful, diff --git a/src/mocklisp.c b/src/mocklisp.c index f394d9c0840..d942c8df479 100644 --- a/src/mocklisp.c +++ b/src/mocklisp.c @@ -5,7 +5,7 @@ This file is part of GNU Emacs. 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 1, or (at your option) +the Free Software Foundation; either version 2, or (at your option) any later version. GNU Emacs is distributed in the hope that it will be useful, diff --git a/src/mocklisp.h b/src/mocklisp.h index 56ff3f7a1de..31663b74102 100644 --- a/src/mocklisp.h +++ b/src/mocklisp.h @@ -5,7 +5,7 @@ This file is part of GNU Emacs. 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 1, or (at your option) +the Free Software Foundation; either version 2, or (at your option) any later version. GNU Emacs is distributed in the hope that it will be useful, diff --git a/src/process.h b/src/process.h index cfffdf70514..3c41bb043be 100644 --- a/src/process.h +++ b/src/process.h @@ -5,7 +5,7 @@ This file is part of GNU Emacs. 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 1, or (at your option) +the Free Software Foundation; either version 2, or (at your option) any later version. GNU Emacs is distributed in the hope that it will be useful, diff --git a/src/puresize.h b/src/puresize.h index 5f571f097ea..0dc776cc8f3 100644 --- a/src/puresize.h +++ b/src/puresize.h @@ -5,7 +5,7 @@ This file is part of GNU Emacs. 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 1, or (at your option) +the Free Software Foundation; either version 2, or (at your option) any later version. GNU Emacs is distributed in the hope that it will be useful, diff --git a/src/search.c b/src/search.c index 5b3192cebe1..d073a58c6ff 100644 --- a/src/search.c +++ b/src/search.c @@ -5,7 +5,7 @@ This file is part of GNU Emacs. 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 1, or (at your option) +the Free Software Foundation; either version 2, or (at your option) any later version. GNU Emacs is distributed in the hope that it will be useful, diff --git a/src/sunfns.c b/src/sunfns.c index 57c3e64a3a4..aa65ba10aee 100644 --- a/src/sunfns.c +++ b/src/sunfns.c @@ -15,7 +15,7 @@ This file is part of GNU Emacs. 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 1, or (at your option) +the Free Software Foundation; either version 2, or (at your option) any later version. GNU Emacs is distributed in the hope that it will be useful, diff --git a/src/syntax.h b/src/syntax.h index ed23def334d..2cdac9d1809 100644 --- a/src/syntax.h +++ b/src/syntax.h @@ -5,7 +5,7 @@ This file is part of GNU Emacs. 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 1, or (at your option) +the Free Software Foundation; either version 2, or (at your option) any later version. GNU Emacs is distributed in the hope that it will be useful, diff --git a/src/syssignal.h b/src/syssignal.h index 433b0b9d2f4..298d79851b8 100644 --- a/src/syssignal.h +++ b/src/syssignal.h @@ -5,7 +5,7 @@ This file is part of GNU Emacs. 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 1, or (at your option) +the Free Software Foundation; either version 2, or (at your option) any later version. GNU Emacs is distributed in the hope that it will be useful, diff --git a/src/systime.h b/src/systime.h index 3a85809fd91..e93962c6e11 100644 --- a/src/systime.h +++ b/src/systime.h @@ -5,7 +5,7 @@ This file is part of GNU Emacs. 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 1, or (at your option) +the Free Software Foundation; either version 2, or (at your option) any later version. GNU Emacs is distributed in the hope that it will be useful, diff --git a/src/termchar.h b/src/termchar.h index b193da4e492..4b1afc3ed00 100644 --- a/src/termchar.h +++ b/src/termchar.h @@ -5,7 +5,7 @@ This file is part of GNU Emacs. 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 1, or (at your option) +the Free Software Foundation; either version 2, or (at your option) any later version. GNU Emacs is distributed in the hope that it will be useful, diff --git a/src/termopts.h b/src/termopts.h index d462ca6215f..40e4de5a256 100644 --- a/src/termopts.h +++ b/src/termopts.h @@ -5,7 +5,7 @@ This file is part of GNU Emacs. 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 1, or (at your option) +the Free Software Foundation; either version 2, or (at your option) any later version. GNU Emacs is distributed in the hope that it will be useful, diff --git a/src/uaf.h b/src/uaf.h index dc2333321ff..3b217bbbc43 100644 --- a/src/uaf.h +++ b/src/uaf.h @@ -5,7 +5,7 @@ This file is part of GNU Emacs. 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 1, or (at your option) +the Free Software Foundation; either version 2, or (at your option) any later version. GNU Emacs is distributed in the hope that it will be useful, diff --git a/src/unexaix.c b/src/unexaix.c index 14bf0753928..a4dba057589 100644 --- a/src/unexaix.c +++ b/src/unexaix.c @@ -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 1, or (at your option) + the Free Software Foundation; either version 2, or (at your option) any later version. This program is distributed in the hope that it will be useful, diff --git a/src/unexconvex.c b/src/unexconvex.c index 0ef21577fab..2a350b6ea99 100644 --- a/src/unexconvex.c +++ b/src/unexconvex.c @@ -13,7 +13,7 @@ This file is part of GNU Emacs. 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 1, or (at your option) +the Free Software Foundation; either version 2, or (at your option) any later version. GNU Emacs is distributed in the hope that it will be useful, diff --git a/src/vms-pp.c b/src/vms-pp.c index 2ff47d10daf..d93ab6743aa 100644 --- a/src/vms-pp.c +++ b/src/vms-pp.c @@ -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 1, or (at your option) +the Free Software Foundation; either version 2, or (at your option) any later version. GNU Emacs is distributed in the hope that it will be useful, diff --git a/src/vms-pwd.h b/src/vms-pwd.h index 6c29197a47a..ed3ba54eff9 100644 --- a/src/vms-pwd.h +++ b/src/vms-pwd.h @@ -5,7 +5,7 @@ This file is part of GNU Emacs. 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 1, or (at your option) +the Free Software Foundation; either version 2, or (at your option) any later version. GNU Emacs is distributed in the hope that it will be useful, diff --git a/src/vmsdir.h b/src/vmsdir.h index 7ea632db625..d6da4596e18 100644 --- a/src/vmsdir.h +++ b/src/vmsdir.h @@ -5,7 +5,7 @@ This file is part of GNU Emacs. 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 1, or (at your option) +the Free Software Foundation; either version 2, or (at your option) any later version. GNU Emacs is distributed in the hope that it will be useful, diff --git a/src/vmsfns.c b/src/vmsfns.c index 9c9269487f8..5f7af275cc0 100644 --- a/src/vmsfns.c +++ b/src/vmsfns.c @@ -5,7 +5,7 @@ This file is part of GNU Emacs. 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 1, or (at your option) +the Free Software Foundation; either version 2, or (at your option) any later version. GNU Emacs is distributed in the hope that it will be useful, diff --git a/src/vmsmap.c b/src/vmsmap.c index 6597a47de01..0e5919408ee 100644 --- a/src/vmsmap.c +++ b/src/vmsmap.c @@ -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 1, or (at your option) +the Free Software Foundation; either version 2, or (at your option) any later version. GNU Emacs is distributed in the hope that it will be useful, diff --git a/src/vmsproc.c b/src/vmsproc.c index 48834d328f6..c28a0261e37 100644 --- a/src/vmsproc.c +++ b/src/vmsproc.c @@ -5,7 +5,7 @@ This file is part of GNU Emacs. 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 1, or (at your option) +the Free Software Foundation; either version 2, or (at your option) any later version. GNU Emacs is distributed in the hope that it will be useful, |