hc
2024-05-10 ee930fffee469d076998274a2ca55e13dc1efb67
kernel/security/selinux/include/netnode.h
....@@ -1,3 +1,4 @@
1
+/* SPDX-License-Identifier: GPL-2.0-only */
12 /*
23 * Network node table
34 *
....@@ -7,21 +8,10 @@
78 * a per-packet basis.
89 *
910 * Author: Paul Moore <paul@paul-moore.com>
10
- *
1111 */
1212
1313 /*
1414 * (c) Copyright Hewlett-Packard Development Company, L.P., 2007
15
- *
16
- * This program is free software: you can redistribute it and/or modify
17
- * it under the terms of version 2 of the GNU General Public License as
18
- * published by the Free Software Foundation.
19
- *
20
- * This program is distributed in the hope that it will be useful,
21
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
22
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
23
- * GNU General Public License for more details.
24
- *
2515 */
2616
2717 #ifndef _SELINUX_NETNODE_H