From cf09cacba557962c091a146b8b8b0e4d4908ac04 Mon Sep 17 00:00:00 2001 From: jsm28 Date: Wed, 6 Apr 2011 16:04:18 +0000 Subject: * gcov-io.c: Use GCC Runtime Library Exception. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@172053 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/gcov-io.c | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'gcc/gcov-io.c') diff --git a/gcc/gcov-io.c b/gcc/gcov-io.c index 6d371cdcddf..37c1c3e3508 100644 --- a/gcc/gcov-io.c +++ b/gcc/gcov-io.c @@ -16,8 +16,13 @@ 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 GCC; see the file COPYING3. If not see +Under Section 7 of GPL version 3, you are granted additional +permissions described in the GCC Runtime Library Exception, version +3.1, as published by the Free Software Foundation. + +You should have received a copy of the GNU General Public License and +a copy of the GCC Runtime Library Exception along with this program; +see the files COPYING3 and COPYING.RUNTIME respectively. If not, see . */ /* Routines declared in gcov-io.h. This file should be #included by -- cgit v1.2.1