From 223b88140b34f33d571ed7534619bcab07c3331f Mon Sep 17 00:00:00 2001 From: Nick Clemens Date: Thu, 14 Apr 2022 13:26:59 +0000 Subject: [PATCH] Bug 30544: Add font awesome version to licenses page This patch simply adds the version number we are using and updates the link to point to our version To test: 1 - Confirm the About->Licenses page points to the correct Font Awesome version Signed-off-by: Owen Leonard --- koha-tmpl/intranet-tmpl/prog/en/modules/about.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt index d2f3de2972..0c71e94be6 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt @@ -751,7 +751,7 @@

The TinyMCE WYSIWYG editor v5.9.2 by Tiny Technologies, Inc. is licensed under the LGPL v2.1.

Font Awesome

-

Font Awesome by Dave Gandy is licensed under the SIL OFL 1.1 and the MIT License.

+

Font Awesome 4.7.0 by Dave Gandy is licensed under the SIL OFL 1.1 and the MIT License.

CodeMirror editing library

The CodeMirror editing library by Marijn Haverbeke is licensed under an MIT license.

-- 2.20.1