diff options
author | Hanspeter Portner <dev@open-music-kontrollers.ch> | 2019-02-23 17:41:28 +0100 |
---|---|---|
committer | Hanspeter Portner <dev@open-music-kontrollers.ch> | 2019-02-23 17:41:28 +0100 |
commit | 776f05f721bd7e6a66edd263fdaa73a9d2019882 (patch) | |
tree | 326a72485053c7dd2e629e7de97237b2ad4f917c /test/core.c | |
parent | c7a58091c1a230f6ef35dfb3158d896c6982dac3 (diff) | |
download | d2tk-776f05f721bd7e6a66edd263fdaa73a9d2019882.tar.xz |
test: add missing license file header.
Diffstat (limited to 'test/core.c')
-rw-r--r-- | test/core.c | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/test/core.c b/test/core.c index 6fddb02..76761ab 100644 --- a/test/core.c +++ b/test/core.c @@ -1,3 +1,20 @@ +/* + * Copyright (c) 2018 Hanspeter Portner (dev@open-music-kontrollers.ch) + * + * This is free software: you can redistribute it and/or modify + * it under the terms of the Artistic License 2.0 as published by + * The Perl Foundation. + * + * This source is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * Artistic License 2.0 for more details. + * + * You should have received a copy of the Artistic License 2.0 + * along the source as a COPYING file. If not, obtain it from + * http://www.perlfoundation.org/artistic_license_2_0. + */ + #include <inttypes.h> #include <stdlib.h> #include <string.h> |