From 7fd6a516649060738228a83d32c3a80dc540d4dd Mon Sep 17 00:00:00 2001 From: "Michael D. Lowis" Date: Fri, 17 Feb 2017 19:39:43 -0500 Subject: [PATCH] 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 --- atf.h | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) 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 -- 2.51.0