diff options
author | Andreas Schwab <schwab@linux-m68k.org> | 2012-06-28 09:01:38 +0000 |
---|---|---|
committer | Andreas Schwab <schwab@gcc.gnu.org> | 2012-06-28 09:01:38 +0000 |
commit | e6fdc91823109071b014939570e18a276134b026 (patch) | |
tree | d52fb824c4ecb3d48394ac4b27dadc0c38cc6673 | |
parent | ecd49d513b49e83434723815d2cf0fab4f328280 (diff) | |
download | gcc-e6fdc91823109071b014939570e18a276134b026.zip gcc-e6fdc91823109071b014939570e18a276134b026.tar.gz gcc-e6fdc91823109071b014939570e18a276134b026.tar.bz2 |
* libgomp.texi: Include gpl_v3.texi instead of gpl.texi.
From-SVN: r189041
-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 9ec6159..1cfd599 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 29c078b..f8996f4 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 |