| .. | .. |
|---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-only */ |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * Network interface table. |
|---|
| 3 | 4 | * |
|---|
| .. | .. |
|---|
| 9 | 10 | * Copyright (C) 2003 Red Hat, Inc., James Morris <jmorris@redhat.com> |
|---|
| 10 | 11 | * Copyright (C) 2007 Hewlett-Packard Development Company, L.P. |
|---|
| 11 | 12 | * Paul Moore <paul@paul-moore.com> |
|---|
| 12 | | - * |
|---|
| 13 | | - * This program is free software; you can redistribute it and/or modify |
|---|
| 14 | | - * it under the terms of the GNU General Public License version 2, |
|---|
| 15 | | - * as published by the Free Software Foundation. |
|---|
| 16 | 13 | */ |
|---|
| 17 | 14 | #ifndef _SELINUX_NETIF_H_ |
|---|
| 18 | 15 | #define _SELINUX_NETIF_H_ |
|---|