fix lgpl license headers
authorFelix Fietkau <nbd@openwrt.org>
Wed, 31 Aug 2011 14:55:25 +0000 (16:55 +0200)
committerFelix Fietkau <nbd@openwrt.org>
Wed, 31 Aug 2011 14:55:25 +0000 (16:55 +0200)
delta.c
file.c
libuci.c
list.c
parse.c
uci.h
uci_internal.h
ucimap.c
ucimap.h
util.c

diff --git a/delta.c b/delta.c
index f697141f9ff1e758051ac1df1c29336f47251ee3..24784f8efee780b9fbb75551c2b55639e80355fd 100644 (file)
--- a/delta.c
+++ b/delta.c
@@ -9,7 +9,7 @@
  * 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.
+ * GNU Lesser General Public License for more details.
  */
 
 /*
diff --git a/file.c b/file.c
index 5ab50a911a88e9f5cc510d8399b3fb309d6b8569..d23e9108be5b8cedbc72835ec90531d952674d55 100644 (file)
--- a/file.c
+++ b/file.c
@@ -9,7 +9,7 @@
  * 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.
+ * GNU Lesser General Public License for more details.
  */
 
 /*
index d669c79634a7a2d39afe27f281c27a36b68816d2..c6d9992bb78f3d9ebd79e70ebd393d52d5720764 100644 (file)
--- a/libuci.c
+++ b/libuci.c
@@ -9,7 +9,7 @@
  * 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.
+ * GNU Lesser General Public License for more details.
  */
 
 /*
diff --git a/list.c b/list.c
index c8a470055360c6b58592dd82a0d08943fc98e058..fabad4d6e62daa622df23bd3143967e51c6500c9 100644 (file)
--- a/list.c
+++ b/list.c
@@ -9,7 +9,7 @@
  * 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.
+ * GNU Lesser General Public License for more details.
  */
 
 static void uci_list_set_pos(struct uci_list *head, struct uci_list *ptr, int pos)
diff --git a/parse.c b/parse.c
index 3bea3e4707c719ff2b4b59d267e8ec1325d2385c..838a8353e509f02151c1ecc9dcff00d05e47bd25 100644 (file)
--- a/parse.c
+++ b/parse.c
@@ -9,7 +9,7 @@
  * 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.
+ * GNU Lesser General Public License for more details.
  */
 
 #include <string.h>
diff --git a/uci.h b/uci.h
index a5eb7f153ebc79bd600df47b210198b53751024f..6d13ea6c5f5d0ba2696ae8352dd5c08c5c7eab48 100644 (file)
--- a/uci.h
+++ b/uci.h
@@ -9,7 +9,7 @@
  * 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.
+ * GNU Lesser General Public License for more details.
  */
 
 #ifndef __LIBUCI_H
index 3bd55a177b43203285bf96e271db287229e5f4fe..e0c4204e3f0039763b98fc310d4e9097f344f30d 100644 (file)
@@ -9,7 +9,7 @@
  * 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.
+ * GNU Lesser General Public License for more details.
  */
 
 #ifndef __UCI_INTERNAL_H
index 33c254894c57c328178ae06860326fd78da124bd..140c684f335ef750b5807f30e51cb2bd9002edf0 100644 (file)
--- a/ucimap.c
+++ b/ucimap.c
@@ -9,7 +9,7 @@
  * 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.
+ * GNU Lesser General Public License for more details.
  */
 
 /*
index a48eb84461a004c4868418cbbbb8b96bebbf4ac0..8386fffbef60ea8c795997cc44bf95dcd2bf48a0 100644 (file)
--- a/ucimap.h
+++ b/ucimap.h
@@ -9,7 +9,7 @@
  * 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.
+ * GNU Lesser General Public License for more details.
  */
 
 /*
diff --git a/util.c b/util.c
index 1db33667d041d33278428e578d5685b771b0ee19..916f0c1830d74a0ea4be9dc56ab4fe448dc07bed 100644 (file)
--- a/util.c
+++ b/util.c
@@ -9,7 +9,7 @@
  * 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.
+ * GNU Lesser General Public License for more details.
  */
 
 /*