From 9b4c816f0763bd81b5c96f43f811b876caff9c0b Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Wed, 13 Mar 2013 14:45:29 -0400 Subject: [PATCH] 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 Signed-off-by: Jonathan Druart --- koha-tmpl/intranet-tmpl/prog/en/modules/about.tt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt index f7f204a..6cb3697 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt @@ -399,6 +399,10 @@

Koha is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

+

jQuery and jQueryUI

+

jQuery and jQueryUI are licensed under the MIT license

+

Bootstrap

+

Bootstrap code and Glyphicons Free licensed under Apache License v2.0.

YUI

BSD License -- 1.7.10.4