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 | ad502c0d258fca1082a8976df28d277fcf778eca (patch) | |
tree | 87cfe06a9b4cdee0e272e8467197c2ea2c00b4bc | |
parent | 1d4b2022b38d60717f5eadfc8099f7d574a4d904 (diff) | |
download | emacs-ad502c0d258fca1082a8976df28d277fcf778eca.tar.gz |
Update FSF address in comment.
-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 | ||||
-rw-r--r-- | tparam.c | 3 |
6 files changed, 13 insertions, 9 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 @@ -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 |