[yocto] [ptest-runner][PATCH] Add SPDX-License-Identifier: GPL-2.0-or-later to source files

Aníbal Limón anibal.limon at linaro.org
Mon Jun 3 11:39:58 PDT 2019


Signed-off-by: Aníbal Limón <anibal.limon at linaro.org>
---
 main.c             | 2 ++
 ptest_list.c       | 2 ++
 ptest_list.h       | 2 ++
 tests/main.c       | 2 ++
 tests/ptest_list.c | 2 ++
 tests/utils.c      | 2 ++
 utils.c            | 2 ++
 utils.h            | 2 ++
 8 files changed, 16 insertions(+)

diff --git a/main.c b/main.c
index e963efe..83cd8f2 100644
--- a/main.c
+++ b/main.c
@@ -15,6 +15,8 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
  *
+ * SPDX-License-Identifier: GPL-2.0-or-later
+ *
  * AUTHORS
  * 	Aníbal Limón <anibal.limon at intel.com>
  */
diff --git a/ptest_list.c b/ptest_list.c
index 3e393d5..d48349f 100644
--- a/ptest_list.c
+++ b/ptest_list.c
@@ -15,6 +15,8 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
  *
+ * SPDX-License-Identifier: GPL-2.0-or-later
+ *
  * AUTHORS
  * 	Aníbal Limón <anibal.limon at intel.com>
  */
diff --git a/ptest_list.h b/ptest_list.h
index 03d7539..b4b1ac6 100644
--- a/ptest_list.h
+++ b/ptest_list.h
@@ -15,6 +15,8 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
  *
+ * SPDX-License-Identifier: GPL-2.0-or-later
+ *
  * AUTHORS
  * 	Aníbal Limón <anibal.limon at intel.com>
  */
diff --git a/tests/main.c b/tests/main.c
index cceda7d..c3b4da5 100644
--- a/tests/main.c
+++ b/tests/main.c
@@ -15,6 +15,8 @@
 * along with this program; if not, write to the Free Software
 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 *
+* SPDX-License-Identifier: GPL-2.0-or-later
+*
 * AUTHORS
 * 	Aníbal Limón <anibal.limon at intel.com>
 */
diff --git a/tests/ptest_list.c b/tests/ptest_list.c
index 5c0036d..e0ec276 100644
--- a/tests/ptest_list.c
+++ b/tests/ptest_list.c
@@ -15,6 +15,8 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
  *
+ * SPDX-License-Identifier: GPL-2.0-or-later
+ *
  * AUTHORS
  * 	Aníbal Limón <anibal.limon at intel.com>
  */
diff --git a/tests/utils.c b/tests/utils.c
index 2ccb1c0..3ba64d6 100644
--- a/tests/utils.c
+++ b/tests/utils.c
@@ -15,6 +15,8 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
  *
+ * SPDX-License-Identifier: GPL-2.0-or-later
+ *
  * AUTHORS
  * 	Aníbal Limón <anibal.limon at intel.com>
  */
diff --git a/utils.c b/utils.c
index 05c2bfe..6e453a1 100644
--- a/utils.c
+++ b/utils.c
@@ -15,6 +15,8 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
  *
+ * SPDX-License-Identifier: GPL-2.0-or-later
+ *
  * AUTHORS
  * 	Aníbal Limón <anibal.limon at intel.com>
  */
diff --git a/utils.h b/utils.h
index 5a3f44a..6175ed1 100644
--- a/utils.h
+++ b/utils.h
@@ -15,6 +15,8 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
  *
+ * SPDX-License-Identifier: GPL-2.0-or-later
+ *
  * AUTHORS
  * 	Aníbal Limón <anibal.limon at intel.com>
  */
-- 
2.20.1



More information about the yocto mailing list