hc
2024-05-10 23fa18eaa71266feff7ba8d83022d9e1cc83c65a
kernel/include/linux/tfrc.h
....@@ -1,3 +1,4 @@
1
+/* SPDX-License-Identifier: GPL-2.0-or-later */
12 #ifndef _LINUX_TFRC_H_
23 #define _LINUX_TFRC_H_
34 /*
....@@ -8,11 +9,6 @@
89 * Copyright (c) 2005 Ian McDonald <iam4@cs.waikato.ac.nz>
910 * Copyright (c) 2005 Arnaldo Carvalho de Melo <acme@conectiva.com.br>
1011 * Copyright (c) 2003 Nils-Erik Mattsson, Joacim Haggmark, Magnus Erixzon
11
- *
12
- * This program is free software; you can redistribute it and/or modify
13
- * it under the terms of the GNU General Public License as published by
14
- * the Free Software Foundation; either version 2 of the License, or
15
- * (at your option) any later version.
1612 */
1713 #include <linux/types.h>
1814