diff options
author | Sven Gothel <[email protected]> | 2020-12-25 01:39:22 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2020-12-25 01:39:22 +0100 |
commit | aef0f6617a7f47543ff3bc6b2f868ed790875154 (patch) | |
tree | 7247c2a1a02522d06b03f8263d672b8506ba6552 /test/test_lfringbuffer11.cpp | |
parent | 817dd5a4debd425c53d5c225bacecb27dc40d800 (diff) |
unit tests: Add MIT license header
Diffstat (limited to 'test/test_lfringbuffer11.cpp')
-rw-r--r-- | test/test_lfringbuffer11.cpp | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/test/test_lfringbuffer11.cpp b/test/test_lfringbuffer11.cpp index 9bcb86b..fc465b0 100644 --- a/test/test_lfringbuffer11.cpp +++ b/test/test_lfringbuffer11.cpp @@ -1,3 +1,26 @@ +/* + * Author: Sven Gothel <[email protected]> + * Copyright (c) 2020 Gothel Software e.K. + * + * Permission is hereby granted, free of charge, to any person obtaining + * a copy of this software and associated documentation files (the + * "Software"), to deal in the Software without restriction, including + * without limitation the rights to use, copy, modify, merge, publish, + * distribute, sublicense, and/or sell copies of the Software, and to + * permit persons to whom the Software is furnished to do so, subject to + * the following conditions: + * + * The above copyright notice and this permission notice shall be + * included in all copies or substantial portions of the Software. + * + * 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 AUTHORS OR COPYRIGHT HOLDERS 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 IN THE SOFTWARE. + */ #include <iostream> #include <cassert> #include <cinttypes> |