hc
2024-12-19 9370bb92b2d16684ee45cf24e879c93c509162da
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 */