X-Git-Url: http://review.tizen.org/git/?p=platform%2Fkernel%2Fu-boot.git;a=blobdiff_plain;f=arch%2Fsh%2Flib%2Fmovmem.S;h=99e52da071bdde693b96024313aa1407d8baa659;hp=c7efd402adcb797108374e57443c2cbcbce7b467;hb=1a4596601fd395f3afb8f82f3f840c5e00bdd57a;hpb=eca3aeb352c964bdb28b8e191d6326370245e03f diff --git a/arch/sh/lib/movmem.S b/arch/sh/lib/movmem.S index c7efd40..99e52da 100644 --- a/arch/sh/lib/movmem.S +++ b/arch/sh/lib/movmem.S @@ -2,29 +2,8 @@ 2004, 2005, 2006 Free Software Foundation, Inc. -This file 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 2, or (at your option) any -later version. - -In addition to the permissions in the GNU General Public License, the -Free Software Foundation gives you unlimited permission to link the -compiled version of this file into combinations with other programs, -and to distribute those combinations without any restriction coming -from the use of this file. (The General Public License restrictions -do apply in other respects; for example, they cover modification of -the file, and distribution when not linked into a combine -executable.) - -This file 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 this program; see the file COPYING. If not, write to -the Free Software Foundation, 51 Franklin Street, Fifth Floor, -Boston, MA 02110-1301, USA. */ + * SPDX-License-Identifier: GPL-2.0+ + */ !! libgcc routines for the Renesas / SuperH SH CPUs. !! Contributed by Steve Chamberlain.