From 2656917a5240acfdea7a8d73e0d627a7aa002bf4 Mon Sep 17 00:00:00 2001 From: kcook Date: Wed, 29 Jun 2005 02:34:39 +0000 Subject: [PATCH] 2005-06-29 Kelley Cook * all files: Update FSF address in copyright headers. * makeucnid.c (write_copyright): Update outputted FSF address. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@101413 138bc75d-0d04-0410-961f-82ee72b054a4 --- libcpp/ChangeLog | 5 +++++ libcpp/Makefile.in | 4 ++-- libcpp/charset.c | 2 +- libcpp/directives.c | 2 +- libcpp/errors.c | 2 +- libcpp/expr.c | 4 ++-- libcpp/files.c | 2 +- libcpp/identifiers.c | 2 +- libcpp/include/cpp-id-data.h | 2 +- libcpp/include/cpplib.h | 2 +- libcpp/include/line-map.h | 2 +- libcpp/include/mkdeps.h | 2 +- libcpp/include/symtab.h | 2 +- libcpp/init.c | 2 +- libcpp/internal.h | 2 +- libcpp/lex.c | 2 +- libcpp/line-map.c | 2 +- libcpp/macro.c | 2 +- libcpp/makedepend.c | 2 +- libcpp/makeucnid.c | 4 ++-- libcpp/mkdeps.c | 2 +- libcpp/pch.c | 2 +- libcpp/symtab.c | 2 +- libcpp/system.h | 4 ++-- libcpp/traditional.c | 2 +- libcpp/ucnid.h | 2 +- libcpp/ucnid.tab | 2 +- 27 files changed, 35 insertions(+), 30 deletions(-) diff --git a/libcpp/ChangeLog b/libcpp/ChangeLog index cc045a0c9c4..165461c88fb 100644 --- a/libcpp/ChangeLog +++ b/libcpp/ChangeLog @@ -1,3 +1,8 @@ +2005-06-29 Kelley Cook + + * all files: Update FSF address in copyright headers. + * makeucnid.c (write_copyright): Update outputted FSF address. + 2005-06-13 Zack Weinberg * configure.ac: Invoke ZW_CREATE_DEPDIR and diff --git a/libcpp/Makefile.in b/libcpp/Makefile.in index d236c1bd999..9336c5d3c7a 100644 --- a/libcpp/Makefile.in +++ b/libcpp/Makefile.in @@ -17,8 +17,8 @@ #You should have received a copy of the GNU General Public License #along with libcpp; see the file COPYING. If not, write to -#the Free Software Foundation, 59 Temple Place - Suite 330, -#Boston MA 02111-1307, USA. +#the Free Software Foundation, 51 Franklin Street, Fifth Floor, +#Boston MA 02110-1301, USA. @SET_MAKE@ diff --git a/libcpp/charset.c b/libcpp/charset.c index f382d7f57fc..2c87fb6ac27 100644 --- a/libcpp/charset.c +++ b/libcpp/charset.c @@ -16,7 +16,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software -Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ #include "config.h" #include "system.h" diff --git a/libcpp/directives.c b/libcpp/directives.c index a768ea14408..7e1167de0b8 100644 --- a/libcpp/directives.c +++ b/libcpp/directives.c @@ -17,7 +17,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software -Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ #include "config.h" #include "system.h" diff --git a/libcpp/errors.c b/libcpp/errors.c index 2aa814016a1..477101e3041 100644 --- a/libcpp/errors.c +++ b/libcpp/errors.c @@ -17,7 +17,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software -Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. In other words, you are welcome to use, share and improve this program. You are forbidden to forbid anyone else to use, share and improve diff --git a/libcpp/expr.c b/libcpp/expr.c index 73356a966a0..32b17238309 100644 --- a/libcpp/expr.c +++ b/libcpp/expr.c @@ -15,8 +15,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software -Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA. */ +Foundation, 51 Franklin Street, Fifth Floor, +Boston, MA 02110-1301, USA. */ #include "config.h" #include "system.h" diff --git a/libcpp/files.c b/libcpp/files.c index 6cab34f8b83..dd4f6d92ec5 100644 --- a/libcpp/files.c +++ b/libcpp/files.c @@ -19,7 +19,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software -Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ #include "config.h" #include "system.h" diff --git a/libcpp/identifiers.c b/libcpp/identifiers.c index 8ab3ce9c977..c22f4a714bb 100644 --- a/libcpp/identifiers.c +++ b/libcpp/identifiers.c @@ -17,7 +17,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software -Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. In other words, you are welcome to use, share and improve this program. You are forbidden to forbid anyone else to use, share and improve diff --git a/libcpp/include/cpp-id-data.h b/libcpp/include/cpp-id-data.h index 23fef1afbba..2445186c228 100644 --- a/libcpp/include/cpp-id-data.h +++ b/libcpp/include/cpp-id-data.h @@ -14,7 +14,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software -Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ #include "cpplib.h" diff --git a/libcpp/include/cpplib.h b/libcpp/include/cpplib.h index 3ec4c466436..ef42d0443a6 100644 --- a/libcpp/include/cpplib.h +++ b/libcpp/include/cpplib.h @@ -16,7 +16,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software -Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. In other words, you are welcome to use, share and improve this program. You are forbidden to forbid anyone else to use, share and improve diff --git a/libcpp/include/line-map.h b/libcpp/include/line-map.h index 871baccdf39..7e9ede01a1a 100644 --- a/libcpp/include/line-map.h +++ b/libcpp/include/line-map.h @@ -14,7 +14,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software -Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. In other words, you are welcome to use, share and improve this program. You are forbidden to forbid anyone else to use, share and improve diff --git a/libcpp/include/mkdeps.h b/libcpp/include/mkdeps.h index 56ffdaf5663..60a5b5d8ce4 100644 --- a/libcpp/include/mkdeps.h +++ b/libcpp/include/mkdeps.h @@ -14,7 +14,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software -Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. In other words, you are welcome to use, share and improve this program. You are forbidden to forbid anyone else to use, share and improve diff --git a/libcpp/include/symtab.h b/libcpp/include/symtab.h index 0b2a848739e..3ddee79eb1b 100644 --- a/libcpp/include/symtab.h +++ b/libcpp/include/symtab.h @@ -13,7 +13,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software -Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ #ifndef LIBCPP_SYMTAB_H #define LIBCPP_SYMTAB_H diff --git a/libcpp/init.c b/libcpp/init.c index 56acd7ac24c..515e2549adc 100644 --- a/libcpp/init.c +++ b/libcpp/init.c @@ -17,7 +17,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software -Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ #include "config.h" #include "system.h" diff --git a/libcpp/internal.h b/libcpp/internal.h index f0bd537d310..a751c45df62 100644 --- a/libcpp/internal.h +++ b/libcpp/internal.h @@ -14,7 +14,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software -Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ /* This header defines all the internal data structures and functions that need to be visible across files. It should not be used outside diff --git a/libcpp/lex.c b/libcpp/lex.c index b38047e0879..ee38a55a6c6 100644 --- a/libcpp/lex.c +++ b/libcpp/lex.c @@ -17,7 +17,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software -Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ #include "config.h" #include "system.h" diff --git a/libcpp/line-map.c b/libcpp/line-map.c index 59a80ac92f8..c95eacde7e3 100644 --- a/libcpp/line-map.c +++ b/libcpp/line-map.c @@ -14,7 +14,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software -Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. In other words, you are welcome to use, share and improve this program. You are forbidden to forbid anyone else to use, share and improve diff --git a/libcpp/macro.c b/libcpp/macro.c index 05a87702aa6..13f5c768090 100644 --- a/libcpp/macro.c +++ b/libcpp/macro.c @@ -17,7 +17,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software -Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. In other words, you are welcome to use, share and improve this program. You are forbidden to forbid anyone else to use, share and improve diff --git a/libcpp/makedepend.c b/libcpp/makedepend.c index 7581c975515..c67f64e236e 100644 --- a/libcpp/makedepend.c +++ b/libcpp/makedepend.c @@ -14,7 +14,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software -Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. In other words, you are welcome to use, share and improve this program. You are forbidden to forbid anyone else to use, share and improve diff --git a/libcpp/makeucnid.c b/libcpp/makeucnid.c index f969f994f24..b452e0859d5 100644 --- a/libcpp/makeucnid.c +++ b/libcpp/makeucnid.c @@ -13,7 +13,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software -Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ /* Run this program as ./makeucnid ucnid.tab UnicodeData.txt DerivedNormalizationProps.txt \ @@ -283,7 +283,7 @@ write_copyright (void) \n\ You should have received a copy of the GNU General Public License\n\ along with this program; if not, write to the Free Software\n\ - Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.\n\ + Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.\n\ \n\ \n\ Copyright (C) 1991-2005 Unicode, Inc. All rights reserved.\n\ diff --git a/libcpp/mkdeps.c b/libcpp/mkdeps.c index 9042316a1ea..3e2c4d82e96 100644 --- a/libcpp/mkdeps.c +++ b/libcpp/mkdeps.c @@ -14,7 +14,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software -Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. In other words, you are welcome to use, share and improve this program. You are forbidden to forbid anyone else to use, share and improve diff --git a/libcpp/pch.c b/libcpp/pch.c index 28cafbc9199..cc23b4ee908 100644 --- a/libcpp/pch.c +++ b/libcpp/pch.c @@ -14,7 +14,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software -Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ #include "config.h" #include "system.h" diff --git a/libcpp/symtab.c b/libcpp/symtab.c index 85450101b80..ffa28f5f7a5 100644 --- a/libcpp/symtab.c +++ b/libcpp/symtab.c @@ -13,7 +13,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software -Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. In other words, you are welcome to use, share and improve this program. You are forbidden to forbid anyone else to use, share and improve diff --git a/libcpp/system.h b/libcpp/system.h index b27995b400b..e08bdf12fae 100644 --- a/libcpp/system.h +++ b/libcpp/system.h @@ -17,8 +17,8 @@ for more details. You should have received a copy of the GNU General Public License along with GCC; see the file COPYING. If not, write to the Free -Software Foundation, 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. */ +Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA +02110-1301, USA. */ #ifndef LIBCPP_SYSTEM_H diff --git a/libcpp/traditional.c b/libcpp/traditional.c index a20facb063e..a543348d9e6 100644 --- a/libcpp/traditional.c +++ b/libcpp/traditional.c @@ -14,7 +14,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software -Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ #include "config.h" #include "system.h" diff --git a/libcpp/ucnid.h b/libcpp/ucnid.h index 3eff710579c..7323dccb93a 100644 --- a/libcpp/ucnid.h +++ b/libcpp/ucnid.h @@ -13,7 +13,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software - Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. Copyright (C) 1991-2005 Unicode, Inc. All rights reserved. diff --git a/libcpp/ucnid.tab b/libcpp/ucnid.tab index 516f9214dd0..11fc4713755 100644 --- a/libcpp/ucnid.tab +++ b/libcpp/ucnid.tab @@ -13,7 +13,7 @@ ; ; You should have received a copy of the GNU General Public License ; along with this program; if not, write to the Free Software -; Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +; Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. ; ; This file reproduces the table in ISO/IEC 9899:1999 (C99) Annex ; D, which is itself a reproduction from ISO/IEC TR 10176:1998, and -- 2.11.4.GIT