diff options
author | Nick Clifton <nickc@redhat.com> | 2010-06-08 10:30:56 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2010-06-08 10:30:56 +0000 |
commit | 9fbcbd8145b538d4e48d7f8a13b8949bc2197ed7 (patch) | |
tree | 70e3eb8e6532f5b87394ab8d165771a7af9a960a /gas | |
parent | 092b7bb81c3b637f4ad091ed293794ed3702b01e (diff) | |
download | fsf-binutils-gdb-9fbcbd8145b538d4e48d7f8a13b8949bc2197ed7.zip fsf-binutils-gdb-9fbcbd8145b538d4e48d7f8a13b8949bc2197ed7.tar.gz fsf-binutils-gdb-9fbcbd8145b538d4e48d7f8a13b8949bc2197ed7.tar.bz2 |
etc/ChangeLog
* standards.texi: Relicense under GFDL v1.3.
* fdl.texi: Replace with v1.3 text.
gas/ChangeLog
* doc/as.texinfo: Replace abbreviated 20th century year numbers
with full versions.
gprof/ChangeLog
* gprof.texi: Replace abbreviated 20th century year numbers with
full versions.
ld/ChangeLog
* fdl.texi: Replace with v1.3 text.
* ld.texinfo: Replace abbreviated 20th century year numbers with
full versions.
* ldint.texinfo: Likewise.
Relicense under GFDL v1.3. Replace text of v1.1 FDL with an
include of the fdl.texi file.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 5 | ||||
-rw-r--r-- | gas/doc/as.texinfo | 8 |
2 files changed, 9 insertions, 4 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 29777b9..d775a80 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2010-06-08 Nick Clifton <nickc@redhat.com> + + * doc/as.texinfo: Replace abbreviated 20th century year numbers + with full versions. + 2010-06-02 Quentin Neill <quentin.neill@amd.com> * config/tc-i386.c (OPTION_MAVXSCALAR): Fix define. diff --git a/gas/doc/as.texinfo b/gas/doc/as.texinfo index 418e133..f304b92 100644 --- a/gas/doc/as.texinfo +++ b/gas/doc/as.texinfo @@ -103,8 +103,8 @@ END-INFO-DIR-ENTRY This file documents the GNU Assembler "@value{AS}". @c man begin COPYRIGHT -Copyright @copyright{} 1991, 92, 93, 94, 95, 96, 97, 98, 99, 2000, 2001, 2002, -2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +Copyright @copyright{} 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, +2000, 2001, 2002, 2006, 2007, 2008, 2009, 2010 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 @@ -153,8 +153,8 @@ done. @end tex @vskip 0pt plus 1filll -Copyright @copyright{} 1991, 92, 93, 94, 95, 96, 97, 98, 99, 2000, 2001, 2002, -2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +Copyright @copyright{} 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, +2000, 2001, 2002, 2006, 2007, 2008, 2009, 2010 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 |