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
path: root/blob.c
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2011-11-10 12:05:33 +0400
committerFelix Fietkau <nbd@openwrt.org>2011-11-10 12:05:33 +0400
commita654d2f42b39a355524e8dbbe35b8f8e1671c1c6 (patch)
tree4fe07bf4177c754a7b8d4a1d6632e2719c08497d /blob.c
parentfc20c7a0314afa07f4f873f1a2f1f0095bf8e519 (diff)
blob: switch to ISC license, switch blob_{get,put}_int* to _u*, add wrappers
Diffstat (limited to 'blob.c')
-rw-r--r--blob.c17
1 files changed, 10 insertions, 7 deletions
diff --git a/blob.c b/blob.c
index 4817fd4..928b5c5 100644
--- a/blob.c
+++ b/blob.c
@@ -3,14 +3,17 @@
*
* Copyright (C) 2010 Felix Fietkau <nbd@openwrt.org>
*
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License version 2.1
- * as published by the Free Software Foundation
+ * 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.
*
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
+ * 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 "blob.h"