From 833c9efee0c0e01a0223318b578efa77272ed958 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 Signed-off-by: Marcel de Rooy Signed-off-by: Fridolin Somers --- 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 dbbf663091..1438476e29 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.39.5