@ckeditor/ckeditor5-emoji 47.6.1 → 47.6.2-alpha.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/LICENSE.md CHANGED
@@ -4,12 +4,9 @@ Software License Agreement
4
4
  **CKEditor&nbsp;5 Emoji feature** – https://github.com/ckeditor/ckeditor5-emoji <br>
5
5
  Copyright (c) 2003–2026, [CKSource Holding sp. z o.o.](https://cksource.com) All rights reserved.
6
6
 
7
- Licensed under a dual-license model, this software is available under:
7
+ CKEditor&nbsp;5 Long Term Support Edition is licensed under a commercial license and is protected by copyright law.
8
8
 
9
- * the [GNU General Public License Version 2 or later](https://www.gnu.org/licenses/gpl.html),
10
- * or commercial license terms from CKSource Holding sp. z o.o.
11
-
12
- For more information, see: [https://ckeditor.com/legal/ckeditor-licensing-options](https://ckeditor.com/legal/ckeditor-licensing-options).
9
+ For more information, see: [https://ckeditor.com/pricing](https://ckeditor.com/pricing).
13
10
 
14
11
  Sources of Intellectual Property Included in CKEditor&nbsp;5
15
12
  ------------------------------------------------------------
package/README.md CHANGED
@@ -21,17 +21,14 @@ If you want to check full CKEditor&nbsp;5 capabilities, sign up for a [free non-
21
21
 
22
22
  ## Demo
23
23
 
24
- Check out the [demo in the Emoji feature guide](https://ckeditor.com/docs/ckeditor5/latest/features/emoji.html#demo).
24
+ Check out the [demo in the Emoji feature guide](https://ckeditor.com/docs/ckeditor5/lts-v47/features/emoji.html#demo).
25
25
 
26
26
  ## Documentation
27
27
 
28
- See the [`@ckeditor/ckeditor5-emoji` package](https://ckeditor.com/docs/ckeditor5/latest/api/emoji.html) page as well as the [Emoji feature](https://ckeditor.com/docs/ckeditor5/latest/features/emoji.html) guide in [CKEditor&nbsp;5 documentation](https://ckeditor.com/docs/ckeditor5/latest/).
28
+ See the [`@ckeditor/ckeditor5-emoji` package](https://ckeditor.com/docs/ckeditor5/lts-v47/api/emoji.html) page as well as the [Emoji feature](https://ckeditor.com/docs/ckeditor5/lts-v47/features/emoji.html) guide in [CKEditor&nbsp;5 documentation](https://ckeditor.com/docs/ckeditor5/lts-v47/).
29
29
 
30
30
  ## License
31
31
 
32
- Licensed under a dual-license model, this software is available under:
32
+ CKEditor&nbsp;5 Long Term Support Edition is licensed under a commercial license and is protected by copyright law.
33
33
 
34
- * the [GNU General Public License Version 2 or later](https://www.gnu.org/licenses/gpl.html),
35
- * or commercial license terms from CKSource Holding sp. z o.o.
36
-
37
- For more information, see: [https://ckeditor.com/legal/ckeditor-licensing-options](https://ckeditor.com/legal/ckeditor-licensing-options).
34
+ For more information, see: [https://ckeditor.com/pricing](https://ckeditor.com/pricing).
package/dist/index.js CHANGED
@@ -481,7 +481,7 @@ const DEFAULT_EMOJI_VERSION = 16;
481
481
  const config = editor.config.get('emoji');
482
482
  const licenseKey = editor.config.get('licenseKey');
483
483
  const distributionChannel = window[Symbol.for('cke distribution')];
484
- if (licenseKey === 'GPL') {
484
+ /* istanbul ignore if -- @preserve */ if (licenseKey === 'GPL') {
485
485
  // Don't warn GPL users.
486
486
  return;
487
487
  }