commit 04b654ea6a65210c4156225c4e89833afee79b0f
parent 28d2837aa3f5b51e56d9818e793e3fd47e784625
Author: Ed van Bruggen <edvb@uw.edu>
Date: Wed, 15 Aug 2018 23:45:20 -0700
Add License directly to tisp.c and tisp.h
Diffstat:
tisp.c | | | 21 | ++++++++++++++++++++- |
tisp.h | | | 21 | ++++++++++++++++++++- |
2 files changed, 40 insertions(+), 2 deletions(-)
diff --git a/tisp.c b/tisp.c
@@ -1,4 +1,23 @@
-/* See LICENSE file for copyright and license details. */
+/* zlib License
+ *
+ * Copyright (c) 2017-2018 Ed van Bruggen
+ *
+ * This software is provided 'as-is', without any express or implied
+ * warranty. In no event will the authors be held liable for any damages
+ * arising from the use of this software.
+ *
+ * Permission is granted to anyone to use this software for any purpose,
+ * including commercial applications, and to alter it and redistribute it
+ * freely, subject to the following restrictions:
+ *
+ * 1. The origin of this software must not be misrepresented; you must not
+ * claim that you wrote the original software. If you use this software
+ * in a product, an acknowledgment in the product documentation would be
+ * appreciated but is not required.
+ * 2. Altered source versions must be plainly marked as such, and must not be
+ * misrepresented as being the original software.
+ * 3. This notice may not be removed or altered from any source distribution.
+ */
#include <ctype.h>
#include <dlfcn.h>
#include <limits.h>
diff --git a/tisp.h b/tisp.h
@@ -1,4 +1,23 @@
-/* See LICENSE file for copyright and license details. */
+/* zlib License
+ *
+ * Copyright (c) 2017-2018 Ed van Bruggen
+ *
+ * This software is provided 'as-is', without any express or implied
+ * warranty. In no event will the authors be held liable for any damages
+ * arising from the use of this software.
+ *
+ * Permission is granted to anyone to use this software for any purpose,
+ * including commercial applications, and to alter it and redistribute it
+ * freely, subject to the following restrictions:
+ *
+ * 1. The origin of this software must not be misrepresented; you must not
+ * claim that you wrote the original software. If you use this software
+ * in a product, an acknowledgment in the product documentation would be
+ * appreciated but is not required.
+ * 2. Altered source versions must be plainly marked as such, and must not be
+ * misrepresented as being the original software.
+ * 3. This notice may not be removed or altered from any source distribution.
+ */
#define warnf(M, ...) do { \
fprintf(stderr, "tisp:%d: error: " M "\n", \