From 74249026fd8070604d4471ce28d0b4e1ab291377 Mon Sep 17 00:00:00 2001 From: mdolling <mdolling@gfz-potsdam.de> Date: Tue, 30 Mar 2021 14:27:40 +0200 Subject: [PATCH] added license for package.json files --- Node/package-lock.json.license | 3 +++ Node/package.json.license | 3 +++ QUALITY.md | 23 ++++++++--------------- 3 files changed, 14 insertions(+), 15 deletions(-) create mode 100644 Node/package-lock.json.license create mode 100644 Node/package.json.license diff --git a/Node/package-lock.json.license b/Node/package-lock.json.license new file mode 100644 index 0000000..fe612ea --- /dev/null +++ b/Node/package-lock.json.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2021 Helmholtz Centre Potsdam - GFZ German Research Centre for Geosciences, Germany (https://www.gfz-potsdam.de/) + +SPDX-License-Identifier: CC0-1.0 \ No newline at end of file diff --git a/Node/package.json.license b/Node/package.json.license new file mode 100644 index 0000000..fe612ea --- /dev/null +++ b/Node/package.json.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2021 Helmholtz Centre Potsdam - GFZ German Research Centre for Geosciences, Germany (https://www.gfz-potsdam.de/) + +SPDX-License-Identifier: CC0-1.0 \ No newline at end of file diff --git a/QUALITY.md b/QUALITY.md index aa1dc6c..8763c2d 100644 --- a/QUALITY.md +++ b/QUALITY.md @@ -18,9 +18,9 @@ **Software Location:** [git](git.gfz-potsdam.de/id2/software/services/fair/sqa_test_project) -**Last Commit:** 0 +**Last Commit:** 701a8215b4f8629657af610bbd37ddec39d20e13 -**Report Time:** 0 +**Report Time:** 30/03/2021 12:27:04 UTC **Report Version:** 0.7.0 @@ -70,12 +70,12 @@ ##### Node +**Node/package-lock.json** +* unable to load file + **gulp** * version "~3.0.0" is not specific -**s/id2/software/services/fair/sqa_test_project/Node/package-lock.json** -* unable to load file - **vue** * version "^2.0.0" is not specific @@ -129,13 +129,6 @@ > **Description: Prints the result of the [reuse](https://reuse.software/spec/) linter.** -#### MISSING COPYRIGHT AND LICENSING INFORMATION - -The following files have no copyright and licensing information: -* /builds/id2/software/services/fair/sqa_test_project/Node/package-lock.json -* /builds/id2/software/services/fair/sqa_test_project/Node/package.json - - #### SUMMARY * Bad licenses: @@ -145,8 +138,8 @@ The following files have no copyright and licensing information: * Unused licenses: * Used licenses: CC0-1.0 * Read errors: 0 -* Files with copyright information: 12 / 14 -* Files with license information: 12 / 14 +* Files with copyright information: 14 / 14 +* Files with license information: 14 / 14 -Unfortunately, your project is not compliant with version 3.0 of the REUSE Specification :-( +Congratulations! Your project is compliant with version 3.0 of the REUSE Specification :-) -- GitLab