diff options
author | Kelley Cook <kcook@gcc.gnu.org> | 2003-09-27 04:48:30 +0000 |
---|---|---|
committer | R. Kelley Cook <kcook@gcc.gnu.org> | 2003-09-27 04:48:30 +0000 |
commit | 7ec022b20edc565492e226b1d4d49b61d74dfd9e (patch) | |
tree | b6a35d445d41412261463210ec0c6e46188c102a /gcc/config/sh/crt1.asm | |
parent | 33b1669031fab895c704c418d186ebc2e5442c93 (diff) | |
download | gcc-7ec022b20edc565492e226b1d4d49b61d74dfd9e.tar.gz |
GNU CC -> GCC
From-SVN: r71850
Diffstat (limited to 'gcc/config/sh/crt1.asm')
-rw-r--r-- | gcc/config/sh/crt1.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/config/sh/crt1.asm b/gcc/config/sh/crt1.asm index 155e8318cfe..af7d8ae3b95 100644 --- a/gcc/config/sh/crt1.asm +++ b/gcc/config/sh/crt1.asm @@ -1,9 +1,9 @@ /* Copyright (C) 2000, 2001, 2003 Free Software Foundation, Inc. This file was pretty much copied from newlib. -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 it +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. @@ -17,7 +17,7 @@ do apply in other respects; for example, they cover modification of the file, and distribution when not linked into a combine executable.) -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. |