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>2011-02-06 18:20:57 +0300
committerFelix Fietkau <nbd@openwrt.org>2011-02-06 18:20:57 +0300
commitbe416140606328d677283247553c122314e8ce8f (patch)
tree4aa2b30cd70f9725494e1de9639174b8cb2553a4 /blobmsg_json.h
parent7e9712363b23faf80ba207793fcbcc94bc4bd053 (diff)
add missing copyright headers
Diffstat (limited to 'blobmsg_json.h')
-rw-r--r--blobmsg_json.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/blobmsg_json.h b/blobmsg_json.h
index 9374f42..0ba5f86 100644
--- a/blobmsg_json.h
+++ b/blobmsg_json.h
@@ -1,3 +1,18 @@
+/*
+ * blobmsg - library for generating/parsing structured blob messages
+ *
+ * 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
+ *
+ * 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.
+ */
+
#ifndef __BLOBMSG_JSON_H
#define __BLOBMSG_JSON_H