summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2019-02-09 09:07:43 +0000
committerRichard Hughes <richard@hughsie.com>2019-02-09 17:33:43 +0000
commitbfd968046dbaf2580b0c9b7a073ea4caf43fd833 (patch)
treef2f88c92efcc7bf1e122a8eba1417e1558cd9e63 /data
parente15a71feaefaf1aa1970f9e87672c29c48ed2a0e (diff)
downloadappstream-glib-bfd968046dbaf2580b0c9b7a073ea4caf43fd833.tar.gz
Use the SPDX-License-Identifier in all source files
Diffstat (limited to 'data')
-rw-r--r--data/appstream-builder14
-rw-r--r--data/appstream-util14
-rw-r--r--data/tests/rpmbuild/app.c2
3 files changed, 3 insertions, 27 deletions
diff --git a/data/appstream-builder b/data/appstream-builder
index 9d2ae41..8ef31a4 100644
--- a/data/appstream-builder
+++ b/data/appstream-builder
@@ -4,19 +4,7 @@
#
# Copyright 2014 Igor Gnatenko
#
-# This program is free software; you can redistribute it and/or modify it
-# under the terms of the GNU General Public License as published by the
-# Free Software Foundation; either version 2 of the License,
-# or (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License along with
-# this program; if not, write to the Free Software Foundation, Inc.,
-# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+# SPDX-License-Identifier: GPL-2.0+
_appstream-builder()
{
diff --git a/data/appstream-util b/data/appstream-util
index 2281b78..27222ef 100644
--- a/data/appstream-util
+++ b/data/appstream-util
@@ -4,19 +4,7 @@
#
# Copyright 2014 Igor Gnatenko
#
-# This program is free software; you can redistribute it and/or modify it
-# under the terms of the GNU General Public License as published by the
-# Free Software Foundation; either version 2 of the License,
-# or (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License along with
-# this program; if not, write to the Free Software Foundation, Inc.,
-# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+# SPDX-License-Identifier: GPL-2.0+
_appstream-util()
{
diff --git a/data/tests/rpmbuild/app.c b/data/tests/rpmbuild/app.c
index 67b80d6..db7d8d4 100644
--- a/data/tests/rpmbuild/app.c
+++ b/data/tests/rpmbuild/app.c
@@ -1,6 +1,6 @@
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*-
* Copyright (C) 2014 Richard Hughes <richard@hughsie.com>
- * Licensed under the GNU Lesser General Public License Version 2.1 */
+ * SPDX-License-Identifier: LGPL-2.1+ */
#include <gtk/gtk.h>