From 6fd13a4957f6b433bd42eaf6208a7b08e07e957a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Dylan=20A=C3=AFssi?= <dylan.aissi@collabora.com>
Date: Mon, 16 May 2022 14:12:39 +0200
Subject: [PATCH] Add debian/apertis/copyright
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Signed-off-by: Dylan Aïssi <dylan.aissi@collabora.com>
---
 debian/apertis/copyright           | 31 ++++++++++++++++++++++++++++++
 debian/apertis/copyright.whitelist |  2 ++
 2 files changed, 33 insertions(+)
 create mode 100644 debian/apertis/copyright
 create mode 100644 debian/apertis/copyright.whitelist

diff --git a/debian/apertis/copyright b/debian/apertis/copyright
new file mode 100644
index 0000000..c5544b4
--- /dev/null
+++ b/debian/apertis/copyright
@@ -0,0 +1,31 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+
+Files: *
+Copyright: 2016, 2017, 2020, Collabora Ltd.
+License: MPL-2.0
+
+Files: build-aux/*
+Copyright: 2007-2016, Free Software Foundation, Inc.
+License: GPL-3+
+
+Files: debian/*
+Copyright: no-info-found
+License: MPL-2.0
+
+Files: debian/rhosydd-mock-backends.postinst
+ debian/rhosydd.postinst
+Copyright: 2016, 2017, 2020, Collabora Ltd.
+License: MPL-2.0
+
+Files: debian/tests/*
+Copyright: 2016, 2017, 2020, Collabora Ltd.
+License: MPL-2.0
+
+Files: debian/tests/control
+Copyright: no-info-found
+License: MPL-2.0
+
+Files: backends/mock/vehicle_attributes_spec.yaml git.mk
+Copyright:
+ © 2016 Collabora Ltd.
+License: MPL-2.0
diff --git a/debian/apertis/copyright.whitelist b/debian/apertis/copyright.whitelist
new file mode 100644
index 0000000..9960a46
--- /dev/null
+++ b/debian/apertis/copyright.whitelist
@@ -0,0 +1,2 @@
+# GPL-3+ build script that do not affect the licensing of the artifacts
+build-aux/**
-- 
GitLab