From 4a7d8053ae7866932c796465a4e8cd0bc5ca7fd3 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Wed, 31 Aug 2011 16:55:25 +0200 Subject: [PATCH] fix lgpl license headers --- delta.c | 2 +- file.c | 2 +- libuci.c | 2 +- list.c | 2 +- parse.c | 2 +- uci.h | 2 +- uci_internal.h | 2 +- ucimap.c | 2 +- ucimap.h | 2 +- util.c | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/delta.c b/delta.c index f697141..24784f8 100644 --- 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 5ab50a9..d23e910 100644 --- 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. */ /* diff --git a/libuci.c b/libuci.c index d669c79..c6d9992 100644 --- 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 c8a4700..fabad4d 100644 --- 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 3bea3e4..838a835 100644 --- 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 diff --git a/uci.h b/uci.h index a5eb7f1..6d13ea6 100644 --- 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 diff --git a/uci_internal.h b/uci_internal.h index 3bd55a1..e0c4204 100644 --- a/uci_internal.h +++ b/uci_internal.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 __UCI_INTERNAL_H diff --git a/ucimap.c b/ucimap.c index 33c2548..140c684 100644 --- 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. */ /* diff --git a/ucimap.h b/ucimap.h index a48eb84..8386fff 100644 --- 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 1db3366..916f0c1 100644 --- 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. */ /* -- 2.11.0