Added license headers to events.?

This commit is contained in:
buffet 2018-10-22 17:27:17 +02:00
parent 52862c56ef
commit 26db0c6f02
2 changed files with 14 additions and 0 deletions

View file

@ -1,3 +1,10 @@
/* Copyright (c), Niclas Meyer <niclas@countingsort.com>
*
* 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 "events.h"
#include <stdlib.h> #include <stdlib.h>

View file

@ -1,3 +1,10 @@
/* Copyright (c), Niclas Meyer <niclas@countingsort.com>
*
* 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 #ifndef EVENTS_H
#define EVENTS_H #define EVENTS_H