treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441
[linux-block.git] / kernel / sched / cpupri.c
index daaadf939ccb1e9349e716e9d97359d0c7258519..9c6480e6d62d69e8e8aa1f336afbf390a382b310 100644 (file)
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  *  kernel/sched/cpupri.c
  *
  *  searches).  For tasks with affinity restrictions, the algorithm has a
  *  worst case complexity of O(min(102, nr_domcpus)), though the scenario that
  *  yields the worst case search is fairly contrived.
- *
- *  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; version 2
- *  of the License.
  */
 #include "sched.h"