Brad Bishop | c342db3 | 2019-05-15 21:57:59 -0400 | [diff] [blame] | 1 | BitBake is licensed under the GNU General Public License version 2.0. See |
| 2 | LICENSE.GPL-2.0-only for further details. |
| 3 | |
| 4 | Individual files contain the following style tags instead of the full license text: |
| 5 | |
| 6 | SPDX-License-Identifier: GPL-2.0-only |
| 7 | |
| 8 | This enables machine processing of license information based on the SPDX |
| 9 | License Identifiers that are here available: http://spdx.org/licenses/ |
| 10 | |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 11 | |
| 12 | The following external components are distributed with this software: |
| 13 | |
| 14 | * The Toaster Simple UI application is based upon the Django project template, the files of which are covered by the BSD license and are copyright (c) Django Software |
| 15 | Foundation and individual contributors. |
| 16 | |
Patrick Williams | c0f7c04 | 2017-02-23 20:41:17 -0600 | [diff] [blame] | 17 | * Twitter Bootstrap (including Glyphicons), redistributed under the MIT license |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 18 | * jQuery is redistributed under the MIT license. |
Patrick Williams | d8c66bc | 2016-06-20 12:57:21 -0500 | [diff] [blame] | 19 | |
Patrick Williams | c0f7c04 | 2017-02-23 20:41:17 -0600 | [diff] [blame] | 20 | * Twitter typeahead.js redistributed under the MIT license. Note that the JS source has one small modification, so the full unminified file is currently included to make it obvious where this is. |
| 21 | |
| 22 | * jsrender is redistributed under the MIT license. |
| 23 | |
Patrick Williams | d8c66bc | 2016-06-20 12:57:21 -0500 | [diff] [blame] | 24 | * QUnit is redistributed under the MIT license. |
Patrick Williams | c0f7c04 | 2017-02-23 20:41:17 -0600 | [diff] [blame] | 25 | |
| 26 | * Font Awesome fonts redistributed under the SIL Open Font License 1.1 |
Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame] | 27 | |
| 28 | * simplediff is distributed under the zlib license. |
Brad Bishop | c342db3 | 2019-05-15 21:57:59 -0400 | [diff] [blame] | 29 | |