From d6f00ececf440e489a567d12240c2fc0f8b397f4 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 http://bugs.koha-community.org/show_bug.cgi?id=9196 --- koha-tmpl/intranet-tmpl/prog/en/modules/about.tt | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt index d862fd2..57bc636 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.2.5