diff options
Diffstat (limited to 'bitbake/lib/progressbar/LICENSE.txt')
-rw-r--r-- | bitbake/lib/progressbar/LICENSE.txt | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/bitbake/lib/progressbar/LICENSE.txt b/bitbake/lib/progressbar/LICENSE.txt new file mode 100644 index 0000000000..fc8ccdc1c1 --- /dev/null +++ b/bitbake/lib/progressbar/LICENSE.txt | |||
@@ -0,0 +1,52 @@ | |||
1 | You can redistribute and/or modify this library under the terms of the | ||
2 | GNU LGPL license or BSD license (or both). | ||
3 | |||
4 | --- | ||
5 | |||
6 | progressbar - Text progress bar library for python. | ||
7 | Copyright (C) 2005 Nilton Volpato | ||
8 | |||
9 | This library is free software; you can redistribute it and/or | ||
10 | modify it under the terms of the GNU Lesser General Public | ||
11 | License as published by the Free Software Foundation; either | ||
12 | version 2.1 of the License, or (at your option) any later version. | ||
13 | |||
14 | This library is distributed in the hope that it will be useful, | ||
15 | but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
16 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | ||
17 | Lesser General Public License for more details. | ||
18 | |||
19 | You should have received a copy of the GNU Lesser General Public | ||
20 | License along with this library; if not, write to the Free Software | ||
21 | Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA | ||
22 | |||
23 | --- | ||
24 | |||
25 | progressbar - Text progress bar library for python | ||
26 | Copyright (c) 2008 Nilton Volpato | ||
27 | |||
28 | All rights reserved. | ||
29 | |||
30 | Redistribution and use in source and binary forms, with or without | ||
31 | modification, are permitted provided that the following conditions are met: | ||
32 | |||
33 | a. Redistributions of source code must retain the above copyright notice, | ||
34 | this list of conditions and the following disclaimer. | ||
35 | b. Redistributions in binary form must reproduce the above copyright | ||
36 | notice, this list of conditions and the following disclaimer in the | ||
37 | documentation and/or other materials provided with the distribution. | ||
38 | c. Neither the name of the author nor the names of its contributors | ||
39 | may be used to endorse or promote products derived from this software | ||
40 | without specific prior written permission. | ||
41 | |||
42 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" | ||
43 | AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE | ||
44 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE | ||
45 | ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE FOR | ||
46 | ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL | ||
47 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR | ||
48 | SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER | ||
49 | CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT | ||
50 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY | ||
51 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH | ||
52 | DAMAGE. | ||