aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKarl Heuer1996-07-20 18:10:35 +0000
committerKarl Heuer1996-07-20 18:10:35 +0000
commit1fb87c7784670dafa3dfb6b2326a5cb8b3f94137 (patch)
tree3fdccf9dd31c1cedc4187f5f14f33ce0c0ece939 /src
parent29bd7a8f90313a5aa760df9c142d010351449102 (diff)
downloademacs-1fb87c7784670dafa3dfb6b2326a5cb8b3f94137.tar.gz
emacs-1fb87c7784670dafa3dfb6b2326a5cb8b3f94137.zip
Fix FSF address in comment.
Diffstat (limited to 'src')
-rw-r--r--src/config.in5
-rw-r--r--src/makefile.nt5
-rw-r--r--src/s/sco5.h5
-rw-r--r--src/w32term.c5
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
14GNU General Public License for more details. 14GNU General Public License for more details.
15 15
16You should have received a copy of the GNU General Public License 16You should have received a copy of the GNU General Public License
17along with GNU Emacs; see the file COPYING. If not, write to 17along with GNU Emacs; see the file COPYING. If not, write to the
18the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ 18Free Software Foundation, Inc., 59 Temple Place - Suite 330,
19Boston, 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
14GNU General Public License for more details. 14GNU General Public License for more details.
15 15
16You should have received a copy of the GNU General Public License 16You should have received a copy of the GNU General Public License
17along with GNU Emacs; see the file COPYING. If not, write to 17along with GNU Emacs; see the file COPYING. If not, write to the
18the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ 18Free Software Foundation, Inc., 59 Temple Place - Suite 330,
19Boston, 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
14GNU General Public License for more details. 14GNU General Public License for more details.
15 15
16You should have received a copy of the GNU General Public License 16You should have received a copy of the GNU General Public License
17along with GNU Emacs; see the file COPYING. If not, write to 17along with GNU Emacs; see the file COPYING. If not, write to the
18the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ 18Free Software Foundation, Inc., 59 Temple Place - Suite 330,
19Boston, MA 02111-1307, USA. */
19 20
20/* Added by Kevin Gallo */ 21/* Added by Kevin Gallo */
21 22