summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2022-09-04 23:24:41 +0100
committerSimon McVittie <smcv@collabora.com>2022-09-05 10:53:58 +0100
commitf83a62c27203553c04c375ff663d9d99273670c9 (patch)
treeda66a4eba0f83b153db5cbe0892b5d61f82c734b /Makefile.am
parent1fc7813fff2df74ec4582bada587b8400a1c34fe (diff)
Add licensing information in REUSE format
Signed-off-by: Simon McVittie <smcv@collabora.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am7
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 3b611b1..d7e5975 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,3 +1,6 @@
+# Copyright 2006-2022 Collabora Ltd.
+# SPDX-License-Identifier: MIT
+
abs_top_srcdir = @abs_top_srcdir@
abs_top_builddir = @abs_top_builddir@
installed_testdir = ${libexecdir}/installed-tests/${PACKAGE_TARNAME}
@@ -13,9 +16,13 @@ CLEANFILES = \
test/test-service.log \
$(NULL)
EXTRA_DIST = \
+ .reuse/dep5 \
AUTHORS \
CONTRIBUTING.md \
COPYING \
+ LICENSES/GPL-3.0-or-later.txt \
+ LICENSES/LicenseRef-AutoconfArchiveException.txt \
+ LICENSES/MIT.txt \
dbus-python.pc.in \
doc/_static/.gitignore \
examples/example-async-client.py \