• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1SPDX-License-Identifier: MIT
2
3Copyright © 2013 Red Hat, Inc.
4Copyright © 2013 David Herrmann <dh.herrmann@gmail.com>
5
6Permission is hereby granted, free of charge, to any person obtaining a copy
7of this software and associated documentation files (the "Software"), to
8deal in the Software without restriction, including without limitation the
9rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
10sell copies of the Software, and to permit persons to whom the Software is
11furnished to do so, subject to the following conditions:
12
13The above copyright notice and this permission notice (including the next
14paragraph) shall be included in all copies or substantial portions of the
15Software.
16
17THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
18IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
19FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
20AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
21LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
22FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
23IN THE SOFTWARE.
24
25The following license is from a Linux kernel header file and there is no GPL
26code this package links to.
27
28Copyright (c) 1999-2002 Vojtech Pavlik
29
30This program is free software; you can redistribute it and/or modify it
31under the terms of the GNU General Public License version 2 as published by
32the Free Software Foundation.
33