diff options
| author | Karl Heuer | 1996-07-20 18:10:35 +0000 |
|---|---|---|
| committer | Karl Heuer | 1996-07-20 18:10:35 +0000 |
| commit | 1fb87c7784670dafa3dfb6b2326a5cb8b3f94137 (patch) | |
| tree | 3fdccf9dd31c1cedc4187f5f14f33ce0c0ece939 /src | |
| parent | 29bd7a8f90313a5aa760df9c142d010351449102 (diff) | |
| download | emacs-1fb87c7784670dafa3dfb6b2326a5cb8b3f94137.tar.gz emacs-1fb87c7784670dafa3dfb6b2326a5cb8b3f94137.zip | |
Fix FSF address in comment.
Diffstat (limited to 'src')
| -rw-r--r-- | src/config.in | 5 | ||||
| -rw-r--r-- | src/makefile.nt | 5 | ||||
| -rw-r--r-- | src/s/sco5.h | 5 | ||||
| -rw-r--r-- | src/w32term.c | 5 |
4 files changed, 12 insertions, 8 deletions
diff --git a/src/config.in b/src/config.in index 9f5f0161ad2..898882a0f65 100644 --- a/src/config.in +++ b/src/config.in | |||
| @@ -14,8 +14,9 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 14 | GNU General Public License for more details. | 14 | 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 the |
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 19 | Boston, MA 02111-1307, USA. */ | ||
| 19 | 20 | ||
| 20 | 21 | ||
| 21 | /* No code in Emacs #includes config.h twice, but some of the code | 22 | /* No code in Emacs #includes config.h twice, but some of the code |
diff --git a/src/makefile.nt b/src/makefile.nt index de3abea1ff6..7e4d86c21ce 100644 --- a/src/makefile.nt +++ b/src/makefile.nt | |||
| @@ -16,8 +16,9 @@ | |||
| 16 | # GNU General Public License for more details. | 16 | # 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 the |
| 20 | # the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 20 | # Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 21 | # Boston, MA 02111-1307, USA. | ||
| 21 | # | 22 | # |
| 22 | 23 | ||
| 23 | # | 24 | # |
diff --git a/src/s/sco5.h b/src/s/sco5.h index ef247b3665e..6c4fa0adbbe 100644 --- a/src/s/sco5.h +++ b/src/s/sco5.h | |||
| @@ -14,8 +14,9 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 14 | GNU General Public License for more details. | 14 | 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 the |
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 19 | Boston, MA 02111-1307, USA. */ | ||
| 19 | 20 | ||
| 20 | /* Contributed by Mark Diekhans <markd@grizzly.com>. */ | 21 | /* Contributed by Mark Diekhans <markd@grizzly.com>. */ |
| 21 | 22 | ||
diff --git a/src/w32term.c b/src/w32term.c index 4299d1d6a0e..27a4933b064 100644 --- a/src/w32term.c +++ b/src/w32term.c | |||
| @@ -14,8 +14,9 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 14 | GNU General Public License for more details. | 14 | 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 the |
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 19 | Boston, MA 02111-1307, USA. */ | ||
| 19 | 20 | ||
| 20 | /* Added by Kevin Gallo */ | 21 | /* Added by Kevin Gallo */ |
| 21 | 22 | ||