diff mbox series

[V2,1/2] Make folder test REUSE-compliant

Message ID 20210418091529.16690-2-toertel@gmail.com
State Accepted
Headers show
Series Make folder test REUSE-compliant | expand

Commit Message

Mark Jonas April 18, 2021, 9:15 a.m. UTC
Signed-off-by: Mark Jonas <toertel@gmail.com>
---
 test/Makefile                  | 2 ++
 test/data/to-be-signed.license | 3 +++
 test/test_crypt.c              | 2 ++
 test/test_hash.c               | 4 ++++
 test/test_json.c               | 2 ++
 test/test_server_hawkbit.c     | 2 ++
 test/test_verify.c             | 4 ++++
 7 files changed, 19 insertions(+)
 create mode 100644 test/data/to-be-signed.license
diff mbox series

Patch

diff --git a/test/Makefile b/test/Makefile
index 0e100ab..e7df138 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -1,3 +1,5 @@ 
+# SPDX-License-Identifier: GPL-2.0-or-later
+
 ## Author: Christian Storm
 ## Copyright (C) 2017, Siemens AG
 ##
diff --git a/test/data/to-be-signed.license b/test/data/to-be-signed.license
new file mode 100644
index 0000000..98861a5
--- /dev/null
+++ b/test/data/to-be-signed.license
@@ -0,0 +1,3 @@ 
+SPDX-FileCopyrightText: 2019 Laszlo Ashin <laszlo@ashin.hu>
+
+SPDX-License-Identifier: CC0-1.0
diff --git a/test/test_crypt.c b/test/test_crypt.c
index 7d82bc5..f232b28 100644
--- a/test/test_crypt.c
+++ b/test/test_crypt.c
@@ -1,3 +1,5 @@ 
+// SPDX-License-Identifier: GPL-2.0-or-later
+
 /*
  * Author: Christian Storm
  * Copyright (C) 2017, Siemens AG
diff --git a/test/test_hash.c b/test/test_hash.c
index 06475fd..33258dc 100644
--- a/test/test_hash.c
+++ b/test/test_hash.c
@@ -1,3 +1,7 @@ 
+// SPDX-FileCopyrightText: 2019 Laszlo Ashin <laszlo@ashin.hu>
+//
+// 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
diff --git a/test/test_json.c b/test/test_json.c
index ecf1425..de584bc 100644
--- a/test/test_json.c
+++ b/test/test_json.c
@@ -1,3 +1,5 @@ 
+# SPDX-License-Identifier: GPL-2.0-or-later
+
 /*
  * Author: Christian Storm
  * Copyright (C) 2016, Siemens AG
diff --git a/test/test_server_hawkbit.c b/test/test_server_hawkbit.c
index 61e20fd..2384f97 100644
--- a/test/test_server_hawkbit.c
+++ b/test/test_server_hawkbit.c
@@ -1,3 +1,5 @@ 
+# SPDX-License-Identifier: GPL-2.0-or-later
+
 /*
  * Author: Christian Storm
  * Copyright (C) 2016, Siemens AG
diff --git a/test/test_verify.c b/test/test_verify.c
index 59ba036..f92acc3 100644
--- a/test/test_verify.c
+++ b/test/test_verify.c
@@ -1,3 +1,7 @@ 
+// SPDX-FileCopyrightText: 2019 Laszlo Ashin
+//
+// 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