gengtype.c: Update FSF address in copyright header.
authorKelley Cook <kcook@gcc.gnu.org>
Sat, 25 Jun 2005 00:55:40 +0000 (00:55 +0000)
committerR. Kelley Cook <kcook@gcc.gnu.org>
Sat, 25 Jun 2005 00:55:40 +0000 (00:55 +0000)
2005-06-25  Kelley Cook  <kcook@gcc.gnu.org>

* gengtype.c: Update FSF address in copyright header.
(create_file): Update FSF in outputed copyright header.

From-SVN: r101311

gcc/ChangeLog
gcc/gengtype.c

index 91815c48bc0fa847ba8e94ba4cd7532937f2bfa5..871e75403108455664b3f87c793b6d72b2c8c128 100644 (file)
@@ -1,3 +1,8 @@
+2005-06-25  Kelley Cook  <kcook@gcc.gnu.org>
+
+       * gengtype.c: Update FSF address in copyright header.
+       (create_file): Update FSF in outputed copyright header.
+
 2005-06-24  Kazu Hirata  <kazu@codesourcery.com>
 
        * cfglayout.c (block_locators_locs, line_locators_locs,
index a52806d009ae27ebc2fafe8b967d2e96efe28338..eb3c0c1348714b17253c687004c07caaca0767f5 100644 (file)
@@ -15,8 +15,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.  */
 
 #include "bconfig.h"
 #include "system.h"
@@ -1010,8 +1010,8 @@ create_file (const char *name, const char *oname)
     "\n",
     "You should have received a copy of the GNU General Public License\n",
     "along with GCC; see the file COPYING.  If not, write to the Free\n",
-    "Software Foundation, 59 Temple Place - Suite 330, Boston, MA\n",
-    "02111-1307, USA.  */\n",
+    "Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA\n",
+    "02110-1301, USA.  */\n",
     "\n",
     "/* This file is machine generated.  Do not edit.  */\n"
   };