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