From 268b64eab56afc750954b9e8b2cfed5d429d2a96 Mon Sep 17 00:00:00 2001 From: Eberhard Beilharz Date: Fri, 31 Jul 2026 18:44:25 +0200 Subject: [PATCH] chore(web): update file headers Build-bot: skip Test-bot: skip --- web/src/app/ui/kmwuibutton.ts | 9 ++++----- web/src/app/ui/kmwuifloat.ts | 9 ++++----- web/src/app/ui/kmwuitoggle.ts | 7 +++---- web/src/app/ui/kmwuitoolbar.ts | 9 ++++----- 4 files changed, 15 insertions(+), 19 deletions(-) diff --git a/web/src/app/ui/kmwuibutton.ts b/web/src/app/ui/kmwuibutton.ts index d375dae5ca..5f115f68d0 100644 --- a/web/src/app/ui/kmwuibutton.ts +++ b/web/src/app/ui/kmwuibutton.ts @@ -1,7 +1,6 @@ -/*** - KeymanWeb 17.0 - Copyright 2019-2023 SIL International -***/ +/* + * Keyman is copyright (C) SIL Global. MIT License. + */ import type { KeymanEngine, UIModule } from 'keyman/app/browser'; @@ -678,4 +677,4 @@ if(!keyman) { // but also call initialization when script loaded, which is after KMW initialization for asynchronous script loading ui.initialize(); } catch(err){} -} \ No newline at end of file +} diff --git a/web/src/app/ui/kmwuifloat.ts b/web/src/app/ui/kmwuifloat.ts index e89c8ab155..68e5606494 100644 --- a/web/src/app/ui/kmwuifloat.ts +++ b/web/src/app/ui/kmwuifloat.ts @@ -1,7 +1,6 @@ -/*** - KeymanWeb 17.0 - Copyright 2019-2023 SIL International -***/ +/* + * Keyman is copyright (C) SIL Global. MIT License. + */ import type { KeymanEngine, UIModule } from 'keyman/app/browser'; @@ -607,4 +606,4 @@ if(!keyman) { // Do not wrap in an anonymous function - let the closure compiler do that, but // use try...catch to avoid script errors and only execute if a desktop browser -} \ No newline at end of file +} diff --git a/web/src/app/ui/kmwuitoggle.ts b/web/src/app/ui/kmwuitoggle.ts index dc449c28e5..c8c01f1100 100644 --- a/web/src/app/ui/kmwuitoggle.ts +++ b/web/src/app/ui/kmwuitoggle.ts @@ -1,7 +1,6 @@ -/*** - KeymanWeb 17.0 - Copyright 2019-2023 SIL International -***/ +/* + * Keyman is copyright (C) SIL Global. MIT License. + */ import type { KeymanEngine, KeyboardCookie, UIModule } from 'keyman/app/browser'; import type { FloatingOSKViewCookie } from 'keyman/engine/osk'; diff --git a/web/src/app/ui/kmwuitoolbar.ts b/web/src/app/ui/kmwuitoolbar.ts index f121bb66cd..709f02a155 100644 --- a/web/src/app/ui/kmwuitoolbar.ts +++ b/web/src/app/ui/kmwuitoolbar.ts @@ -1,7 +1,6 @@ -/*** - KeymanWeb 17.0 - Copyright 2019-2023 SIL International -***/ +/* + * Keyman is copyright (C) SIL Global. MIT License. + */ import type { KeymanEngine, KeyboardCookie, KeyboardDetails, UIModule } from 'keyman/app/browser'; @@ -1441,4 +1440,4 @@ if(!keyman) { // (may happen in unit testing) ui.initialize(); // equivalent to ui.Initialize() from the other UI modules } catch(ex){} -} \ No newline at end of file +}