summaryrefslogtreecommitdiffstats
path: root/src/extension
diff options
context:
space:
mode:
authorThomas Holder <thomas@thomas-holder.de>2018-11-10 13:04:01 +0000
committerThomas Holder <thomas@thomas-holder.de>2018-11-10 13:04:01 +0000
commitf7e658587354a38f89258dac40b6740e10be4a5f (patch)
tree989eb77f227f97550c98c85426dc884b76d975ea /src/extension
parentlicense check: use exceptions (diff)
downloadinkscape-f7e658587354a38f89258dac40b6740e10be4a5f.tar.gz
inkscape-f7e658587354a38f89258dac40b6740e10be4a5f.zip
fix compiling on macOS
Diffstat (limited to 'src/extension')
-rw-r--r--src/extension/dbus/application-interface.xml2
-rw-r--r--src/extension/dbus/document-interface.xml2
-rw-r--r--src/extension/dbus/proposed-interface.xml2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/extension/dbus/application-interface.xml b/src/extension/dbus/application-interface.xml
index 38d763074..05513cb99 100644
--- a/src/extension/dbus/application-interface.xml
+++ b/src/extension/dbus/application-interface.xml
@@ -1,5 +1,5 @@
-// SPDX-License-Identifier: GPL-2.0-or-later
<?xml version="1.0" encoding="UTF-8" ?>
+<!-- SPDX-License-Identifier: GPL-2.0-or-later -->
<!--
* This is the master description of the DBus application interface.
* The interface is mostly just for creating new document instances.
diff --git a/src/extension/dbus/document-interface.xml b/src/extension/dbus/document-interface.xml
index 64ff4223c..4524cbad5 100644
--- a/src/extension/dbus/document-interface.xml
+++ b/src/extension/dbus/document-interface.xml
@@ -1,5 +1,5 @@
-// SPDX-License-Identifier: GPL-2.0-or-later
<?xml version="1.0" encoding="UTF-8" ?>
+<!-- SPDX-License-Identifier: GPL-2.0-or-later -->
<!--
* This is the master description of the DBus document interface.
*
diff --git a/src/extension/dbus/proposed-interface.xml b/src/extension/dbus/proposed-interface.xml
index 0fe995cac..829ee7eba 100644
--- a/src/extension/dbus/proposed-interface.xml
+++ b/src/extension/dbus/proposed-interface.xml
@@ -1,5 +1,5 @@
-// SPDX-License-Identifier: GPL-2.0-or-later
<?xml version="1.0" encoding="UTF-8" ?>
+<!-- SPDX-License-Identifier: GPL-2.0-or-later -->
<!--
* These are some of the proposed functions for the document interface.
*