]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/blobdiff - net/8021q/vlan.c
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
[mirror_ubuntu-focal-kernel.git] / net / 8021q / vlan.c
index 1f99678751dff24d06a2e27a80d0d74d2232ca63..54728d2eda189d870ecb97acd0278fdca4358761 100644 (file)
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0-or-later
 /*
  * INET                802.1Q VLAN
  *             Ethernet-type device handling.
  *             Add HW acceleration hooks - David S. Miller <davem@redhat.com>;
  *             Correct all the locking - David S. Miller <davem@redhat.com>;
  *             Use hash table for VLAN groups - David S. Miller <davem@redhat.com>
- *
- *             This program is free software; you can redistribute it and/or
- *             modify it under the terms of the GNU General Public License
- *             as published by the Free Software Foundation; either version
- *             2 of the License, or (at your option) any later version.
  */
 
 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt