diff options
author | Karl Heuer <kwzh@gnu.org> | 1996-01-29 22:30:55 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1996-01-29 22:30:55 +0000 |
commit | ba4a8e51f9c1d179c845eb717d2161cbd815d04c (patch) | |
tree | 7ffbc93284d26a11265c610ac2a1e791302f0dc3 /src | |
parent | 48ffe371ec5245f098fd02c05da201a3829baafa (diff) | |
download | emacs-ba4a8e51f9c1d179c845eb717d2161cbd815d04c.tar.gz |
Update FSF address in comment.
Diffstat (limited to 'src')
-rw-r--r-- | src/alloca.s | 6 | ||||
-rw-r--r-- | src/regex.c | 3 | ||||
-rw-r--r-- | src/regex.h | 3 | ||||
-rw-r--r-- | src/termcap.c | 4 | ||||
-rw-r--r-- | src/tparam.c | 3 |
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 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. - You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ + You should have received a copy of the GNU General Public License along + with this program; if not, write to the Free Software Foundation, Inc., + 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /* Both 68000 systems I have run this on have had broken versions of alloca. 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 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software - Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, + USA. */ /* AIX requires this to be the first thing in the file. */ #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 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software - Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, + USA. */ #ifndef __REGEXP_LIBRARY_H__ #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. You should have received a copy of the GNU General Public License along with this program; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ /* Emacs config.h may rename various library functions such as malloc. */ #ifdef HAVE_CONFIG_H @@ -781,4 +782,3 @@ tprint (cap) } #endif /* TEST */ - 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. You should have received a copy of the GNU General Public License along with this program; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ /* Emacs config.h may rename various library functions such as malloc. */ #ifdef HAVE_CONFIG_H |