From: Michael D. Lowis Date: Sat, 18 Feb 2017 00:39:43 +0000 (-0500) Subject: Changed license from BSD 2-clause to ISC. Pretty much the same terms but with less... X-Git-Url: https://git.mdlowis.com/?a=commitdiff_plain;h=7fd6a516649060738228a83d32c3a80dc540d4dd;p=projs%2Fatf.git Changed license from BSD 2-clause to ISC. Pretty much the same terms but with less words. Licenses is now embedded in the file header comment in atf.h --- diff --git a/atf.h b/atf.h index b0f07c7..8c8437b 100755 --- a/atf.h +++ b/atf.h @@ -1,7 +1,21 @@ /** - @brief A minimalistic unit testing framework for C. - @author Michael D. Lowis - @license BSD 2-clause License + A minimalistic unit testing framework for C. + + Copyright 2014 Michael D. Lowis + + Permission to use, copy, modify, and/or distribute this software + for any purpose with or without fee is hereby granted, provided + that the above copyright notice and this permission notice appear + in all copies. + + THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL + WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED + WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE + AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL + DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA + OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER + TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR + PERFORMANCE OF THIS SOFTWARE. */ #ifndef ATF_H #define ATF_H