From: Stephen Hemminger Date: Wed, 11 Jan 2023 02:44:22 +0000 (-0800) Subject: devlink: use SPDX X-Git-Tag: v6.2.0~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=18a13ec516a3593985d3657066a01a98c0998745;p=thirdparty%2Fiproute2.git devlink: use SPDX Add SPDX tag instead of GPL 2.0 or later boilerplate Signed-off-by: Stephen Hemminger --- diff --git a/devlink/devlink.c b/devlink/devlink.c index ae93e7cb6..931a768a4 100644 --- a/devlink/devlink.c +++ b/devlink/devlink.c @@ -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 */ diff --git a/devlink/mnlg.c b/devlink/mnlg.c index b2e0b8c0f..d049eb5a4 100644 --- a/devlink/mnlg.c +++ b/devlink/mnlg.c @@ -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 */ diff --git a/devlink/mnlg.h b/devlink/mnlg.h index 24aa17566..3249c54c4 100644 --- a/devlink/mnlg.h +++ b/devlink/mnlg.h @@ -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 */