From ab97ebb9f8e10668d9de2a1e2840654a63f3092d Mon Sep 17 00:00:00 2001 From: Jeff Law <law@gcc.gnu.org> Date: Mon, 11 Jan 1999 07:09:10 -0700 Subject: [PATCH] Update FSF address in copyright header. From-SVN: r24619 --- gcc/dyn-string.c | 5 +++-- gcc/dyn-string.h | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/gcc/dyn-string.c b/gcc/dyn-string.c index 02ee8373c438..f00510f28631 100644 --- a/gcc/dyn-string.c +++ b/gcc/dyn-string.c @@ -15,8 +15,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 GNU CC; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +along with GNU CC; see the file COPYING. If not, write to +the Free Software Foundation, 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ #include "config.h" #include "system.h" diff --git a/gcc/dyn-string.h b/gcc/dyn-string.h index bb2d831d764a..d6cd137e644e 100644 --- a/gcc/dyn-string.h +++ b/gcc/dyn-string.h @@ -15,8 +15,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 GNU CC; see the file COPYING. If not, write to the Free -Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +along with GNU CC; see the file COPYING. If not, write to +the Free Software Foundation, 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ typedef struct dyn_string { -- GitLab