]> code.ossystems Code Review - openembedded-core.git/blob
09fdeef73b5663a601122b0dd6e71ba728355469
[openembedded-core.git] /
1 Upstream-Status: Inappropriate [Backport]
2 From 578ce9461ebac7a6ec001c0025e0b854385ec39c Mon Sep 17 00:00:00 2001
3 From: jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4>
4 Date: Wed, 6 Apr 2011 16:05:18 +0000
5 Subject: [PATCH 072/200]        * gcov-io.c: Use GCC Runtime Library Exception.
6
7 git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-4_6-branch@172054 138bc75d-0d04-0410-961f-82ee72b054a4
8
9 index 6d371cd..37c1c3e 100644
10 --- a/gcc/gcov-io.c
11 +++ b/gcc/gcov-io.c
12 @@ -16,8 +16,13 @@ WARRANTY; without even the implied warranty of MERCHANTABILITY or
13  FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
14  for more details.
15  
16 -You should have received a copy of the GNU General Public License
17 -along with GCC; see the file COPYING3.  If not see
18 +Under Section 7 of GPL version 3, you are granted additional
19 +permissions described in the GCC Runtime Library Exception, version
20 +3.1, as published by the Free Software Foundation.
21 +
22 +You should have received a copy of the GNU General Public License and
23 +a copy of the GCC Runtime Library Exception along with this program;
24 +see the files COPYING3 and COPYING.RUNTIME respectively.  If not, see
25  <http://www.gnu.org/licenses/>.  */
26  
27  /* Routines declared in gcov-io.h.  This file should be #included by
28 -- 
29 1.7.0.4
30