diff options
author | Aldy Hernandez <aldyh@redhat.com> | 2003-05-05 15:50:31 +0000 |
---|---|---|
committer | Aldy Hernandez <aldyh@gcc.gnu.org> | 2003-05-05 15:50:31 +0000 |
commit | 25ecd459a1d04c0a7b47d7d65f1ee0fd5f102ea7 (patch) | |
tree | cccfb76c7a02bf5d8465ed82598c1fbfcaba5fea /gcc | |
parent | 9be132116ffa940ced88cd60f5833a96af263937 (diff) | |
download | gcc-25ecd459a1d04c0a7b47d7d65f1ee0fd5f102ea7.zip gcc-25ecd459a1d04c0a7b47d7d65f1ee0fd5f102ea7.tar.gz gcc-25ecd459a1d04c0a7b47d7d65f1ee0fd5f102ea7.tar.bz2 |
spe.h: Revert licensing change from last patch.
2003-05-05 Aldy Hernandez <aldyh@redhat.com>
* config/rs6000/spe.h: Revert licensing change from last patch.
From-SVN: r66486
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/config/rs6000/spe.h | 24 |
2 files changed, 16 insertions, 12 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 5ea7593..4477e0f 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2003-05-05 Aldy Hernandez <aldyh@redhat.com> + + * config/rs6000/spe.h: Revert licensing change from last patch. + 2003-05-05 DJ Delorie <dj@redhat.com> * config/stormy16/stormy16.md (negsi2): Allocate the pseudos diff --git a/gcc/config/rs6000/spe.h b/gcc/config/rs6000/spe.h index 2860773..64b42ae 100644 --- a/gcc/config/rs6000/spe.h +++ b/gcc/config/rs6000/spe.h @@ -2,22 +2,22 @@ Copyright (C) 2002, 2003 Free Software Foundation, Inc. Contributed by Aldy Hernandez (aldyh@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 - 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. + 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, - 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. + 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 - the Free Software Foundation, 59 Temple Place - Suite 330, - Boston, MA 02111-1307, USA. */ + 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. */ /* As a special exception, if you include this header file into source files compiled by GCC, this header file does not by itself cause |