]> git.mdlowis.com Git - projs/atf.git/commitdiff
Changed license from BSD 2-clause to ISC. Pretty much the same terms but with less...
authorMichael D. Lowis <mike@mdlowis.com>
Sat, 18 Feb 2017 00:39:43 +0000 (19:39 -0500)
committerMichael D. Lowis <mike@mdlowis.com>
Sat, 18 Feb 2017 00:39:43 +0000 (19:39 -0500)
atf.h

diff --git a/atf.h b/atf.h
index b0f07c76e6ab5bcff1e9d946906dfa0473365e79..8c8437b11c15e70a1a1db8940ac74d750850fb6c 100755 (executable)
--- 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