summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruen@linbit.com>2014-03-04 17:54:23 +0100
committerAndreas Gruenbacher <agruen@linbit.com>2014-03-04 17:54:23 +0100
commit0fb61a4d201a7e6c73c4f7db5559c6561676c213 (patch)
treed1b8c630eb80be09bd010e6373da19bda60b183e
parentc07407b7164c9c929faadafdf74ca93036858df9 (diff)
downloadattr-0fb61a4d201a7e6c73c4f7db5559c6561676c213.tar.gz
License fixes
The libattr library is supposed to be LGPLv2.1+ licensed, but some of the files were accidentally labeled as GPLv2+ licensed. Fix this and clarify some more license headers that mix LGPLv2.1 and GPLv2.
-rw-r--r--include/error_context.h4
-rw-r--r--include/libattr.h8
-rw-r--r--include/misc.h4
-rw-r--r--libmisc/next_line.c4
4 files changed, 10 insertions, 10 deletions
diff --git a/include/error_context.h b/include/error_context.h
index 1117901..9b56944 100644
--- a/include/error_context.h
+++ b/include/error_context.h
@@ -9,9 +9,9 @@
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.
- You should have received a copy of the GNU General Public License
+ You should have received a copy of the GNU Lesser General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
diff --git a/include/libattr.h b/include/libattr.h
index f57c431..81ebc1b 100644
--- a/include/libattr.h
+++ b/include/libattr.h
@@ -2,16 +2,16 @@
Copyright (C) 2009 Andreas Gruenbacher <agruen@suse.de>
This program is free software: you can redistribute it and/or modify it
- under the terms of the GNU General Public License as published by
- the Free Software Foundation, either version 2 of the License, or
+ under the terms of the GNU Lesser General Public License as published by
+ the Free Software Foundation, either version 2.1 of the License, or
(at your option) any later version.
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.
- You should have received a copy of the GNU General Public License
+ You should have received a copy of the GNU Lesser General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
diff --git a/include/misc.h b/include/misc.h
index ae2570a..3bab7de 100644
--- a/include/misc.h
+++ b/include/misc.h
@@ -9,9 +9,9 @@
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.
- You should have received a copy of the GNU General Public License
+ You should have received a copy of the GNU Lesser General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
diff --git a/libmisc/next_line.c b/libmisc/next_line.c
index 0566d7a..a5bb099 100644
--- a/libmisc/next_line.c
+++ b/libmisc/next_line.c
@@ -9,9 +9,9 @@
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.
- You should have received a copy of the GNU General Public License
+ You should have received a copy of the GNU Lesser General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/