Repository : ssh://git@open-mesh.org/alfred
On branch : master
commit afa63cb9df717d0f3c6e6638ca12cfa2226f15f5 Author: Sven Eckelmann sven@narfation.org Date: Sun Nov 19 15:05:57 2017 +0100
alfred: Rename LICENSE to Linux's LICENSES/preferred/GPL-2.0
The alfred project shares files with other projects hosted on open-mesh.org and kernel.org. These other projects use the filename LICENSES/preferred/GPL-2.0 for the GPL-2.0 license. It is therefore required to also use the same name for the license file when these files reference this in their license header.
The SPDX header was imported from Linux but the actual GPL-2.0 text was downloaded from https://www.gnu.org/licenses/gpl-2.0.txt
Signed-off-by: Sven Eckelmann sven@narfation.org Signed-off-by: Simon Wunderlich sw@simonwunderlich.de
afa63cb9df717d0f3c6e6638ca12cfa2226f15f5 LICENSE => LICENSES/preferred/GPL-2.0 | 13 +++++++++++++ 1 file changed, 13 insertions(+)
diff --git a/LICENSE b/LICENSES/preferred/GPL-2.0 similarity index 97% rename from LICENSE rename to LICENSES/preferred/GPL-2.0 index d159169..3bb0d18 100644 --- a/LICENSE +++ b/LICENSES/preferred/GPL-2.0 @@ -1,3 +1,16 @@ +Valid-License-Identifier: GPL-2.0 +Valid-License-Identifier: GPL-2.0+ +SPDX-URL: https://spdx.org/licenses/GPL-2.0.html +Usage-Guide: + To use this license in source code, put one of the following SPDX + tag/value pairs into a comment according to the placement + guidelines in the licensing rules documentation. + For 'GNU General Public License (GPL) version 2 only' use: + SPDX-License-Identifier: GPL-2.0 + For 'GNU General Public License (GPL) version 2 or any later version' use: + SPDX-License-Identifier: GPL-2.0+ +License-Text: + GNU GENERAL PUBLIC LICENSE Version 2, June 1991