summaryrefslogtreecommitdiff
path: root/include/string.h
diff options
context:
space:
mode:
authorsin2015-05-13 12:15:36 +0100
committersin2015-05-13 12:15:36 +0100
commit07adb509146e4185b9b7587baad26cdfb766c67e (patch)
tree045e857d1a25fef79b1b351c1e108e97aeff5814 /include/string.h
parent158782b3bb791eae3c97947944c7023452bfbc96 (diff)
Add LICENSE header
Diffstat (limited to '')
-rw-r--r--include/string.h15
1 files changed, 15 insertions, 0 deletions
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 @@
1/*
2 * Copyright (C) 2015 Dimitris Papastamos <sin@2f30.org>
3 *
4 * Permission to use, copy, modify, and/or distribute this software for any
5 * purpose with or without fee is hereby granted.
6 *
7 * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
8 * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
9 * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
10 * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
11 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
12 * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
13 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
14 */
15
1#ifndef _FORTIFY_STRING_H 16#ifndef _FORTIFY_STRING_H
2#define _FORTIFY_STRING_H 17#define _FORTIFY_STRING_H
3 18