1Copyright © 2013 Red Hat, Inc. 2Copyright © 2013 David Herrmann <dh.herrmann@gmail.com> 3 4Permission to use, copy, modify, distribute, and sell this software and its 5documentation for any purpose is hereby granted without fee, provided that 6the above copyright notice appear in all copies and that both that copyright 7notice and this permission notice appear in supporting documentation, and 8that the name of the copyright holders not be used in advertising or 9publicity pertaining to distribution of the software without specific, 10written prior permission. The copyright holders make no representations 11about the suitability of this software for any purpose. It is provided "as 12is" without express or implied warranty. 13 14THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 15INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 16EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY SPECIAL, INDIRECT OR 17CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 18DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 19TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE 20OF THIS SOFTWARE. 21 22The following license is from a Linux kernel header file and there is no GPL 23code this package links to. 24 25Copyright (c) 1999-2002 Vojtech Pavlik 26 27This program is free software; you can redistribute it and/or modify it 28under the terms of the GNU General Public License version 2 as published by 29the Free Software Foundation. 30