X-Git-Url: http://git.samba.org/samba.git/?a=blobdiff_plain;f=arch%2Funicore32%2Finclude%2Fasm%2Fdelay.h;h=934193edfa6680b0a85da4af41edaa0dec30306c;hb=d2912cb15bdda8ba4a5dd73396ad62641af2f520;hp=164ae61cd6f7b1e42043fd4fff79f41154f72de0;hpb=20c8ccb1975b8d5639789d1025ad6ada38bd6f48;p=sfrench%2Fcifs-2.6.git diff --git a/arch/unicore32/include/asm/delay.h b/arch/unicore32/include/asm/delay.h index 164ae61cd6f7..934193edfa66 100644 --- a/arch/unicore32/include/asm/delay.h +++ b/arch/unicore32/include/asm/delay.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: GPL-2.0-only */ /* * linux/arch/unicore32/include/asm/delay.h * @@ -5,10 +6,6 @@ * * Copyright (C) 2001-2010 GUAN Xue-tao * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License version 2 as - * published by the Free Software Foundation. - * * Delay routines, using a pre-computed "loops_per_second" value. */ #ifndef __UNICORE_DELAY_H__