From 07adb509146e4185b9b7587baad26cdfb766c67e Mon Sep 17 00:00:00 2001 From: sin Date: Wed, 13 May 2015 12:15:36 +0100 Subject: Add LICENSE header --- include/string.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'include/string.h') diff --git a/include/string.h b/include/string.h index 42c43a2..5db7ac9 100644 --- a/include/string.h +++ b/include/string.h @@ -1,3 +1,18 @@ +/* + * Copyright (C) 2015 Dimitris Papastamos + * + * Permission to use, copy, modify, and/or distribute this software for any + * purpose with or without fee is hereby granted. + * + * 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 _FORTIFY_STRING_H #define _FORTIFY_STRING_H -- cgit v1.3