diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 0ffb0cc76e5515e5be92807d6b2ec15f08597bcf..6f9cffecdf278c1b450f325317462a5c3eeae38a 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,8 @@ 2003-03-12 Nathanael Nerode <neroden@gcc.gnu.org> + * genattrtab.h, hosthooks-def.h, hosthooks.h, langhooks-def.h, + langhooks.h, tree-inline.h: Replace "GNU CC" with "GCC". + * c-pch.c, dummy-conditions.c, genautomata.c, genconditions.c, langhooks.c, tree-inline.c, unwind-dw2-fde-darwin.c, unwind-dw2-fde-glibc.c, unwind-libunwind.c, vmsdbgout.c: Replace diff --git a/gcc/genattrtab.h b/gcc/genattrtab.h index c64ae64fe175c3c2b97e04bb6cb524128ada41dc..d41f03da67c7c5214eff7bc99f355256b1dba9d8 100644 --- a/gcc/genattrtab.h +++ b/gcc/genattrtab.h @@ -1,20 +1,20 @@ /* External definitions of source files of genattrtab. Copyright (C) 2001 Free Software Foundation, Inc. -This file is part of GNU CC. +This file is part of GCC. -GNU CC is free software; you can redistribute it and/or modify +GCC is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2, or (at your option) any later version. -GNU CC is distributed in the hope that it will be useful, +GCC is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License -along with GNU CC; see the file COPYING. If not, write to +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. */ diff --git a/gcc/hosthooks-def.h b/gcc/hosthooks-def.h index 488e3ea2e977b2c2ac59805c28762f3e24d89a54..8a2b6b803cb407c9d01c0c622ef058bcc9b78ae7 100644 --- a/gcc/hosthooks-def.h +++ b/gcc/hosthooks-def.h @@ -1,20 +1,20 @@ /* Default macros to initialize the lang_hooks data structure. Copyright 2003 Free Software Foundation, Inc. -This file is part of GNU CC. +This file is part of GCC. -GNU CC is free software; you can redistribute it and/or modify +GCC is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2, or (at your option) any later version. -GNU CC is distributed in the hope that it will be useful, +GCC is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License -along with GNU CC; see the file COPYING. If not, write to +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. */ diff --git a/gcc/hosthooks.h b/gcc/hosthooks.h index 92b9e5d6e32c1397ac1b8d0e98b9922d9af8d440..7b9dba50ef10afdebfd29cb2ab691b4f16fdd06a 100644 --- a/gcc/hosthooks.h +++ b/gcc/hosthooks.h @@ -1,20 +1,20 @@ /* The host_hooks data structure. Copyright 2003 Free Software Foundation, Inc. -This file is part of GNU CC. +This file is part of GCC. -GNU CC is free software; you can redistribute it and/or modify +GCC is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2, or (at your option) any later version. -GNU CC is distributed in the hope that it will be useful, +GCC is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License -along with GNU CC; see the file COPYING. If not, write to +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. */ diff --git a/gcc/langhooks-def.h b/gcc/langhooks-def.h index 46ed0629c7fe3bf6b391e72fb9b5d8956dd5971c..afec80614e06f138137d4a595014e27f709ba698 100644 --- a/gcc/langhooks-def.h +++ b/gcc/langhooks-def.h @@ -2,20 +2,20 @@ Copyright 2001, 2002 Free Software Foundation, Inc. Contributed by Alexandre Oliva <aoliva@redhat.com> -This file is part of GNU CC. +This file is part of GCC. -GNU CC is free software; you can redistribute it and/or modify +GCC is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2, or (at your option) any later version. -GNU CC is distributed in the hope that it will be useful, +GCC is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License -along with GNU CC; see the file COPYING. If not, write to +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. */ diff --git a/gcc/langhooks.h b/gcc/langhooks.h index bf9826ca44c3ec876f0a1f552b4192105008df5d..4696c6f07ce4677fe764e91d37f147eed235dbe2 100644 --- a/gcc/langhooks.h +++ b/gcc/langhooks.h @@ -1,20 +1,20 @@ /* The lang_hooks data structure. Copyright 2001, 2002 Free Software Foundation, Inc. -This file is part of GNU CC. +This file is part of GCC. -GNU CC is free software; you can redistribute it and/or modify +GCC is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2, or (at your option) any later version. -GNU CC is distributed in the hope that it will be useful, +GCC is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License -along with GNU CC; see the file COPYING. If not, write to +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. */ diff --git a/gcc/tree-inline.h b/gcc/tree-inline.h index 0b9fc891259d616640dea79d92bb7da8134a6ad3..d2e6ee904b811cf3e28f77e614462d9a67499f2d 100644 --- a/gcc/tree-inline.h +++ b/gcc/tree-inline.h @@ -2,20 +2,20 @@ Copyright 2001 Free Software Foundation, Inc. Contributed by Alexandre Oliva <aoliva@redhat.com> -This file is part of GNU CC. +This file is part of GCC. -GNU CC is free software; you can redistribute it and/or modify +GCC is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2, or (at your option) any later version. -GNU CC is distributed in the hope that it will be useful, +GCC is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License -along with GNU CC; see the file COPYING. If not, write to +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. */