kernel/arch/openrisc/lib/delay.c
.. .. @@ -1,3 +1,4 @@ 1 +// SPDX-License-Identifier: GPL-2.0-only1 2 /* 2 3 * OpenRISC Linux 3 4 * .. .. @@ -7,10 +8,6 @@ 7 8 * 8 9 * Modifications for the OpenRISC architecture: 9 10 * Copyright (C) 2010-2011 Jonas Bonn <jonas@southpole.se> 10 - *11 - * This program is free software; you can redistribute it and/or12 - * modify it under the terms of the GNU General Public License13 - * version 2 as published by the Free Software Foundation14 11 * 15 12 * Precise Delay Loops 16 13 */