hc
2024-05-10 23fa18eaa71266feff7ba8d83022d9e1cc83c65a
kernel/tools/lib/find_bit.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-or-later
12 /* bit search implementation
23 *
34 * Copied from lib/find_bit.c to tools/lib/find_bit.c
....@@ -11,11 +12,6 @@
1112 *
1213 * Rewritten by Yury Norov <yury.norov@gmail.com> to decrease
1314 * size and improve performance, 2015.
14
- *
15
- * This program is free software; you can redistribute it and/or
16
- * modify it under the terms of the GNU General Public License
17
- * as published by the Free Software Foundation; either version
18
- * 2 of the License, or (at your option) any later version.
1915 */
2016
2117 #include <linux/bitops.h>