According to http://twitter.github.com/bootstrap/ the following license terms cover Bootstrap: Code licensed under Apache License v2.0, Glyphicons Free (which we include in original and modified versions) licensed under CC BY 3.0.
jQuery projects (including both jQuery and jQueryUI) are licensed under the MIT license.
Created attachment 16100 [details] [review] Bug 9813 - Update About page with license information about Bootstrap and jQuery This patch adds license information about Bootstrap, jQuery, and jQueryUI to the About page in the staff client. To test, view the About page and confirm that information appears about Bootstrap, jQuery, and jQueryUI with working links.
Created attachment 16103 [details] [review] Bug 9813 - Update About page with license information about Bootstrap and jQuery This patch adds license information about Bootstrap, jQuery, and jQueryUI to the About page in the staff client. To test, view the About page and confirm that information appears about Bootstrap, jQuery, and jQueryUI with working links. Signed-off-by: Liz Rea <liz@catalyst.net.nz> Fixed a small typo - Boostrap -> Bootstrap, otherwise looks great. Thanks!
Owen, don't we want jQuery and Bootstrap in a h2 title, not h3?
Created attachment 16123 [details] [review] Bug 9813 - Update About page with license information about Bootstrap and jQuery This patch adds license information about Bootstrap, jQuery, and jQueryUI to the About page in the staff client. To test, view the About page and confirm that information appears about Bootstrap, jQuery, and jQueryUI with working links. Fixed a small typo and changed erroneous h3's to h2's to match the other listings
Thanks Liz! On an ergonomic point of view it looks good. On a juridic point of view, it was already debated. Apache v2 is GPLv3 compatible (http://www.apache.org/licenses/GPL-compatibility.html), so no problem. I just have a little question about Glyphicons Free, on its license page (http://glyphicons.com/glyphicons-licenses/), I understand: if the CC BY 3.0 is used, we should include the url (to glyphicons.com) on every page they appear. As we used the icon set from bootstrap, don't we use it under the Apache v2 license? (And so the link appears in the about page, as requested). Sorry if I misunderstood something or I the question has already been asked.
Glyphicons website says: Glyphicons Halflings are also a part of Bootstrap by Twitter, and are released under the same license as Bootstrap. While you are not required to include attribution on your Bootstrap-based projects, Iād certainly appreciate a visibile link back to glyphicons.com in any place you find appropriate (footer, docs, etc). I think the visible link in the about page should cover it for the intranet.
http://glyphicons.com/glyphicons-licenses/ our case is the "included in bootstrap" case.
(In reply to comment #8) > http://glyphicons.com/glyphicons-licenses/ > > our case is the "included in bootstrap" case. Yes, so don't we point out we use Glyphicons Free under the Apache License v2 instead of the CC BY 3.0 license?
Created attachment 16196 [details] [review] Bug 9813 - Update About page with license information about Bootstrap and jQuery This patch adds license information about Bootstrap, jQuery, and jQueryUI to the About page in the staff client. To test, view the About page and confirm that information appears about Bootstrap, jQuery, and jQueryUI with working links. Fixed a small typo and changed erroneous h3's to h2's to match the other listings Moved glyphicons link to indicate that it is licensed under the same terms as bootstrap - with Apache 2.0 license and not CC-BY.
Patch tested with a sandbox, by Pierre Angot <tredok.pierre@gmail.com>
Created attachment 16319 [details] [review] Bug 9813 - Update About page with license information about Bootstrap and jQuery This patch adds license information about Bootstrap, jQuery, and jQueryUI to the About page in the staff client. To test, view the About page and confirm that information appears about Bootstrap, jQuery, and jQueryUI with working links. Fixed a small typo and changed erroneous h3's to h2's to match the other listings Moved glyphicons link to indicate that it is licensed under the same terms as bootstrap - with Apache 2.0 license and not CC-BY. Signed-off-by: Pierre Angot <tredok.pierre@gmail.com>
QA comment: Looks to me now. This patch adds license Apache License v.2.0 for Bootstrap and Glyphicons Free and MIT License for jQuery and jQueryUI. Marked as Passed QA.
Created attachment 16342 [details] [review] Bug 9813 - Update About page with license information about Bootstrap and jQuery This patch adds license information about Bootstrap, jQuery, and jQueryUI to the About page in the staff client. To test, view the About page and confirm that information appears about Bootstrap, jQuery, and jQueryUI with working links. Fixed a small typo and changed erroneous h3's to h2's to match the other listings Moved glyphicons link to indicate that it is licensed under the same terms as bootstrap - with Apache 2.0 license and not CC-BY. Signed-off-by: Pierre Angot <tredok.pierre@gmail.com> Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>
This patch has been pushed to master.