add copyright notices

This commit is contained in:
r4 2022-05-29 21:57:31 +02:00
parent 0d999f5b39
commit c5fe99a79f
3 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,6 @@
# Copyright 2022 Darwin Schuppan <darwin@nobrain.org>
# SPDX license identifier: MIT
################################
# Config #
################################

View File

@ -1,3 +1,6 @@
// Copyright 2022 Darwin Schuppan <darwin@nobrain.org>
// SPDX license identifier: MIT
#ifndef __DS_NUMBER_H__
#define __DS_NUMBER_H__

View File

@ -1,3 +1,6 @@
// Copyright 2022 Darwin Schuppan <darwin@nobrain.org>
// SPDX license identifier: MIT
#ifndef __TESTS_VEC_H__
#define __TESTS_VEC_H__