lynxis lazus submitted this change.
gsupclient: add missing SPDX line
SPDX is a spec to describe the license of a file
in a machine readable format.
Change-Id: Iaded691cc0eb2f5dd85efd1915ddef1a747fe518
---
M src/gsupclient/cni_peer_id.c
M src/gsupclient/gsup_client.c
M src/gsupclient/gsup_req.c
3 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/src/gsupclient/cni_peer_id.c b/src/gsupclient/cni_peer_id.c
index ab36959..c4a31b6 100644
--- a/src/gsupclient/cni_peer_id.c
+++ b/src/gsupclient/cni_peer_id.c
@@ -2,6 +2,8 @@
*
* All Rights Reserved
*
+ * SPDX-License-Identifier: GPL-2.0-or-later
+ *
* 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
diff --git a/src/gsupclient/gsup_client.c b/src/gsupclient/gsup_client.c
index 4041366..3329361 100644
--- a/src/gsupclient/gsup_client.c
+++ b/src/gsupclient/gsup_client.c
@@ -6,6 +6,8 @@
* Author: Jacob Erlbeck
* Author: Neels Hofmeyr
*
+ * SPDX-License-Identifier: GPL-2.0-or-later
+ *
* 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
diff --git a/src/gsupclient/gsup_req.c b/src/gsupclient/gsup_req.c
index 2e7caf1..bde002e 100644
--- a/src/gsupclient/gsup_req.c
+++ b/src/gsupclient/gsup_req.c
@@ -2,6 +2,8 @@
*
* All Rights Reserved
*
+ * SPDX-License-Identifier: GPL-2.0-or-later
+ *
* 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
To view, visit change 38422. To unsubscribe, or for help writing mail filters, visit settings.