diff options
author | Roland McGrath <roland@hack.frob.com> | 2011-06-06 15:57:10 -0700 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2011-06-06 16:16:55 -0700 |
commit | 069e52f8362adc26a6b7ad2b32664a68d0cc7a29 (patch) | |
tree | 2f975a032e75ce46f0035507835a2e06a50c32b5 /ChangeLog | |
parent | f16846a5f279b4eb5f80821e8d27ffa73b1a1f7d (diff) | |
download | glibc-069e52f8362adc26a6b7ad2b32664a68d0cc7a29.tar glibc-069e52f8362adc26a6b7ad2b32664a68d0cc7a29.tar.gz glibc-069e52f8362adc26a6b7ad2b32664a68d0cc7a29.tar.bz2 glibc-069e52f8362adc26a6b7ad2b32664a68d0cc7a29.zip |
Use canonical FSF .texi files for LGPL and FDL texts.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -1,3 +1,19 @@ +2011-06-06 Roland McGrath <roland@hack.frob.com> + + [BZ #12849] + * manual/fdl-1.1.texi: New file, verbatim from: + http://www.gnu.org/licenses/old-licenses/fdl-1.1.texi + * manual/lgpl-2.1.texi: New file, verbatim from: + http://www.gnu.org/licenses/old-licenses/lgpl-2.1.texi + * manual/Makefile (licenses): New variable, list those new file names. + (texis): Use it. + (chapters.% top-menu.%): Include $(licenses) with $(appendices). + + * manual/fdl.texi: File removed. + * manual/lesser.texi: File removed. + * manual/libc.texinfo (Copying, Documentation License): + Use new @include file names, put @appendix directive before @include. + 2011-06-04 Jakub Jelinek <jakub@redhat.com> [BZ #12841] |