diff options
author | Georg-Johann Lay <avr@gjlay.de> | 2013-01-14 12:49:48 +0000 |
---|---|---|
committer | Georg-Johann Lay <gjl@gcc.gnu.org> | 2013-01-14 12:49:48 +0000 |
commit | 9a0bbab603878eacaea82fbcb345c0d0736765be (patch) | |
tree | 1ab8f8f6f4a3b4279180b8a2e887202dbf8d05a2 | |
parent | bd0ca6ba9f09d9c6971c11f3a9f9ccee88972e0c (diff) | |
download | gcc-9a0bbab603878eacaea82fbcb345c0d0736765be.tar.gz |
avr-modes.def: Add GPL copyright notice.
* config/avr/avr-modes.def: Add GPL copyright notice.
From-SVN: r195143
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/config/avr/avr-modes.def | 18 |
2 files changed, 22 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 853c2d789c6..2d2a925ea99 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2013-01-14 Georg-Johann Lay <avr@gjlay.de> + + * config/avr/avr-modes.def: Add GPL copyright notice. + 2013-01-13 Uros Bizjak <ubizjak@gmail.com> * config/i386/sync.md (mem_thread_fence): Mask operands[0] with diff --git a/gcc/config/avr/avr-modes.def b/gcc/config/avr/avr-modes.def index 04268cdf5b3..7d2886fed37 100644 --- a/gcc/config/avr/avr-modes.def +++ b/gcc/config/avr/avr-modes.def @@ -1,3 +1,21 @@ +/* Copyright (C) 2012-2013 Free Software Foundation, Inc. + + 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/>. */ + FRACTIONAL_INT_MODE (PSI, 24, 3); /* Make TA and UTA 64 bits wide. |