From 6bf4b3e1d8ae0173f3f97a26990a6a6341c11049 Mon Sep 17 00:00:00 2001 From: Marcus Folkesson Date: Tue, 30 Jan 2018 20:26:26 +0100 Subject: Add SPDX-License-Identifier to source files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit SPDX License List is a list of (common) open source licenses that can be referred to by a “short identifier”. It has several advantages compared to the common "license header texts" usually found in source files. Some of the advantages: * It is precise; there is no ambiguity due to variations in license header text * It is language neutral * It is easy to machine process * It is concise * It is simple and can be used without much cost in interpreted environments like java Script, etc. * An SPDX license identifier is immutable. * It provides simple guidance for developers who want to make sure the license for their code is respected See http://spdx.org for further reading. Signed-off-by: Marcus Folkesson Closes: #1439 Approved by: cgwalters --- tests/test-init-collections.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/test-init-collections.sh') diff --git a/tests/test-init-collections.sh b/tests/test-init-collections.sh index fe78fc97..5c3dd4e2 100755 --- a/tests/test-init-collections.sh +++ b/tests/test-init-collections.sh @@ -2,6 +2,8 @@ # # Copyright © 2017 Endless Mobile, Inc. # +# SPDX-License-Identifier: LGPL-2.0+ +# # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public # License as published by the Free Software Foundation; either -- cgit v1.2.1