diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-01-11 13:25:48 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-01-11 13:25:48 +0000 |
commit | 7d97d0e65561912904ac4057fc78353edbe6d487 (patch) | |
tree | b6ae369c965462a844599221b515b7a9d6c8d7e7 /contrib | |
parent | c0ca05506b9d1dccc93af9302f65ff4c71fcccbc (diff) | |
download | gcc-7d97d0e65561912904ac4057fc78353edbe6d487.tar.gz |
Update FSF address in copyright notice.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@24613 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/fixinc/regex.c | 3 | ||||
-rw-r--r-- | contrib/fixinc/regex.h | 5 |
2 files changed, 5 insertions, 3 deletions
diff --git a/contrib/fixinc/regex.c b/contrib/fixinc/regex.c index dfab691b504..92e5fba4c47 100644 --- a/contrib/fixinc/regex.c +++ b/contrib/fixinc/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, 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/contrib/fixinc/regex.h b/contrib/fixinc/regex.h index 3dd60eac518..f36d46f2914 100644 --- a/contrib/fixinc/regex.h +++ b/contrib/fixinc/regex.h @@ -15,9 +15,10 @@ 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, 59 Temple Place - Suite 330, + Boston, MA 02111-1307, USA. */ -/* $Id: regex.h,v 1.1 1998/03/20 16:19:41 korbb Exp $ */ +/* $Id: regex.h,v 1.2 1999/01/11 13:25:48 law Exp $ */ #ifndef __REGEXP_LIBRARY_H__ #define __REGEXP_LIBRARY_H__ |