From 9a0bbab603878eacaea82fbcb345c0d0736765be Mon Sep 17 00:00:00 2001 From: Georg-Johann Lay Date: Mon, 14 Jan 2013 12:49:48 +0000 Subject: [PATCH] avr-modes.def: Add GPL copyright notice. * config/avr/avr-modes.def: Add GPL copyright notice. From-SVN: r195143 --- gcc/ChangeLog | 4 ++++ gcc/config/avr/avr-modes.def | 18 ++++++++++++++++++ 2 files changed, 22 insertions(+) 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 + + * config/avr/avr-modes.def: Add GPL copyright notice. + 2013-01-13 Uros Bizjak * 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 + . */ + FRACTIONAL_INT_MODE (PSI, 24, 3); /* Make TA and UTA 64 bits wide. -- 2.30.2