diff options
author | Alexandru DAMIAN <alexandru.damian@intel.com> | 2013-09-26 12:48:44 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-10-18 11:13:49 +0100 |
commit | 4e21d092f9bc13e1bdade1e015c57d6ca569639b (patch) | |
tree | 003476d6933e35a9aad1de73542c67895c20aba2 /bitbake/LICENSE | |
parent | 164ab730ccb504b823f43b48de282de702ccf71b (diff) | |
download | poky-4e21d092f9bc13e1bdade1e015c57d6ca569639b.tar.gz |
bitbake: toaster: adding frameworks for the Simple UI
This commit adds the 3rd party frameworks used for the web UI.
jQuery is licensed under MIT.
Bootstrap is licensed under APACHE-2.0
(Bitbake rev: 8395e257fed030f0d9b24feba17ed99664f26b2b)
Signed-off-by: Alexandru DAMIAN <alexandru.damian@intel.com>
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/LICENSE')
-rw-r--r-- | bitbake/LICENSE | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/bitbake/LICENSE b/bitbake/LICENSE new file mode 100644 index 0000000000..350140c93f --- /dev/null +++ b/bitbake/LICENSE | |||
@@ -0,0 +1,10 @@ | |||
1 | BitBake is licensed under the GNU General Public License version 2.0. See COPYING for further details. | ||
2 | |||
3 | The following external components are distributed with this software: | ||
4 | |||
5 | * 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 | ||
6 | Foundation and individual contributors. | ||
7 | |||
8 | * Twitter Bootstrap (including Glyphicons), redistributed under the Apache License 2.0. | ||
9 | |||
10 | * jQuery is redistributed under the MIT license. | ||