diff options
| author | kcook <kcook@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-06-25 00:55:40 +0000 |
|---|---|---|
| committer | kcook <kcook@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-06-25 00:55:40 +0000 |
| commit | f5eaab73d2af39c53b94416782ca9f01d0a408b8 (patch) | |
| tree | 88f013e3ae8cc1cbb29cc45c4594b3a4d694ced8 | |
| parent | 30d4ffea3680b7c7c5f8be2f34010b056a524715 (diff) | |
| download | ppe42-gcc-f5eaab73d2af39c53b94416782ca9f01d0a408b8.tar.gz ppe42-gcc-f5eaab73d2af39c53b94416782ca9f01d0a408b8.zip | |
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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@101311 138bc75d-0d04-0410-961f-82ee72b054a4
| -rw-r--r-- | gcc/ChangeLog | 5 | ||||
| -rw-r--r-- | gcc/gengtype.c | 8 |
2 files changed, 9 insertions, 4 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 91815c48bc0..871e7540310 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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, diff --git a/gcc/gengtype.c b/gcc/gengtype.c index a52806d009a..eb3c0c13487 100644 --- a/gcc/gengtype.c +++ b/gcc/gengtype.c @@ -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" }; |

