From 4e21d092f9bc13e1bdade1e015c57d6ca569639b Mon Sep 17 00:00:00 2001 From: Alexandru DAMIAN Date: Thu, 26 Sep 2013 12:48:44 +0100 Subject: 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 Signed-off-by: Paul Eggleton Signed-off-by: Richard Purdie --- bitbake/LICENSE | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 bitbake/LICENSE (limited to 'bitbake/LICENSE') diff --git a/bitbake/LICENSE b/bitbake/LICENSE new file mode 100644 index 0000000000..350140c93f --- /dev/null +++ b/bitbake/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. -- cgit v1.2.3-54-g00ecf