Added license header to common files

This commit is contained in:
buffet 2018-10-22 17:27:52 +02:00
parent 26db0c6f02
commit 8e8a4b1e4f
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 "common.h"
#include <stdarg.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 COMMON_H
#define COMMON_H