Author | Jamozed <[email protected]> |
Date | 2021-01-27 01:51:34 |
Commit | b03cf63e712f2512013d2a4e4564b6a170aaf5fa |
Parent | 0e4ad6b43d9cf686d69e903ca88c009e1dedcf76 |
optget: Add licence header to unit test
Diffstat
M | src/test/test_optget.c | | | 14 | ++++++++++++++ |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/test/test_optget.c b/src/test/test_optget.c index b54bf91..5b6c276 100644 --- a/src/test/test_optget.c +++ b/src/test/test_optget.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 "../optget.h" #include "unit.h"