summaryrefslogtreecommitdiff
path: root/uclient.c
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2014-03-25 21:35:47 +0100
committerFelix Fietkau <nbd@openwrt.org>2014-03-25 21:35:47 +0100
commit299b1af9c051248771537980ee2d16c29c61376d (patch)
tree916a3f37c4e5c3253ff4a20e4e638ed5586eb6dd /uclient.c
parent25e44fc1e666fb333b3c53bcda90e44b0b74bf19 (diff)
downloaduclient-299b1af9c051248771537980ee2d16c29c61376d.tar.gz
add copyright headers
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Diffstat (limited to 'uclient.c')
-rw-r--r--uclient.c17
1 files changed, 17 insertions, 0 deletions
diff --git a/uclient.c b/uclient.c
index 71da935..b020ad0 100644
--- a/uclient.c
+++ b/uclient.c
@@ -1,3 +1,20 @@
+/*
+ * uclient - ustream based protocol client library
+ *
+ * Copyright (C) 2014 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.
+ */
#include <libubox/ustream-ssl.h>
#include "uclient.h"
#include "uclient-utils.h"