diff options
author | schwab <schwab@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-06-28 09:01:38 +0000 |
---|---|---|
committer | schwab <schwab@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-06-28 09:01:38 +0000 |
commit | 3e3743d9dc84e31e7fc385e393e17093695c1292 (patch) | |
tree | d52fb824c4ecb3d48394ac4b27dadc0c38cc6673 /libgomp | |
parent | c43fbd618bc9861295fd1ce66cac6c8145b13782 (diff) | |
download | gcc-3e3743d9dc84e31e7fc385e393e17093695c1292.tar.gz |
* libgomp.texi: Include gpl_v3.texi instead of gpl.texi.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@189041 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgomp')
-rw-r--r-- | libgomp/ChangeLog | 4 | ||||
-rw-r--r-- | libgomp/libgomp.texi | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog index 9ec6159135f..1cfd599d460 100644 --- a/libgomp/ChangeLog +++ b/libgomp/ChangeLog @@ -1,3 +1,7 @@ +2012-06-28 Andreas Schwab <schwab@linux-m68k.org> + + * libgomp.texi: Include gpl_v3.texi instead of gpl.texi. + 2012-06-22 Richard Guenther <rguenther@suse.de> Merge from graphite branch diff --git a/libgomp/libgomp.texi b/libgomp/libgomp.texi index 29c078b668e..f8996f4776c 100644 --- a/libgomp/libgomp.texi +++ b/libgomp/libgomp.texi @@ -7,7 +7,7 @@ @copying -Copyright @copyright{} 2006, 2007, 2008, 2010, 2011 Free Software Foundation, Inc. +Copyright @copyright{} 2006, 2007, 2008, 2010, 2011, 2012 Free Software Foundation, Inc. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or @@ -1737,7 +1737,7 @@ Bugs in the GNU OpenMP implementation should be reported via @c GNU General Public License @c --------------------------------------------------------------------- -@include gpl.texi +@include gpl_v3.texi |