From 6d46353e9a9f19fac7d7d4040f6c5ab67b0b5cfb Mon Sep 17 00:00:00 2001 From: buffet Date: Mon, 29 Oct 2018 16:21:12 +0100 Subject: [PATCH] Added licence header to main.h --- src/kiwmi/main.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/kiwmi/main.h b/src/kiwmi/main.h index 7336143..e6311bc 100644 --- a/src/kiwmi/main.h +++ b/src/kiwmi/main.h @@ -1,3 +1,10 @@ +/* Copyright (c), Niclas Meyer + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this file, + * You can obtain one at https://mozilla.org/MPL/2.0/. + */ + #ifndef MAIN_H #define MAIN_H