]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - lib/find_bit.c
Merge branch 'enable-and-use-static_branch_deferred_inc'
[linux.git] / lib / find_bit.c
index ee3df93ba69af9f5c17d811d06ac0b9a3de8c884..5c51eb45178a9da5d6073bc711b12b6d0c9392f5 100644 (file)
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0-or-later
 /* bit search implementation
  *
  * Copyright (C) 2004 Red Hat, Inc. All Rights Reserved.
@@ -9,11 +10,6 @@
  *
  * Rewritten by Yury Norov <yury.norov@gmail.com> to decrease
  * size and improve performance, 2015.
- *
- * This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU General Public License
- * as published by the Free Software Foundation; either version
- * 2 of the License, or (at your option) any later version.
  */
 
 #include <linux/bitops.h>