Author | Jamozed <[email protected]> |
Date | 2021-01-27 01:51:17 |
Commit | 0e4ad6b43d9cf686d69e903ca88c009e1dedcf76 |
Parent | bd9fc8b8e4232cb8b8c57055c62f3f1ebf994b5b |
error: Add licence header to unit test
Diffstat
M | src/test/test_error.c | | | 14 | ++++++++++++++ |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/test/test_error.c b/src/test/test_error.c index e3f5975..a204048 100644 --- a/src/test/test_error.c +++ b/src/test/test_error.c @@ -3,6 +3,20 @@ // Copyright (C) 2020, Jakob Wakeling // All rights reserved. +/* +OMKOV Public Domain Licence, version 1.0 + +Permission is hereby granted to deal with this software and its associated +documentation files without restriction. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE COPYRIGHT +HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS WITH THE SOFTWARE. +*/ + #include "../error.h" int main(int ac, char *av[]) { A0 = av[0];