From 26db0c6f02bf79d714298c23c8efae5de9ac7bfc Mon Sep 17 00:00:00 2001 From: buffet Date: Mon, 22 Oct 2018 17:27:17 +0200 Subject: [PATCH] Added license headers to events.? --- src/kiwmi/events.c | 7 +++++++ src/kiwmi/events.h | 7 +++++++ 2 files changed, 14 insertions(+) diff --git a/src/kiwmi/events.c b/src/kiwmi/events.c index b79a727..f8fe5f1 100644 --- a/src/kiwmi/events.c +++ b/src/kiwmi/events.c @@ -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/. + */ + #include "events.h" #include diff --git a/src/kiwmi/events.h b/src/kiwmi/events.h index 8c6e3fd..1efe606 100644 --- a/src/kiwmi/events.h +++ b/src/kiwmi/events.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 EVENTS_H #define EVENTS_H