diff options
| author | sin | 2015-05-13 12:15:36 +0100 |
|---|---|---|
| committer | sin | 2015-05-13 12:15:36 +0100 |
| commit | 07adb509146e4185b9b7587baad26cdfb766c67e (patch) | |
| tree | 045e857d1a25fef79b1b351c1e108e97aeff5814 /include/sys/socket.h | |
| parent | 158782b3bb791eae3c97947944c7023452bfbc96 (diff) | |
Add LICENSE header
Diffstat (limited to 'include/sys/socket.h')
| -rw-r--r-- | include/sys/socket.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/include/sys/socket.h b/include/sys/socket.h index 5db1cb1..c6e4c35 100644 --- a/include/sys/socket.h +++ b/include/sys/socket.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_SYS_SOCKET_H | 16 | #ifndef _FORTIFY_SYS_SOCKET_H |
| 2 | #define _FORTIFY_SYS_SOCKET_H | 17 | #define _FORTIFY_SYS_SOCKET_H |
| 3 | 18 | ||
