vfp11.md: Update license notice.

2008-08-28  Paul Brook  <paul@codesourcery.com>

	* config/arm/vfp11.md: Update license notice.
	* config/arm/cortex-r4.md: Ditto.

From-SVN: r139717
This commit is contained in:
Paul Brook 2008-08-28 16:17:11 +00:00 committed by Paul Brook
parent 307c39da82
commit 874101ec8d
3 changed files with 24 additions and 16 deletions

View File

@ -1,3 +1,8 @@
2008-08-28 Paul Brook <paul@codesourcery.com>
* config/arm/vfp11.md: Update license notice.
* config/arm/cortex-r4.md: Ditto.
2008-08-28 Richard Guenther <rguenther@suse.de> 2008-08-28 Richard Guenther <rguenther@suse.de>
PR tree-optimization/37207 PR tree-optimization/37207

View File

@ -4,15 +4,19 @@
;; This file is part of GCC. ;; This file is part of GCC.
;; 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
;; option) any later version.
;; GCC is distributed in the hope that it will be useful, but WITHOUT ;; GCC is distributed in the hope that it will be useful, but WITHOUT
;; ANY WARRANTY; without even the implied warranty of MERCHANTABILITY ;; ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
;; or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public ;; or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
;; License for more details. ;; License for more details.
;; You should have received a copy of the GNU General Public License ;; You should have received a copy of the GNU General Public License
;; along with GCC; see the file COPYING. If not, write to ;; along with GCC; see the file COPYING3. If not see
;; the Free Software Foundation, 51 Franklin Street, Fifth Floor, ;; <http://www.gnu.org/licenses/>.
;; Boston, MA 02110-1301, USA.
(define_automaton "cortex_r4") (define_automaton "cortex_r4")

View File

@ -3,21 +3,20 @@
;; Written by CodeSourcery. ;; Written by CodeSourcery.
;; ;;
;; This file is part of GCC. ;; This file is part of GCC.
;;
;; GCC 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 ;; under the terms of the GNU General Public License as published
;; the Free Software Foundation; either version 2, or (at your option) ;; by the Free Software Foundation; either version 3, or (at your
;; any later version. ;; option) any later version.
;;
;; GCC is distributed in the hope that it will be useful, but ;; GCC is distributed in the hope that it will be useful, but WITHOUT
;; WITHOUT ANY WARRANTY; without even the implied warranty of ;; ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ;; or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
;; General Public License for more details. ;; License for more details.
;;
;; You should have received a copy of the GNU General Public License ;; 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 ;; along with GCC; see the file COPYING3. If not see
;; Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA ;; <http://www.gnu.org/licenses/>.
;; 02110-1301, USA. */
(define_automaton "vfp11") (define_automaton "vfp11")