diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2016-06-23 22:59:04 +1200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-07-08 09:57:26 +0100 |
commit | 1cf6e14a6c5ddb4daec1c1e0cce113eea8570545 (patch) | |
tree | b24af53ea6048aa6d441b10cf96ea633a7936d5d /bitbake/lib/progressbar/LICENSE.txt | |
parent | 481048cd2a64a08501bb5ea7ec0bc9ef0a9a5cc9 (diff) | |
download | poky-1cf6e14a6c5ddb4daec1c1e0cce113eea8570545.tar.gz |
bitbake: knotty: import latest python-progressbar
Since we're going to make some minor extensions to it, it makes sense to
bring in the latest version of python-progressbar. Its structure has
changed a little but the API hasn't; however we do need to ensure our
overridden _needs_update() function's signature in BBProgress() matches
properly.
(Bitbake rev: c3e51d71b36cbc9e9ed1b35fb93d0978e24bc98a)
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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. | ||