diff --git a/.eslintrc.js b/.eslintrc.js index e82e66c2..4a0a88f1 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license */ /* eslint-env node */ diff --git a/.travis.yml b/.travis.yml index 97b52b8b..406951d9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,12 +1,8 @@ sudo: required dist: trusty addons: + chrome: stable firefox: latest - apt: - sources: - - google-chrome - packages: - - google-chrome-stable language: node_js node_js: - '8' diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e9d9569..c8b71909 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ Changelog ========= +## [13.0.1](https://github.com/ckeditor/ckeditor5-image/compare/v13.0.0...v13.0.1) (2019-04-10) + +### Other changes + +* Updated translations. ([e674e9c](https://github.com/ckeditor/ckeditor5-image/commit/e674e9c)) + + ## [13.0.0](https://github.com/ckeditor/ckeditor5-image/compare/v12.0.0...v13.0.0) (2019-02-28) ### Features diff --git a/docs/_snippets/features/image-caption.js b/docs/_snippets/features/image-caption.js index 89b27c41..4c15b90d 100644 --- a/docs/_snippets/features/image-caption.js +++ b/docs/_snippets/features/image-caption.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license */ /* globals ClassicEditor, console, window, document */ diff --git a/docs/_snippets/features/image-style-custom.js b/docs/_snippets/features/image-style-custom.js index 71815546..b4abb130 100644 --- a/docs/_snippets/features/image-style-custom.js +++ b/docs/_snippets/features/image-style-custom.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license */ /* globals ClassicEditor, console, window, document */ diff --git a/docs/_snippets/features/image-style.js b/docs/_snippets/features/image-style.js index 3332c298..3c18b37e 100644 --- a/docs/_snippets/features/image-style.js +++ b/docs/_snippets/features/image-style.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license */ /* globals ClassicEditor, console, window, document */ diff --git a/docs/_snippets/features/image-toolbar.js b/docs/_snippets/features/image-toolbar.js index 77c317e3..9175948d 100644 --- a/docs/_snippets/features/image-toolbar.js +++ b/docs/_snippets/features/image-toolbar.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license */ /* globals ClassicEditor, console, window, document */ diff --git a/docs/_snippets/features/image.js b/docs/_snippets/features/image.js index 30096e9b..522bd0fc 100644 --- a/docs/_snippets/features/image.js +++ b/docs/_snippets/features/image.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license */ /* globals ClassicEditor, console, window, document */ diff --git a/lang/translations/sr-latn.po b/lang/translations/sr-latn.po index 637314c8..021a0b12 100644 --- a/lang/translations/sr-latn.po +++ b/lang/translations/sr-latn.po @@ -12,7 +12,7 @@ # msgid "" msgstr "" -"Language-Team: Serbian (Latin) (https://www.transifex.com/ckeditor/teams/11143/sr%40latin/)\n" +"Language-Team: Serbian (Latin) (https://www.transifex.com/ckeditor/teams/11143/sr@latin/)\n" "Language: sr@latin\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" diff --git a/package.json b/package.json index 1c18af7a..2d1a991a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ckeditor/ckeditor5-image", - "version": "13.0.0", + "version": "13.0.1", "description": "Image feature for CKEditor 5.", "keywords": [ "ckeditor", @@ -10,24 +10,24 @@ "ckeditor5-plugin" ], "dependencies": { - "@ckeditor/ckeditor5-core": "^12.0.0", - "@ckeditor/ckeditor5-engine": "^13.0.0", - "@ckeditor/ckeditor5-ui": "^12.0.0", - "@ckeditor/ckeditor5-upload": "^11.0.0", - "@ckeditor/ckeditor5-utils": "^12.0.0", - "@ckeditor/ckeditor5-widget": "^11.0.0" + "@ckeditor/ckeditor5-core": "^12.1.0", + "@ckeditor/ckeditor5-engine": "^13.1.0", + "@ckeditor/ckeditor5-ui": "^12.1.0", + "@ckeditor/ckeditor5-upload": "^11.0.1", + "@ckeditor/ckeditor5-utils": "^12.1.0", + "@ckeditor/ckeditor5-widget": "^11.0.1" }, "devDependencies": { - "@ckeditor/ckeditor5-basic-styles": "^11.0.0", - "@ckeditor/ckeditor5-clipboard": "^11.0.0", - "@ckeditor/ckeditor5-editor-classic": "^12.0.0", - "@ckeditor/ckeditor5-enter": "^11.0.0", - "@ckeditor/ckeditor5-heading": "^11.0.0", - "@ckeditor/ckeditor5-link": "^11.0.0", - "@ckeditor/ckeditor5-list": "^12.0.0", - "@ckeditor/ckeditor5-paragraph": "^11.0.0", - "@ckeditor/ckeditor5-typing": "^12.0.0", - "@ckeditor/ckeditor5-undo": "^11.0.0", + "@ckeditor/ckeditor5-basic-styles": "^11.1.0", + "@ckeditor/ckeditor5-clipboard": "^11.0.1", + "@ckeditor/ckeditor5-editor-classic": "^12.1.0", + "@ckeditor/ckeditor5-enter": "^11.0.1", + "@ckeditor/ckeditor5-heading": "^11.0.1", + "@ckeditor/ckeditor5-link": "^11.0.1", + "@ckeditor/ckeditor5-list": "^12.0.1", + "@ckeditor/ckeditor5-paragraph": "^11.0.1", + "@ckeditor/ckeditor5-typing": "^12.0.1", + "@ckeditor/ckeditor5-undo": "^11.0.1", "eslint": "^5.5.0", "eslint-config-ckeditor5": "^1.0.11", "husky": "^1.3.1", diff --git a/src/image.js b/src/image.js index 4188b410..1904e900 100644 --- a/src/image.js +++ b/src/image.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license */ /** diff --git a/src/image/converters.js b/src/image/converters.js index d389d351..9fd64066 100644 --- a/src/image/converters.js +++ b/src/image/converters.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license */ /** diff --git a/src/image/imageediting.js b/src/image/imageediting.js index f4f8d14e..83500a0f 100644 --- a/src/image/imageediting.js +++ b/src/image/imageediting.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license */ /** diff --git a/src/image/imageinsertcommand.js b/src/image/imageinsertcommand.js index 2e9272fc..ee04c684 100644 --- a/src/image/imageinsertcommand.js +++ b/src/image/imageinsertcommand.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license */ import Command from '@ckeditor/ckeditor5-core/src/command'; diff --git a/src/image/imageloadobserver.js b/src/image/imageloadobserver.js index d35d433a..295eaa6c 100644 --- a/src/image/imageloadobserver.js +++ b/src/image/imageloadobserver.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license */ /** diff --git a/src/image/ui/utils.js b/src/image/ui/utils.js index 64b0e4cf..bbaa72ae 100644 --- a/src/image/ui/utils.js +++ b/src/image/ui/utils.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license */ /** diff --git a/src/image/utils.js b/src/image/utils.js index 1a12dc4f..ed906b42 100644 --- a/src/image/utils.js +++ b/src/image/utils.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license */ /** diff --git a/src/imagecaption.js b/src/imagecaption.js index 23a3e276..34069039 100644 --- a/src/imagecaption.js +++ b/src/imagecaption.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license */ /** diff --git a/src/imagecaption/imagecaptionediting.js b/src/imagecaption/imagecaptionediting.js index c1968971..65727870 100644 --- a/src/imagecaption/imagecaptionediting.js +++ b/src/imagecaption/imagecaptionediting.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license */ /** diff --git a/src/imagecaption/utils.js b/src/imagecaption/utils.js index 63c68aa5..ac43db5e 100644 --- a/src/imagecaption/utils.js +++ b/src/imagecaption/utils.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license */ /** diff --git a/src/imagestyle.js b/src/imagestyle.js index 8959b1c2..3aac3f4e 100644 --- a/src/imagestyle.js +++ b/src/imagestyle.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license */ /** diff --git a/src/imagestyle/converters.js b/src/imagestyle/converters.js index b230abde..6220bc40 100644 --- a/src/imagestyle/converters.js +++ b/src/imagestyle/converters.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license */ import first from '@ckeditor/ckeditor5-utils/src/first'; diff --git a/src/imagestyle/imagestylecommand.js b/src/imagestyle/imagestylecommand.js index 4ea243d1..eae03109 100644 --- a/src/imagestyle/imagestylecommand.js +++ b/src/imagestyle/imagestylecommand.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license */ /** diff --git a/src/imagestyle/imagestyleediting.js b/src/imagestyle/imagestyleediting.js index a763089d..5ed5f5ca 100644 --- a/src/imagestyle/imagestyleediting.js +++ b/src/imagestyle/imagestyleediting.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license */ /** diff --git a/src/imagestyle/imagestyleui.js b/src/imagestyle/imagestyleui.js index bb665b29..16452788 100644 --- a/src/imagestyle/imagestyleui.js +++ b/src/imagestyle/imagestyleui.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license */ /** diff --git a/src/imagestyle/utils.js b/src/imagestyle/utils.js index 2419c4b8..4989a608 100644 --- a/src/imagestyle/utils.js +++ b/src/imagestyle/utils.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license */ /** diff --git a/src/imagetextalternative.js b/src/imagetextalternative.js index b3bb9290..ef0695a2 100644 --- a/src/imagetextalternative.js +++ b/src/imagetextalternative.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license */ /** diff --git a/src/imagetextalternative/imagetextalternativecommand.js b/src/imagetextalternative/imagetextalternativecommand.js index 9f508b3b..2a04a4f3 100644 --- a/src/imagetextalternative/imagetextalternativecommand.js +++ b/src/imagetextalternative/imagetextalternativecommand.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license */ /** diff --git a/src/imagetextalternative/imagetextalternativeediting.js b/src/imagetextalternative/imagetextalternativeediting.js index 75c37141..98486547 100644 --- a/src/imagetextalternative/imagetextalternativeediting.js +++ b/src/imagetextalternative/imagetextalternativeediting.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license */ /** diff --git a/src/imagetextalternative/imagetextalternativeui.js b/src/imagetextalternative/imagetextalternativeui.js index e83a963e..fb2d9f7b 100644 --- a/src/imagetextalternative/imagetextalternativeui.js +++ b/src/imagetextalternative/imagetextalternativeui.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license */ /** diff --git a/src/imagetextalternative/ui/textalternativeformview.js b/src/imagetextalternative/ui/textalternativeformview.js index 043ead3c..dd4d1e5a 100644 --- a/src/imagetextalternative/ui/textalternativeformview.js +++ b/src/imagetextalternative/ui/textalternativeformview.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license */ /** diff --git a/src/imagetoolbar.js b/src/imagetoolbar.js index 05f17842..fe0ce8ee 100644 --- a/src/imagetoolbar.js +++ b/src/imagetoolbar.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license */ /** diff --git a/src/imageupload.js b/src/imageupload.js index a0828b03..20cecffd 100644 --- a/src/imageupload.js +++ b/src/imageupload.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license */ /** diff --git a/src/imageupload/imageuploadcommand.js b/src/imageupload/imageuploadcommand.js index f2231f47..de8fae4d 100644 --- a/src/imageupload/imageuploadcommand.js +++ b/src/imageupload/imageuploadcommand.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license */ import FileRepository from '@ckeditor/ckeditor5-upload/src/filerepository'; diff --git a/src/imageupload/imageuploadediting.js b/src/imageupload/imageuploadediting.js index 451e7112..f48182de 100644 --- a/src/imageupload/imageuploadediting.js +++ b/src/imageupload/imageuploadediting.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license */ /** diff --git a/src/imageupload/imageuploadprogress.js b/src/imageupload/imageuploadprogress.js index 33471cad..e34b6f2a 100644 --- a/src/imageupload/imageuploadprogress.js +++ b/src/imageupload/imageuploadprogress.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license */ /** diff --git a/src/imageupload/imageuploadui.js b/src/imageupload/imageuploadui.js index ff6e8e94..ff8e0055 100644 --- a/src/imageupload/imageuploadui.js +++ b/src/imageupload/imageuploadui.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license */ /** diff --git a/src/imageupload/utils.js b/src/imageupload/utils.js index ab9752c2..7bc21a0f 100644 --- a/src/imageupload/utils.js +++ b/src/imageupload/utils.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license */ /** diff --git a/tests/image.js b/tests/image.js index 931e68fa..b74fa15d 100644 --- a/tests/image.js +++ b/tests/image.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license */ import ClassicTestEditor from '@ckeditor/ckeditor5-core/tests/_utils/classictesteditor'; diff --git a/tests/image/converters.js b/tests/image/converters.js index 0ec407c8..decfe2df 100644 --- a/tests/image/converters.js +++ b/tests/image/converters.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license */ import { diff --git a/tests/image/imageediting.js b/tests/image/imageediting.js index 4cc7618b..92095b75 100644 --- a/tests/image/imageediting.js +++ b/tests/image/imageediting.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license */ /* global document, Event */ diff --git a/tests/image/imageinsertcommand.js b/tests/image/imageinsertcommand.js index e267195b..318153f8 100644 --- a/tests/image/imageinsertcommand.js +++ b/tests/image/imageinsertcommand.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license */ import VirtualTestEditor from '@ckeditor/ckeditor5-core/tests/_utils/virtualtesteditor'; diff --git a/tests/image/imageloadobserver.js b/tests/image/imageloadobserver.js index 18b9ccef..0c249783 100644 --- a/tests/image/imageloadobserver.js +++ b/tests/image/imageloadobserver.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license */ /* globals document, Event */ diff --git a/tests/image/ui/utils.js b/tests/image/ui/utils.js index 76d50571..bc4bb617 100644 --- a/tests/image/ui/utils.js +++ b/tests/image/ui/utils.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license */ import ClassicEditor from '@ckeditor/ckeditor5-editor-classic/src/classiceditor'; diff --git a/tests/image/utils.js b/tests/image/utils.js index fcf84fb5..acb783d3 100644 --- a/tests/image/utils.js +++ b/tests/image/utils.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license */ import ViewDocumentFragment from '@ckeditor/ckeditor5-engine/src/view/documentfragment'; diff --git a/tests/imagecaption.js b/tests/imagecaption.js index 054b6b9a..c12870df 100644 --- a/tests/imagecaption.js +++ b/tests/imagecaption.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license */ /* global window */ diff --git a/tests/imagecaption/imagecaption-integration.js b/tests/imagecaption/imagecaption-integration.js index 5a9b1002..ea97e699 100644 --- a/tests/imagecaption/imagecaption-integration.js +++ b/tests/imagecaption/imagecaption-integration.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license */ import Image from '../../src/image'; diff --git a/tests/imagecaption/imagecaptionediting.js b/tests/imagecaption/imagecaptionediting.js index 5fd33594..cac9c0d2 100644 --- a/tests/imagecaption/imagecaptionediting.js +++ b/tests/imagecaption/imagecaptionediting.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license */ import VirtualTestEditor from '@ckeditor/ckeditor5-core/tests/_utils/virtualtesteditor'; diff --git a/tests/imagecaption/utils.js b/tests/imagecaption/utils.js index f8bfb15b..3de11a64 100644 --- a/tests/imagecaption/utils.js +++ b/tests/imagecaption/utils.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license */ import View from '@ckeditor/ckeditor5-engine/src/view/view'; diff --git a/tests/imagestyle.js b/tests/imagestyle.js index 29a48724..46152be7 100644 --- a/tests/imagestyle.js +++ b/tests/imagestyle.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license */ import ClassicTestEditor from '@ckeditor/ckeditor5-core/tests/_utils/classictesteditor'; diff --git a/tests/imagestyle/imagestylecommand.js b/tests/imagestyle/imagestylecommand.js index 7a9fdc9b..bbde8b04 100644 --- a/tests/imagestyle/imagestylecommand.js +++ b/tests/imagestyle/imagestylecommand.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license */ import ModelTestEditor from '@ckeditor/ckeditor5-core/tests/_utils/modeltesteditor'; diff --git a/tests/imagestyle/imagestyleediting.js b/tests/imagestyle/imagestyleediting.js index bc8ea1d1..c34c47aa 100644 --- a/tests/imagestyle/imagestyleediting.js +++ b/tests/imagestyle/imagestyleediting.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license */ import VirtualTestEditor from '@ckeditor/ckeditor5-core/tests/_utils/virtualtesteditor'; diff --git a/tests/imagestyle/imagestyleui.js b/tests/imagestyle/imagestyleui.js index 2d2d3eaf..758bd192 100644 --- a/tests/imagestyle/imagestyleui.js +++ b/tests/imagestyle/imagestyleui.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license */ import ClassicTestEditor from '@ckeditor/ckeditor5-core/tests/_utils/classictesteditor'; diff --git a/tests/imagestyle/utils.js b/tests/imagestyle/utils.js index 475bbc33..ee19f0e1 100644 --- a/tests/imagestyle/utils.js +++ b/tests/imagestyle/utils.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license */ import log from '@ckeditor/ckeditor5-utils/src/log'; diff --git a/tests/imagetextalternative.js b/tests/imagetextalternative.js index ee2d51ae..24161cae 100644 --- a/tests/imagetextalternative.js +++ b/tests/imagetextalternative.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license */ import ClassicTestEditor from '@ckeditor/ckeditor5-core/tests/_utils/classictesteditor'; diff --git a/tests/imagetextalternative/imagetextalternativecommand.js b/tests/imagetextalternative/imagetextalternativecommand.js index f1983fb8..a198ca01 100644 --- a/tests/imagetextalternative/imagetextalternativecommand.js +++ b/tests/imagetextalternative/imagetextalternativecommand.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license */ import ModelTestEditor from '@ckeditor/ckeditor5-core/tests/_utils/modeltesteditor'; diff --git a/tests/imagetextalternative/imagetextalternativeediting.js b/tests/imagetextalternative/imagetextalternativeediting.js index 1125dcf5..f907f492 100644 --- a/tests/imagetextalternative/imagetextalternativeediting.js +++ b/tests/imagetextalternative/imagetextalternativeediting.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license */ import VirtualTestEditor from '@ckeditor/ckeditor5-core/tests/_utils/virtualtesteditor'; diff --git a/tests/imagetextalternative/imagetextalternativeui.js b/tests/imagetextalternative/imagetextalternativeui.js index 2f1d0621..edcf258f 100644 --- a/tests/imagetextalternative/imagetextalternativeui.js +++ b/tests/imagetextalternative/imagetextalternativeui.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license */ /* global Event, document */ diff --git a/tests/imagetextalternative/ui/textalternativeformview.js b/tests/imagetextalternative/ui/textalternativeformview.js index 2fd0776e..46ea7d6a 100644 --- a/tests/imagetextalternative/ui/textalternativeformview.js +++ b/tests/imagetextalternative/ui/textalternativeformview.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license */ /* global Event */ diff --git a/tests/imagetoolbar.js b/tests/imagetoolbar.js index 1e80539b..7f54dd54 100644 --- a/tests/imagetoolbar.js +++ b/tests/imagetoolbar.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license */ /* global document */ diff --git a/tests/imageupload.js b/tests/imageupload.js index cbaf5f24..961fb979 100644 --- a/tests/imageupload.js +++ b/tests/imageupload.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license */ /* globals document */ diff --git a/tests/imageupload/imageuploadcommand.js b/tests/imageupload/imageuploadcommand.js index f6994dc5..262c008b 100644 --- a/tests/imageupload/imageuploadcommand.js +++ b/tests/imageupload/imageuploadcommand.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license */ import VirtualTestEditor from '@ckeditor/ckeditor5-core/tests/_utils/virtualtesteditor'; diff --git a/tests/imageupload/imageuploadediting.js b/tests/imageupload/imageuploadediting.js index e8c81615..2ae0087e 100644 --- a/tests/imageupload/imageuploadediting.js +++ b/tests/imageupload/imageuploadediting.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license */ /* globals window, setTimeout, atob, URL, Blob */ diff --git a/tests/imageupload/imageuploadprogress.js b/tests/imageupload/imageuploadprogress.js index e1b343e3..04156a9d 100644 --- a/tests/imageupload/imageuploadprogress.js +++ b/tests/imageupload/imageuploadprogress.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license */ /* globals window */ diff --git a/tests/imageupload/imageuploadui.js b/tests/imageupload/imageuploadui.js index d90e7f0d..fbc25f13 100644 --- a/tests/imageupload/imageuploadui.js +++ b/tests/imageupload/imageuploadui.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license */ /* globals document, Event */ diff --git a/tests/imageupload/utils.js b/tests/imageupload/utils.js index 8ed5543a..15d69662 100644 --- a/tests/imageupload/utils.js +++ b/tests/imageupload/utils.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license */ import { isImageType } from '../../src/imageupload/utils'; diff --git a/tests/integration.js b/tests/integration.js index 8cd73adf..2a3fd149 100644 --- a/tests/integration.js +++ b/tests/integration.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license */ import ClassicTestEditor from '@ckeditor/ckeditor5-core/tests/_utils/classictesteditor'; diff --git a/tests/manual/caption.js b/tests/manual/caption.js index 061fde8a..226df8ee 100644 --- a/tests/manual/caption.js +++ b/tests/manual/caption.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license */ /* global document, console, window */ diff --git a/tests/manual/image.js b/tests/manual/image.js index 2fefc1d3..26b9b043 100644 --- a/tests/manual/image.js +++ b/tests/manual/image.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license */ /* global document, console, window */ diff --git a/tests/manual/imageplaceholder.js b/tests/manual/imageplaceholder.js index ae19a6a5..dbbb5e24 100644 --- a/tests/manual/imageplaceholder.js +++ b/tests/manual/imageplaceholder.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license */ /* global document, console, window */ diff --git a/tests/manual/imagestyle.js b/tests/manual/imagestyle.js index 1ddc883f..6ee81c2b 100644 --- a/tests/manual/imagestyle.js +++ b/tests/manual/imagestyle.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license */ /* global document, console, window */ diff --git a/tests/manual/imageupload.js b/tests/manual/imageupload.js index 42a0b65c..2951f4ca 100644 --- a/tests/manual/imageupload.js +++ b/tests/manual/imageupload.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license */ /* globals window, document, console */ diff --git a/tests/manual/textalternative.js b/tests/manual/textalternative.js index 9de590b0..1385a434 100644 --- a/tests/manual/textalternative.js +++ b/tests/manual/textalternative.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license */ /* global document, console, window */ diff --git a/tests/manual/tickets/106/1.js b/tests/manual/tickets/106/1.js index cedf28bb..9aeeafae 100644 --- a/tests/manual/tickets/106/1.js +++ b/tests/manual/tickets/106/1.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license */ /* globals console:false, document, setTimeout */ diff --git a/tests/manual/tickets/110/1.js b/tests/manual/tickets/110/1.js index 0b126be5..b36704d2 100644 --- a/tests/manual/tickets/110/1.js +++ b/tests/manual/tickets/110/1.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license */ /* global document, console, window */ diff --git a/tests/manual/tickets/127/1.js b/tests/manual/tickets/127/1.js index 65554142..6e054335 100644 --- a/tests/manual/tickets/127/1.js +++ b/tests/manual/tickets/127/1.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license */ /* global document, console, window */ diff --git a/tests/manual/tickets/142/1.js b/tests/manual/tickets/142/1.js index e23efe60..def90f20 100644 --- a/tests/manual/tickets/142/1.js +++ b/tests/manual/tickets/142/1.js @@ -1,6 +1,6 @@ /** * @license Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license */ /* global document, console, window, setTimeout */ diff --git a/theme/image.css b/theme/image.css index 0575d20f..6e176be2 100644 --- a/theme/image.css +++ b/theme/image.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license */ .ck-content .image { diff --git a/theme/imagecaption.css b/theme/imagecaption.css index 266d66aa..5480c8ae 100644 --- a/theme/imagecaption.css +++ b/theme/imagecaption.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license */ .ck-content .image > figcaption { diff --git a/theme/imagestyle.css b/theme/imagestyle.css index 2ae4168d..e74b2e1e 100644 --- a/theme/imagestyle.css +++ b/theme/imagestyle.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license */ :root { diff --git a/theme/imageuploadicon.css b/theme/imageuploadicon.css index 9c1170c0..1adcd92e 100644 --- a/theme/imageuploadicon.css +++ b/theme/imageuploadicon.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license */ .ck-image-upload-complete-icon { diff --git a/theme/imageuploadloader.css b/theme/imageuploadloader.css index e7b59358..028e871d 100644 --- a/theme/imageuploadloader.css +++ b/theme/imageuploadloader.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license */ .ck .ck-upload-placeholder-loader { diff --git a/theme/imageuploadprogress.css b/theme/imageuploadprogress.css index 3fd6bb6f..b67bf3b3 100644 --- a/theme/imageuploadprogress.css +++ b/theme/imageuploadprogress.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license */ /* Infinite progress bar default width. */ diff --git a/theme/textalternativeform.css b/theme/textalternativeform.css index 4ea9c7bf..c5963d61 100644 --- a/theme/textalternativeform.css +++ b/theme/textalternativeform.css @@ -1,6 +1,6 @@ /* * Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. - * For licensing, see LICENSE.md. + * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license */ @import "@ckeditor/ckeditor5-theme-lark/theme/mixins/_rwd.css";