gsupclient: add missing SPDX line

SPDX is a spec to describe the license of a file
in a machine readable format.

Change-Id: Iaded691cc0eb2f5dd85efd1915ddef1a747fe518
This commit is contained in:
Alexander Couzens
2024-10-13 23:39:26 +02:00
parent e1aed27178
commit 26c82ba2be
3 changed files with 6 additions and 0 deletions

View File

@@ -2,6 +2,8 @@
* *
* All Rights Reserved * All Rights Reserved
* *
* SPDX-License-Identifier: GPL-2.0-or-later
*
* This program is free software; you can redistribute it and/or modify * 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 * it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or * the Free Software Foundation; either version 2 of the License, or

View File

@@ -6,6 +6,8 @@
* Author: Jacob Erlbeck * Author: Jacob Erlbeck
* Author: Neels Hofmeyr * Author: Neels Hofmeyr
* *
* SPDX-License-Identifier: GPL-2.0-or-later
*
* This program is free software; you can redistribute it and/or modify * 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 * it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or * the Free Software Foundation; either version 2 of the License, or

View File

@@ -2,6 +2,8 @@
* *
* All Rights Reserved * All Rights Reserved
* *
* SPDX-License-Identifier: GPL-2.0-or-later
*
* This program is free software; you can redistribute it and/or modify * 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 * it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or * the Free Software Foundation; either version 2 of the License, or