summaryrefslogtreecommitdiffstats
path: root/src/extension/dbus/doc
diff options
context:
space:
mode:
authorMax Gaukler <development@maxgaukler.de>2018-09-11 14:05:17 +0000
committerMax Gaukler <development@maxgaukler.de>2018-11-08 17:18:20 +0000
commit79d82382b3ea1b7d77e3a47a96a786557588787a (patch)
treee2729fa6bb00d24ac6140cafabb9cf9b94ffa01b /src/extension/dbus/doc
parentImplement the remaining vector effects properties. (diff)
downloadinkscape-79d82382b3ea1b7d77e3a47a96a786557588787a.tar.gz
inkscape-79d82382b3ea1b7d77e3a47a96a786557588787a.zip
Clarify licenses
- add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library
Diffstat (limited to 'src/extension/dbus/doc')
-rw-r--r--src/extension/dbus/doc/config.xsl1
-rw-r--r--src/extension/dbus/doc/dbus-introspect-docs.dtd1
-rw-r--r--src/extension/dbus/doc/docbook.css1
-rw-r--r--src/extension/dbus/doc/spec-to-docbook.xsl3
4 files changed, 5 insertions, 1 deletions
diff --git a/src/extension/dbus/doc/config.xsl b/src/extension/dbus/doc/config.xsl
index 26949c4ef..09cf8de5d 100644
--- a/src/extension/dbus/doc/config.xsl
+++ b/src/extension/dbus/doc/config.xsl
@@ -1,4 +1,5 @@
<?xml version='1.0'?>
+<!-- SPDX-License-Identifier: GPL-2.0-or-later -->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:fo="http://www.w3.org/1999/XSL/Format"
version="1.0">
diff --git a/src/extension/dbus/doc/dbus-introspect-docs.dtd b/src/extension/dbus/doc/dbus-introspect-docs.dtd
index 47816713e..3355d4d85 100644
--- a/src/extension/dbus/doc/dbus-introspect-docs.dtd
+++ b/src/extension/dbus/doc/dbus-introspect-docs.dtd
@@ -1,4 +1,5 @@
<!-- DTD for D-Bus Introspection Documentation -->
+<!-- SPDX-License-Identifier: GPL-2.0-or-later -->
<!ELEMENT doc (summary?,description?,errors?,permission?,since?,deprecated,seealso?)>
diff --git a/src/extension/dbus/doc/docbook.css b/src/extension/dbus/doc/docbook.css
index aed08dce1..0a1b7eefa 100644
--- a/src/extension/dbus/doc/docbook.css
+++ b/src/extension/dbus/doc/docbook.css
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: GPL-2.0-or-later */
body
{
font-family: sans-serif;
diff --git a/src/extension/dbus/doc/spec-to-docbook.xsl b/src/extension/dbus/doc/spec-to-docbook.xsl
index a4e792df0..5282167e7 100644
--- a/src/extension/dbus/doc/spec-to-docbook.xsl
+++ b/src/extension/dbus/doc/spec-to-docbook.xsl
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0-or-later
<?xml version='1.0'?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:doc="http://www.freedesktop.org/dbus/1.0/doc.dtd"
@@ -5,7 +6,7 @@
<!--
Convert D-Bus Glib xml into DocBook refentries
Copyright (C) 2007 William Jon McCann
- License: GPL
+ Released under GNU GPL v2+, read the file 'COPYING' for more information.
-->
<xsl:output method="xml" indent="yes" encoding="UTF-8"/>