hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/security/selinux/include/netport.h
....@@ -1,3 +1,4 @@
1
+/* SPDX-License-Identifier: GPL-2.0-only */
12 /*
23 * Network port table
34 *
....@@ -6,21 +7,10 @@
67 * needed to reduce the lookup overhead.
78 *
89 * Author: Paul Moore <paul@paul-moore.com>
9
- *
1010 */
1111
1212 /*
1313 * (c) Copyright Hewlett-Packard Development Company, L.P., 2008
14
- *
15
- * This program is free software: you can redistribute it and/or modify
16
- * it under the terms of version 2 of the GNU General Public License as
17
- * published by the Free Software Foundation.
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 the
22
- * GNU General Public License for more details.
23
- *
2414 */
2515
2616 #ifndef _SELINUX_NETPORT_H