libattr
Provider: Andreas Gruenbacher
Component(s): libattr
Most components of the "attr" package are licensed under Version 2.1 of the GNU Lesser General Public License. Some components (as annotated in the source) are licensed under Version 2 of the GNU General Public License. I confirmed libattr is wholly under the lgpl, only the Makefiles and the test framework for attr appears to be under GPLv2. We do not use or ship the GPL test framework in our product, only the libattr library is used for runtime linking.
Note that the upstream Oracle Linux libattr package appears to be missing the LGPL license from its RPM distribution, but I've included the source code headers below.
* Copyright (c) 2001-2003,2005 Silicon Graphics, Inc.
* All Rights Reserved.
*
* This program is free software: you can redistribute it and/or modify it
* 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 Lesser General Public License for more details.
*
* 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/>.
/*
Copyright (C) 2006 Andreas Gruenbacher <agruen@suse.de>, SuSE Linux AG.
This program is free software; you can redistribute it and/or
modify it 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
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
along with this manual. If not, see <http://www.gnu.org/licenses/>.
*/