aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJeff Law <law@gcc.gnu.org>1999-01-06 13:02:36 -0700
committerJeff Law <law@gcc.gnu.org>1999-01-06 13:02:36 -0700
commitfdf004cfcbbc7278a3e44e740f6d125022b14ef3 (patch)
tree5f89e42b86afaf647fb1cb39a915cef2bebd743d /gcc
parent44ba0e9336cd74dd0b1d2f49a0e723d0cb07297e (diff)
downloadgcc-fdf004cfcbbc7278a3e44e740f6d125022b14ef3.zip
gcc-fdf004cfcbbc7278a3e44e740f6d125022b14ef3.tar.gz
gcc-fdf004cfcbbc7278a3e44e740f6d125022b14ef3.tar.bz2
Fix copyrights.
From-SVN: r24531
Diffstat (limited to 'gcc')
-rw-r--r--gcc/config/i386/go32.h19
-rw-r--r--gcc/expr.c2
-rw-r--r--gcc/real.c2
3 files changed, 21 insertions, 2 deletions
diff --git a/gcc/config/i386/go32.h b/gcc/config/i386/go32.h
index 1bca1b2..cad716e 100644
--- a/gcc/config/i386/go32.h
+++ b/gcc/config/i386/go32.h
@@ -1,4 +1,23 @@
/* Configuration for an i386 running MS-DOS with djgpp/go32. */
+ Copyright (C) 1997, 1998, 1999 Free Software Foundation, Inc.
+
+This file is part of GNU CC.
+
+GNU CC is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2, or (at your option)
+any later version.
+
+GNU CC is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+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, 59 Temple Place - Suite 330,
+Boston, MA 02111-1307, USA. */
+
#include "dbxcoff.h"
diff --git a/gcc/expr.c b/gcc/expr.c
index 48f726a..12e0cd0 100644
--- a/gcc/expr.c
+++ b/gcc/expr.c
@@ -1,5 +1,5 @@
/* Convert tree expression to rtl instructions, for GNU compiler.
- Copyright (C) 1988, 92-97, 1998 Free Software Foundation, Inc.
+ Copyright (C) 1988, 92-98, 1999 Free Software Foundation, Inc.
This file is part of GNU CC.
diff --git a/gcc/real.c b/gcc/real.c
index 22b4ba5..6f8e06a 100644
--- a/gcc/real.c
+++ b/gcc/real.c
@@ -1,6 +1,6 @@
/* real.c - implementation of REAL_ARITHMETIC, REAL_VALUE_ATOF,
and support for XFmode IEEE extended real floating point arithmetic.
- Copyright (C) 1993, 94, 95, 96, 97, 1998 Free Software Foundation, Inc.
+ Copyright (C) 1993, 94-98, 1999 Free Software Foundation, Inc.
Contributed by Stephen L. Moshier (moshier@world.std.com).
This file is part of GNU CC.