From 4c895ed307e7bf86c91225a0a19911eb6ed9ff98 Mon Sep 17 00:00:00 2001 From: Kamil Piechaczek Date: Tue, 7 Jan 2020 10:18:13 +0100 Subject: [PATCH] Internal: Bumped the year. [skip ci] --- .eslintrc.js | 2 +- LICENSE.md | 2 +- docs/_snippets/features/basic-styles.js | 2 +- docs/_snippets/features/build-basic-styles-source.js | 2 +- lang/translations/af.po | 2 +- lang/translations/ar.po | 2 +- lang/translations/ast.po | 2 +- lang/translations/az.po | 2 +- lang/translations/bg.po | 2 +- lang/translations/ca.po | 2 +- lang/translations/cs.po | 2 +- lang/translations/da.po | 2 +- lang/translations/de.po | 2 +- lang/translations/el.po | 2 +- lang/translations/en-au.po | 2 +- lang/translations/en-gb.po | 2 +- lang/translations/en.po | 2 +- lang/translations/eo.po | 2 +- lang/translations/es.po | 2 +- lang/translations/et.po | 2 +- lang/translations/eu.po | 2 +- lang/translations/fa.po | 2 +- lang/translations/fi.po | 2 +- lang/translations/fr.po | 2 +- lang/translations/gl.po | 2 +- lang/translations/gu.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/km.po | 2 +- lang/translations/kn.po | 2 +- lang/translations/ko.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/oc.po | 2 +- lang/translations/pl.po | 2 +- lang/translations/pt-br.po | 2 +- lang/translations/pt.po | 2 +- lang/translations/ro.po | 2 +- lang/translations/ru.po | 2 +- lang/translations/si.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/tt.po | 2 +- lang/translations/ug.po | 2 +- lang/translations/uk.po | 2 +- lang/translations/vi.po | 2 +- lang/translations/zh-cn.po | 2 +- lang/translations/zh.po | 2 +- src/attributecommand.js | 2 +- src/bold.js | 2 +- src/bold/boldediting.js | 2 +- src/bold/boldui.js | 2 +- src/code.js | 2 +- src/code/codeediting.js | 2 +- src/code/codeui.js | 2 +- src/italic.js | 2 +- src/italic/italicediting.js | 2 +- src/italic/italicui.js | 2 +- src/strikethrough.js | 2 +- src/strikethrough/strikethroughediting.js | 2 +- src/strikethrough/strikethroughui.js | 2 +- src/subscript.js | 2 +- src/subscript/subscriptediting.js | 2 +- src/subscript/subscriptui.js | 2 +- src/superscript.js | 2 +- src/superscript/superscriptediting.js | 2 +- src/superscript/superscriptui.js | 2 +- src/underline.js | 2 +- src/underline/underlineediting.js | 2 +- src/underline/underlineui.js | 2 +- tests/attributecommand.js | 2 +- tests/bold.js | 2 +- tests/bold/boldediting.js | 2 +- tests/bold/boldui.js | 2 +- tests/code.js | 2 +- tests/code/codeediting.js | 2 +- tests/code/codeui.js | 2 +- tests/italic.js | 2 +- tests/italic/italicediting.js | 2 +- tests/italic/italicui.js | 2 +- tests/manual/basic-styles.js | 2 +- tests/strikethrough.js | 2 +- tests/strikethrough/strikethroughediting.js | 2 +- tests/strikethrough/strikethroughui.js | 2 +- tests/subscript.js | 2 +- tests/subscript/subscriptediting.js | 2 +- tests/subscript/subscriptui.js | 2 +- tests/superscript.js | 2 +- tests/superscript/superscriptediting.js | 2 +- tests/superscript/superscriptui.js | 2 +- tests/underline.js | 2 +- tests/underline/underlineediting.js | 2 +- tests/underline/underlineui.js | 2 +- theme/code.css | 2 +- 108 files changed, 108 insertions(+), 108 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 4e69d4f..a26d073 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -2,7 +2,7 @@ Software License Agreement ========================== **CKEditor 5 Basic Styles Feature** – https://github.com/ckeditor/ckeditor5-basic-styles
-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/basic-styles.js b/docs/_snippets/features/basic-styles.js index 352a927..e041ddd 100644 --- a/docs/_snippets/features/basic-styles.js +++ b/docs/_snippets/features/basic-styles.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/build-basic-styles-source.js b/docs/_snippets/features/build-basic-styles-source.js index 7efb218..ddb5938 100644 --- a/docs/_snippets/features/build-basic-styles-source.js +++ b/docs/_snippets/features/build-basic-styles-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/lang/translations/af.po b/lang/translations/af.po index 9d3eb2a..a0c5f08 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 a74d123..df8fd5a 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/ast.po b/lang/translations/ast.po index 9450b20..33b0d43 100644 --- a/lang/translations/ast.po +++ b/lang/translations/ast.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 77471f7..3259745 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/bg.po b/lang/translations/bg.po index 46040b4..d907b11 100644 --- a/lang/translations/bg.po +++ b/lang/translations/bg.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 9e66aa5..8653837 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 429fbeb..27348f6 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 8c1778c..2465f8e 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 03f6dae..8679e0c 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/el.po b/lang/translations/el.po index c78be3b..3e55236 100644 --- a/lang/translations/el.po +++ b/lang/translations/el.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 9ab9943..89a3a40 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 b0ba9a6..30d80b5 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 9c1166c..52e212c 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/eo.po b/lang/translations/eo.po index 6519bfb..29df1f8 100644 --- a/lang/translations/eo.po +++ b/lang/translations/eo.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 4c91cc5..0379529 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 b27df75..d519bfb 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/eu.po b/lang/translations/eu.po index 2e75e3d..d96732d 100644 --- a/lang/translations/eu.po +++ b/lang/translations/eu.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 6ea6c18..144acc5 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 bf3b592..eb5af54 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 6211c25..e134d61 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 ed46468..985521b 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/gu.po b/lang/translations/gu.po index 82b063e..ef17257 100644 --- a/lang/translations/gu.po +++ b/lang/translations/gu.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 a886772..25a5710 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 9363dc4..e3a64b1 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 0ea8ef5..b23bc37 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 f7d6451..83ec883 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 dcc52da..47fbdd7 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 87dc4c8..adc89e7 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/km.po b/lang/translations/km.po index 60f458a..6aa6fc2 100644 --- a/lang/translations/km.po +++ b/lang/translations/km.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/kn.po b/lang/translations/kn.po index dd966b7..85d8b7e 100644 --- a/lang/translations/kn.po +++ b/lang/translations/kn.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/ko.po b/lang/translations/ko.po index 5a38641..4c9cb82 100644 --- a/lang/translations/ko.po +++ b/lang/translations/ko.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 079257c..689186d 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 7c3f178..7996a06 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 e378b0c..8331898 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 596f20c..7a7e33e 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 80d283c..ed62f59 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 4eb9faa..14431ea 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 18ac660..f07f90d 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/oc.po b/lang/translations/oc.po index eba0a0f..52bd0f8 100644 --- a/lang/translations/oc.po +++ b/lang/translations/oc.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 9a97549..b9dcca4 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 329d835..4f9f22f 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/pt.po b/lang/translations/pt.po index 08f282f..65398f1 100644 --- a/lang/translations/pt.po +++ b/lang/translations/pt.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 9e5cfed..507e4fe 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 40f5b8e..1c1098d 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/si.po b/lang/translations/si.po index 6fc6878..a62ad28 100644 --- a/lang/translations/si.po +++ b/lang/translations/si.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 5e545b4..10393c9 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 3d5a081..e5cfb42 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 a42d47c..b9a5670 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 8c5ab66..c062fb4 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 b5f375b..0db7517 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 4c2fc75..57990d4 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 9484109..0d306cc 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/tt.po b/lang/translations/tt.po index 1b86e67..3791d06 100644 --- a/lang/translations/tt.po +++ b/lang/translations/tt.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/ug.po b/lang/translations/ug.po index a17e57b..11bb78f 100644 --- a/lang/translations/ug.po +++ b/lang/translations/ug.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 929d609..76d51ae 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 cae9dde..a5d0fd2 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 cf38676..7c91b5c 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 1558538..83dc49b 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/attributecommand.js b/src/attributecommand.js index 7ae21d6..a20cf8d 100644 --- a/src/attributecommand.js +++ b/src/attributecommand.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/bold.js b/src/bold.js index ca8eab5..761e5e3 100644 --- a/src/bold.js +++ b/src/bold.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/bold/boldediting.js b/src/bold/boldediting.js index 0f5dc0b..66bf7cd 100644 --- a/src/bold/boldediting.js +++ b/src/bold/boldediting.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/bold/boldui.js b/src/bold/boldui.js index ee731fa..371ce4c 100644 --- a/src/bold/boldui.js +++ b/src/bold/boldui.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/code.js b/src/code.js index 57d8346..e603de4 100644 --- a/src/code.js +++ b/src/code.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/code/codeediting.js b/src/code/codeediting.js index 9661286..144e2ba 100644 --- a/src/code/codeediting.js +++ b/src/code/codeediting.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/code/codeui.js b/src/code/codeui.js index 9e67f82..355a33f 100644 --- a/src/code/codeui.js +++ b/src/code/codeui.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/italic.js b/src/italic.js index da04321..fbf059f 100644 --- a/src/italic.js +++ b/src/italic.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/italic/italicediting.js b/src/italic/italicediting.js index 090dd86..2e58d69 100644 --- a/src/italic/italicediting.js +++ b/src/italic/italicediting.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/italic/italicui.js b/src/italic/italicui.js index 040d812..b0fbc4c 100644 --- a/src/italic/italicui.js +++ b/src/italic/italicui.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/strikethrough.js b/src/strikethrough.js index 9028ba8..134ce6d 100644 --- a/src/strikethrough.js +++ b/src/strikethrough.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/strikethrough/strikethroughediting.js b/src/strikethrough/strikethroughediting.js index 00d892e..812507f 100644 --- a/src/strikethrough/strikethroughediting.js +++ b/src/strikethrough/strikethroughediting.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/strikethrough/strikethroughui.js b/src/strikethrough/strikethroughui.js index d96cfbe..9401ca6 100644 --- a/src/strikethrough/strikethroughui.js +++ b/src/strikethrough/strikethroughui.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/subscript.js b/src/subscript.js index 764ac80..0cddaf2 100644 --- a/src/subscript.js +++ b/src/subscript.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/subscript/subscriptediting.js b/src/subscript/subscriptediting.js index 35075bc..5222b71 100644 --- a/src/subscript/subscriptediting.js +++ b/src/subscript/subscriptediting.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/subscript/subscriptui.js b/src/subscript/subscriptui.js index 13e0e8f..dff1b36 100644 --- a/src/subscript/subscriptui.js +++ b/src/subscript/subscriptui.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/superscript.js b/src/superscript.js index 10b67e9..b430ae2 100644 --- a/src/superscript.js +++ b/src/superscript.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/superscript/superscriptediting.js b/src/superscript/superscriptediting.js index 1c2590f..1d96fa3 100644 --- a/src/superscript/superscriptediting.js +++ b/src/superscript/superscriptediting.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/superscript/superscriptui.js b/src/superscript/superscriptui.js index dbb99ef..4fd9cc2 100644 --- a/src/superscript/superscriptui.js +++ b/src/superscript/superscriptui.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/underline.js b/src/underline.js index 689a5c4..28f2d56 100644 --- a/src/underline.js +++ b/src/underline.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/underline/underlineediting.js b/src/underline/underlineediting.js index d5b4ea5..05d98a6 100644 --- a/src/underline/underlineediting.js +++ b/src/underline/underlineediting.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/underline/underlineui.js b/src/underline/underlineui.js index 3b5848b..7f82e8f 100644 --- a/src/underline/underlineui.js +++ b/src/underline/underlineui.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/attributecommand.js b/tests/attributecommand.js index 72ff461..b1b034c 100644 --- a/tests/attributecommand.js +++ b/tests/attributecommand.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/bold.js b/tests/bold.js index b74c5db..13b3273 100644 --- a/tests/bold.js +++ b/tests/bold.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/bold/boldediting.js b/tests/bold/boldediting.js index f978143..a8eb6ac 100644 --- a/tests/bold/boldediting.js +++ b/tests/bold/boldediting.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/bold/boldui.js b/tests/bold/boldui.js index 57fd344..4eaab2d 100644 --- a/tests/bold/boldui.js +++ b/tests/bold/boldui.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/code.js b/tests/code.js index a4b7281..661e255 100644 --- a/tests/code.js +++ b/tests/code.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/code/codeediting.js b/tests/code/codeediting.js index 52b3989..4596818 100644 --- a/tests/code/codeediting.js +++ b/tests/code/codeediting.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/code/codeui.js b/tests/code/codeui.js index c48019e..4d4adb0 100644 --- a/tests/code/codeui.js +++ b/tests/code/codeui.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/italic.js b/tests/italic.js index aa09bbd..f80ea41 100644 --- a/tests/italic.js +++ b/tests/italic.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/italic/italicediting.js b/tests/italic/italicediting.js index 1cd030d..4edc1b5 100644 --- a/tests/italic/italicediting.js +++ b/tests/italic/italicediting.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/italic/italicui.js b/tests/italic/italicui.js index e1d3ddd..5ea0afb 100644 --- a/tests/italic/italicui.js +++ b/tests/italic/italicui.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/basic-styles.js b/tests/manual/basic-styles.js index f7c1cda..7338141 100644 --- a/tests/manual/basic-styles.js +++ b/tests/manual/basic-styles.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/strikethrough.js b/tests/strikethrough.js index 8e7f33a..3106cce 100644 --- a/tests/strikethrough.js +++ b/tests/strikethrough.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/strikethrough/strikethroughediting.js b/tests/strikethrough/strikethroughediting.js index 99e71cb..0126b5c 100644 --- a/tests/strikethrough/strikethroughediting.js +++ b/tests/strikethrough/strikethroughediting.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/strikethrough/strikethroughui.js b/tests/strikethrough/strikethroughui.js index 1343340..9d6fb12 100644 --- a/tests/strikethrough/strikethroughui.js +++ b/tests/strikethrough/strikethroughui.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/subscript.js b/tests/subscript.js index 1f7fbca..4d4474e 100644 --- a/tests/subscript.js +++ b/tests/subscript.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/subscript/subscriptediting.js b/tests/subscript/subscriptediting.js index 2a199f2..95bb964 100644 --- a/tests/subscript/subscriptediting.js +++ b/tests/subscript/subscriptediting.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/subscript/subscriptui.js b/tests/subscript/subscriptui.js index 8493d89..c0ccd67 100644 --- a/tests/subscript/subscriptui.js +++ b/tests/subscript/subscriptui.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/superscript.js b/tests/superscript.js index d82e3c7..6ae1249 100644 --- a/tests/superscript.js +++ b/tests/superscript.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/superscript/superscriptediting.js b/tests/superscript/superscriptediting.js index 4f18ce1..fda8cb9 100644 --- a/tests/superscript/superscriptediting.js +++ b/tests/superscript/superscriptediting.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/superscript/superscriptui.js b/tests/superscript/superscriptui.js index bb4d3d4..4267b52 100644 --- a/tests/superscript/superscriptui.js +++ b/tests/superscript/superscriptui.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/underline.js b/tests/underline.js index 8eaf14a..47c3420 100644 --- a/tests/underline.js +++ b/tests/underline.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/underline/underlineediting.js b/tests/underline/underlineediting.js index 7d5d58f..2d3e425 100644 --- a/tests/underline/underlineediting.js +++ b/tests/underline/underlineediting.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/underline/underlineui.js b/tests/underline/underlineui.js index b266dcf..6c07d34 100644 --- a/tests/underline/underlineui.js +++ b/tests/underline/underlineui.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/theme/code.css b/theme/code.css index 9375d0c..38094c8 100644 --- a/theme/code.css +++ b/theme/code.css @@ -1,5 +1,5 @@ /* - * Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. + * Copyright (c) 2003-2020, CKSource - Frederico Knabben. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license */