[Patch] libgcov.c re-factoring

Teresa Johnson tejohnson@google.com
Fri Jan 3 22:56:00 GMT 2014


On Fri, Jan 3, 2014 at 2:49 PM, Joseph S. Myers <joseph@codesourcery.com> wrote:
> On Fri, 3 Jan 2014, Teresa Johnson wrote:
>
>> Index: libgcc/libgcov.h
>> ===================================================================
>> --- libgcc/libgcov.h    (revision 0)
>> +++ libgcc/libgcov.h    (revision 0)
>> @@ -0,0 +1,224 @@
>> +/* Header file for libgcov-*.c.
>> +   Copyright (C) 1996-2013 Free Software Foundation, Inc.
>> +
>> +   This file is part of GCC.
>> +
>> +   GCC 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 3, or (at your option) any later
>> +   version.
>> +
>> +   GCC 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 GCC; see the file COPYING3.  If not see
>> +   <http://www.gnu.org/licenses/>.  */
>
> Any libgcc source file (.c/.h etc., not makefiles) should have the runtime
> license exception.

Ok, thanks. I have changed this last paragraph to the following:

   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
   <http://www.gnu.org/licenses/>.  */

Teresa

>
> --
> Joseph S. Myers
> joseph@codesourcery.com



-- 
Teresa Johnson | Software Engineer | tejohnson@google.com | 408-460-2413



More information about the Gcc-patches mailing list