ckeditor / ckbuilder

The development repository of CKBuilder, a command line builder for CKEditor 4.
Other
19 stars 11 forks source link

Extended CKBuilder to support ESM license header #37

Closed jacekbogdanski closed 1 year ago

jacekbogdanski commented 1 year ago

I've added an additional option to support LTS license headers.

jacekbogdanski commented 1 year ago

@vokiel thanks, added 👍🏻

vokiel commented 1 year ago

Tested, it works. Adds proper license header to bilt ckeditor.js and to translation files.

But only to them. Other files with copyright header still contains the default:

/**
 * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see https://ckeditor.com/legal/ckeditor-oss-license
 */