summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorSimon McVittie <smcv@debian.org>2021-07-02 12:14:11 +0100
committerSimon McVittie <smcv@debian.org>2022-02-19 22:57:48 +0000
commit81c6adb0f7dce9e790086bf353def911fc840464 (patch)
tree93a1096ad550c3d7ff6e5ce5f0e611175b672f7b /meson.build
parenta29f340fb60940c28c4bde95099b6b20a8630b98 (diff)
downloadlibglnx-81c6adb0f7dce9e790086bf353def911fc840464.tar.gz
Declare copyright and licensing using REUSE
To fill in some gaps, I've had to make some assumptions: * trivial changes (such as checking for an additional function or header file in libglnx.m4) are assumed to not be copyrightable * Will Thompson and Matthew Leeds are assumed to be contributing on behalf of Endless Mobile Inc. * files with no explicit licensing information are assumed to be under the license found in COPYING Reference: https://reuse.software/ Signed-off-by: Simon McVittie <smcv@debian.org>
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build4
1 files changed, 4 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index c42cfed..c9c24d1 100644
--- a/meson.build
+++ b/meson.build
@@ -1,3 +1,7 @@
+# Copyright 2019 Endless Mobile, Inc.
+# Copyright 2019 Collabora Ltd.
+# SPDX-License-Identifier: LGPL-2.1-or-later
+
project(
'libglnx',
'c',