diff options
author | Andreas Gruenbacher <agruen@linbit.com> | 2014-03-04 17:54:23 +0100 |
---|---|---|
committer | Andreas Gruenbacher <agruen@linbit.com> | 2014-03-04 17:54:23 +0100 |
commit | 0fb61a4d201a7e6c73c4f7db5559c6561676c213 (patch) | |
tree | d1b8c630eb80be09bd010e6373da19bda60b183e /include | |
parent | c07407b7164c9c929faadafdf74ca93036858df9 (diff) | |
download | attr-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.
Diffstat (limited to 'include')
-rw-r--r-- | include/error_context.h | 4 | ||||
-rw-r--r-- | include/libattr.h | 8 | ||||
-rw-r--r-- | include/misc.h | 4 |
3 files changed, 8 insertions, 8 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/>. */ |