summaryrefslogtreecommitdiff
path: root/vala
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2021-05-30 12:39:04 +0200
committerJens Georg <mail@jensge.org>2021-06-09 23:55:54 +0200
commit37b22d0a050842d91dc64678518c425b1e2a3451 (patch)
treebdd4d0527bcfeca2263b3997d556dc1942c43343 /vala
parent04d0def9b0803547163fbf3f3595b3dc905e6cd5 (diff)
downloadgupnp-37b22d0a050842d91dc64678518c425b1e2a3451.tar.gz
all: LGPL-2.0 -> LGPL-2.1
Also, drop the wall of license text and use the SPDX identifier
Diffstat (limited to 'vala')
-rw-r--r--vala/gupnp-1.2-custom.vala14
1 files changed, 1 insertions, 13 deletions
diff --git a/vala/gupnp-1.2-custom.vala b/vala/gupnp-1.2-custom.vala
index c6ce48c..b043177 100644
--- a/vala/gupnp-1.2-custom.vala
+++ b/vala/gupnp-1.2-custom.vala
@@ -5,19 +5,7 @@
*
* This file is part of GUPnP.
*
- * GUPnP 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 version 2 of the License, or
- * (at your option) any later version.
- *
- * GUPnP 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 Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser 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: LGPL-2.1-or-later
*/
public class GUPnP.ServiceProxy : GUPnP.ServiceInfo {