From 3207e35a61e35bb9d92a9841d853389635487b44 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 Content-Type: text/plain; charset=utf-8 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 Signed-off-by: Marcel de Rooy --- 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