summaryrefslogtreecommitdiff
path: root/gcc/libgcc1.c
diff options
context:
space:
mode:
authorkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>1994-04-28 22:29:12 +0000
committerkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>1994-04-28 22:29:12 +0000
commitf9b6c2c937ecad200424b459eb82b931762099c9 (patch)
tree73b1c90aa6ed1c10d8a654e8c9f2678326c5992f /gcc/libgcc1.c
parent86fbf402be4007838a2ce6aa6e51edeb142fd517 (diff)
downloadgcc-f9b6c2c937ecad200424b459eb82b931762099c9.tar.gz
Clarify license status.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7169 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/libgcc1.c')
-rw-r--r--gcc/libgcc1.c9
1 files changed, 5 insertions, 4 deletions
diff --git a/gcc/libgcc1.c b/gcc/libgcc1.c
index 09a9043431f..7c0e0c10129 100644
--- a/gcc/libgcc1.c
+++ b/gcc/libgcc1.c
@@ -1,6 +1,6 @@
/* Subroutines needed by GCC output code on some machines. */
/* Compile this file with the Unix C compiler! */
-/* Copyright (C) 1987, 1988, 1992 Free Software Foundation, Inc.
+/* Copyright (C) 1987, 1988, 1992, 1994 Free Software Foundation, Inc.
This file is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the
@@ -24,9 +24,10 @@ 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. */
-/* As a special exception, if you link this library with files
- compiled with GCC to produce an executable, this does not cause
- the resulting executable to be covered by the GNU General Public License.
+/* As a special exception, if you link this library with other files,
+ some of which are compiled with GCC, to produce an executable,
+ this library does not by itself cause the resulting executable
+ to be covered by the GNU General Public License.
This exception does not however invalidate any other reasons why
the executable file might be covered by the GNU General Public License. */