diff mbox

[ARM] Add copyright notice to unspecs.md

Message ID 008701cdd93d$d3402040$79c060c0$@tkachov@arm.com
State New
Headers show

Commit Message

Kyrylo Tkachov Dec. 13, 2012, 2:26 p.m. UTC
Hi all,

This patch adds a copyright notice to the recently added unspecs.md file in
the arm backend (r193204). The file just gathered some unspecs definitions
into one place.

Ok for trunk?

Thanks,
Kyrill

gcc/ChangeLog

2012-12-13  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>

	* config/arm/unspecs.md: Add copyright notice.

Comments

Ramana Radhakrishnan Dec. 13, 2012, 2:31 p.m. UTC | #1
On 12/13/12 14:26, Kyrylo Tkachov wrote:
> Hi all,
>
> This patch adds a copyright notice to the recently added unspecs.md file in
> the arm backend (r193204). The file just gathered some unspecs definitions
> into one place.
>
> Ok for trunk?
>
Ouch - my (real) bad at having missed this in the review.

Please apply.

Ramana


> Thanks,
> Kyrill
>
> gcc/ChangeLog
>
> 2012-12-13  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
>
> 	* config/arm/unspecs.md: Add copyright notice.
>
diff mbox

Patch

diff --git a/gcc/config/arm/unspecs.md b/gcc/config/arm/unspecs.md
index 5537a87..c3fb032 100644
--- a/gcc/config/arm/unspecs.md
+++ b/gcc/config/arm/unspecs.md
@@ -1,3 +1,23 @@ 
+;; Unspec defintions.
+;; Copyright (C) 2012 Free Software Foundation, Inc.
+;; Contributed by ARM Ltd.
+
+;; 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
+;; 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 GCC; see the file COPYING3.  If not see
+;; <http://www.gnu.org/licenses/>.
+
 ;; UNSPEC Usage:
 ;; Note: sin and cos are no-longer used.
 ;; Unspec enumerators for Neon are defined in neon.md.