hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/arch/openrisc/lib/delay.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * OpenRISC Linux
34 *
....@@ -7,10 +8,6 @@
78 *
89 * Modifications for the OpenRISC architecture:
910 * Copyright (C) 2010-2011 Jonas Bonn <jonas@southpole.se>
10
- *
11
- * This program is free software; you can redistribute it and/or
12
- * modify it under the terms of the GNU General Public License
13
- * version 2 as published by the Free Software Foundation
1411 *
1512 * Precise Delay Loops
1613 */