This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Cortex-R4 scheduler


On Mon, 10 Mar 2008, Paul Brook wrote:

> Index: gcc/config/arm/cortex-r4.md
> ===================================================================
> --- gcc/config/arm/cortex-r4.md	(revision 0)
> +++ gcc/config/arm/cortex-r4.md	(revision 0)
> @@ -0,0 +1,288 @@
> +;; ARM Cortex-R4 scheduling description.
> +;; Copyright (C) 2007 Free Software Foundation, Inc.
> +;; Contributed by CodeSourcery.
> +
> +;; This file is part of GCC.
> +
> +;; 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 COPYING.  If not, write to
> +;; the Free Software Foundation, 51 Franklin Street, Fifth Floor,
> +;; Boston, MA 02110-1301, USA.

This is not the standard license notice form.  It's missing the "GCC is 
free software" paragraph, and license notices now refer to COPYING3 not 
COPYING and use a URL rather than a postal address.

-- 
Joseph S. Myers
joseph@codesourcery.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]