diff options
author | Nick Clifton <nickc@redhat.com> | 2007-08-13 10:05:38 +0000 |
---|---|---|
committer | Nick Clifton <nickc@gcc.gnu.org> | 2007-08-13 10:05:38 +0000 |
commit | b21fbb687b702305db88784ccb619e94dd186e74 (patch) | |
tree | f51049846dcbc63c227380551cc2f0d3bbdb2dc6 /gcc/config/arm | |
parent | 89a9533c51a2284f519aa58b6bea36d51da9f8fb (diff) | |
download | gcc-b21fbb687b702305db88784ccb619e94dd186e74.zip gcc-b21fbb687b702305db88784ccb619e94dd186e74.tar.gz gcc-b21fbb687b702305db88784ccb619e94dd186e74.tar.bz2 |
Revert GPLv3 patch to arm_neon.h
From-SVN: r127394
Diffstat (limited to 'gcc/config/arm')
-rw-r--r-- | gcc/config/arm/arm_neon.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/gcc/config/arm/arm_neon.h b/gcc/config/arm/arm_neon.h index 16b20b5..e013e17 100644 --- a/gcc/config/arm/arm_neon.h +++ b/gcc/config/arm/arm_neon.h @@ -8,7 +8,7 @@ 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 3, or (at your + by the Free Software Foundation; either version 2, or (at your option) any later version. GCC is distributed in the hope that it will be useful, but WITHOUT @@ -17,8 +17,9 @@ License for more details. You should have received a copy of the GNU General Public License - along with GCC; see the file COPYING3. If not see - <http://www.gnu.org/licenses/>. */ + along with GCC; see the file COPYING. If not, write to the + Free Software Foundation, 51 Franklin Street, Fifth Floor, Boston, + MA 02110-1301, 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 |