Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.openwrt.org/project/libubox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2013-01-13 18:27:34 +0400
committerFelix Fietkau <nbd@openwrt.org>2013-01-13 18:27:38 +0400
commitf5245f9887af7bf8f3468bf0ebca3c031da346ed (patch)
treedebe44e27491104570032ce8f799306b163a8fcc /usock.h
parent432b93f633ff280e6f13a6375560479acda27bfa (diff)
add license headers for usock
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Diffstat (limited to 'usock.h')
-rw-r--r--usock.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/usock.h b/usock.h
index 12f8127..8f30add 100644
--- a/usock.h
+++ b/usock.h
@@ -1,3 +1,21 @@
+/*
+ * usock - socket helper functions
+ *
+ * Copyright (C) 2010 Steven Barth <steven@midlink.org>
+ * Copyright (C) 2011-2012 Felix Fietkau <nbd@openwrt.org>
+ *
+ * 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 USOCK_H_
#define USOCK_H_