hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/security/selinux/netlabel.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-or-later
12 /*
23 * SELinux NetLabel Support
34 *
....@@ -5,25 +6,10 @@
56 * subsystem.
67 *
78 * Author: Paul Moore <paul@paul-moore.com>
8
- *
99 */
1010
1111 /*
1212 * (c) Copyright Hewlett-Packard Development Company, L.P., 2007, 2008
13
- *
14
- * This program is free software; you can redistribute it and/or modify
15
- * it under the terms of the GNU General Public License as published by
16
- * the Free Software Foundation; either version 2 of the License, or
17
- * (at your option) any later version.
18
- *
19
- * This program is distributed in the hope that it will be useful,
20
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
21
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See
22
- * the GNU General Public License for more details.
23
- *
24
- * You should have received a copy of the GNU General Public License
25
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
26
- *
2713 */
2814
2915 #include <linux/spinlock.h>