From 639adf5b6d7625d1c91b599e6ca8a0923264a951 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 Content-Type: text/plain; charset="utf-8" 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. --- 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 d862fd2..68be947 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

+

Boostrap code licensed under Apache License v2.0, Glyphicons Free licensed under CC BY 3.0.

YUI

BSD License -- 1.7.9.5