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:13 +0100 |
commit | 8395e257fed030f0d9b24feba17ed99664f26b2b (patch) | |
tree | 29462b2381f8a0ea38d55997569fbf17dcef709d /LICENSE | |
parent | d24334a5e83d09b3ab227af485971bb768bf5412 (diff) | |
download | bitbake-8395e257fed030f0d9b24feba17ed99664f26b2b.zip |
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
Signed-off-by: Alexandru DAMIAN <alexandru.damian@intel.com>
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Diffstat (limited to 'LICENSE')
-rw-r--r-- | LICENSE | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/LICENSE b/LICENSE new file mode 100644 index 00000000..350140c9 --- /dev/null +++ b/LICENSE @@ -0,0 +1,10 @@ +BitBake is licensed under the GNU General Public License version 2.0. See COPYING for further details. + +The following external components are distributed with this software: + +* 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 +Foundation and individual contributors. + +* Twitter Bootstrap (including Glyphicons), redistributed under the Apache License 2.0. + +* jQuery is redistributed under the MIT license. |