xref: /plugin/ckeditor5markdown/ckeditor.js.LICENSE.txt (revision c21c9f378b444ba1684285354be01b9cba5389a7)
1*c21c9f37SJohannes Rebhan/* istanbul ignore else -- @preserve */
2*c21c9f37SJohannes Rebhan
3*c21c9f37SJohannes Rebhan/* istanbul ignore else: This is always true because otherwise it would not register a reducer callback. -- @preserve */
4*c21c9f37SJohannes Rebhan
5*c21c9f37SJohannes Rebhan/* istanbul ignore file -- @preserve */
6*c21c9f37SJohannes Rebhan
7*c21c9f37SJohannes Rebhan/* istanbul ignore if -- @preserve */
8*c21c9f37SJohannes Rebhan
9*c21c9f37SJohannes Rebhan/* istanbul ignore if: paranoid check -- @preserve */
10*c21c9f37SJohannes Rebhan
11*c21c9f37SJohannes Rebhan/* istanbul ignore next -- @preserve */
12*c21c9f37SJohannes Rebhan
13*c21c9f37SJohannes Rebhan/* istanbul ignore next: static function definition -- @preserve */
14*c21c9f37SJohannes Rebhan
15*c21c9f37SJohannes Rebhan/**
16*c21c9f37SJohannes Rebhan * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
17*c21c9f37SJohannes Rebhan * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
18*c21c9f37SJohannes Rebhan */
19