Bugzilla – Attachment 16319 Details for
Bug 9813
Update About page with license information about Bootstrap and jQuery
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 9813 - Update About page with license information about Bootstrap and jQuery
Bug-9813---Update-About-page-with-license-informat.patch (text/plain), 2.11 KB, created by
Paul Poulain
on 2013-03-19 08:17:48 UTC
(
hide
)
Description:
Bug 9813 - Update About page with license information about Bootstrap and jQuery
Filename:
MIME Type:
Creator:
Paul Poulain
Created:
2013-03-19 08:17:48 UTC
Size:
2.11 KB
patch
obsolete
>From ec31eb8b3858d15b0817a83c786f8df20d85d7f0 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >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 <tredok.pierre@gmail.com> >--- > 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 @@ > <p> > <a href="http://www.gnu.org/licenses/old-licenses/gpl-2.0.html">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.</a> > </p> >+ <h2>jQuery and jQueryUI</h2> >+ <p><a href="http://jquery.com/">jQuery</a> and <a href="http://jqueryui.com/">jQueryUI</a> are licensed under the <a href="http://github.com/jquery/jquery/blob/master/MIT-LICENSE.txt">MIT license</a></p> >+ <h2>Bootstrap</h2> >+ <p><a href="http://twitter.github.com/bootstrap/">Bootstrap</a> code and <a href="http://glyphicons.com">Glyphicons Free</a> licensed under <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License v2.0</a>.</p> > <h2>YUI</h2> > <p> > <a href="http://developer.yahoo.com/auth/license.txt">BSD License</a> >-- >1.7.2.5
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 9813
:
16100
|
16103
|
16123
|
16196
|
16319
|
16342