]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blobdiff - drivers/net/wan/dlci.c
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
[mirror_ubuntu-jammy-kernel.git] / drivers / net / wan / dlci.c
index a0d76f70c4289d03e7b8c25700c58b218a934bd0..7bcee41905cfb4cf02e7e436b75be1900de74e32 100644 (file)
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0-or-later
 /*
  * DLCI                Implementation of Frame Relay protocol for Linux, according to
  *             RFC 1490.  This generic device provides en/decapsulation for an
  *             0.25    Mike McLagan    Converted to use SIOC IOCTL calls
  *             0.30    Jim Freeman     Fixed to allow IPX traffic
  *             0.35    Michael Elizabeth       Fixed incorrect memcpy_fromfs
- *
- *             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