]> git.ipfire.org Git - thirdparty/iproute2.git/commitdiff
devlink: use SPDX
authorStephen Hemminger <stephen@networkplumber.org>
Wed, 11 Jan 2023 02:44:22 +0000 (18:44 -0800)
committerStephen Hemminger <stephen@networkplumber.org>
Sat, 14 Jan 2023 17:00:34 +0000 (09:00 -0800)
Add SPDX tag instead of GPL 2.0 or later boilerplate

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
devlink/devlink.c
devlink/mnlg.c
devlink/mnlg.h

index ae93e7cb620ebd73246983308acc35ab8e27f3ac..931a768a41d159d809c3c07f9656ffa934ceea30 100644 (file)
@@ -1,11 +1,7 @@
+/* SPDX-License-Identifier: GPL-2.0-or-later */
 /*
  * devlink.c   Devlink tool
  *
- *              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.
- *
  * Authors:     Jiri Pirko <jiri@mellanox.com>
  */
 
index b2e0b8c0f274ab7acf4cc32df3dedc1f8607c346..d049eb5a45a32dcbb2c78dee48ef05e3b4bb0e85 100644 (file)
@@ -1,11 +1,7 @@
+/* SPDX-License-Identifier: GPL-2.0-or-later */
 /*
  *   mnlg.c    Generic Netlink helpers for libmnl
  *
- *              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.
- *
  * Authors:     Jiri Pirko <jiri@mellanox.com>
  */
 
index 24aa17566a9b1d490033aa50a4ea9b1c0e7fdebc..3249c54c45a4b98124b25517c65f2a1ea132b3df 100644 (file)
@@ -1,11 +1,7 @@
+/* SPDX-License-Identifier: GPL-2.0-or-later */
 /*
  *   mnlg.h    Generic Netlink helpers for libmnl
  *
- *              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.
- *
  * Authors:     Jiri Pirko <jiri@mellanox.com>
  */