Merge pull request #16497 from keymanapp/chore/web/fileheaders

chore(web): update file headers
This commit is contained in:
Eberhard Beilharz 2026-09-02 15:46:36 +02:00 committed by GitHub
commit e2009e262b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 15 additions and 19 deletions

View file

@ -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){}
}
}

View file

@ -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
}
}

View file

@ -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';

View file

@ -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){}
}
}