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. -- Joseph S. Myers jos...@codesourcery.com