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