[odrs-web] trivial: Fix inconsistencies in license information



commit 221c974cd4ff1e1a90410289e45e1a3f2945504c
Author: Richard Hughes <richard hughsie com>
Date:   Tue Sep 29 16:04:47 2020 +0100

    trivial: Fix inconsistencies in license information
    
    Fixes https://gitlab.gnome.org/Infrastructure/odrs-web/-/issues/5

 app_data/LICENSE => LICENSE |  0
 app_data/Makefile           |  2 +-
 app_data/odrs-web.doap      | 28 ----------------------------
 app_data/pylint_test.py     |  2 +-
 odrs-web.doap               |  2 +-
 5 files changed, 3 insertions(+), 31 deletions(-)
---
diff --git a/app_data/LICENSE b/LICENSE
similarity index 100%
rename from app_data/LICENSE
rename to LICENSE
diff --git a/app_data/Makefile b/app_data/Makefile
index 9360e33..9526480 100644
--- a/app_data/Makefile
+++ b/app_data/Makefile
@@ -1,5 +1,5 @@
 # Copyright (C) 2019 Richard Hughes <richard hughsie com>
-# SPDX-License-Identifier: GPL-2.0+
+# SPDX-License-Identifier: GPL-3.0+
 
 VENV=./env
 PYTHON=$(VENV)/bin/python
diff --git a/app_data/pylint_test.py b/app_data/pylint_test.py
index aaf9b92..43479c9 100755
--- a/app_data/pylint_test.py
+++ b/app_data/pylint_test.py
@@ -3,7 +3,7 @@
 #
 # Copyright (C) 2018 Richard Hughes <richard hughsie com>
 #
-# SPDX-License-Identifier: GPL-2.0+
+# SPDX-License-Identifier: GPL-3.0+
 
 import os
 import sys
diff --git a/odrs-web.doap b/odrs-web.doap
index dbb399b..cd5b4e1 100644
--- a/odrs-web.doap
+++ b/odrs-web.doap
@@ -24,5 +24,5 @@
     </foaf:Person>
   </maintainer>
 
-  <license rdf:resource="http://www.gnu.org/licenses/gpl-2.0.txt"; />
+  <license rdf:resource="https://www.gnu.org/licenses/gpl-3.0.txt"; />
 </Project>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]