aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKarl Heuer1996-01-29 22:30:55 +0000
committerKarl Heuer1996-01-29 22:30:55 +0000
commitba4a8e51f9c1d179c845eb717d2161cbd815d04c (patch)
tree7ffbc93284d26a11265c610ac2a1e791302f0dc3 /src
parent48ffe371ec5245f098fd02c05da201a3829baafa (diff)
downloademacs-ba4a8e51f9c1d179c845eb717d2161cbd815d04c.tar.gz
emacs-ba4a8e51f9c1d179c845eb717d2161cbd815d04c.zip
Update FSF address in comment.
Diffstat (limited to 'src')
-rw-r--r--src/alloca.s6
-rw-r--r--src/regex.c3
-rw-r--r--src/regex.h3
-rw-r--r--src/termcap.c4
-rw-r--r--src/tparam.c3
5 files changed, 11 insertions, 8 deletions
diff --git a/src/alloca.s b/src/alloca.s
index 4cae6ab3bfb..5277586a2ea 100644
--- a/src/alloca.s
+++ b/src/alloca.s
@@ -12,9 +12,9 @@
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 GNU General Public License for more details. 13 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 along
16 along with this program; if not, write to the Free Software 16 with this program; if not, write to the Free Software Foundation, Inc.,
17 Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ 17 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
18 18
19/* Both 68000 systems I have run this on have had broken versions of alloca. 19/* Both 68000 systems I have run this on have had broken versions of alloca.
20 Also, I am told that non-berkeley systems do not have it at all. 20 Also, I am told that non-berkeley systems do not have it at all.
diff --git a/src/regex.c b/src/regex.c
index 508a2714250..7128c4e87c1 100644
--- a/src/regex.c
+++ b/src/regex.c
@@ -17,7 +17,8 @@
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., 675 Mass Ave, Cambridge, MA 02139, USA. */ 20 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
21 USA. */
21 22
22/* AIX requires this to be the first thing in the file. */ 23/* AIX requires this to be the first thing in the file. */
23#if defined (_AIX) && !defined (REGEX_MALLOC) 24#if defined (_AIX) && !defined (REGEX_MALLOC)
diff --git a/src/regex.h b/src/regex.h
index 5184e6bb714..61bdd6e11a4 100644
--- a/src/regex.h
+++ b/src/regex.h
@@ -15,7 +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 this program; if not, write to the Free Software 17 along with this program; if not, write to the Free Software
18 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ 18 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
19 USA. */
19 20
20#ifndef __REGEXP_LIBRARY_H__ 21#ifndef __REGEXP_LIBRARY_H__
21#define __REGEXP_LIBRARY_H__ 22#define __REGEXP_LIBRARY_H__
diff --git a/src/termcap.c b/src/termcap.c
index 2b0277874ba..f41f24f160d 100644
--- a/src/termcap.c
+++ b/src/termcap.c
@@ -13,7 +13,8 @@ GNU General Public License for more details.
13 13
14You should have received a copy of the GNU General Public License 14You should have received a copy of the GNU General Public License
15along with this program; see the file COPYING. If not, write to 15along with this program; see the file COPYING. If not, write to
16the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ 16the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
17Boston, MA 02111-1307, USA. */
17 18
18/* Emacs config.h may rename various library functions such as malloc. */ 19/* Emacs config.h may rename various library functions such as malloc. */
19#ifdef HAVE_CONFIG_H 20#ifdef HAVE_CONFIG_H
@@ -781,4 +782,3 @@ tprint (cap)
781} 782}
782 783
783#endif /* TEST */ 784#endif /* TEST */
784
diff --git a/src/tparam.c b/src/tparam.c
index a5ee362eaa4..ae12e72ac7b 100644
--- a/src/tparam.c
+++ b/src/tparam.c
@@ -13,7 +13,8 @@ GNU General Public License for more details.
13 13
14You should have received a copy of the GNU General Public License 14You should have received a copy of the GNU General Public License
15along with this program; see the file COPYING. If not, write to 15along with this program; see the file COPYING. If not, write to
16the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ 16the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
17Boston, MA 02111-1307, USA. */
17 18
18/* Emacs config.h may rename various library functions such as malloc. */ 19/* Emacs config.h may rename various library functions such as malloc. */
19#ifdef HAVE_CONFIG_H 20#ifdef HAVE_CONFIG_H