diff options
| author | Lute Kamstra | 2005-07-04 16:49:24 +0000 |
|---|---|---|
| committer | Lute Kamstra | 2005-07-04 16:49:24 +0000 |
| commit | 4fc5845fe896177307f553d8af0d48834206c060 (patch) | |
| tree | 3d852e0efe8656b55a79e91b79beaa99974d231c /src | |
| parent | 364c38d3af67e2b56a90a6547ec9f773967bf1df (diff) | |
| download | emacs-4fc5845fe896177307f553d8af0d48834206c060.tar.gz emacs-4fc5845fe896177307f553d8af0d48834206c060.zip | |
Update FSF's address.
Diffstat (limited to 'src')
171 files changed, 337 insertions, 337 deletions
diff --git a/src/.gdbinit b/src/.gdbinit index c3331f66820..8b1dcb4df5b 100644 --- a/src/.gdbinit +++ b/src/.gdbinit | |||
| @@ -15,8 +15,8 @@ | |||
| 15 | # | 15 | # |
| 16 | # You should have received a copy of the GNU General Public License | 16 | # You should have received a copy of the GNU General Public License |
| 17 | # along with GNU Emacs; see the file COPYING. If not, write to the | 17 | # along with GNU Emacs; see the file COPYING. If not, write to the |
| 18 | # Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 18 | # Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 19 | # Boston, MA 02111-1307, USA. | 19 | # Boston, MA 02110-1301, USA. |
| 20 | 20 | ||
| 21 | # Force loading of symbols, enough to give us gdb_valbits etc. | 21 | # Force loading of symbols, enough to give us gdb_valbits etc. |
| 22 | set main | 22 | set main |
diff --git a/src/Makefile.in b/src/Makefile.in index ea8d2dfe08f..88b71d4d1e2 100644 --- a/src/Makefile.in +++ b/src/Makefile.in | |||
| @@ -16,8 +16,8 @@ | |||
| 16 | 16 | ||
| 17 | # You should have received a copy of the GNU General Public License | 17 | # You should have received a copy of the GNU General Public License |
| 18 | # along with GNU Emacs; see the file COPYING. If not, write to | 18 | # along with GNU Emacs; see the file COPYING. If not, write to |
| 19 | # the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 19 | # the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 20 | # Boston, MA 02111-1307, USA. | 20 | # Boston, MA 02110-1301, USA. |
| 21 | 21 | ||
| 22 | 22 | ||
| 23 | # Note that this file is edited by msdos/sed1v2.inp for MSDOS. That | 23 | # Note that this file is edited by msdos/sed1v2.inp for MSDOS. That |
diff --git a/src/abbrev.c b/src/abbrev.c index 3883e35da31..8cb87f2c884 100644 --- a/src/abbrev.c +++ b/src/abbrev.c | |||
| @@ -16,8 +16,8 @@ GNU General Public License for more details. | |||
| 16 | 16 | ||
| 17 | You should have received a copy of the GNU General Public License | 17 | You should have received a copy of the GNU General Public License |
| 18 | along with GNU Emacs; see the file COPYING. If not, write to | 18 | along with GNU Emacs; see the file COPYING. If not, write to |
| 19 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 19 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 20 | Boston, MA 02111-1307, USA. */ | 20 | Boston, MA 02110-1301, USA. */ |
| 21 | 21 | ||
| 22 | 22 | ||
| 23 | #include <config.h> | 23 | #include <config.h> |
diff --git a/src/alloc.c b/src/alloc.c index a5bc85e48ac..f3c43106087 100644 --- a/src/alloc.c +++ b/src/alloc.c | |||
| @@ -16,8 +16,8 @@ GNU General Public License for more details. | |||
| 16 | 16 | ||
| 17 | You should have received a copy of the GNU General Public License | 17 | You should have received a copy of the GNU General Public License |
| 18 | along with GNU Emacs; see the file COPYING. If not, write to | 18 | along with GNU Emacs; see the file COPYING. If not, write to |
| 19 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 19 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 20 | Boston, MA 02111-1307, USA. */ | 20 | Boston, MA 02110-1301, USA. */ |
| 21 | 21 | ||
| 22 | #include <config.h> | 22 | #include <config.h> |
| 23 | #include <stdio.h> | 23 | #include <stdio.h> |
diff --git a/src/atimer.c b/src/atimer.c index ff5b8faaf36..9ac6d529b99 100644 --- a/src/atimer.c +++ b/src/atimer.c | |||
| @@ -15,8 +15,8 @@ GNU General Public License for more details. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 18 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 19 | Boston, MA 02111-1307, USA. */ | 19 | Boston, MA 02110-1301, USA. */ |
| 20 | 20 | ||
| 21 | #include <config.h> | 21 | #include <config.h> |
| 22 | #include <signal.h> | 22 | #include <signal.h> |
diff --git a/src/atimer.h b/src/atimer.h index f987a47a6bd..5057eb2be24 100644 --- a/src/atimer.h +++ b/src/atimer.h | |||
| @@ -15,8 +15,8 @@ GNU General Public License for more details. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 18 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 19 | Boston, MA 02111-1307, USA. */ | 19 | Boston, MA 02110-1301, USA. */ |
| 20 | 20 | ||
| 21 | #ifndef EMACS_ATIMER_H | 21 | #ifndef EMACS_ATIMER_H |
| 22 | #define EMACS_ATIMER_H | 22 | #define EMACS_ATIMER_H |
diff --git a/src/blockinput.h b/src/blockinput.h index 6aa865ea9be..36559715533 100644 --- a/src/blockinput.h +++ b/src/blockinput.h | |||
| @@ -15,8 +15,8 @@ GNU General Public License for more details. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 18 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 19 | Boston, MA 02111-1307, USA. */ | 19 | Boston, MA 02110-1301, USA. */ |
| 20 | 20 | ||
| 21 | #ifndef EMACS_BLOCKINPUT_H | 21 | #ifndef EMACS_BLOCKINPUT_H |
| 22 | #define EMACS_BLOCKINPUT_H | 22 | #define EMACS_BLOCKINPUT_H |
diff --git a/src/buffer.c b/src/buffer.c index ed05daf77ec..43727ce7b9d 100644 --- a/src/buffer.c +++ b/src/buffer.c | |||
| @@ -16,8 +16,8 @@ GNU General Public License for more details. | |||
| 16 | 16 | ||
| 17 | You should have received a copy of the GNU General Public License | 17 | You should have received a copy of the GNU General Public License |
| 18 | along with GNU Emacs; see the file COPYING. If not, write to | 18 | along with GNU Emacs; see the file COPYING. If not, write to |
| 19 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 19 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 20 | Boston, MA 02111-1307, USA. */ | 20 | Boston, MA 02110-1301, USA. */ |
| 21 | 21 | ||
| 22 | #include <config.h> | 22 | #include <config.h> |
| 23 | 23 | ||
diff --git a/src/buffer.h b/src/buffer.h index 08627487c66..8d170c87567 100644 --- a/src/buffer.h +++ b/src/buffer.h | |||
| @@ -16,8 +16,8 @@ GNU General Public License for more details. | |||
| 16 | 16 | ||
| 17 | You should have received a copy of the GNU General Public License | 17 | You should have received a copy of the GNU General Public License |
| 18 | along with GNU Emacs; see the file COPYING. If not, write to | 18 | along with GNU Emacs; see the file COPYING. If not, write to |
| 19 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 19 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 20 | Boston, MA 02111-1307, USA. */ | 20 | Boston, MA 02110-1301, USA. */ |
| 21 | 21 | ||
| 22 | 22 | ||
| 23 | /* Accessing the parameters of the current buffer. */ | 23 | /* Accessing the parameters of the current buffer. */ |
diff --git a/src/bytecode.c b/src/bytecode.c index 6b05a3270d2..73b8f60a1a8 100644 --- a/src/bytecode.c +++ b/src/bytecode.c | |||
| @@ -16,8 +16,8 @@ GNU General Public License for more details. | |||
| 16 | 16 | ||
| 17 | You should have received a copy of the GNU General Public License | 17 | You should have received a copy of the GNU General Public License |
| 18 | along with GNU Emacs; see the file COPYING. If not, write to | 18 | along with GNU Emacs; see the file COPYING. If not, write to |
| 19 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 19 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 20 | Boston, MA 02111-1307, USA. | 20 | Boston, MA 02110-1301, USA. |
| 21 | 21 | ||
| 22 | hacked on by jwz@lucid.com 17-jun-91 | 22 | hacked on by jwz@lucid.com 17-jun-91 |
| 23 | o added a compile-time switch to turn on simple sanity checking; | 23 | o added a compile-time switch to turn on simple sanity checking; |
diff --git a/src/callint.c b/src/callint.c index dea776e0f1c..10db39ddce4 100644 --- a/src/callint.c +++ b/src/callint.c | |||
| @@ -16,8 +16,8 @@ GNU General Public License for more details. | |||
| 16 | 16 | ||
| 17 | You should have received a copy of the GNU General Public License | 17 | You should have received a copy of the GNU General Public License |
| 18 | along with GNU Emacs; see the file COPYING. If not, write to | 18 | along with GNU Emacs; see the file COPYING. If not, write to |
| 19 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 19 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 20 | Boston, MA 02111-1307, USA. */ | 20 | Boston, MA 02110-1301, USA. */ |
| 21 | 21 | ||
| 22 | 22 | ||
| 23 | #include <config.h> | 23 | #include <config.h> |
diff --git a/src/callproc.c b/src/callproc.c index fe198b0770a..b78fae1d075 100644 --- a/src/callproc.c +++ b/src/callproc.c | |||
| @@ -16,8 +16,8 @@ GNU General Public License for more details. | |||
| 16 | 16 | ||
| 17 | You should have received a copy of the GNU General Public License | 17 | You should have received a copy of the GNU General Public License |
| 18 | along with GNU Emacs; see the file COPYING. If not, write to | 18 | along with GNU Emacs; see the file COPYING. If not, write to |
| 19 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 19 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 20 | Boston, MA 02111-1307, USA. */ | 20 | Boston, MA 02110-1301, USA. */ |
| 21 | 21 | ||
| 22 | 22 | ||
| 23 | #include <config.h> | 23 | #include <config.h> |
diff --git a/src/casefiddle.c b/src/casefiddle.c index 9af4015fbb3..b063ef7510a 100644 --- a/src/casefiddle.c +++ b/src/casefiddle.c | |||
| @@ -16,8 +16,8 @@ GNU General Public License for more details. | |||
| 16 | 16 | ||
| 17 | You should have received a copy of the GNU General Public License | 17 | You should have received a copy of the GNU General Public License |
| 18 | along with GNU Emacs; see the file COPYING. If not, write to | 18 | along with GNU Emacs; see the file COPYING. If not, write to |
| 19 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 19 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 20 | Boston, MA 02111-1307, USA. */ | 20 | Boston, MA 02110-1301, USA. */ |
| 21 | 21 | ||
| 22 | 22 | ||
| 23 | #include <config.h> | 23 | #include <config.h> |
diff --git a/src/casetab.c b/src/casetab.c index d7dcb420c83..448a236f565 100644 --- a/src/casetab.c +++ b/src/casetab.c | |||
| @@ -15,8 +15,8 @@ GNU General Public License for more details. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 18 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 19 | Boston, MA 02111-1307, USA. */ | 19 | Boston, MA 02110-1301, USA. */ |
| 20 | 20 | ||
| 21 | /* Written by Howard Gayle. */ | 21 | /* Written by Howard Gayle. */ |
| 22 | 22 | ||
diff --git a/src/category.c b/src/category.c index 1cae5a6e756..e1e59a317a1 100644 --- a/src/category.c +++ b/src/category.c | |||
| @@ -16,8 +16,8 @@ GNU General Public License for more details. | |||
| 16 | 16 | ||
| 17 | You should have received a copy of the GNU General Public License | 17 | You should have received a copy of the GNU General Public License |
| 18 | along with GNU Emacs; see the file COPYING. If not, write to | 18 | along with GNU Emacs; see the file COPYING. If not, write to |
| 19 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 19 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 20 | Boston, MA 02111-1307, USA. */ | 20 | Boston, MA 02110-1301, USA. */ |
| 21 | 21 | ||
| 22 | 22 | ||
| 23 | /* Here we handle three objects: category, category set, and category | 23 | /* Here we handle three objects: category, category set, and category |
diff --git a/src/category.h b/src/category.h index 5607efaed6f..ac79c13a83b 100644 --- a/src/category.h +++ b/src/category.h | |||
| @@ -16,8 +16,8 @@ GNU General Public License for more details. | |||
| 16 | 16 | ||
| 17 | You should have received a copy of the GNU General Public License | 17 | You should have received a copy of the GNU General Public License |
| 18 | along with GNU Emacs; see the file COPYING. If not, write to | 18 | along with GNU Emacs; see the file COPYING. If not, write to |
| 19 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 19 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 20 | Boston, MA 02111-1307, USA. */ | 20 | Boston, MA 02110-1301, USA. */ |
| 21 | 21 | ||
| 22 | 22 | ||
| 23 | /* We introduce here three types of object: category, category set, | 23 | /* We introduce here three types of object: category, category set, |
| @@ -17,8 +17,8 @@ GNU General Public License for more details. | |||
| 17 | 17 | ||
| 18 | You should have received a copy of the GNU General Public License | 18 | You should have received a copy of the GNU General Public License |
| 19 | along with GNU Emacs; see the file COPYING. If not, write to | 19 | along with GNU Emacs; see the file COPYING. If not, write to |
| 20 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 20 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 21 | Boston, MA 02111-1307, USA. */ | 21 | Boston, MA 02110-1301, USA. */ |
| 22 | 22 | ||
| 23 | #include <config.h> | 23 | #include <config.h> |
| 24 | 24 | ||
| @@ -16,8 +16,8 @@ GNU General Public License for more details. | |||
| 16 | 16 | ||
| 17 | You should have received a copy of the GNU General Public License | 17 | You should have received a copy of the GNU General Public License |
| 18 | along with GNU Emacs; see the file COPYING. If not, write to | 18 | along with GNU Emacs; see the file COPYING. If not, write to |
| 19 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 19 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 20 | Boston, MA 02111-1307, USA. */ | 20 | Boston, MA 02110-1301, USA. */ |
| 21 | 21 | ||
| 22 | #ifndef EMACS_CCL_H | 22 | #ifndef EMACS_CCL_H |
| 23 | #define EMACS_CCL_H | 23 | #define EMACS_CCL_H |
diff --git a/src/charset.c b/src/charset.c index 4a51c389d6d..e7b6897ea98 100644 --- a/src/charset.c +++ b/src/charset.c | |||
| @@ -17,8 +17,8 @@ GNU General Public License for more details. | |||
| 17 | 17 | ||
| 18 | You should have received a copy of the GNU General Public License | 18 | You should have received a copy of the GNU General Public License |
| 19 | along with GNU Emacs; see the file COPYING. If not, write to | 19 | along with GNU Emacs; see the file COPYING. If not, write to |
| 20 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 20 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 21 | Boston, MA 02111-1307, USA. */ | 21 | Boston, MA 02110-1301, USA. */ |
| 22 | 22 | ||
| 23 | /* At first, see the document in `charset.h' to understand the code in | 23 | /* At first, see the document in `charset.h' to understand the code in |
| 24 | this file. */ | 24 | this file. */ |
diff --git a/src/charset.h b/src/charset.h index b49ed87a3ab..43791baf0c5 100644 --- a/src/charset.h +++ b/src/charset.h | |||
| @@ -17,8 +17,8 @@ GNU General Public License for more details. | |||
| 17 | 17 | ||
| 18 | You should have received a copy of the GNU General Public License | 18 | You should have received a copy of the GNU General Public License |
| 19 | along with GNU Emacs; see the file COPYING. If not, write to | 19 | along with GNU Emacs; see the file COPYING. If not, write to |
| 20 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 20 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 21 | Boston, MA 02111-1307, USA. */ | 21 | Boston, MA 02110-1301, USA. */ |
| 22 | 22 | ||
| 23 | #ifndef EMACS_CHARSET_H | 23 | #ifndef EMACS_CHARSET_H |
| 24 | #define EMACS_CHARSET_H | 24 | #define EMACS_CHARSET_H |
| @@ -16,8 +16,8 @@ GNU General Public License for more details. | |||
| 16 | 16 | ||
| 17 | You should have received a copy of the GNU General Public License | 17 | You should have received a copy of the GNU General Public License |
| 18 | along with GNU Emacs; see the file COPYING. If not, write to | 18 | along with GNU Emacs; see the file COPYING. If not, write to |
| 19 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 19 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 20 | Boston, MA 02111-1307, USA. */ | 20 | Boston, MA 02110-1301, USA. */ |
| 21 | 21 | ||
| 22 | 22 | ||
| 23 | #include <config.h> | 23 | #include <config.h> |
| @@ -15,8 +15,8 @@ GNU General Public License for more details. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 18 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 19 | Boston, MA 02111-1307, USA. */ | 19 | Boston, MA 02110-1301, USA. */ |
| 20 | 20 | ||
| 21 | /* Holds the minimum and maximum costs for the parametrized capabilities. */ | 21 | /* Holds the minimum and maximum costs for the parametrized capabilities. */ |
| 22 | struct parmcap | 22 | struct parmcap |
diff --git a/src/cmds.c b/src/cmds.c index b989bab46ee..7940f3cf216 100644 --- a/src/cmds.c +++ b/src/cmds.c | |||
| @@ -16,8 +16,8 @@ GNU General Public License for more details. | |||
| 16 | 16 | ||
| 17 | You should have received a copy of the GNU General Public License | 17 | You should have received a copy of the GNU General Public License |
| 18 | along with GNU Emacs; see the file COPYING. If not, write to | 18 | along with GNU Emacs; see the file COPYING. If not, write to |
| 19 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 19 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 20 | Boston, MA 02111-1307, USA. */ | 20 | Boston, MA 02110-1301, USA. */ |
| 21 | 21 | ||
| 22 | 22 | ||
| 23 | #include <config.h> | 23 | #include <config.h> |
diff --git a/src/coding.c b/src/coding.c index 0c4ec1eebc5..46dd8fe780d 100644 --- a/src/coding.c +++ b/src/coding.c | |||
| @@ -17,8 +17,8 @@ GNU General Public License for more details. | |||
| 17 | 17 | ||
| 18 | You should have received a copy of the GNU General Public License | 18 | You should have received a copy of the GNU General Public License |
| 19 | along with GNU Emacs; see the file COPYING. If not, write to | 19 | along with GNU Emacs; see the file COPYING. If not, write to |
| 20 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 20 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 21 | Boston, MA 02111-1307, USA. */ | 21 | Boston, MA 02110-1301, USA. */ |
| 22 | 22 | ||
| 23 | /*** TABLE OF CONTENTS *** | 23 | /*** TABLE OF CONTENTS *** |
| 24 | 24 | ||
diff --git a/src/coding.h b/src/coding.h index be57996fd80..ee86cd6ac12 100644 --- a/src/coding.h +++ b/src/coding.h | |||
| @@ -17,8 +17,8 @@ GNU General Public License for more details. | |||
| 17 | 17 | ||
| 18 | You should have received a copy of the GNU General Public License | 18 | You should have received a copy of the GNU General Public License |
| 19 | along with GNU Emacs; see the file COPYING. If not, write to | 19 | along with GNU Emacs; see the file COPYING. If not, write to |
| 20 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 20 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 21 | Boston, MA 02111-1307, USA. */ | 21 | Boston, MA 02110-1301, USA. */ |
| 22 | 22 | ||
| 23 | #ifndef EMACS_CODING_H | 23 | #ifndef EMACS_CODING_H |
| 24 | #define EMACS_CODING_H | 24 | #define EMACS_CODING_H |
diff --git a/src/commands.h b/src/commands.h index b9b1ad41933..9486467e2fe 100644 --- a/src/commands.h +++ b/src/commands.h | |||
| @@ -15,8 +15,8 @@ GNU General Public License for more details. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 18 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 19 | Boston, MA 02111-1307, USA. */ | 19 | Boston, MA 02110-1301, USA. */ |
| 20 | 20 | ||
| 21 | 21 | ||
| 22 | #define Ctl(c) ((c)&037) | 22 | #define Ctl(c) ((c)&037) |
diff --git a/src/composite.c b/src/composite.c index ff2eed925d1..dffac5c01f9 100644 --- a/src/composite.c +++ b/src/composite.c | |||
| @@ -17,8 +17,8 @@ GNU General Public License for more details. | |||
| 17 | 17 | ||
| 18 | You should have received a copy of the GNU General Public License | 18 | You should have received a copy of the GNU General Public License |
| 19 | along with GNU Emacs; see the file COPYING. If not, write to | 19 | along with GNU Emacs; see the file COPYING. If not, write to |
| 20 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 20 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 21 | Boston, MA 02111-1307, USA. */ | 21 | Boston, MA 02110-1301, USA. */ |
| 22 | 22 | ||
| 23 | #include <config.h> | 23 | #include <config.h> |
| 24 | #include "lisp.h" | 24 | #include "lisp.h" |
diff --git a/src/composite.h b/src/composite.h index 5343dd51469..9dfe597631e 100644 --- a/src/composite.h +++ b/src/composite.h | |||
| @@ -17,8 +17,8 @@ GNU General Public License for more details. | |||
| 17 | 17 | ||
| 18 | You should have received a copy of the GNU General Public License | 18 | You should have received a copy of the GNU General Public License |
| 19 | along with GNU Emacs; see the file COPYING. If not, write to | 19 | along with GNU Emacs; see the file COPYING. If not, write to |
| 20 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 20 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 21 | Boston, MA 02111-1307, USA. */ | 21 | Boston, MA 02110-1301, USA. */ |
| 22 | 22 | ||
| 23 | #ifndef EMACS_COMPOSITE_H | 23 | #ifndef EMACS_COMPOSITE_H |
| 24 | #define EMACS_COMPOSITE_H | 24 | #define EMACS_COMPOSITE_H |
diff --git a/src/config.in b/src/config.in index 93ee6488e0c..d3369641a8f 100644 --- a/src/config.in +++ b/src/config.in | |||
| @@ -18,8 +18,8 @@ GNU General Public License for more details. | |||
| 18 | 18 | ||
| 19 | You should have received a copy of the GNU General Public License | 19 | You should have received a copy of the GNU General Public License |
| 20 | along with GNU Emacs; see the file COPYING. If not, write to the | 20 | along with GNU Emacs; see the file COPYING. If not, write to the |
| 21 | Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 21 | Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 22 | Boston, MA 02111-1307, USA. */ | 22 | Boston, MA 02110-1301, USA. */ |
| 23 | 23 | ||
| 24 | 24 | ||
| 25 | /* No code in Emacs #includes config.h twice, but some bits of code | 25 | /* No code in Emacs #includes config.h twice, but some bits of code |
diff --git a/src/data.c b/src/data.c index 7bbb45ae043..5fcfc66e59e 100644 --- a/src/data.c +++ b/src/data.c | |||
| @@ -16,8 +16,8 @@ GNU General Public License for more details. | |||
| 16 | 16 | ||
| 17 | You should have received a copy of the GNU General Public License | 17 | You should have received a copy of the GNU General Public License |
| 18 | along with GNU Emacs; see the file COPYING. If not, write to | 18 | along with GNU Emacs; see the file COPYING. If not, write to |
| 19 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 19 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 20 | Boston, MA 02111-1307, USA. */ | 20 | Boston, MA 02110-1301, USA. */ |
| 21 | 21 | ||
| 22 | 22 | ||
| 23 | #include <config.h> | 23 | #include <config.h> |
diff --git a/src/dired.c b/src/dired.c index 349154e1ac0..55f96d28888 100644 --- a/src/dired.c +++ b/src/dired.c | |||
| @@ -16,8 +16,8 @@ GNU General Public License for more details. | |||
| 16 | 16 | ||
| 17 | You should have received a copy of the GNU General Public License | 17 | You should have received a copy of the GNU General Public License |
| 18 | along with GNU Emacs; see the file COPYING. If not, write to | 18 | along with GNU Emacs; see the file COPYING. If not, write to |
| 19 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 19 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 20 | Boston, MA 02111-1307, USA. */ | 20 | Boston, MA 02110-1301, USA. */ |
| 21 | 21 | ||
| 22 | 22 | ||
| 23 | #include <config.h> | 23 | #include <config.h> |
diff --git a/src/dispextern.h b/src/dispextern.h index e77a272ef4b..af599792c63 100644 --- a/src/dispextern.h +++ b/src/dispextern.h | |||
| @@ -16,8 +16,8 @@ GNU General Public License for more details. | |||
| 16 | 16 | ||
| 17 | You should have received a copy of the GNU General Public License | 17 | You should have received a copy of the GNU General Public License |
| 18 | along with GNU Emacs; see the file COPYING. If not, write to | 18 | along with GNU Emacs; see the file COPYING. If not, write to |
| 19 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 19 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 20 | Boston, MA 02111-1307, USA. */ | 20 | Boston, MA 02110-1301, USA. */ |
| 21 | 21 | ||
| 22 | /* New redisplay written by Gerd Moellmann <gerd@gnu.org>. */ | 22 | /* New redisplay written by Gerd Moellmann <gerd@gnu.org>. */ |
| 23 | 23 | ||
diff --git a/src/dispnew.c b/src/dispnew.c index f92c3f2c8f0..6d0faf14f76 100644 --- a/src/dispnew.c +++ b/src/dispnew.c | |||
| @@ -16,8 +16,8 @@ GNU General Public License for more details. | |||
| 16 | 16 | ||
| 17 | You should have received a copy of the GNU General Public License | 17 | You should have received a copy of the GNU General Public License |
| 18 | along with GNU Emacs; see the file COPYING. If not, write to | 18 | along with GNU Emacs; see the file COPYING. If not, write to |
| 19 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 19 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 20 | Boston, MA 02111-1307, USA. */ | 20 | Boston, MA 02110-1301, USA. */ |
| 21 | 21 | ||
| 22 | #include <config.h> | 22 | #include <config.h> |
| 23 | #include <signal.h> | 23 | #include <signal.h> |
diff --git a/src/disptab.h b/src/disptab.h index d3bf54ea4fe..30b2a7a7486 100644 --- a/src/disptab.h +++ b/src/disptab.h | |||
| @@ -15,8 +15,8 @@ GNU General Public License for more details. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 18 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 19 | Boston, MA 02111-1307, USA. */ | 19 | Boston, MA 02110-1301, USA. */ |
| 20 | 20 | ||
| 21 | /* Access the slots of a display-table, according to their purpose. */ | 21 | /* Access the slots of a display-table, according to their purpose. */ |
| 22 | 22 | ||
| @@ -16,8 +16,8 @@ GNU General Public License for more details. | |||
| 16 | 16 | ||
| 17 | You should have received a copy of the GNU General Public License | 17 | You should have received a copy of the GNU General Public License |
| 18 | along with GNU Emacs; see the file COPYING. If not, write to | 18 | along with GNU Emacs; see the file COPYING. If not, write to |
| 19 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 19 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 20 | Boston, MA 02111-1307, USA. */ | 20 | Boston, MA 02110-1301, USA. */ |
| 21 | 21 | ||
| 22 | 22 | ||
| 23 | #include <config.h> | 23 | #include <config.h> |
diff --git a/src/doprnt.c b/src/doprnt.c index 8137af28896..1cfc5aecee6 100644 --- a/src/doprnt.c +++ b/src/doprnt.c | |||
| @@ -17,8 +17,8 @@ GNU General Public License for more details. | |||
| 17 | 17 | ||
| 18 | You should have received a copy of the GNU General Public License | 18 | You should have received a copy of the GNU General Public License |
| 19 | along with GNU Emacs; see the file COPYING. If not, write to | 19 | along with GNU Emacs; see the file COPYING. If not, write to |
| 20 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 20 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 21 | Boston, MA 02111-1307, USA. */ | 21 | Boston, MA 02110-1301, USA. */ |
| 22 | 22 | ||
| 23 | 23 | ||
| 24 | #include <config.h> | 24 | #include <config.h> |
diff --git a/src/dosfns.c b/src/dosfns.c index bd62147ad48..6192836e970 100644 --- a/src/dosfns.c +++ b/src/dosfns.c | |||
| @@ -17,8 +17,8 @@ GNU General Public License for more details. | |||
| 17 | 17 | ||
| 18 | You should have received a copy of the GNU General Public License | 18 | You should have received a copy of the GNU General Public License |
| 19 | along with GNU Emacs; see the file COPYING. If not, write to | 19 | along with GNU Emacs; see the file COPYING. If not, write to |
| 20 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 20 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 21 | Boston, MA 02111-1307, USA. */ | 21 | Boston, MA 02110-1301, USA. */ |
| 22 | 22 | ||
| 23 | #include <config.h> | 23 | #include <config.h> |
| 24 | 24 | ||
diff --git a/src/dosfns.h b/src/dosfns.h index 24d214fc1b3..594c3d980c6 100644 --- a/src/dosfns.h +++ b/src/dosfns.h | |||
| @@ -19,8 +19,8 @@ GNU General Public License for more details. | |||
| 19 | 19 | ||
| 20 | You should have received a copy of the GNU General Public License | 20 | You should have received a copy of the GNU General Public License |
| 21 | along with GNU Emacs; see the file COPYING. If not, write to | 21 | along with GNU Emacs; see the file COPYING. If not, write to |
| 22 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 22 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 23 | Boston, MA 02111-1307, USA. */ | 23 | Boston, MA 02110-1301, USA. */ |
| 24 | 24 | ||
| 25 | extern EMACS_INT dos_hyper_key; | 25 | extern EMACS_INT dos_hyper_key; |
| 26 | extern EMACS_INT dos_super_key; | 26 | extern EMACS_INT dos_super_key; |
diff --git a/src/ecrt0.c b/src/ecrt0.c index 209748c8c9e..95b69b11c01 100644 --- a/src/ecrt0.c +++ b/src/ecrt0.c | |||
| @@ -15,8 +15,8 @@ GNU General Public License for more details. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 18 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 19 | Boston, MA 02111-1307, USA. */ | 19 | Boston, MA 02110-1301, USA. */ |
| 20 | 20 | ||
| 21 | 21 | ||
| 22 | /* The standard Vax 4.2 Unix crt0.c cannot be used for Emacs | 22 | /* The standard Vax 4.2 Unix crt0.c cannot be used for Emacs |
diff --git a/src/editfns.c b/src/editfns.c index a7296c4428f..05888fd4843 100644 --- a/src/editfns.c +++ b/src/editfns.c | |||
| @@ -16,8 +16,8 @@ GNU General Public License for more details. | |||
| 16 | 16 | ||
| 17 | You should have received a copy of the GNU General Public License | 17 | You should have received a copy of the GNU General Public License |
| 18 | along with GNU Emacs; see the file COPYING. If not, write to | 18 | along with GNU Emacs; see the file COPYING. If not, write to |
| 19 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 19 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 20 | Boston, MA 02111-1307, USA. */ | 20 | Boston, MA 02110-1301, USA. */ |
| 21 | 21 | ||
| 22 | 22 | ||
| 23 | #include <config.h> | 23 | #include <config.h> |
diff --git a/src/emacs.c b/src/emacs.c index 89d6070b176..ae9eb4decb7 100644 --- a/src/emacs.c +++ b/src/emacs.c | |||
| @@ -16,8 +16,8 @@ GNU General Public License for more details. | |||
| 16 | 16 | ||
| 17 | You should have received a copy of the GNU General Public License | 17 | You should have received a copy of the GNU General Public License |
| 18 | along with GNU Emacs; see the file COPYING. If not, write to | 18 | along with GNU Emacs; see the file COPYING. If not, write to |
| 19 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 19 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 20 | Boston, MA 02111-1307, USA. */ | 20 | Boston, MA 02110-1301, USA. */ |
| 21 | 21 | ||
| 22 | 22 | ||
| 23 | #include <config.h> | 23 | #include <config.h> |
diff --git a/src/epaths.in b/src/epaths.in index 00a1a1d04f5..be91cb485ae 100644 --- a/src/epaths.in +++ b/src/epaths.in | |||
| @@ -16,8 +16,8 @@ GNU General Public License for more details. | |||
| 16 | 16 | ||
| 17 | You should have received a copy of the GNU General Public License | 17 | You should have received a copy of the GNU General Public License |
| 18 | along with GNU Emacs; see the file COPYING. If not, write to | 18 | along with GNU Emacs; see the file COPYING. If not, write to |
| 19 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 19 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 20 | Boston, MA 02111-1307, USA. */ | 20 | Boston, MA 02110-1301, USA. */ |
| 21 | 21 | ||
| 22 | /* The default search path for Lisp function "load". | 22 | /* The default search path for Lisp function "load". |
| 23 | This sets load-path. */ | 23 | This sets load-path. */ |
diff --git a/src/eval.c b/src/eval.c index 17e9f7f4360..f625258229e 100644 --- a/src/eval.c +++ b/src/eval.c | |||
| @@ -16,8 +16,8 @@ GNU General Public License for more details. | |||
| 16 | 16 | ||
| 17 | You should have received a copy of the GNU General Public License | 17 | You should have received a copy of the GNU General Public License |
| 18 | along with GNU Emacs; see the file COPYING. If not, write to | 18 | along with GNU Emacs; see the file COPYING. If not, write to |
| 19 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 19 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 20 | Boston, MA 02111-1307, USA. */ | 20 | Boston, MA 02110-1301, USA. */ |
| 21 | 21 | ||
| 22 | 22 | ||
| 23 | #include <config.h> | 23 | #include <config.h> |
diff --git a/src/fileio.c b/src/fileio.c index 898dc0705d2..6070c28aed9 100644 --- a/src/fileio.c +++ b/src/fileio.c | |||
| @@ -16,8 +16,8 @@ GNU General Public License for more details. | |||
| 16 | 16 | ||
| 17 | You should have received a copy of the GNU General Public License | 17 | You should have received a copy of the GNU General Public License |
| 18 | along with GNU Emacs; see the file COPYING. If not, write to | 18 | along with GNU Emacs; see the file COPYING. If not, write to |
| 19 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 19 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 20 | Boston, MA 02111-1307, USA. */ | 20 | Boston, MA 02110-1301, USA. */ |
| 21 | 21 | ||
| 22 | #include <config.h> | 22 | #include <config.h> |
| 23 | 23 | ||
diff --git a/src/filelock.c b/src/filelock.c index 5ddec8616f8..de348f61a90 100644 --- a/src/filelock.c +++ b/src/filelock.c | |||
| @@ -16,8 +16,8 @@ GNU General Public License for more details. | |||
| 16 | 16 | ||
| 17 | You should have received a copy of the GNU General Public License | 17 | You should have received a copy of the GNU General Public License |
| 18 | along with GNU Emacs; see the file COPYING. If not, write to | 18 | along with GNU Emacs; see the file COPYING. If not, write to |
| 19 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 19 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 20 | Boston, MA 02111-1307, USA. */ | 20 | Boston, MA 02110-1301, USA. */ |
| 21 | 21 | ||
| 22 | 22 | ||
| 23 | #include <config.h> | 23 | #include <config.h> |
diff --git a/src/filemode.c b/src/filemode.c index 058880d6699..130cbace773 100644 --- a/src/filemode.c +++ b/src/filemode.c | |||
| @@ -13,7 +13,7 @@ | |||
| 13 | 13 | ||
| 14 | You should have received a copy of the GNU General Public License | 14 | You should have received a copy of the GNU General Public License |
| 15 | along with this program; if not, write to the Free Software | 15 | along with this program; if not, write to the Free Software |
| 16 | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, | 16 | Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, |
| 17 | USA. */ | 17 | USA. */ |
| 18 | 18 | ||
| 19 | #ifdef HAVE_CONFIG_H | 19 | #ifdef HAVE_CONFIG_H |
diff --git a/src/firstfile.c b/src/firstfile.c index faa192257ba..cf6dbf3e888 100644 --- a/src/firstfile.c +++ b/src/firstfile.c | |||
| @@ -15,8 +15,8 @@ GNU General Public License for more details. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 18 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 19 | Boston, MA 02111-1307, USA. */ | 19 | Boston, MA 02110-1301, USA. */ |
| 20 | 20 | ||
| 21 | 21 | ||
| 22 | #include <config.h> | 22 | #include <config.h> |
diff --git a/src/floatfns.c b/src/floatfns.c index a64186611d4..529e7b76e39 100644 --- a/src/floatfns.c +++ b/src/floatfns.c | |||
| @@ -15,8 +15,8 @@ GNU General Public License for more details. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 18 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 19 | Boston, MA 02111-1307, USA. */ | 19 | Boston, MA 02110-1301, USA. */ |
| 20 | 20 | ||
| 21 | 21 | ||
| 22 | /* ANSI C requires only these float functions: | 22 | /* ANSI C requires only these float functions: |
| @@ -16,8 +16,8 @@ GNU General Public License for more details. | |||
| 16 | 16 | ||
| 17 | You should have received a copy of the GNU General Public License | 17 | You should have received a copy of the GNU General Public License |
| 18 | along with GNU Emacs; see the file COPYING. If not, write to | 18 | along with GNU Emacs; see the file COPYING. If not, write to |
| 19 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 19 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 20 | Boston, MA 02111-1307, USA. */ | 20 | Boston, MA 02110-1301, USA. */ |
| 21 | 21 | ||
| 22 | #include <config.h> | 22 | #include <config.h> |
| 23 | 23 | ||
diff --git a/src/fontset.c b/src/fontset.c index 828b188e6a7..27295715eaf 100644 --- a/src/fontset.c +++ b/src/fontset.c | |||
| @@ -17,8 +17,8 @@ GNU General Public License for more details. | |||
| 17 | 17 | ||
| 18 | You should have received a copy of the GNU General Public License | 18 | You should have received a copy of the GNU General Public License |
| 19 | along with GNU Emacs; see the file COPYING. If not, write to | 19 | along with GNU Emacs; see the file COPYING. If not, write to |
| 20 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 20 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 21 | Boston, MA 02111-1307, USA. */ | 21 | Boston, MA 02110-1301, USA. */ |
| 22 | 22 | ||
| 23 | /* #define FONTSET_DEBUG */ | 23 | /* #define FONTSET_DEBUG */ |
| 24 | 24 | ||
diff --git a/src/fontset.h b/src/fontset.h index eee5e515b98..7d2def16cfc 100644 --- a/src/fontset.h +++ b/src/fontset.h | |||
| @@ -16,8 +16,8 @@ GNU General Public License for more details. | |||
| 16 | 16 | ||
| 17 | You should have received a copy of the GNU General Public License | 17 | You should have received a copy of the GNU General Public License |
| 18 | along with GNU Emacs; see the file COPYING. If not, write to | 18 | along with GNU Emacs; see the file COPYING. If not, write to |
| 19 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 19 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 20 | Boston, MA 02111-1307, USA. */ | 20 | Boston, MA 02110-1301, USA. */ |
| 21 | 21 | ||
| 22 | #ifndef EMACS_FONTSET_H | 22 | #ifndef EMACS_FONTSET_H |
| 23 | #define EMACS_FONTSET_H | 23 | #define EMACS_FONTSET_H |
diff --git a/src/frame.c b/src/frame.c index 87fab89eb05..b23fbe9cd12 100644 --- a/src/frame.c +++ b/src/frame.c | |||
| @@ -16,8 +16,8 @@ GNU General Public License for more details. | |||
| 16 | 16 | ||
| 17 | You should have received a copy of the GNU General Public License | 17 | You should have received a copy of the GNU General Public License |
| 18 | along with GNU Emacs; see the file COPYING. If not, write to | 18 | along with GNU Emacs; see the file COPYING. If not, write to |
| 19 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 19 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 20 | Boston, MA 02111-1307, USA. */ | 20 | Boston, MA 02110-1301, USA. */ |
| 21 | 21 | ||
| 22 | #include <config.h> | 22 | #include <config.h> |
| 23 | 23 | ||
diff --git a/src/frame.h b/src/frame.h index 4a0b1ff0f03..d70b38d3203 100644 --- a/src/frame.h +++ b/src/frame.h | |||
| @@ -15,8 +15,8 @@ GNU General Public License for more details. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 18 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 19 | Boston, MA 02111-1307, USA. */ | 19 | Boston, MA 02110-1301, USA. */ |
| 20 | 20 | ||
| 21 | /* Don't multiply include: dispextern.h includes macterm.h which | 21 | /* Don't multiply include: dispextern.h includes macterm.h which |
| 22 | includes frame.h some emacs source includes both dispextern.h and | 22 | includes frame.h some emacs source includes both dispextern.h and |
diff --git a/src/fringe.c b/src/fringe.c index 08c034bbe82..082aabc37a1 100644 --- a/src/fringe.c +++ b/src/fringe.c | |||
| @@ -16,8 +16,8 @@ GNU General Public License for more details. | |||
| 16 | 16 | ||
| 17 | You should have received a copy of the GNU General Public License | 17 | You should have received a copy of the GNU General Public License |
| 18 | along with GNU Emacs; see the file COPYING. If not, write to | 18 | along with GNU Emacs; see the file COPYING. If not, write to |
| 19 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 19 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 20 | Boston, MA 02111-1307, USA. */ | 20 | Boston, MA 02110-1301, USA. */ |
| 21 | 21 | ||
| 22 | #include <config.h> | 22 | #include <config.h> |
| 23 | #include <stdio.h> | 23 | #include <stdio.h> |
diff --git a/src/getloadavg.c b/src/getloadavg.c index 9a104cee7d8..191f7d4244f 100644 --- a/src/getloadavg.c +++ b/src/getloadavg.c | |||
| @@ -17,7 +17,7 @@ | |||
| 17 | 17 | ||
| 18 | You should have received a copy of the GNU General Public License | 18 | You should have received a copy of the GNU General Public License |
| 19 | along with this program; if not, write to the Free Software | 19 | along with this program; if not, write to the Free Software |
| 20 | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, | 20 | Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, |
| 21 | USA. */ | 21 | USA. */ |
| 22 | 22 | ||
| 23 | /* Compile-time symbols that this file uses: | 23 | /* Compile-time symbols that this file uses: |
diff --git a/src/getpagesize.h b/src/getpagesize.h index 269a2ff17fd..20f19279cd0 100644 --- a/src/getpagesize.h +++ b/src/getpagesize.h | |||
| @@ -15,8 +15,8 @@ GNU General Public License for more details. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 18 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 19 | Boston, MA 02111-1307, USA. */ | 19 | Boston, MA 02110-1301, USA. */ |
| 20 | 20 | ||
| 21 | #ifndef HAVE_GETPAGESIZE | 21 | #ifndef HAVE_GETPAGESIZE |
| 22 | 22 | ||
diff --git a/src/gtkutil.c b/src/gtkutil.c index 8bd83e40043..1cb1004f576 100644 --- a/src/gtkutil.c +++ b/src/gtkutil.c | |||
| @@ -16,8 +16,8 @@ GNU General Public License for more details. | |||
| 16 | 16 | ||
| 17 | You should have received a copy of the GNU General Public License | 17 | You should have received a copy of the GNU General Public License |
| 18 | along with GNU Emacs; see the file COPYING. If not, write to | 18 | along with GNU Emacs; see the file COPYING. If not, write to |
| 19 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 19 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 20 | Boston, MA 02111-1307, USA. */ | 20 | Boston, MA 02110-1301, USA. */ |
| 21 | 21 | ||
| 22 | #include "config.h" | 22 | #include "config.h" |
| 23 | 23 | ||
diff --git a/src/gtkutil.h b/src/gtkutil.h index 44e82885d7f..08ba9ee1314 100644 --- a/src/gtkutil.h +++ b/src/gtkutil.h | |||
| @@ -16,8 +16,8 @@ GNU General Public License for more details. | |||
| 16 | 16 | ||
| 17 | You should have received a copy of the GNU General Public License | 17 | You should have received a copy of the GNU General Public License |
| 18 | along with GNU Emacs; see the file COPYING. If not, write to | 18 | along with GNU Emacs; see the file COPYING. If not, write to |
| 19 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 19 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 20 | Boston, MA 02111-1307, USA. */ | 20 | Boston, MA 02110-1301, USA. */ |
| 21 | 21 | ||
| 22 | #ifndef GTKUTIL_H | 22 | #ifndef GTKUTIL_H |
| 23 | #define GTKUTIL_H | 23 | #define GTKUTIL_H |
diff --git a/src/image.c b/src/image.c index b2d0cf4ff50..928ec0437aa 100644 --- a/src/image.c +++ b/src/image.c | |||
| @@ -16,8 +16,8 @@ GNU General Public License for more details. | |||
| 16 | 16 | ||
| 17 | You should have received a copy of the GNU General Public License | 17 | You should have received a copy of the GNU General Public License |
| 18 | along with GNU Emacs; see the file COPYING. If not, write to | 18 | along with GNU Emacs; see the file COPYING. If not, write to |
| 19 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 19 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 20 | Boston, MA 02111-1307, USA. */ | 20 | Boston, MA 02110-1301, USA. */ |
| 21 | 21 | ||
| 22 | #include <config.h> | 22 | #include <config.h> |
| 23 | #include <stdio.h> | 23 | #include <stdio.h> |
diff --git a/src/indent.c b/src/indent.c index a810dd3189b..ff188183327 100644 --- a/src/indent.c +++ b/src/indent.c | |||
| @@ -16,8 +16,8 @@ GNU General Public License for more details. | |||
| 16 | 16 | ||
| 17 | You should have received a copy of the GNU General Public License | 17 | You should have received a copy of the GNU General Public License |
| 18 | along with GNU Emacs; see the file COPYING. If not, write to | 18 | along with GNU Emacs; see the file COPYING. If not, write to |
| 19 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 19 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 20 | Boston, MA 02111-1307, USA. */ | 20 | Boston, MA 02110-1301, USA. */ |
| 21 | 21 | ||
| 22 | #include <config.h> | 22 | #include <config.h> |
| 23 | #include "lisp.h" | 23 | #include "lisp.h" |
diff --git a/src/indent.h b/src/indent.h index 8c2d1f36adb..39db7b8cf5f 100644 --- a/src/indent.h +++ b/src/indent.h | |||
| @@ -15,8 +15,8 @@ GNU General Public License for more details. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 18 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 19 | Boston, MA 02111-1307, USA. */ | 19 | Boston, MA 02110-1301, USA. */ |
| 20 | 20 | ||
| 21 | /* We introduce new member `tab_offset'. We need it because of the | 21 | /* We introduce new member `tab_offset'. We need it because of the |
| 22 | existence of wide-column characters. There is a case that the | 22 | existence of wide-column characters. There is a case that the |
diff --git a/src/insdel.c b/src/insdel.c index ad6623c6693..4760342c56b 100644 --- a/src/insdel.c +++ b/src/insdel.c | |||
| @@ -16,8 +16,8 @@ GNU General Public License for more details. | |||
| 16 | 16 | ||
| 17 | You should have received a copy of the GNU General Public License | 17 | You should have received a copy of the GNU General Public License |
| 18 | along with GNU Emacs; see the file COPYING. If not, write to | 18 | along with GNU Emacs; see the file COPYING. If not, write to |
| 19 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 19 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 20 | Boston, MA 02111-1307, USA. */ | 20 | Boston, MA 02110-1301, USA. */ |
| 21 | 21 | ||
| 22 | 22 | ||
| 23 | #include <config.h> | 23 | #include <config.h> |
diff --git a/src/intervals.c b/src/intervals.c index a822dafefcf..cb60061fdce 100644 --- a/src/intervals.c +++ b/src/intervals.c | |||
| @@ -15,8 +15,8 @@ GNU General Public License for more details. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 18 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 19 | Boston, MA 02111-1307, USA. */ | 19 | Boston, MA 02110-1301, USA. */ |
| 20 | 20 | ||
| 21 | 21 | ||
| 22 | /* NOTES: | 22 | /* NOTES: |
diff --git a/src/intervals.h b/src/intervals.h index 1c9a4708bdb..0d3e50ff694 100644 --- a/src/intervals.h +++ b/src/intervals.h | |||
| @@ -15,8 +15,8 @@ GNU General Public License for more details. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 18 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 19 | Boston, MA 02111-1307, USA. */ | 19 | Boston, MA 02110-1301, USA. */ |
| 20 | 20 | ||
| 21 | #include "dispextern.h" | 21 | #include "dispextern.h" |
| 22 | 22 | ||
diff --git a/src/keyboard.c b/src/keyboard.c index 524f0efabbd..88cc0badd2b 100644 --- a/src/keyboard.c +++ b/src/keyboard.c | |||
| @@ -16,8 +16,8 @@ GNU General Public License for more details. | |||
| 16 | 16 | ||
| 17 | You should have received a copy of the GNU General Public License | 17 | You should have received a copy of the GNU General Public License |
| 18 | along with GNU Emacs; see the file COPYING. If not, write to | 18 | along with GNU Emacs; see the file COPYING. If not, write to |
| 19 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 19 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 20 | Boston, MA 02111-1307, USA. */ | 20 | Boston, MA 02110-1301, USA. */ |
| 21 | 21 | ||
| 22 | #include <config.h> | 22 | #include <config.h> |
| 23 | #include <signal.h> | 23 | #include <signal.h> |
diff --git a/src/keyboard.h b/src/keyboard.h index 8df3a2452a7..f5be3f28cf4 100644 --- a/src/keyboard.h +++ b/src/keyboard.h | |||
| @@ -15,8 +15,8 @@ GNU General Public License for more details. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 18 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 19 | Boston, MA 02111-1307, USA. */ | 19 | Boston, MA 02110-1301, USA. */ |
| 20 | 20 | ||
| 21 | /* Length of echobuf field in each KBOARD. */ | 21 | /* Length of echobuf field in each KBOARD. */ |
| 22 | 22 | ||
diff --git a/src/keymap.c b/src/keymap.c index ba314301080..9dee14eff42 100644 --- a/src/keymap.c +++ b/src/keymap.c | |||
| @@ -16,8 +16,8 @@ GNU General Public License for more details. | |||
| 16 | 16 | ||
| 17 | You should have received a copy of the GNU General Public License | 17 | You should have received a copy of the GNU General Public License |
| 18 | along with GNU Emacs; see the file COPYING. If not, write to | 18 | along with GNU Emacs; see the file COPYING. If not, write to |
| 19 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 19 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 20 | Boston, MA 02111-1307, USA. */ | 20 | Boston, MA 02110-1301, USA. */ |
| 21 | 21 | ||
| 22 | 22 | ||
| 23 | #include <config.h> | 23 | #include <config.h> |
diff --git a/src/keymap.h b/src/keymap.h index bec39186863..4fcbffbed5a 100644 --- a/src/keymap.h +++ b/src/keymap.h | |||
| @@ -15,8 +15,8 @@ GNU General Public License for more details. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 18 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 19 | Boston, MA 02111-1307, USA. */ | 19 | Boston, MA 02110-1301, USA. */ |
| 20 | 20 | ||
| 21 | #ifndef KEYMAP_H | 21 | #ifndef KEYMAP_H |
| 22 | #define KEYMAP_H | 22 | #define KEYMAP_H |
diff --git a/src/lastfile.c b/src/lastfile.c index d6292e30040..d03dc2c8346 100644 --- a/src/lastfile.c +++ b/src/lastfile.c | |||
| @@ -15,8 +15,8 @@ GNU General Public License for more details. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 18 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 19 | Boston, MA 02111-1307, USA. */ | 19 | Boston, MA 02110-1301, USA. */ |
| 20 | 20 | ||
| 21 | 21 | ||
| 22 | /* How this works: | 22 | /* How this works: |
diff --git a/src/lisp.h b/src/lisp.h index 7cb3b0719dc..871667cf0ab 100644 --- a/src/lisp.h +++ b/src/lisp.h | |||
| @@ -16,8 +16,8 @@ GNU General Public License for more details. | |||
| 16 | 16 | ||
| 17 | You should have received a copy of the GNU General Public License | 17 | You should have received a copy of the GNU General Public License |
| 18 | along with GNU Emacs; see the file COPYING. If not, write to | 18 | along with GNU Emacs; see the file COPYING. If not, write to |
| 19 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 19 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 20 | Boston, MA 02111-1307, USA. */ | 20 | Boston, MA 02110-1301, USA. */ |
| 21 | 21 | ||
| 22 | #ifndef EMACS_LISP_H | 22 | #ifndef EMACS_LISP_H |
| 23 | #define EMACS_LISP_H | 23 | #define EMACS_LISP_H |
diff --git a/src/lread.c b/src/lread.c index ccc94c32dd1..03bea849b82 100644 --- a/src/lread.c +++ b/src/lread.c | |||
| @@ -16,8 +16,8 @@ GNU General Public License for more details. | |||
| 16 | 16 | ||
| 17 | You should have received a copy of the GNU General Public License | 17 | You should have received a copy of the GNU General Public License |
| 18 | along with GNU Emacs; see the file COPYING. If not, write to | 18 | along with GNU Emacs; see the file COPYING. If not, write to |
| 19 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 19 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 20 | Boston, MA 02111-1307, USA. */ | 20 | Boston, MA 02110-1301, USA. */ |
| 21 | 21 | ||
| 22 | 22 | ||
| 23 | #include <config.h> | 23 | #include <config.h> |
| @@ -15,8 +15,8 @@ GNU General Public License for more details. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 18 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 19 | Boston, MA 02111-1307, USA. */ | 19 | Boston, MA 02110-1301, USA. */ |
| 20 | 20 | ||
| 21 | /* Contributed by Andrew Choi (akochoi@mac.com). */ | 21 | /* Contributed by Andrew Choi (akochoi@mac.com). */ |
| 22 | 22 | ||
diff --git a/src/macfns.c b/src/macfns.c index d0e97e15f69..b9f7e2bed5f 100644 --- a/src/macfns.c +++ b/src/macfns.c | |||
| @@ -15,8 +15,8 @@ GNU General Public License for more details. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 18 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 19 | Boston, MA 02111-1307, USA. */ | 19 | Boston, MA 02110-1301, USA. */ |
| 20 | 20 | ||
| 21 | /* Contributed by Andrew Choi (akochoi@mac.com). */ | 21 | /* Contributed by Andrew Choi (akochoi@mac.com). */ |
| 22 | 22 | ||
diff --git a/src/macgui.h b/src/macgui.h index 939496aaeef..d9948278d1b 100644 --- a/src/macgui.h +++ b/src/macgui.h | |||
| @@ -15,8 +15,8 @@ GNU General Public License for more details. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 18 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 19 | Boston, MA 02111-1307, USA. */ | 19 | Boston, MA 02110-1301, USA. */ |
| 20 | 20 | ||
| 21 | /* Contributed by Andrew Choi (akochoi@mac.com). */ | 21 | /* Contributed by Andrew Choi (akochoi@mac.com). */ |
| 22 | 22 | ||
diff --git a/src/macmenu.c b/src/macmenu.c index ee83a5f609f..ab266f6f0b5 100644 --- a/src/macmenu.c +++ b/src/macmenu.c | |||
| @@ -15,8 +15,8 @@ GNU General Public License for more details. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 18 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 19 | Boston, MA 02111-1307, USA. */ | 19 | Boston, MA 02110-1301, USA. */ |
| 20 | 20 | ||
| 21 | /* Contributed by Andrew Choi (akochoi@mac.com). */ | 21 | /* Contributed by Andrew Choi (akochoi@mac.com). */ |
| 22 | 22 | ||
diff --git a/src/macros.c b/src/macros.c index 8b17c9fb261..6f854018d6a 100644 --- a/src/macros.c +++ b/src/macros.c | |||
| @@ -15,8 +15,8 @@ GNU General Public License for more details. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 18 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 19 | Boston, MA 02111-1307, USA. */ | 19 | Boston, MA 02110-1301, USA. */ |
| 20 | 20 | ||
| 21 | 21 | ||
| 22 | #include <config.h> | 22 | #include <config.h> |
diff --git a/src/macros.h b/src/macros.h index bf33ea8325b..d9b99b9984e 100644 --- a/src/macros.h +++ b/src/macros.h | |||
| @@ -15,8 +15,8 @@ GNU General Public License for more details. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 18 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 19 | Boston, MA 02111-1307, USA. */ | 19 | Boston, MA 02110-1301, USA. */ |
| 20 | 20 | ||
| 21 | 21 | ||
| 22 | /* Kbd macro currently being executed (a string or vector). */ | 22 | /* Kbd macro currently being executed (a string or vector). */ |
diff --git a/src/macselect.c b/src/macselect.c index 890bb62d1d4..b519950eb75 100644 --- a/src/macselect.c +++ b/src/macselect.c | |||
| @@ -15,8 +15,8 @@ GNU General Public License for more details. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 18 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 19 | Boston, MA 02111-1307, USA. */ | 19 | Boston, MA 02110-1301, USA. */ |
| 20 | 20 | ||
| 21 | #include <config.h> | 21 | #include <config.h> |
| 22 | 22 | ||
diff --git a/src/macterm.c b/src/macterm.c index 9bcb14aebdb..3b3924fe833 100644 --- a/src/macterm.c +++ b/src/macterm.c | |||
| @@ -15,8 +15,8 @@ GNU General Public License for more details. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 18 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 19 | Boston, MA 02111-1307, USA. */ | 19 | Boston, MA 02110-1301, USA. */ |
| 20 | 20 | ||
| 21 | /* Contributed by Andrew Choi (akochoi@mac.com). */ | 21 | /* Contributed by Andrew Choi (akochoi@mac.com). */ |
| 22 | 22 | ||
diff --git a/src/macterm.h b/src/macterm.h index 55a5593077c..f0846b10fa4 100644 --- a/src/macterm.h +++ b/src/macterm.h | |||
| @@ -15,8 +15,8 @@ GNU General Public License for more details. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 18 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 19 | Boston, MA 02111-1307, USA. */ | 19 | Boston, MA 02110-1301, USA. */ |
| 20 | 20 | ||
| 21 | /* Contributed by Andrew Choi (akochoi@mac.com). */ | 21 | /* Contributed by Andrew Choi (akochoi@mac.com). */ |
| 22 | 22 | ||
diff --git a/src/makefile.w32-in b/src/makefile.w32-in index c631852c0f0..a4084046fac 100644 --- a/src/makefile.w32-in +++ b/src/makefile.w32-in | |||
| @@ -15,8 +15,8 @@ | |||
| 15 | # | 15 | # |
| 16 | # You should have received a copy of the GNU General Public License | 16 | # You should have received a copy of the GNU General Public License |
| 17 | # along with GNU Emacs; see the file COPYING. If not, write to the | 17 | # along with GNU Emacs; see the file COPYING. If not, write to the |
| 18 | # Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 18 | # Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 19 | # Boston, MA 02111-1307, USA. | 19 | # Boston, MA 02110-1301, USA. |
| 20 | # | 20 | # |
| 21 | 21 | ||
| 22 | ALL = emacs | 22 | ALL = emacs |
diff --git a/src/marker.c b/src/marker.c index ab054ba2dd9..d6029c79c9d 100644 --- a/src/marker.c +++ b/src/marker.c | |||
| @@ -15,8 +15,8 @@ GNU General Public License for more details. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 18 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 19 | Boston, MA 02111-1307, USA. */ | 19 | Boston, MA 02110-1301, USA. */ |
| 20 | 20 | ||
| 21 | 21 | ||
| 22 | #include <config.h> | 22 | #include <config.h> |
| @@ -15,8 +15,8 @@ | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU Library General Public | 16 | You should have received a copy of the GNU Library General Public |
| 17 | License along with the GNU C Library; see the file COPYING.LIB. If not, | 17 | License along with the GNU C Library; see the file COPYING.LIB. If not, |
| 18 | write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 18 | write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 19 | Boston, MA 02111-1307, USA. */ | 19 | Boston, MA 02110-1301, USA. */ |
| 20 | 20 | ||
| 21 | /* Written by Ulrich Drepper <drepper@gnu.ai.mit.edu>, 1995. */ | 21 | /* Written by Ulrich Drepper <drepper@gnu.ai.mit.edu>, 1995. */ |
| 22 | 22 | ||
| @@ -15,8 +15,8 @@ | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU Library General Public | 16 | You should have received a copy of the GNU Library General Public |
| 17 | License along with the GNU C Library; see the file COPYING.LIB. If not, | 17 | License along with the GNU C Library; see the file COPYING.LIB. If not, |
| 18 | write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 18 | write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 19 | Boston, MA 02111-1307, USA. */ | 19 | Boston, MA 02110-1301, USA. */ |
| 20 | 20 | ||
| 21 | #ifndef _MD5_H | 21 | #ifndef _MD5_H |
| 22 | #define _MD5_H 1 | 22 | #define _MD5_H 1 |
diff --git a/src/mem-limits.h b/src/mem-limits.h index 57a79863a1b..aac8a396172 100644 --- a/src/mem-limits.h +++ b/src/mem-limits.h | |||
| @@ -15,8 +15,8 @@ GNU General Public License for more details. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 18 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 19 | Boston, MA 02111-1307, USA. */ | 19 | Boston, MA 02110-1301, USA. */ |
| 20 | 20 | ||
| 21 | #ifdef MSDOS | 21 | #ifdef MSDOS |
| 22 | #include <dpmi.h> | 22 | #include <dpmi.h> |
diff --git a/src/minibuf.c b/src/minibuf.c index b47d075de4a..870daca020d 100644 --- a/src/minibuf.c +++ b/src/minibuf.c | |||
| @@ -16,8 +16,8 @@ GNU General Public License for more details. | |||
| 16 | 16 | ||
| 17 | You should have received a copy of the GNU General Public License | 17 | You should have received a copy of the GNU General Public License |
| 18 | along with GNU Emacs; see the file COPYING. If not, write to | 18 | along with GNU Emacs; see the file COPYING. If not, write to |
| 19 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 19 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 20 | Boston, MA 02111-1307, USA. */ | 20 | Boston, MA 02110-1301, USA. */ |
| 21 | 21 | ||
| 22 | 22 | ||
| 23 | #include <config.h> | 23 | #include <config.h> |
diff --git a/src/mktime.c b/src/mktime.c index cd8f0254030..c61f1463564 100644 --- a/src/mktime.c +++ b/src/mktime.c | |||
| @@ -17,7 +17,7 @@ | |||
| 17 | 17 | ||
| 18 | You should have received a copy of the GNU General Public License | 18 | You should have received a copy of the GNU General Public License |
| 19 | along with this program; if not, write to the Free Software | 19 | along with this program; if not, write to the Free Software |
| 20 | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, | 20 | Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, |
| 21 | USA. */ | 21 | USA. */ |
| 22 | 22 | ||
| 23 | /* Define this to have a standalone program to test this implementation of | 23 | /* Define this to have a standalone program to test this implementation of |
diff --git a/src/msdos.c b/src/msdos.c index f4717404d49..6dec71e0a32 100644 --- a/src/msdos.c +++ b/src/msdos.c | |||
| @@ -16,8 +16,8 @@ GNU General Public License for more details. | |||
| 16 | 16 | ||
| 17 | You should have received a copy of the GNU General Public License | 17 | You should have received a copy of the GNU General Public License |
| 18 | along with GNU Emacs; see the file COPYING. If not, write to | 18 | along with GNU Emacs; see the file COPYING. If not, write to |
| 19 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 19 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 20 | Boston, MA 02111-1307, USA. */ | 20 | Boston, MA 02110-1301, USA. */ |
| 21 | 21 | ||
| 22 | /* Contributed by Morten Welinder */ | 22 | /* Contributed by Morten Welinder */ |
| 23 | /* New display, keyboard, and mouse control by Kim F. Storm */ | 23 | /* New display, keyboard, and mouse control by Kim F. Storm */ |
diff --git a/src/msdos.h b/src/msdos.h index a07979d2f6a..7f2f013fd13 100644 --- a/src/msdos.h +++ b/src/msdos.h | |||
| @@ -15,8 +15,8 @@ GNU General Public License for more details. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 18 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 19 | Boston, MA 02111-1307, USA. */ | 19 | Boston, MA 02110-1301, USA. */ |
| 20 | 20 | ||
| 21 | #ifndef EMACS_MSDOS_H | 21 | #ifndef EMACS_MSDOS_H |
| 22 | #define EMACS_MSDOS_H | 22 | #define EMACS_MSDOS_H |
diff --git a/src/prefix-args.c b/src/prefix-args.c index eeeb1038a47..5cfe6e4a095 100644 --- a/src/prefix-args.c +++ b/src/prefix-args.c | |||
| @@ -15,8 +15,8 @@ GNU General Public License for more details. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 18 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 19 | Boston, MA 02111-1307, USA. */ | 19 | Boston, MA 02110-1301, USA. */ |
| 20 | 20 | ||
| 21 | /* Jim Blandy <jimb@occs.cs.oberlin.edu> - September 1992 | 21 | /* Jim Blandy <jimb@occs.cs.oberlin.edu> - September 1992 |
| 22 | 22 | ||
diff --git a/src/print.c b/src/print.c index 47e338e8492..6150ff2efe6 100644 --- a/src/print.c +++ b/src/print.c | |||
| @@ -16,8 +16,8 @@ GNU General Public License for more details. | |||
| 16 | 16 | ||
| 17 | You should have received a copy of the GNU General Public License | 17 | You should have received a copy of the GNU General Public License |
| 18 | along with GNU Emacs; see the file COPYING. If not, write to | 18 | along with GNU Emacs; see the file COPYING. If not, write to |
| 19 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 19 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 20 | Boston, MA 02111-1307, USA. */ | 20 | Boston, MA 02110-1301, USA. */ |
| 21 | 21 | ||
| 22 | 22 | ||
| 23 | #include <config.h> | 23 | #include <config.h> |
diff --git a/src/process.c b/src/process.c index 294cc26f17b..389c6b06e93 100644 --- a/src/process.c +++ b/src/process.c | |||
| @@ -16,8 +16,8 @@ GNU General Public License for more details. | |||
| 16 | 16 | ||
| 17 | You should have received a copy of the GNU General Public License | 17 | You should have received a copy of the GNU General Public License |
| 18 | along with GNU Emacs; see the file COPYING. If not, write to | 18 | along with GNU Emacs; see the file COPYING. If not, write to |
| 19 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 19 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 20 | Boston, MA 02111-1307, USA. */ | 20 | Boston, MA 02110-1301, USA. */ |
| 21 | 21 | ||
| 22 | 22 | ||
| 23 | #include <config.h> | 23 | #include <config.h> |
diff --git a/src/process.h b/src/process.h index 8e3f9028c0b..a58b08a197e 100644 --- a/src/process.h +++ b/src/process.h | |||
| @@ -15,8 +15,8 @@ GNU General Public License for more details. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 18 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 19 | Boston, MA 02111-1307, USA. */ | 19 | Boston, MA 02110-1301, USA. */ |
| 20 | 20 | ||
| 21 | 21 | ||
| 22 | /* This structure records information about a subprocess | 22 | /* This structure records information about a subprocess |
diff --git a/src/puresize.h b/src/puresize.h index 054b2bc4c89..5e51ae3b1ba 100644 --- a/src/puresize.h +++ b/src/puresize.h | |||
| @@ -15,8 +15,8 @@ GNU General Public License for more details. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 18 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 19 | Boston, MA 02111-1307, USA. */ | 19 | Boston, MA 02110-1301, USA. */ |
| 20 | 20 | ||
| 21 | /* Define PURESIZE, the number of bytes of pure Lisp code to leave space for. | 21 | /* Define PURESIZE, the number of bytes of pure Lisp code to leave space for. |
| 22 | 22 | ||
diff --git a/src/ralloc.c b/src/ralloc.c index fd0d62e1977..824fb536fc1 100644 --- a/src/ralloc.c +++ b/src/ralloc.c | |||
| @@ -15,8 +15,8 @@ GNU General Public License for more details. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 18 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 19 | Boston, MA 02111-1307, USA. */ | 19 | Boston, MA 02110-1301, USA. */ |
| 20 | 20 | ||
| 21 | /* NOTES: | 21 | /* NOTES: |
| 22 | 22 | ||
diff --git a/src/regex.c b/src/regex.c index 44feee4cddf..c82bdb0edd9 100644 --- a/src/regex.c +++ b/src/regex.c | |||
| @@ -16,7 +16,7 @@ | |||
| 16 | 16 | ||
| 17 | You should have received a copy of the GNU General Public License | 17 | You should have received a copy of the GNU General Public License |
| 18 | along with this program; if not, write to the Free Software | 18 | along with this program; if not, write to the Free Software |
| 19 | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, | 19 | Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, |
| 20 | USA. */ | 20 | USA. */ |
| 21 | 21 | ||
| 22 | /* TODO: | 22 | /* TODO: |
diff --git a/src/regex.h b/src/regex.h index 2cdb02993b1..89532b7ee9f 100644 --- a/src/regex.h +++ b/src/regex.h | |||
| @@ -15,7 +15,7 @@ | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with this program; if not, write to the Free Software | 17 | along with this program; if not, write to the Free Software |
| 18 | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, | 18 | Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, |
| 19 | USA. */ | 19 | USA. */ |
| 20 | 20 | ||
| 21 | #ifndef _REGEX_H | 21 | #ifndef _REGEX_H |
diff --git a/src/region-cache.c b/src/region-cache.c index 251382a5a0e..22eac35ca86 100644 --- a/src/region-cache.c +++ b/src/region-cache.c | |||
| @@ -16,8 +16,8 @@ GNU General Public License for more details. | |||
| 16 | 16 | ||
| 17 | You should have received a copy of the GNU General Public License | 17 | You should have received a copy of the GNU General Public License |
| 18 | along with GNU Emacs; see the file COPYING. If not, write to | 18 | along with GNU Emacs; see the file COPYING. If not, write to |
| 19 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 19 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 20 | Boston, MA 02111-1307, USA. */ | 20 | Boston, MA 02110-1301, USA. */ |
| 21 | 21 | ||
| 22 | 22 | ||
| 23 | #include <config.h> | 23 | #include <config.h> |
diff --git a/src/region-cache.h b/src/region-cache.h index 9c104b51a1b..5c27d00740f 100644 --- a/src/region-cache.h +++ b/src/region-cache.h | |||
| @@ -15,8 +15,8 @@ GNU General Public License for more details. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 18 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 19 | Boston, MA 02111-1307, USA. */ | 19 | Boston, MA 02110-1301, USA. */ |
| 20 | 20 | ||
| 21 | 21 | ||
| 22 | /* This code was written by Jim Blandy <jimb@cs.oberlin.edu> to help | 22 | /* This code was written by Jim Blandy <jimb@cs.oberlin.edu> to help |
diff --git a/src/scroll.c b/src/scroll.c index 6c6aa4abf98..48a50e59983 100644 --- a/src/scroll.c +++ b/src/scroll.c | |||
| @@ -15,8 +15,8 @@ GNU General Public License for more details. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 18 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 19 | Boston, MA 02111-1307, USA. */ | 19 | Boston, MA 02110-1301, USA. */ |
| 20 | 20 | ||
| 21 | 21 | ||
| 22 | #include <config.h> | 22 | #include <config.h> |
diff --git a/src/search.c b/src/search.c index ae2d3234332..6beaa2d4186 100644 --- a/src/search.c +++ b/src/search.c | |||
| @@ -16,8 +16,8 @@ GNU General Public License for more details. | |||
| 16 | 16 | ||
| 17 | You should have received a copy of the GNU General Public License | 17 | You should have received a copy of the GNU General Public License |
| 18 | along with GNU Emacs; see the file COPYING. If not, write to | 18 | along with GNU Emacs; see the file COPYING. If not, write to |
| 19 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 19 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 20 | Boston, MA 02111-1307, USA. */ | 20 | Boston, MA 02110-1301, USA. */ |
| 21 | 21 | ||
| 22 | 22 | ||
| 23 | #include <config.h> | 23 | #include <config.h> |
diff --git a/src/sheap.c b/src/sheap.c index 714eb9a710d..b7f01d448a8 100644 --- a/src/sheap.c +++ b/src/sheap.c | |||
| @@ -18,8 +18,8 @@ GNU General Public License for more details. | |||
| 18 | 18 | ||
| 19 | You should have received a copy of the GNU General Public License | 19 | You should have received a copy of the GNU General Public License |
| 20 | along with GNU Emacs; see the file COPYING. If not, write to | 20 | along with GNU Emacs; see the file COPYING. If not, write to |
| 21 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 21 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 22 | Boston, MA 02111-1307, USA. */ | 22 | Boston, MA 02110-1301, USA. */ |
| 23 | 23 | ||
| 24 | #include <config.h> | 24 | #include <config.h> |
| 25 | #include <stdio.h> | 25 | #include <stdio.h> |
diff --git a/src/sound.c b/src/sound.c index 134b69dc81c..93e456cbc48 100644 --- a/src/sound.c +++ b/src/sound.c | |||
| @@ -15,8 +15,8 @@ GNU General Public License for more details. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 18 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 19 | Boston, MA 02111-1307, USA. */ | 19 | Boston, MA 02110-1301, USA. */ |
| 20 | 20 | ||
| 21 | /* Written by Gerd Moellmann <gerd@gnu.org>. Tested with Luigi's | 21 | /* Written by Gerd Moellmann <gerd@gnu.org>. Tested with Luigi's |
| 22 | driver on FreeBSD 2.2.7 with a SoundBlaster 16. */ | 22 | driver on FreeBSD 2.2.7 with a SoundBlaster 16. */ |
diff --git a/src/strftime.c b/src/strftime.c index 4d3a9d1d312..41566ec868e 100644 --- a/src/strftime.c +++ b/src/strftime.c | |||
| @@ -18,8 +18,8 @@ | |||
| 18 | 18 | ||
| 19 | You should have received a copy of the GNU Library General Public | 19 | You should have received a copy of the GNU Library General Public |
| 20 | License along with the GNU C Library; see the file COPYING.LIB. If not, | 20 | License along with the GNU C Library; see the file COPYING.LIB. If not, |
| 21 | write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 21 | write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 22 | Boston, MA 02111-1307, USA. */ | 22 | Boston, MA 02110-1301, USA. */ |
| 23 | 23 | ||
| 24 | #ifdef HAVE_CONFIG_H | 24 | #ifdef HAVE_CONFIG_H |
| 25 | # include <config.h> | 25 | # include <config.h> |
diff --git a/src/sunfns.c b/src/sunfns.c index 13fdfd3a1b7..6a16e6cc08f 100644 --- a/src/sunfns.c +++ b/src/sunfns.c | |||
| @@ -25,8 +25,8 @@ GNU General Public License for more details. | |||
| 25 | 25 | ||
| 26 | You should have received a copy of the GNU General Public License | 26 | You should have received a copy of the GNU General Public License |
| 27 | along with GNU Emacs; see the file COPYING. If not, write to | 27 | along with GNU Emacs; see the file COPYING. If not, write to |
| 28 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 28 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 29 | Boston, MA 02111-1307, USA. */ | 29 | Boston, MA 02110-1301, USA. */ |
| 30 | 30 | ||
| 31 | /* Author: Jeff Peck, Sun Microsystems, Inc. <peck@sun.com> | 31 | /* Author: Jeff Peck, Sun Microsystems, Inc. <peck@sun.com> |
| 32 | Original ideas by David Kastan and Eric Negaard, SRI International | 32 | Original ideas by David Kastan and Eric Negaard, SRI International |
diff --git a/src/syntax.c b/src/syntax.c index 52067b8f8fa..480fa6de82a 100644 --- a/src/syntax.c +++ b/src/syntax.c | |||
| @@ -15,8 +15,8 @@ GNU General Public License for more details. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 18 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 19 | Boston, MA 02111-1307, USA. */ | 19 | Boston, MA 02110-1301, USA. */ |
| 20 | 20 | ||
| 21 | 21 | ||
| 22 | #include <config.h> | 22 | #include <config.h> |
diff --git a/src/syntax.h b/src/syntax.h index cb1eeb62687..581b4a783e0 100644 --- a/src/syntax.h +++ b/src/syntax.h | |||
| @@ -15,8 +15,8 @@ GNU General Public License for more details. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 18 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 19 | Boston, MA 02111-1307, USA. */ | 19 | Boston, MA 02110-1301, USA. */ |
| 20 | 20 | ||
| 21 | 21 | ||
| 22 | extern Lisp_Object Qsyntax_table_p; | 22 | extern Lisp_Object Qsyntax_table_p; |
diff --git a/src/sysdep.c b/src/sysdep.c index 42179d97e82..8e8d02b844e 100644 --- a/src/sysdep.c +++ b/src/sysdep.c | |||
| @@ -16,8 +16,8 @@ GNU General Public License for more details. | |||
| 16 | 16 | ||
| 17 | You should have received a copy of the GNU General Public License | 17 | You should have received a copy of the GNU General Public License |
| 18 | along with GNU Emacs; see the file COPYING. If not, write to | 18 | along with GNU Emacs; see the file COPYING. If not, write to |
| 19 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 19 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 20 | Boston, MA 02111-1307, USA. */ | 20 | Boston, MA 02110-1301, USA. */ |
| 21 | 21 | ||
| 22 | #ifdef HAVE_CONFIG_H | 22 | #ifdef HAVE_CONFIG_H |
| 23 | #include <config.h> | 23 | #include <config.h> |
diff --git a/src/sysselect.h b/src/sysselect.h index 866a65e9208..0030e737bc2 100644 --- a/src/sysselect.h +++ b/src/sysselect.h | |||
| @@ -15,8 +15,8 @@ GNU General Public License for more details. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 18 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 19 | Boston, MA 02111-1307, USA. */ | 19 | Boston, MA 02110-1301, USA. */ |
| 20 | 20 | ||
| 21 | #ifdef HAVE_SYS_SELECT_H | 21 | #ifdef HAVE_SYS_SELECT_H |
| 22 | #if defined (DARWIN) || defined (MAC_OSX) | 22 | #if defined (DARWIN) || defined (MAC_OSX) |
diff --git a/src/syssignal.h b/src/syssignal.h index 04e84df1a3a..dd13e3764aa 100644 --- a/src/syssignal.h +++ b/src/syssignal.h | |||
| @@ -15,8 +15,8 @@ GNU General Public License for more details. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 18 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 19 | Boston, MA 02111-1307, USA. */ | 19 | Boston, MA 02110-1301, USA. */ |
| 20 | 20 | ||
| 21 | extern void init_signals P_ ((void)); | 21 | extern void init_signals P_ ((void)); |
| 22 | 22 | ||
diff --git a/src/systime.h b/src/systime.h index 778e555c979..cf2bc0b084b 100644 --- a/src/systime.h +++ b/src/systime.h | |||
| @@ -15,8 +15,8 @@ GNU General Public License for more details. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 18 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 19 | Boston, MA 02111-1307, USA. */ | 19 | Boston, MA 02110-1301, USA. */ |
| 20 | 20 | ||
| 21 | #ifndef EMACS_SYSTIME_H | 21 | #ifndef EMACS_SYSTIME_H |
| 22 | #define EMACS_SYSTIME_H | 22 | #define EMACS_SYSTIME_H |
diff --git a/src/systty.h b/src/systty.h index a975bcd13a0..b322ca60087 100644 --- a/src/systty.h +++ b/src/systty.h | |||
| @@ -15,8 +15,8 @@ GNU General Public License for more details. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 18 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 19 | Boston, MA 02111-1307, USA. */ | 19 | Boston, MA 02110-1301, USA. */ |
| 20 | 20 | ||
| 21 | #ifdef HAVE_TERMIOS | 21 | #ifdef HAVE_TERMIOS |
| 22 | #define HAVE_TCATTR | 22 | #define HAVE_TCATTR |
diff --git a/src/syswait.h b/src/syswait.h index 066f4e5a482..78057e3fed4 100644 --- a/src/syswait.h +++ b/src/syswait.h | |||
| @@ -15,8 +15,8 @@ GNU General Public License for more details. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 18 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 19 | Boston, MA 02111-1307, USA. */ | 19 | Boston, MA 02110-1301, USA. */ |
| 20 | 20 | ||
| 21 | /* Define the structure that the wait system call stores. | 21 | /* Define the structure that the wait system call stores. |
| 22 | On many systems, there is a structure defined for this. | 22 | On many systems, there is a structure defined for this. |
diff --git a/src/term.c b/src/term.c index 452427f6ddc..658cc97d804 100644 --- a/src/term.c +++ b/src/term.c | |||
| @@ -16,8 +16,8 @@ GNU General Public License for more details. | |||
| 16 | 16 | ||
| 17 | You should have received a copy of the GNU General Public License | 17 | You should have received a copy of the GNU General Public License |
| 18 | along with GNU Emacs; see the file COPYING. If not, write to | 18 | along with GNU Emacs; see the file COPYING. If not, write to |
| 19 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 19 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 20 | Boston, MA 02111-1307, USA. */ | 20 | Boston, MA 02110-1301, USA. */ |
| 21 | 21 | ||
| 22 | /* New redisplay, TTY faces by Gerd Moellmann <gerd@gnu.org>. */ | 22 | /* New redisplay, TTY faces by Gerd Moellmann <gerd@gnu.org>. */ |
| 23 | 23 | ||
diff --git a/src/termcap.c b/src/termcap.c index aa30aaa0615..5f2fa55556a 100644 --- a/src/termcap.c +++ b/src/termcap.c | |||
| @@ -14,8 +14,8 @@ GNU General Public License for more details. | |||
| 14 | 14 | ||
| 15 | You should have received a copy of the GNU General Public License | 15 | You should have received a copy of the GNU General Public License |
| 16 | along with this program; see the file COPYING. If not, write to | 16 | along with this program; see the file COPYING. If not, write to |
| 17 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 17 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 18 | Boston, MA 02111-1307, USA. */ | 18 | Boston, MA 02110-1301, USA. */ |
| 19 | 19 | ||
| 20 | /* Emacs config.h may rename various library functions such as malloc. */ | 20 | /* Emacs config.h may rename various library functions such as malloc. */ |
| 21 | #ifdef HAVE_CONFIG_H | 21 | #ifdef HAVE_CONFIG_H |
diff --git a/src/termchar.h b/src/termchar.h index b1d941adc27..3a3c9978dd6 100644 --- a/src/termchar.h +++ b/src/termchar.h | |||
| @@ -15,8 +15,8 @@ GNU General Public License for more details. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 18 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 19 | Boston, MA 02111-1307, USA. */ | 19 | Boston, MA 02110-1301, USA. */ |
| 20 | 20 | ||
| 21 | 21 | ||
| 22 | /* extern EMACS_INT baud_rate; */ /* Output speed in baud */ | 22 | /* extern EMACS_INT baud_rate; */ /* Output speed in baud */ |
diff --git a/src/termhooks.h b/src/termhooks.h index 3e39e644173..395e179ff49 100644 --- a/src/termhooks.h +++ b/src/termhooks.h | |||
| @@ -16,8 +16,8 @@ GNU General Public License for more details. | |||
| 16 | 16 | ||
| 17 | You should have received a copy of the GNU General Public License | 17 | You should have received a copy of the GNU General Public License |
| 18 | along with GNU Emacs; see the file COPYING. If not, write to | 18 | along with GNU Emacs; see the file COPYING. If not, write to |
| 19 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 19 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 20 | Boston, MA 02111-1307, USA. */ | 20 | Boston, MA 02110-1301, USA. */ |
| 21 | 21 | ||
| 22 | 22 | ||
| 23 | /* Miscellanea. */ | 23 | /* Miscellanea. */ |
diff --git a/src/terminfo.c b/src/terminfo.c index 52acc5bdb4e..8f040d10c68 100644 --- a/src/terminfo.c +++ b/src/terminfo.c | |||
| @@ -15,8 +15,8 @@ GNU General Public License for more details. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 18 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 19 | Boston, MA 02111-1307, USA. */ | 19 | Boston, MA 02110-1301, USA. */ |
| 20 | 20 | ||
| 21 | #include <config.h> | 21 | #include <config.h> |
| 22 | #include "lisp.h" | 22 | #include "lisp.h" |
diff --git a/src/termopts.h b/src/termopts.h index 2dc798ea2c4..9d241f64678 100644 --- a/src/termopts.h +++ b/src/termopts.h | |||
| @@ -15,8 +15,8 @@ GNU General Public License for more details. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 18 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 19 | Boston, MA 02111-1307, USA. */ | 19 | Boston, MA 02110-1301, USA. */ |
| 20 | 20 | ||
| 21 | 21 | ||
| 22 | /* Nonzero means flash the screen instead of ringing the bell. */ | 22 | /* Nonzero means flash the screen instead of ringing the bell. */ |
diff --git a/src/textprop.c b/src/textprop.c index e6dd411dcc5..718051e38f2 100644 --- a/src/textprop.c +++ b/src/textprop.c | |||
| @@ -16,8 +16,8 @@ GNU General Public License for more details. | |||
| 16 | 16 | ||
| 17 | You should have received a copy of the GNU General Public License | 17 | You should have received a copy of the GNU General Public License |
| 18 | along with GNU Emacs; see the file COPYING. If not, write to | 18 | along with GNU Emacs; see the file COPYING. If not, write to |
| 19 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 19 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 20 | Boston, MA 02111-1307, USA. */ | 20 | Boston, MA 02110-1301, USA. */ |
| 21 | 21 | ||
| 22 | #include <config.h> | 22 | #include <config.h> |
| 23 | #include "lisp.h" | 23 | #include "lisp.h" |
diff --git a/src/tparam.c b/src/tparam.c index ea208692161..e05f01f4911 100644 --- a/src/tparam.c +++ b/src/tparam.c | |||
| @@ -13,8 +13,8 @@ GNU General Public License for more details. | |||
| 13 | 13 | ||
| 14 | You should have received a copy of the GNU General Public License | 14 | You should have received a copy of the GNU General Public License |
| 15 | along with this program; see the file COPYING. If not, write to | 15 | along with this program; see the file COPYING. If not, write to |
| 16 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 16 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 17 | Boston, MA 02111-1307, USA. */ | 17 | Boston, MA 02110-1301, USA. */ |
| 18 | 18 | ||
| 19 | /* Emacs config.h may rename various library functions such as malloc. */ | 19 | /* Emacs config.h may rename various library functions such as malloc. */ |
| 20 | #ifdef HAVE_CONFIG_H | 20 | #ifdef HAVE_CONFIG_H |
| @@ -15,8 +15,8 @@ GNU General Public License for more details. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 18 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 19 | Boston, MA 02111-1307, USA. */ | 19 | Boston, MA 02110-1301, USA. */ |
| 20 | 20 | ||
| 21 | /* | 21 | /* |
| 22 | * User Authorization File record formats | 22 | * User Authorization File record formats |
diff --git a/src/undo.c b/src/undo.c index b4e16bfd0e5..13ee40130a9 100644 --- a/src/undo.c +++ b/src/undo.c | |||
| @@ -16,8 +16,8 @@ GNU General Public License for more details. | |||
| 16 | 16 | ||
| 17 | You should have received a copy of the GNU General Public License | 17 | You should have received a copy of the GNU General Public License |
| 18 | along with GNU Emacs; see the file COPYING. If not, write to | 18 | along with GNU Emacs; see the file COPYING. If not, write to |
| 19 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 19 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 20 | Boston, MA 02111-1307, USA. */ | 20 | Boston, MA 02110-1301, USA. */ |
| 21 | 21 | ||
| 22 | 22 | ||
| 23 | #include <config.h> | 23 | #include <config.h> |
diff --git a/src/unexaix.c b/src/unexaix.c index 825209a5b3c..4c9f2727e88 100644 --- a/src/unexaix.c +++ b/src/unexaix.c | |||
| @@ -15,8 +15,8 @@ GNU General Public License for more details. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 18 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 19 | Boston, MA 02111-1307, USA. | 19 | Boston, MA 02110-1301, USA. |
| 20 | 20 | ||
| 21 | In other words, you are welcome to use, share and improve this program. | 21 | In other words, you are welcome to use, share and improve this program. |
| 22 | You are forbidden to forbid anyone else to use, share and improve | 22 | You are forbidden to forbid anyone else to use, share and improve |
diff --git a/src/unexalpha.c b/src/unexalpha.c index 97f8f383dda..aa32f411fcb 100644 --- a/src/unexalpha.c +++ b/src/unexalpha.c | |||
| @@ -16,8 +16,8 @@ GNU General Public License for more details. | |||
| 16 | 16 | ||
| 17 | You should have received a copy of the GNU General Public License | 17 | You should have received a copy of the GNU General Public License |
| 18 | along with GNU Emacs; see the file COPYING. If not, write to | 18 | along with GNU Emacs; see the file COPYING. If not, write to |
| 19 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 19 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 20 | Boston, MA 02111-1307, USA. */ | 20 | Boston, MA 02110-1301, USA. */ |
| 21 | 21 | ||
| 22 | 22 | ||
| 23 | #include <config.h> | 23 | #include <config.h> |
diff --git a/src/unexapollo.c b/src/unexapollo.c index adf72bb4f7a..d9bff963695 100644 --- a/src/unexapollo.c +++ b/src/unexapollo.c | |||
| @@ -15,8 +15,8 @@ GNU General Public License for more details. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 18 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 19 | Boston, MA 02111-1307, USA. */ | 19 | Boston, MA 02110-1301, USA. */ |
| 20 | 20 | ||
| 21 | /* Written by Leonard N. Zubkoff. */ | 21 | /* Written by Leonard N. Zubkoff. */ |
| 22 | 22 | ||
diff --git a/src/unexconvex.c b/src/unexconvex.c index 10c0dfa953c..cbd1dd29fda 100644 --- a/src/unexconvex.c +++ b/src/unexconvex.c | |||
| @@ -23,8 +23,8 @@ GNU General Public License for more details. | |||
| 23 | 23 | ||
| 24 | You should have received a copy of the GNU General Public License | 24 | You should have received a copy of the GNU General Public License |
| 25 | along with GNU Emacs; see the file COPYING. If not, write to | 25 | along with GNU Emacs; see the file COPYING. If not, write to |
| 26 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 26 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 27 | Boston, MA 02111-1307, USA. */ | 27 | Boston, MA 02110-1301, USA. */ |
| 28 | 28 | ||
| 29 | 29 | ||
| 30 | /* modified for C-1 arch by jthomp@convex 871103 */ | 30 | /* modified for C-1 arch by jthomp@convex 871103 */ |
diff --git a/src/unexcw.c b/src/unexcw.c index 046c8f796ef..77d5866136b 100644 --- a/src/unexcw.c +++ b/src/unexcw.c | |||
| @@ -18,8 +18,8 @@ GNU General Public License for more details. | |||
| 18 | 18 | ||
| 19 | You should have received a copy of the GNU General Public License | 19 | You should have received a copy of the GNU General Public License |
| 20 | along with GNU Emacs; see the file COPYING. If not, write to | 20 | along with GNU Emacs; see the file COPYING. If not, write to |
| 21 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 21 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 22 | Boston, MA 02111-1307, USA. */ | 22 | Boston, MA 02110-1301, USA. */ |
| 23 | 23 | ||
| 24 | #include <config.h> | 24 | #include <config.h> |
| 25 | #include <lisp.h> | 25 | #include <lisp.h> |
diff --git a/src/unexec.c b/src/unexec.c index 156cad16f97..bf231b00626 100644 --- a/src/unexec.c +++ b/src/unexec.c | |||
| @@ -14,8 +14,8 @@ GNU General Public License for more details. | |||
| 14 | 14 | ||
| 15 | You should have received a copy of the GNU General Public License | 15 | You should have received a copy of the GNU General Public License |
| 16 | along with GNU Emacs; see the file COPYING. If not, write to | 16 | along with GNU Emacs; see the file COPYING. If not, write to |
| 17 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 17 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 18 | Boston, MA 02111-1307, USA. */ | 18 | Boston, MA 02110-1301, USA. */ |
| 19 | 19 | ||
| 20 | 20 | ||
| 21 | /* | 21 | /* |
diff --git a/src/unexelf.c b/src/unexelf.c index ce773190d7e..9e8b827a754 100644 --- a/src/unexelf.c +++ b/src/unexelf.c | |||
| @@ -15,8 +15,8 @@ GNU General Public License for more details. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 18 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 19 | Boston, MA 02111-1307, USA. | 19 | Boston, MA 02110-1301, USA. |
| 20 | 20 | ||
| 21 | In other words, you are welcome to use, share and improve this program. | 21 | In other words, you are welcome to use, share and improve this program. |
| 22 | You are forbidden to forbid anyone else to use, share and improve | 22 | You are forbidden to forbid anyone else to use, share and improve |
diff --git a/src/unexenix.c b/src/unexenix.c index a6d045d2e4f..94ac3eb821d 100644 --- a/src/unexenix.c +++ b/src/unexenix.c | |||
| @@ -22,8 +22,8 @@ GNU General Public License for more details. | |||
| 22 | 22 | ||
| 23 | You should have received a copy of the GNU General Public License | 23 | You should have received a copy of the GNU General Public License |
| 24 | along with GNU Emacs; see the file COPYING. If not, write to | 24 | along with GNU Emacs; see the file COPYING. If not, write to |
| 25 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 25 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 26 | Boston, MA 02111-1307, USA. */ | 26 | Boston, MA 02110-1301, USA. */ |
| 27 | 27 | ||
| 28 | 28 | ||
| 29 | 29 | ||
diff --git a/src/unexmacosx.c b/src/unexmacosx.c index 1a2c211a09d..a191c0721e5 100644 --- a/src/unexmacosx.c +++ b/src/unexmacosx.c | |||
| @@ -15,8 +15,8 @@ GNU General Public License for more details. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 18 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 19 | Boston, MA 02111-1307, USA. */ | 19 | Boston, MA 02110-1301, USA. */ |
| 20 | 20 | ||
| 21 | /* Contributed by Andrew Choi (akochoi@mac.com). */ | 21 | /* Contributed by Andrew Choi (akochoi@mac.com). */ |
| 22 | 22 | ||
diff --git a/src/unexmips.c b/src/unexmips.c index de3368ad181..53b40f62742 100644 --- a/src/unexmips.c +++ b/src/unexmips.c | |||
| @@ -22,8 +22,8 @@ GNU General Public License for more details. | |||
| 22 | 22 | ||
| 23 | You should have received a copy of the GNU General Public License | 23 | You should have received a copy of the GNU General Public License |
| 24 | along with GNU Emacs; see the file COPYING. If not, write to | 24 | along with GNU Emacs; see the file COPYING. If not, write to |
| 25 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 25 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 26 | Boston, MA 02111-1307, USA. */ | 26 | Boston, MA 02110-1301, USA. */ |
| 27 | 27 | ||
| 28 | 28 | ||
| 29 | #include <config.h> | 29 | #include <config.h> |
diff --git a/src/unexnext.c b/src/unexnext.c index 50a0448d7bc..2a0b66bc868 100644 --- a/src/unexnext.c +++ b/src/unexnext.c | |||
| @@ -16,8 +16,8 @@ GNU General Public License for more details. | |||
| 16 | 16 | ||
| 17 | You should have received a copy of the GNU General Public License | 17 | You should have received a copy of the GNU General Public License |
| 18 | along with GNU Emacs; see the file COPYING. If not, write to | 18 | along with GNU Emacs; see the file COPYING. If not, write to |
| 19 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 19 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 20 | Boston, MA 02111-1307, USA. */ | 20 | Boston, MA 02110-1301, USA. */ |
| 21 | 21 | ||
| 22 | 22 | ||
| 23 | #undef __STRICT_BSD__ | 23 | #undef __STRICT_BSD__ |
diff --git a/src/unexsni.c b/src/unexsni.c index a99d51bc0cf..0c67af899d5 100644 --- a/src/unexsni.c +++ b/src/unexsni.c | |||
| @@ -16,8 +16,8 @@ GNU General Public License for more details. | |||
| 16 | 16 | ||
| 17 | You should have received a copy of the GNU General Public License | 17 | You should have received a copy of the GNU General Public License |
| 18 | along with GNU Emacs; see the file COPYING. If not, write to | 18 | along with GNU Emacs; see the file COPYING. If not, write to |
| 19 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 19 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 20 | Boston, MA 02111-1307, USA. | 20 | Boston, MA 02110-1301, USA. |
| 21 | 21 | ||
| 22 | In other words, you are welcome to use, share and improve this program. | 22 | In other words, you are welcome to use, share and improve this program. |
| 23 | You are forbidden to forbid anyone else to use, share and improve | 23 | You are forbidden to forbid anyone else to use, share and improve |
diff --git a/src/unexsunos4.c b/src/unexsunos4.c index 4534a32c322..9ad06b6adaf 100644 --- a/src/unexsunos4.c +++ b/src/unexsunos4.c | |||
| @@ -15,8 +15,8 @@ GNU General Public License for more details. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 18 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 19 | Boston, MA 02111-1307, USA. */ | 19 | Boston, MA 02110-1301, USA. */ |
| 20 | 20 | ||
| 21 | /* Contributed by Viktor Dukhovni. */ | 21 | /* Contributed by Viktor Dukhovni. */ |
| 22 | /* | 22 | /* |
diff --git a/src/unexw32.c b/src/unexw32.c index ebeb7355673..5380ca5c8f7 100644 --- a/src/unexw32.c +++ b/src/unexw32.c | |||
| @@ -15,8 +15,8 @@ GNU General Public License for more details. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 18 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 19 | Boston, MA 02111-1307, USA. | 19 | Boston, MA 02110-1301, USA. |
| 20 | 20 | ||
| 21 | Geoff Voelker (voelker@cs.washington.edu) 8-12-94 | 21 | Geoff Voelker (voelker@cs.washington.edu) 8-12-94 |
| 22 | */ | 22 | */ |
diff --git a/src/vm-limit.c b/src/vm-limit.c index 0dc89098afb..1840eb61c0c 100644 --- a/src/vm-limit.c +++ b/src/vm-limit.c | |||
| @@ -15,8 +15,8 @@ GNU General Public License for more details. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 18 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 19 | Boston, MA 02111-1307, USA. */ | 19 | Boston, MA 02110-1301, USA. */ |
| 20 | 20 | ||
| 21 | #ifdef emacs | 21 | #ifdef emacs |
| 22 | #include <config.h> | 22 | #include <config.h> |
diff --git a/src/w16select.c b/src/w16select.c index 7fb0534f36d..406f0a1b884 100644 --- a/src/w16select.c +++ b/src/w16select.c | |||
| @@ -15,8 +15,8 @@ GNU General Public License for more details. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 18 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 19 | Boston, MA 02111-1307, USA. */ | 19 | Boston, MA 02110-1301, USA. */ |
| 20 | 20 | ||
| 21 | /* These functions work by using WinOldAp interface. WinOldAp | 21 | /* These functions work by using WinOldAp interface. WinOldAp |
| 22 | (WINOLDAP.MOD) is a Microsoft Windows extension supporting | 22 | (WINOLDAP.MOD) is a Microsoft Windows extension supporting |
| @@ -15,8 +15,8 @@ GNU General Public License for more details. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 18 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 19 | Boston, MA 02111-1307, USA. | 19 | Boston, MA 02110-1301, USA. |
| 20 | 20 | ||
| 21 | Geoff Voelker (voelker@cs.washington.edu) 7-29-94 | 21 | Geoff Voelker (voelker@cs.washington.edu) 7-29-94 |
| 22 | */ | 22 | */ |
| @@ -18,8 +18,8 @@ GNU General Public License for more details. | |||
| 18 | 18 | ||
| 19 | You should have received a copy of the GNU General Public License | 19 | You should have received a copy of the GNU General Public License |
| 20 | along with GNU Emacs; see the file COPYING. If not, write to | 20 | along with GNU Emacs; see the file COPYING. If not, write to |
| 21 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 21 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 22 | Boston, MA 02111-1307, USA. */ | 22 | Boston, MA 02110-1301, USA. */ |
| 23 | 23 | ||
| 24 | 24 | ||
| 25 | /* File descriptor set emulation. */ | 25 | /* File descriptor set emulation. */ |
diff --git a/src/w32bdf.c b/src/w32bdf.c index 8d57cbd3523..e8612c7b5d6 100644 --- a/src/w32bdf.c +++ b/src/w32bdf.c | |||
| @@ -15,8 +15,8 @@ GNU General Public License for more details. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 18 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 19 | Boston, MA 02111-1307, USA. */ | 19 | Boston, MA 02110-1301, USA. */ |
| 20 | 20 | ||
| 21 | /* Based heavily on code by H. Miyashita for Meadow (a descendant of | 21 | /* Based heavily on code by H. Miyashita for Meadow (a descendant of |
| 22 | MULE for W32). */ | 22 | MULE for W32). */ |
diff --git a/src/w32bdf.h b/src/w32bdf.h index 23939bfd7d8..ca8a5f368cb 100644 --- a/src/w32bdf.h +++ b/src/w32bdf.h | |||
| @@ -15,8 +15,8 @@ GNU General Public License for more details. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 18 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 19 | Boston, MA 02111-1307, USA. */ | 19 | Boston, MA 02110-1301, USA. */ |
| 20 | 20 | ||
| 21 | /* Based heavily on code by H. Miyashita for Meadow (a descendant of | 21 | /* Based heavily on code by H. Miyashita for Meadow (a descendant of |
| 22 | MULE for W32). */ | 22 | MULE for W32). */ |
diff --git a/src/w32console.c b/src/w32console.c index a77dc792306..70578f58c6b 100644 --- a/src/w32console.c +++ b/src/w32console.c | |||
| @@ -15,8 +15,8 @@ GNU General Public License for more details. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 18 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 19 | Boston, MA 02111-1307, USA. | 19 | Boston, MA 02110-1301, USA. |
| 20 | 20 | ||
| 21 | Tim Fleehart (apollo@online.com) 1-17-92 | 21 | Tim Fleehart (apollo@online.com) 1-17-92 |
| 22 | Geoff Voelker (voelker@cs.washington.edu) 9-12-93 | 22 | Geoff Voelker (voelker@cs.washington.edu) 9-12-93 |
diff --git a/src/w32fns.c b/src/w32fns.c index 36131f2d1d8..eedc06dda12 100644 --- a/src/w32fns.c +++ b/src/w32fns.c | |||
| @@ -16,8 +16,8 @@ GNU General Public License for more details. | |||
| 16 | 16 | ||
| 17 | You should have received a copy of the GNU General Public License | 17 | You should have received a copy of the GNU General Public License |
| 18 | along with GNU Emacs; see the file COPYING. If not, write to | 18 | along with GNU Emacs; see the file COPYING. If not, write to |
| 19 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 19 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 20 | Boston, MA 02111-1307, USA. */ | 20 | Boston, MA 02110-1301, USA. */ |
| 21 | 21 | ||
| 22 | /* Added by Kevin Gallo */ | 22 | /* Added by Kevin Gallo */ |
| 23 | 23 | ||
diff --git a/src/w32gui.h b/src/w32gui.h index 04182c6da80..1fd145cd026 100644 --- a/src/w32gui.h +++ b/src/w32gui.h | |||
| @@ -15,8 +15,8 @@ GNU General Public License for more details. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 18 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 19 | Boston, MA 02111-1307, USA. */ | 19 | Boston, MA 02110-1301, USA. */ |
| 20 | 20 | ||
| 21 | #ifndef EMACS_W32GUI_H | 21 | #ifndef EMACS_W32GUI_H |
| 22 | #define EMACS_W32GUI_H | 22 | #define EMACS_W32GUI_H |
diff --git a/src/w32heap.c b/src/w32heap.c index 4c28718a510..7de08bb2b4e 100644 --- a/src/w32heap.c +++ b/src/w32heap.c | |||
| @@ -15,8 +15,8 @@ GNU General Public License for more details. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 18 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 19 | Boston, MA 02111-1307, USA. | 19 | Boston, MA 02110-1301, USA. |
| 20 | 20 | ||
| 21 | Geoff Voelker (voelker@cs.washington.edu) 7-29-94 | 21 | Geoff Voelker (voelker@cs.washington.edu) 7-29-94 |
| 22 | */ | 22 | */ |
diff --git a/src/w32heap.h b/src/w32heap.h index 556c7fb28b4..259d0bf9ede 100644 --- a/src/w32heap.h +++ b/src/w32heap.h | |||
| @@ -15,8 +15,8 @@ GNU General Public License for more details. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 18 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 19 | Boston, MA 02111-1307, USA. | 19 | Boston, MA 02110-1301, USA. |
| 20 | 20 | ||
| 21 | Geoff Voelker (voelker@cs.washington.edu) 7-29-94 | 21 | Geoff Voelker (voelker@cs.washington.edu) 7-29-94 |
| 22 | */ | 22 | */ |
diff --git a/src/w32inevt.c b/src/w32inevt.c index 8dd4f406881..cc7c5e1e612 100644 --- a/src/w32inevt.c +++ b/src/w32inevt.c | |||
| @@ -15,8 +15,8 @@ GNU General Public License for more details. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 18 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 19 | Boston, MA 02111-1307, USA. | 19 | Boston, MA 02110-1301, USA. |
| 20 | 20 | ||
| 21 | Drew Bliss 01-Oct-93 | 21 | Drew Bliss 01-Oct-93 |
| 22 | Adapted from ntkbd.c by Tim Fleehart | 22 | Adapted from ntkbd.c by Tim Fleehart |
diff --git a/src/w32inevt.h b/src/w32inevt.h index fb61cb0ef55..f811c96c313 100644 --- a/src/w32inevt.h +++ b/src/w32inevt.h | |||
| @@ -15,8 +15,8 @@ GNU General Public License for more details. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 18 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 19 | Boston, MA 02111-1307, USA. */ | 19 | Boston, MA 02110-1301, USA. */ |
| 20 | 20 | ||
| 21 | #ifndef EMACS_W32INEVT_H | 21 | #ifndef EMACS_W32INEVT_H |
| 22 | #define EMACS_W32INEVT_H | 22 | #define EMACS_W32INEVT_H |
diff --git a/src/w32menu.c b/src/w32menu.c index c5af0aae980..065355f8755 100644 --- a/src/w32menu.c +++ b/src/w32menu.c | |||
| @@ -15,8 +15,8 @@ GNU General Public License for more details. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 18 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 19 | Boston, MA 02111-1307, USA. */ | 19 | Boston, MA 02110-1301, USA. */ |
| 20 | 20 | ||
| 21 | #include <config.h> | 21 | #include <config.h> |
| 22 | #include <signal.h> | 22 | #include <signal.h> |
diff --git a/src/w32proc.c b/src/w32proc.c index 48b5e2c14a3..0e3f8f2fd47 100644 --- a/src/w32proc.c +++ b/src/w32proc.c | |||
| @@ -15,8 +15,8 @@ GNU General Public License for more details. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 18 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 19 | Boston, MA 02111-1307, USA. | 19 | Boston, MA 02110-1301, USA. |
| 20 | 20 | ||
| 21 | Drew Bliss Oct 14, 1993 | 21 | Drew Bliss Oct 14, 1993 |
| 22 | Adapted from alarm.c by Tim Fleehart | 22 | Adapted from alarm.c by Tim Fleehart |
diff --git a/src/w32reg.c b/src/w32reg.c index 97abbed5d2e..a70835ac303 100644 --- a/src/w32reg.c +++ b/src/w32reg.c | |||
| @@ -15,8 +15,8 @@ GNU General Public License for more details. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 18 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 19 | Boston, MA 02111-1307, USA. */ | 19 | Boston, MA 02110-1301, USA. */ |
| 20 | 20 | ||
| 21 | /* Written by Kevin Gallo */ | 21 | /* Written by Kevin Gallo */ |
| 22 | 22 | ||
diff --git a/src/w32select.c b/src/w32select.c index e562dc7efbb..db29c078149 100644 --- a/src/w32select.c +++ b/src/w32select.c | |||
| @@ -15,8 +15,8 @@ GNU General Public License for more details. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 18 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 19 | Boston, MA 02111-1307, USA. */ | 19 | Boston, MA 02110-1301, USA. */ |
| 20 | 20 | ||
| 21 | /* Written by Kevin Gallo, Benjamin Riefenstahl */ | 21 | /* Written by Kevin Gallo, Benjamin Riefenstahl */ |
| 22 | 22 | ||
diff --git a/src/w32term.c b/src/w32term.c index c19773fdcbc..b6cc61df2a5 100644 --- a/src/w32term.c +++ b/src/w32term.c | |||
| @@ -16,8 +16,8 @@ GNU General Public License for more details. | |||
| 16 | 16 | ||
| 17 | You should have received a copy of the GNU General Public License | 17 | You should have received a copy of the GNU General Public License |
| 18 | along with GNU Emacs; see the file COPYING. If not, write to | 18 | along with GNU Emacs; see the file COPYING. If not, write to |
| 19 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 19 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 20 | Boston, MA 02111-1307, USA. */ | 20 | Boston, MA 02110-1301, USA. */ |
| 21 | 21 | ||
| 22 | #include <config.h> | 22 | #include <config.h> |
| 23 | #include <signal.h> | 23 | #include <signal.h> |
diff --git a/src/w32term.h b/src/w32term.h index 4616d8a4995..cc305485f1f 100644 --- a/src/w32term.h +++ b/src/w32term.h | |||
| @@ -15,8 +15,8 @@ GNU General Public License for more details. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 18 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 19 | Boston, MA 02111-1307, USA. */ | 19 | Boston, MA 02110-1301, USA. */ |
| 20 | 20 | ||
| 21 | /* Added by Kevin Gallo */ | 21 | /* Added by Kevin Gallo */ |
| 22 | 22 | ||
diff --git a/src/w32xfns.c b/src/w32xfns.c index 9f9a64558f6..ba705d9498d 100644 --- a/src/w32xfns.c +++ b/src/w32xfns.c | |||
| @@ -15,8 +15,8 @@ GNU General Public License for more details. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 18 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 19 | Boston, MA 02111-1307, USA. */ | 19 | Boston, MA 02110-1301, USA. */ |
| 20 | 20 | ||
| 21 | #include <config.h> | 21 | #include <config.h> |
| 22 | #include <signal.h> | 22 | #include <signal.h> |
diff --git a/src/widget.c b/src/widget.c index 57eef4059e6..fdd927cb175 100644 --- a/src/widget.c +++ b/src/widget.c | |||
| @@ -15,8 +15,8 @@ GNU General Public License for more details. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 18 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 19 | Boston, MA 02111-1307, USA. */ | 19 | Boston, MA 02110-1301, USA. */ |
| 20 | 20 | ||
| 21 | /* Emacs 19 face widget ported by Fred Pierresteguy */ | 21 | /* Emacs 19 face widget ported by Fred Pierresteguy */ |
| 22 | 22 | ||
diff --git a/src/widget.h b/src/widget.h index c5d4f597ea3..174a6a720de 100644 --- a/src/widget.h +++ b/src/widget.h | |||
| @@ -15,8 +15,8 @@ GNU General Public License for more details. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 18 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 19 | Boston, MA 02111-1307, USA. */ | 19 | Boston, MA 02110-1301, USA. */ |
| 20 | 20 | ||
| 21 | /* Emacs 19 face widget ported by Fred Pierresteguy */ | 21 | /* Emacs 19 face widget ported by Fred Pierresteguy */ |
| 22 | 22 | ||
diff --git a/src/widgetprv.h b/src/widgetprv.h index b75ef769029..ce087e825cb 100644 --- a/src/widgetprv.h +++ b/src/widgetprv.h | |||
| @@ -15,8 +15,8 @@ GNU General Public License for more details. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 18 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 19 | Boston, MA 02111-1307, USA. */ | 19 | Boston, MA 02110-1301, USA. */ |
| 20 | 20 | ||
| 21 | /* Emacs 19 face widget ported by Fred Pierresteguy */ | 21 | /* Emacs 19 face widget ported by Fred Pierresteguy */ |
| 22 | 22 | ||
diff --git a/src/window.c b/src/window.c index 3d8fa95f2fe..6155aeddc6b 100644 --- a/src/window.c +++ b/src/window.c | |||
| @@ -17,8 +17,8 @@ GNU General Public License for more details. | |||
| 17 | 17 | ||
| 18 | You should have received a copy of the GNU General Public License | 18 | You should have received a copy of the GNU General Public License |
| 19 | along with GNU Emacs; see the file COPYING. If not, write to | 19 | along with GNU Emacs; see the file COPYING. If not, write to |
| 20 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 20 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 21 | Boston, MA 02111-1307, USA. */ | 21 | Boston, MA 02110-1301, USA. */ |
| 22 | 22 | ||
| 23 | #include <config.h> | 23 | #include <config.h> |
| 24 | #include "lisp.h" | 24 | #include "lisp.h" |
diff --git a/src/window.h b/src/window.h index d77e0a6f56f..99274e04ad1 100644 --- a/src/window.h +++ b/src/window.h | |||
| @@ -16,8 +16,8 @@ GNU General Public License for more details. | |||
| 16 | 16 | ||
| 17 | You should have received a copy of the GNU General Public License | 17 | You should have received a copy of the GNU General Public License |
| 18 | along with GNU Emacs; see the file COPYING. If not, write to | 18 | along with GNU Emacs; see the file COPYING. If not, write to |
| 19 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 19 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 20 | Boston, MA 02111-1307, USA. */ | 20 | Boston, MA 02110-1301, USA. */ |
| 21 | 21 | ||
| 22 | #ifndef WINDOW_H_INCLUDED | 22 | #ifndef WINDOW_H_INCLUDED |
| 23 | #define WINDOW_H_INCLUDED | 23 | #define WINDOW_H_INCLUDED |
diff --git a/src/xdisp.c b/src/xdisp.c index 988aab3a825..5ed987cf84d 100644 --- a/src/xdisp.c +++ b/src/xdisp.c | |||
| @@ -16,8 +16,8 @@ GNU General Public License for more details. | |||
| 16 | 16 | ||
| 17 | You should have received a copy of the GNU General Public License | 17 | You should have received a copy of the GNU General Public License |
| 18 | along with GNU Emacs; see the file COPYING. If not, write to | 18 | along with GNU Emacs; see the file COPYING. If not, write to |
| 19 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 19 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 20 | Boston, MA 02111-1307, USA. */ | 20 | Boston, MA 02110-1301, USA. */ |
| 21 | 21 | ||
| 22 | /* New redisplay written by Gerd Moellmann <gerd@gnu.org>. | 22 | /* New redisplay written by Gerd Moellmann <gerd@gnu.org>. |
| 23 | 23 | ||
diff --git a/src/xfaces.c b/src/xfaces.c index d058bb4f406..616318daa63 100644 --- a/src/xfaces.c +++ b/src/xfaces.c | |||
| @@ -16,8 +16,8 @@ GNU General Public License for more details. | |||
| 16 | 16 | ||
| 17 | You should have received a copy of the GNU General Public License | 17 | You should have received a copy of the GNU General Public License |
| 18 | along with GNU Emacs; see the file COPYING. If not, write to | 18 | along with GNU Emacs; see the file COPYING. If not, write to |
| 19 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 19 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 20 | Boston, MA 02111-1307, USA. */ | 20 | Boston, MA 02110-1301, USA. */ |
| 21 | 21 | ||
| 22 | /* New face implementation by Gerd Moellmann <gerd@gnu.org>. */ | 22 | /* New face implementation by Gerd Moellmann <gerd@gnu.org>. */ |
| 23 | 23 | ||
diff --git a/src/xfns.c b/src/xfns.c index 17a93ac887e..9c3965d7e2b 100644 --- a/src/xfns.c +++ b/src/xfns.c | |||
| @@ -16,8 +16,8 @@ GNU General Public License for more details. | |||
| 16 | 16 | ||
| 17 | You should have received a copy of the GNU General Public License | 17 | You should have received a copy of the GNU General Public License |
| 18 | along with GNU Emacs; see the file COPYING. If not, write to | 18 | along with GNU Emacs; see the file COPYING. If not, write to |
| 19 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 19 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 20 | Boston, MA 02111-1307, USA. */ | 20 | Boston, MA 02110-1301, USA. */ |
| 21 | 21 | ||
| 22 | #include <config.h> | 22 | #include <config.h> |
| 23 | #include <stdio.h> | 23 | #include <stdio.h> |
diff --git a/src/xmenu.c b/src/xmenu.c index 16d4e0029cd..bcc0e57bcdb 100644 --- a/src/xmenu.c +++ b/src/xmenu.c | |||
| @@ -16,8 +16,8 @@ GNU General Public License for more details. | |||
| 16 | 16 | ||
| 17 | You should have received a copy of the GNU General Public License | 17 | You should have received a copy of the GNU General Public License |
| 18 | along with GNU Emacs; see the file COPYING. If not, write to | 18 | along with GNU Emacs; see the file COPYING. If not, write to |
| 19 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 19 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 20 | Boston, MA 02111-1307, USA. */ | 20 | Boston, MA 02110-1301, USA. */ |
| 21 | 21 | ||
| 22 | /* X pop-up deck-of-cards menu facility for GNU Emacs. | 22 | /* X pop-up deck-of-cards menu facility for GNU Emacs. |
| 23 | * | 23 | * |
diff --git a/src/xrdb.c b/src/xrdb.c index 957227b7942..248e5eba64d 100644 --- a/src/xrdb.c +++ b/src/xrdb.c | |||
| @@ -15,8 +15,8 @@ GNU General Public License for more details. | |||
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 18 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 19 | Boston, MA 02111-1307, USA. */ | 19 | Boston, MA 02110-1301, USA. */ |
| 20 | 20 | ||
| 21 | /* Written by jla, 4/90 */ | 21 | /* Written by jla, 4/90 */ |
| 22 | 22 | ||
diff --git a/src/xselect.c b/src/xselect.c index b0a2aee92ec..13bc241053f 100644 --- a/src/xselect.c +++ b/src/xselect.c | |||
| @@ -16,8 +16,8 @@ GNU General Public License for more details. | |||
| 16 | 16 | ||
| 17 | You should have received a copy of the GNU General Public License | 17 | You should have received a copy of the GNU General Public License |
| 18 | along with GNU Emacs; see the file COPYING. If not, write to | 18 | along with GNU Emacs; see the file COPYING. If not, write to |
| 19 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 19 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 20 | Boston, MA 02111-1307, USA. */ | 20 | Boston, MA 02110-1301, USA. */ |
| 21 | 21 | ||
| 22 | 22 | ||
| 23 | /* Rewritten by jwz */ | 23 | /* Rewritten by jwz */ |
diff --git a/src/xsmfns.c b/src/xsmfns.c index 5b53c0ca34d..9a94adbb997 100644 --- a/src/xsmfns.c +++ b/src/xsmfns.c | |||
| @@ -16,8 +16,8 @@ GNU General Public License for more details. | |||
| 16 | 16 | ||
| 17 | You should have received a copy of the GNU General Public License | 17 | You should have received a copy of the GNU General Public License |
| 18 | along with GNU Emacs; see the file COPYING. If not, write to | 18 | along with GNU Emacs; see the file COPYING. If not, write to |
| 19 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 19 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 20 | Boston, MA 02111-1307, USA. */ | 20 | Boston, MA 02110-1301, USA. */ |
| 21 | 21 | ||
| 22 | #include <config.h> | 22 | #include <config.h> |
| 23 | 23 | ||
diff --git a/src/xterm.c b/src/xterm.c index ab299d1fa36..ab46a7700e3 100644 --- a/src/xterm.c +++ b/src/xterm.c | |||
| @@ -16,8 +16,8 @@ GNU General Public License for more details. | |||
| 16 | 16 | ||
| 17 | You should have received a copy of the GNU General Public License | 17 | You should have received a copy of the GNU General Public License |
| 18 | along with GNU Emacs; see the file COPYING. If not, write to | 18 | along with GNU Emacs; see the file COPYING. If not, write to |
| 19 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 19 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 20 | Boston, MA 02111-1307, USA. */ | 20 | Boston, MA 02110-1301, USA. */ |
| 21 | 21 | ||
| 22 | /* New display code by Gerd Moellmann <gerd@gnu.org>. */ | 22 | /* New display code by Gerd Moellmann <gerd@gnu.org>. */ |
| 23 | /* Xt features made by Fred Pierresteguy. */ | 23 | /* Xt features made by Fred Pierresteguy. */ |
diff --git a/src/xterm.h b/src/xterm.h index 2c24dcd592c..df444bfea7b 100644 --- a/src/xterm.h +++ b/src/xterm.h | |||
| @@ -16,8 +16,8 @@ GNU General Public License for more details. | |||
| 16 | 16 | ||
| 17 | You should have received a copy of the GNU General Public License | 17 | You should have received a copy of the GNU General Public License |
| 18 | along with GNU Emacs; see the file COPYING. If not, write to | 18 | along with GNU Emacs; see the file COPYING. If not, write to |
| 19 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 19 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 20 | Boston, MA 02111-1307, USA. */ | 20 | Boston, MA 02110-1301, USA. */ |
| 21 | 21 | ||
| 22 | #include <X11/Xlib.h> | 22 | #include <X11/Xlib.h> |
| 23 | #include <X11/cursorfont.h> | 23 | #include <X11/cursorfont.h> |