From f89a01aba3a85ae260d26a581fbf8e87d3781cb1 Mon Sep 17 00:00:00 2001 From: Kamil Piechaczek Date: Tue, 7 Jan 2020 10:17:40 +0100 Subject: [PATCH] Internal: Bumped the year. [skip ci] --- .eslintrc.js | 2 +- LICENSE.md | 2 +- docs/_snippets/features/build-text-alignment-source.js | 2 +- docs/_snippets/features/custom-text-alignment-options.js | 2 +- docs/_snippets/features/custom-text-alignment-toolbar.js | 2 +- docs/_snippets/features/text-alignment.js | 2 +- lang/translations/af.po | 2 +- lang/translations/ar.po | 2 +- lang/translations/az.po | 2 +- lang/translations/ca.po | 2 +- lang/translations/cs.po | 2 +- lang/translations/da.po | 2 +- lang/translations/de.po | 2 +- lang/translations/en-au.po | 2 +- lang/translations/en-gb.po | 2 +- lang/translations/en.po | 2 +- lang/translations/es.po | 2 +- lang/translations/et.po | 2 +- lang/translations/fa.po | 2 +- lang/translations/fi.po | 2 +- lang/translations/fr.po | 2 +- lang/translations/gl.po | 2 +- lang/translations/he.po | 2 +- lang/translations/hr.po | 2 +- lang/translations/hu.po | 2 +- lang/translations/id.po | 2 +- lang/translations/it.po | 2 +- lang/translations/ja.po | 2 +- lang/translations/ku.po | 2 +- lang/translations/lt.po | 2 +- lang/translations/lv.po | 2 +- lang/translations/nb.po | 2 +- lang/translations/ne.po | 2 +- lang/translations/nl.po | 2 +- lang/translations/no.po | 2 +- lang/translations/pl.po | 2 +- lang/translations/pt-br.po | 2 +- lang/translations/ro.po | 2 +- lang/translations/ru.po | 2 +- lang/translations/sk.po | 2 +- lang/translations/sl.po | 2 +- lang/translations/sq.po | 2 +- lang/translations/sr-latn.po | 2 +- lang/translations/sr.po | 2 +- lang/translations/sv.po | 2 +- lang/translations/tr.po | 2 +- lang/translations/uk.po | 2 +- lang/translations/vi.po | 2 +- lang/translations/zh-cn.po | 2 +- lang/translations/zh.po | 2 +- src/alignment.js | 2 +- src/alignmentcommand.js | 2 +- src/alignmentediting.js | 2 +- src/alignmentui.js | 2 +- src/utils.js | 2 +- tests/alignment.js | 2 +- tests/alignmentcommand.js | 2 +- tests/alignmentediting.js | 2 +- tests/alignmentui.js | 2 +- tests/integration.js | 2 +- tests/manual/alignment.js | 2 +- tests/manual/alignmentbuttons.js | 2 +- tests/manual/alignmentconfig.js | 2 +- tests/manual/rtl.js | 2 +- tests/utils.js | 2 +- 65 files changed, 65 insertions(+), 65 deletions(-) diff --git a/.eslintrc.js b/.eslintrc.js index 4a0a88f..60f819d 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. + * @license Copyright (c) 2003-2020, CKSource - Frederico Knabben. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license */ diff --git a/LICENSE.md b/LICENSE.md index 8ff991c..bc20137 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -2,7 +2,7 @@ Software License Agreement ========================== **CKEditor 5 Text Alignment Feature** – https://github.com/ckeditor/ckeditor5-alignment
-Copyright (c) 2003-2019, [CKSource](http://cksource.com) Frederico Knabben. All rights reserved. +Copyright (c) 2003-2020, [CKSource](http://cksource.com) Frederico Knabben. All rights reserved. Licensed under the terms of [GNU General Public License Version 2 or later](http://www.gnu.org/licenses/gpl.html). diff --git a/docs/_snippets/features/build-text-alignment-source.js b/docs/_snippets/features/build-text-alignment-source.js index 8b3438b..a753deb 100644 --- a/docs/_snippets/features/build-text-alignment-source.js +++ b/docs/_snippets/features/build-text-alignment-source.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. + * @license Copyright (c) 2003-2020, CKSource - Frederico Knabben. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license */ diff --git a/docs/_snippets/features/custom-text-alignment-options.js b/docs/_snippets/features/custom-text-alignment-options.js index 58f5bd5..f631d25 100644 --- a/docs/_snippets/features/custom-text-alignment-options.js +++ b/docs/_snippets/features/custom-text-alignment-options.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. + * @license Copyright (c) 2003-2020, CKSource - Frederico Knabben. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license */ diff --git a/docs/_snippets/features/custom-text-alignment-toolbar.js b/docs/_snippets/features/custom-text-alignment-toolbar.js index 24c4c2e..e2475ea 100644 --- a/docs/_snippets/features/custom-text-alignment-toolbar.js +++ b/docs/_snippets/features/custom-text-alignment-toolbar.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. + * @license Copyright (c) 2003-2020, CKSource - Frederico Knabben. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license */ diff --git a/docs/_snippets/features/text-alignment.js b/docs/_snippets/features/text-alignment.js index f54f46d..b218bff 100644 --- a/docs/_snippets/features/text-alignment.js +++ b/docs/_snippets/features/text-alignment.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. + * @license Copyright (c) 2003-2020, CKSource - Frederico Knabben. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license */ diff --git a/lang/translations/af.po b/lang/translations/af.po index 17f44e9..d0232f3 100644 --- a/lang/translations/af.po +++ b/lang/translations/af.po @@ -1,4 +1,4 @@ -# Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. +# Copyright (c) 2003-2020, CKSource - Frederico Knabben. All rights reserved. # # !!! IMPORTANT !!! # diff --git a/lang/translations/ar.po b/lang/translations/ar.po index c6057c7..a8b6a9b 100644 --- a/lang/translations/ar.po +++ b/lang/translations/ar.po @@ -1,4 +1,4 @@ -# Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. +# Copyright (c) 2003-2020, CKSource - Frederico Knabben. All rights reserved. # # !!! IMPORTANT !!! # diff --git a/lang/translations/az.po b/lang/translations/az.po index 049d74f..00afcba 100644 --- a/lang/translations/az.po +++ b/lang/translations/az.po @@ -1,4 +1,4 @@ -# Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. +# Copyright (c) 2003-2020, CKSource - Frederico Knabben. All rights reserved. # # !!! IMPORTANT !!! # diff --git a/lang/translations/ca.po b/lang/translations/ca.po index a69fb7b..0a8bc08 100644 --- a/lang/translations/ca.po +++ b/lang/translations/ca.po @@ -1,4 +1,4 @@ -# Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. +# Copyright (c) 2003-2020, CKSource - Frederico Knabben. All rights reserved. # # !!! IMPORTANT !!! # diff --git a/lang/translations/cs.po b/lang/translations/cs.po index 4818428..25ef294 100644 --- a/lang/translations/cs.po +++ b/lang/translations/cs.po @@ -1,4 +1,4 @@ -# Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. +# Copyright (c) 2003-2020, CKSource - Frederico Knabben. All rights reserved. # # !!! IMPORTANT !!! # diff --git a/lang/translations/da.po b/lang/translations/da.po index 7a0d736..c55e499 100644 --- a/lang/translations/da.po +++ b/lang/translations/da.po @@ -1,4 +1,4 @@ -# Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. +# Copyright (c) 2003-2020, CKSource - Frederico Knabben. All rights reserved. # # !!! IMPORTANT !!! # diff --git a/lang/translations/de.po b/lang/translations/de.po index a3fb6c0..8410ef6 100644 --- a/lang/translations/de.po +++ b/lang/translations/de.po @@ -1,4 +1,4 @@ -# Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. +# Copyright (c) 2003-2020, CKSource - Frederico Knabben. All rights reserved. # # !!! IMPORTANT !!! # diff --git a/lang/translations/en-au.po b/lang/translations/en-au.po index ba62f7e..588aa16 100644 --- a/lang/translations/en-au.po +++ b/lang/translations/en-au.po @@ -1,4 +1,4 @@ -# Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. +# Copyright (c) 2003-2020, CKSource - Frederico Knabben. All rights reserved. # # !!! IMPORTANT !!! # diff --git a/lang/translations/en-gb.po b/lang/translations/en-gb.po index 4ed1d4f..41d0dc8 100644 --- a/lang/translations/en-gb.po +++ b/lang/translations/en-gb.po @@ -1,4 +1,4 @@ -# Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. +# Copyright (c) 2003-2020, CKSource - Frederico Knabben. All rights reserved. # # !!! IMPORTANT !!! # diff --git a/lang/translations/en.po b/lang/translations/en.po index ecf0591..85b660a 100644 --- a/lang/translations/en.po +++ b/lang/translations/en.po @@ -1,4 +1,4 @@ -# Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. +# Copyright (c) 2003-2020, CKSource - Frederico Knabben. All rights reserved. # # !!! IMPORTANT !!! # diff --git a/lang/translations/es.po b/lang/translations/es.po index f598539..0e92dea 100644 --- a/lang/translations/es.po +++ b/lang/translations/es.po @@ -1,4 +1,4 @@ -# Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. +# Copyright (c) 2003-2020, CKSource - Frederico Knabben. All rights reserved. # # !!! IMPORTANT !!! # diff --git a/lang/translations/et.po b/lang/translations/et.po index 57966b3..932e34c 100644 --- a/lang/translations/et.po +++ b/lang/translations/et.po @@ -1,4 +1,4 @@ -# Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. +# Copyright (c) 2003-2020, CKSource - Frederico Knabben. All rights reserved. # # !!! IMPORTANT !!! # diff --git a/lang/translations/fa.po b/lang/translations/fa.po index f222da4..5dff6d7 100644 --- a/lang/translations/fa.po +++ b/lang/translations/fa.po @@ -1,4 +1,4 @@ -# Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. +# Copyright (c) 2003-2020, CKSource - Frederico Knabben. All rights reserved. # # !!! IMPORTANT !!! # diff --git a/lang/translations/fi.po b/lang/translations/fi.po index b930ff4..b2dfa99 100644 --- a/lang/translations/fi.po +++ b/lang/translations/fi.po @@ -1,4 +1,4 @@ -# Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. +# Copyright (c) 2003-2020, CKSource - Frederico Knabben. All rights reserved. # # !!! IMPORTANT !!! # diff --git a/lang/translations/fr.po b/lang/translations/fr.po index 6231acf..023df50 100644 --- a/lang/translations/fr.po +++ b/lang/translations/fr.po @@ -1,4 +1,4 @@ -# Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. +# Copyright (c) 2003-2020, CKSource - Frederico Knabben. All rights reserved. # # !!! IMPORTANT !!! # diff --git a/lang/translations/gl.po b/lang/translations/gl.po index 26a2f08..ad9f07b 100644 --- a/lang/translations/gl.po +++ b/lang/translations/gl.po @@ -1,4 +1,4 @@ -# Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. +# Copyright (c) 2003-2020, CKSource - Frederico Knabben. All rights reserved. # # !!! IMPORTANT !!! # diff --git a/lang/translations/he.po b/lang/translations/he.po index 9397807..b3a4aba 100644 --- a/lang/translations/he.po +++ b/lang/translations/he.po @@ -1,4 +1,4 @@ -# Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. +# Copyright (c) 2003-2020, CKSource - Frederico Knabben. All rights reserved. # # !!! IMPORTANT !!! # diff --git a/lang/translations/hr.po b/lang/translations/hr.po index 88a0873..994be62 100644 --- a/lang/translations/hr.po +++ b/lang/translations/hr.po @@ -1,4 +1,4 @@ -# Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. +# Copyright (c) 2003-2020, CKSource - Frederico Knabben. All rights reserved. # # !!! IMPORTANT !!! # diff --git a/lang/translations/hu.po b/lang/translations/hu.po index ec6c7f4..e7cdfe6 100644 --- a/lang/translations/hu.po +++ b/lang/translations/hu.po @@ -1,4 +1,4 @@ -# Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. +# Copyright (c) 2003-2020, CKSource - Frederico Knabben. All rights reserved. # # !!! IMPORTANT !!! # diff --git a/lang/translations/id.po b/lang/translations/id.po index 1e29739..240d486 100644 --- a/lang/translations/id.po +++ b/lang/translations/id.po @@ -1,4 +1,4 @@ -# Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. +# Copyright (c) 2003-2020, CKSource - Frederico Knabben. All rights reserved. # # !!! IMPORTANT !!! # diff --git a/lang/translations/it.po b/lang/translations/it.po index 1cab9d2..079c3c3 100644 --- a/lang/translations/it.po +++ b/lang/translations/it.po @@ -1,4 +1,4 @@ -# Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. +# Copyright (c) 2003-2020, CKSource - Frederico Knabben. All rights reserved. # # !!! IMPORTANT !!! # diff --git a/lang/translations/ja.po b/lang/translations/ja.po index 2055903..54a39b1 100644 --- a/lang/translations/ja.po +++ b/lang/translations/ja.po @@ -1,4 +1,4 @@ -# Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. +# Copyright (c) 2003-2020, CKSource - Frederico Knabben. All rights reserved. # # !!! IMPORTANT !!! # diff --git a/lang/translations/ku.po b/lang/translations/ku.po index 9f8385b..57883dd 100644 --- a/lang/translations/ku.po +++ b/lang/translations/ku.po @@ -1,4 +1,4 @@ -# Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. +# Copyright (c) 2003-2020, CKSource - Frederico Knabben. All rights reserved. # # !!! IMPORTANT !!! # diff --git a/lang/translations/lt.po b/lang/translations/lt.po index e2bedb6..f8f0ade 100644 --- a/lang/translations/lt.po +++ b/lang/translations/lt.po @@ -1,4 +1,4 @@ -# Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. +# Copyright (c) 2003-2020, CKSource - Frederico Knabben. All rights reserved. # # !!! IMPORTANT !!! # diff --git a/lang/translations/lv.po b/lang/translations/lv.po index 631ef78..e03b195 100644 --- a/lang/translations/lv.po +++ b/lang/translations/lv.po @@ -1,4 +1,4 @@ -# Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. +# Copyright (c) 2003-2020, CKSource - Frederico Knabben. All rights reserved. # # !!! IMPORTANT !!! # diff --git a/lang/translations/nb.po b/lang/translations/nb.po index 2951f8d..53eab05 100644 --- a/lang/translations/nb.po +++ b/lang/translations/nb.po @@ -1,4 +1,4 @@ -# Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. +# Copyright (c) 2003-2020, CKSource - Frederico Knabben. All rights reserved. # # !!! IMPORTANT !!! # diff --git a/lang/translations/ne.po b/lang/translations/ne.po index 5f7b204..af5d5c4 100644 --- a/lang/translations/ne.po +++ b/lang/translations/ne.po @@ -1,4 +1,4 @@ -# Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. +# Copyright (c) 2003-2020, CKSource - Frederico Knabben. All rights reserved. # # !!! IMPORTANT !!! # diff --git a/lang/translations/nl.po b/lang/translations/nl.po index 4d3af15..ee394e3 100644 --- a/lang/translations/nl.po +++ b/lang/translations/nl.po @@ -1,4 +1,4 @@ -# Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. +# Copyright (c) 2003-2020, CKSource - Frederico Knabben. All rights reserved. # # !!! IMPORTANT !!! # diff --git a/lang/translations/no.po b/lang/translations/no.po index 3f188a7..46e0666 100644 --- a/lang/translations/no.po +++ b/lang/translations/no.po @@ -1,4 +1,4 @@ -# Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. +# Copyright (c) 2003-2020, CKSource - Frederico Knabben. All rights reserved. # # !!! IMPORTANT !!! # diff --git a/lang/translations/pl.po b/lang/translations/pl.po index 3824fa2..831292b 100644 --- a/lang/translations/pl.po +++ b/lang/translations/pl.po @@ -1,4 +1,4 @@ -# Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. +# Copyright (c) 2003-2020, CKSource - Frederico Knabben. All rights reserved. # # !!! IMPORTANT !!! # diff --git a/lang/translations/pt-br.po b/lang/translations/pt-br.po index 8e2a42f..9d9aaac 100644 --- a/lang/translations/pt-br.po +++ b/lang/translations/pt-br.po @@ -1,4 +1,4 @@ -# Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. +# Copyright (c) 2003-2020, CKSource - Frederico Knabben. All rights reserved. # # !!! IMPORTANT !!! # diff --git a/lang/translations/ro.po b/lang/translations/ro.po index 0ac8df5..c4b9089 100644 --- a/lang/translations/ro.po +++ b/lang/translations/ro.po @@ -1,4 +1,4 @@ -# Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. +# Copyright (c) 2003-2020, CKSource - Frederico Knabben. All rights reserved. # # !!! IMPORTANT !!! # diff --git a/lang/translations/ru.po b/lang/translations/ru.po index c5b0ae1..ab17f94 100644 --- a/lang/translations/ru.po +++ b/lang/translations/ru.po @@ -1,4 +1,4 @@ -# Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. +# Copyright (c) 2003-2020, CKSource - Frederico Knabben. All rights reserved. # # !!! IMPORTANT !!! # diff --git a/lang/translations/sk.po b/lang/translations/sk.po index a1f4881..3f0c0c8 100644 --- a/lang/translations/sk.po +++ b/lang/translations/sk.po @@ -1,4 +1,4 @@ -# Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. +# Copyright (c) 2003-2020, CKSource - Frederico Knabben. All rights reserved. # # !!! IMPORTANT !!! # diff --git a/lang/translations/sl.po b/lang/translations/sl.po index 49ee243..1ec32bb 100644 --- a/lang/translations/sl.po +++ b/lang/translations/sl.po @@ -1,4 +1,4 @@ -# Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. +# Copyright (c) 2003-2020, CKSource - Frederico Knabben. All rights reserved. # # !!! IMPORTANT !!! # diff --git a/lang/translations/sq.po b/lang/translations/sq.po index 846ebcd..c13cfde 100644 --- a/lang/translations/sq.po +++ b/lang/translations/sq.po @@ -1,4 +1,4 @@ -# Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. +# Copyright (c) 2003-2020, CKSource - Frederico Knabben. All rights reserved. # # !!! IMPORTANT !!! # diff --git a/lang/translations/sr-latn.po b/lang/translations/sr-latn.po index 37578bd..3ae80ef 100644 --- a/lang/translations/sr-latn.po +++ b/lang/translations/sr-latn.po @@ -1,4 +1,4 @@ -# Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. +# Copyright (c) 2003-2020, CKSource - Frederico Knabben. All rights reserved. # # !!! IMPORTANT !!! # diff --git a/lang/translations/sr.po b/lang/translations/sr.po index bf26c9a..02bdd14 100644 --- a/lang/translations/sr.po +++ b/lang/translations/sr.po @@ -1,4 +1,4 @@ -# Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. +# Copyright (c) 2003-2020, CKSource - Frederico Knabben. All rights reserved. # # !!! IMPORTANT !!! # diff --git a/lang/translations/sv.po b/lang/translations/sv.po index 0d21920..d50cd07 100644 --- a/lang/translations/sv.po +++ b/lang/translations/sv.po @@ -1,4 +1,4 @@ -# Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. +# Copyright (c) 2003-2020, CKSource - Frederico Knabben. All rights reserved. # # !!! IMPORTANT !!! # diff --git a/lang/translations/tr.po b/lang/translations/tr.po index d62bf33..7e20e87 100644 --- a/lang/translations/tr.po +++ b/lang/translations/tr.po @@ -1,4 +1,4 @@ -# Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. +# Copyright (c) 2003-2020, CKSource - Frederico Knabben. All rights reserved. # # !!! IMPORTANT !!! # diff --git a/lang/translations/uk.po b/lang/translations/uk.po index 666213e..2f5177c 100644 --- a/lang/translations/uk.po +++ b/lang/translations/uk.po @@ -1,4 +1,4 @@ -# Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. +# Copyright (c) 2003-2020, CKSource - Frederico Knabben. All rights reserved. # # !!! IMPORTANT !!! # diff --git a/lang/translations/vi.po b/lang/translations/vi.po index 9d4775f..59235e6 100644 --- a/lang/translations/vi.po +++ b/lang/translations/vi.po @@ -1,4 +1,4 @@ -# Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. +# Copyright (c) 2003-2020, CKSource - Frederico Knabben. All rights reserved. # # !!! IMPORTANT !!! # diff --git a/lang/translations/zh-cn.po b/lang/translations/zh-cn.po index 89509fa..7354e4b 100644 --- a/lang/translations/zh-cn.po +++ b/lang/translations/zh-cn.po @@ -1,4 +1,4 @@ -# Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. +# Copyright (c) 2003-2020, CKSource - Frederico Knabben. All rights reserved. # # !!! IMPORTANT !!! # diff --git a/lang/translations/zh.po b/lang/translations/zh.po index ea0fe80..12fc8d2 100644 --- a/lang/translations/zh.po +++ b/lang/translations/zh.po @@ -1,4 +1,4 @@ -# Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. +# Copyright (c) 2003-2020, CKSource - Frederico Knabben. All rights reserved. # # !!! IMPORTANT !!! # diff --git a/src/alignment.js b/src/alignment.js index 6cb7e39..2a6a456 100644 --- a/src/alignment.js +++ b/src/alignment.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. + * @license Copyright (c) 2003-2020, CKSource - Frederico Knabben. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license */ diff --git a/src/alignmentcommand.js b/src/alignmentcommand.js index 1e128a2..050101d 100644 --- a/src/alignmentcommand.js +++ b/src/alignmentcommand.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. + * @license Copyright (c) 2003-2020, CKSource - Frederico Knabben. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license */ diff --git a/src/alignmentediting.js b/src/alignmentediting.js index 093053e..35f219b 100644 --- a/src/alignmentediting.js +++ b/src/alignmentediting.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. + * @license Copyright (c) 2003-2020, CKSource - Frederico Knabben. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license */ diff --git a/src/alignmentui.js b/src/alignmentui.js index 2b457ef..7e8198b 100644 --- a/src/alignmentui.js +++ b/src/alignmentui.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. + * @license Copyright (c) 2003-2020, CKSource - Frederico Knabben. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license */ diff --git a/src/utils.js b/src/utils.js index 83dea7e..7b65fcd 100644 --- a/src/utils.js +++ b/src/utils.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. + * @license Copyright (c) 2003-2020, CKSource - Frederico Knabben. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license */ diff --git a/tests/alignment.js b/tests/alignment.js index 3f2b21e..f47f458 100644 --- a/tests/alignment.js +++ b/tests/alignment.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. + * @license Copyright (c) 2003-2020, CKSource - Frederico Knabben. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license */ diff --git a/tests/alignmentcommand.js b/tests/alignmentcommand.js index a3872b9..e91720a 100644 --- a/tests/alignmentcommand.js +++ b/tests/alignmentcommand.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. + * @license Copyright (c) 2003-2020, CKSource - Frederico Knabben. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license */ diff --git a/tests/alignmentediting.js b/tests/alignmentediting.js index 3675b18..96cb17e 100644 --- a/tests/alignmentediting.js +++ b/tests/alignmentediting.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. + * @license Copyright (c) 2003-2020, CKSource - Frederico Knabben. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license */ diff --git a/tests/alignmentui.js b/tests/alignmentui.js index d10ca2d..34bca3e 100644 --- a/tests/alignmentui.js +++ b/tests/alignmentui.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. + * @license Copyright (c) 2003-2020, CKSource - Frederico Knabben. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license */ diff --git a/tests/integration.js b/tests/integration.js index fffd201..025b639 100644 --- a/tests/integration.js +++ b/tests/integration.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. + * @license Copyright (c) 2003-2020, CKSource - Frederico Knabben. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license */ diff --git a/tests/manual/alignment.js b/tests/manual/alignment.js index bd52538..8de41c7 100644 --- a/tests/manual/alignment.js +++ b/tests/manual/alignment.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. + * @license Copyright (c) 2003-2020, CKSource - Frederico Knabben. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license */ diff --git a/tests/manual/alignmentbuttons.js b/tests/manual/alignmentbuttons.js index 9af7f24..ed4e892 100644 --- a/tests/manual/alignmentbuttons.js +++ b/tests/manual/alignmentbuttons.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. + * @license Copyright (c) 2003-2020, CKSource - Frederico Knabben. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license */ diff --git a/tests/manual/alignmentconfig.js b/tests/manual/alignmentconfig.js index 430e207..7b35b3b 100644 --- a/tests/manual/alignmentconfig.js +++ b/tests/manual/alignmentconfig.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. + * @license Copyright (c) 2003-2020, CKSource - Frederico Knabben. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license */ diff --git a/tests/manual/rtl.js b/tests/manual/rtl.js index b9f530e..0339e5e 100644 --- a/tests/manual/rtl.js +++ b/tests/manual/rtl.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. + * @license Copyright (c) 2003-2020, CKSource - Frederico Knabben. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license */ diff --git a/tests/utils.js b/tests/utils.js index be4507d..9b43e2b 100644 --- a/tests/utils.js +++ b/tests/utils.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. + * @license Copyright (c) 2003-2020, CKSource - Frederico Knabben. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license */