From 72adee492293be2aa47f8727f9a96f80ae24ca4b Mon Sep 17 00:00:00 2001 From: Evangelos Ribeiro Tzaras Date: Mon, 31 Jan 2022 11:05:23 +0100 Subject: [PATCH] tests: mock-contacts-provider: Add license header --- tests/mock-contacts-provider.h | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/tests/mock-contacts-provider.h b/tests/mock-contacts-provider.h index dc85931..431a53c 100644 --- a/tests/mock-contacts-provider.h +++ b/tests/mock-contacts-provider.h @@ -1,3 +1,12 @@ +/* + * Copyright (C) 2021 Purism SPC + * + * SPDX-License-Identifier: GPL-3.0-or-later + * + * Author: Evangelos Ribeiro Tzaras + * + */ + #pragma once #include "calls-contacts-provider.h"