diff options
author | Joseph Myers <joseph@codesourcery.com> | 2011-04-06 17:04:18 +0100 |
---|---|---|
committer | Joseph Myers <jsm28@gcc.gnu.org> | 2011-04-06 17:04:18 +0100 |
commit | ad01c4370f1cb5d1a88198d3f59ae4bcf72a9a6d (patch) | |
tree | e964c0f04899dabfa9f0844554a6f1479eb9055c /gcc/gcov-io.c | |
parent | db0adf823043571405db77196c8b8898212808ec (diff) | |
download | gcc-ad01c4370f1cb5d1a88198d3f59ae4bcf72a9a6d.zip gcc-ad01c4370f1cb5d1a88198d3f59ae4bcf72a9a6d.tar.gz gcc-ad01c4370f1cb5d1a88198d3f59ae4bcf72a9a6d.tar.bz2 |
* gcov-io.c: Use GCC Runtime Library Exception.
From-SVN: r172053
Diffstat (limited to 'gcc/gcov-io.c')
-rw-r--r-- | gcc/gcov-io.c | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/gcc/gcov-io.c b/gcc/gcov-io.c index 6d371cd..37c1c3e 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 <http://www.gnu.org/licenses/>. */ /* Routines declared in gcov-io.h. This file should be #included by |