From 4a213f627317c6ae1e03d865b50c5ee245e2b11d Mon Sep 17 00:00:00 2001 From: "Alexander.Trofimov" Date: Thu, 17 Jan 2019 17:16:03 +0300 Subject: [PATCH] [copyright] Update Copyright 2017 -> 2019 --- ChromiumBasedEditors/lib/include/applicationmanager.h | 2 +- ChromiumBasedEditors/lib/include/applicationmanager_events.h | 2 +- ChromiumBasedEditors/lib/include/base.h | 2 +- ChromiumBasedEditors/lib/include/cefapplication.h | 2 +- ChromiumBasedEditors/lib/include/cefview.h | 2 +- ChromiumBasedEditors/lib/include/keyboardchecker.h | 2 +- ChromiumBasedEditors/lib/include/keychain.h | 2 +- ChromiumBasedEditors/lib/include/mac_application.h | 2 +- ChromiumBasedEditors/lib/include/nsascprinter.h | 2 +- ChromiumBasedEditors/lib/include/qascprinter.h | 2 +- ChromiumBasedEditors/lib/include/spellchecker.h | 2 +- ChromiumBasedEditors/lib/qcefview/qcefview.cpp | 2 +- ChromiumBasedEditors/lib/qcefview/qcefview.h | 2 +- ChromiumBasedEditors/lib/src/Logger.h | 2 +- ChromiumBasedEditors/lib/src/additional/create.cpp | 2 +- ChromiumBasedEditors/lib/src/additional/manager.h | 2 +- ChromiumBasedEditors/lib/src/additional/renderer.h | 2 +- ChromiumBasedEditors/lib/src/applicationmanager.cpp | 2 +- ChromiumBasedEditors/lib/src/applicationmanager_p.h | 2 +- ChromiumBasedEditors/lib/src/cefapplication.cpp | 2 +- ChromiumBasedEditors/lib/src/ceffiledownloader.h | 2 +- ChromiumBasedEditors/lib/src/cefview.cpp | 2 +- ChromiumBasedEditors/lib/src/cefwrapper/client_app.h | 2 +- ChromiumBasedEditors/lib/src/cefwrapper/client_renderer.h | 2 +- .../lib/src/cefwrapper/client_renderer_wrapper.cpp | 2 +- ChromiumBasedEditors/lib/src/cefwrapper/client_scheme.h | 2 +- .../lib/src/cefwrapper/client_scheme_wrapper.cpp | 2 +- ChromiumBasedEditors/lib/src/cookiesworker.h | 2 +- ChromiumBasedEditors/lib/src/crypto_mode.cpp | 2 +- ChromiumBasedEditors/lib/src/crypto_mode.h | 2 +- ChromiumBasedEditors/lib/src/fileconverter.h | 2 +- ChromiumBasedEditors/lib/src/fileprinter.cpp | 2 +- ChromiumBasedEditors/lib/src/fileprinter.h | 2 +- ChromiumBasedEditors/lib/src/keyboardchecker.cpp | 2 +- ChromiumBasedEditors/lib/src/keychain.cpp | 2 +- ChromiumBasedEditors/lib/src/mac_application.mm | 2 +- ChromiumBasedEditors/lib/src/mac_common.h | 2 +- ChromiumBasedEditors/lib/src/mac_common.mm | 2 +- ChromiumBasedEditors/lib/src/nativeviewer.h | 2 +- ChromiumBasedEditors/lib/src/plugins.h | 2 +- ChromiumBasedEditors/lib/src/plugins_resources.h | 2 +- ChromiumBasedEditors/lib/src/spellchecker.cpp | 2 +- ChromiumBasedEditors/lib/src/window_common.h | 2 +- HtmlFile/Internal/src/client_app.h | 2 +- HtmlFile/Internal/src/client_renderer_wrapper.cpp | 2 +- HtmlFile/Internal/src/clienthandler.h | 2 +- HtmlFile/Internal/src/main.cpp | 2 +- 47 files changed, 47 insertions(+), 47 deletions(-) diff --git a/ChromiumBasedEditors/lib/include/applicationmanager.h b/ChromiumBasedEditors/lib/include/applicationmanager.h index 955db613..0984e738 100644 --- a/ChromiumBasedEditors/lib/include/applicationmanager.h +++ b/ChromiumBasedEditors/lib/include/applicationmanager.h @@ -1,5 +1,5 @@ /* - * (c) Copyright Ascensio System SIA 2010-2017 + * (c) Copyright Ascensio System SIA 2010-2019 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) diff --git a/ChromiumBasedEditors/lib/include/applicationmanager_events.h b/ChromiumBasedEditors/lib/include/applicationmanager_events.h index 14129665..bb8e8907 100644 --- a/ChromiumBasedEditors/lib/include/applicationmanager_events.h +++ b/ChromiumBasedEditors/lib/include/applicationmanager_events.h @@ -1,5 +1,5 @@ /* - * (c) Copyright Ascensio System SIA 2010-2017 + * (c) Copyright Ascensio System SIA 2010-2019 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) diff --git a/ChromiumBasedEditors/lib/include/base.h b/ChromiumBasedEditors/lib/include/base.h index 36225bcd..62343b82 100644 --- a/ChromiumBasedEditors/lib/include/base.h +++ b/ChromiumBasedEditors/lib/include/base.h @@ -1,5 +1,5 @@ /* - * (c) Copyright Ascensio System SIA 2010-2017 + * (c) Copyright Ascensio System SIA 2010-2019 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) diff --git a/ChromiumBasedEditors/lib/include/cefapplication.h b/ChromiumBasedEditors/lib/include/cefapplication.h index 348d29b5..4ff320b4 100644 --- a/ChromiumBasedEditors/lib/include/cefapplication.h +++ b/ChromiumBasedEditors/lib/include/cefapplication.h @@ -1,5 +1,5 @@ /* - * (c) Copyright Ascensio System SIA 2010-2017 + * (c) Copyright Ascensio System SIA 2010-2019 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) diff --git a/ChromiumBasedEditors/lib/include/cefview.h b/ChromiumBasedEditors/lib/include/cefview.h index 6363bf4a..6e562750 100644 --- a/ChromiumBasedEditors/lib/include/cefview.h +++ b/ChromiumBasedEditors/lib/include/cefview.h @@ -1,5 +1,5 @@ /* - * (c) Copyright Ascensio System SIA 2010-2017 + * (c) Copyright Ascensio System SIA 2010-2019 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) diff --git a/ChromiumBasedEditors/lib/include/keyboardchecker.h b/ChromiumBasedEditors/lib/include/keyboardchecker.h index 27cabd3c..4b4de609 100644 --- a/ChromiumBasedEditors/lib/include/keyboardchecker.h +++ b/ChromiumBasedEditors/lib/include/keyboardchecker.h @@ -1,5 +1,5 @@ /* - * (c) Copyright Ascensio System SIA 2010-2017 + * (c) Copyright Ascensio System SIA 2010-2019 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) diff --git a/ChromiumBasedEditors/lib/include/keychain.h b/ChromiumBasedEditors/lib/include/keychain.h index a859b429..a18ebcbb 100644 --- a/ChromiumBasedEditors/lib/include/keychain.h +++ b/ChromiumBasedEditors/lib/include/keychain.h @@ -1,5 +1,5 @@ /* - * (c) Copyright Ascensio System SIA 2010-2017 + * (c) Copyright Ascensio System SIA 2010-2019 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) diff --git a/ChromiumBasedEditors/lib/include/mac_application.h b/ChromiumBasedEditors/lib/include/mac_application.h index 19af5fc6..39bfa372 100644 --- a/ChromiumBasedEditors/lib/include/mac_application.h +++ b/ChromiumBasedEditors/lib/include/mac_application.h @@ -1,5 +1,5 @@ /* - * (c) Copyright Ascensio System SIA 2010-2017 + * (c) Copyright Ascensio System SIA 2010-2019 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) diff --git a/ChromiumBasedEditors/lib/include/nsascprinter.h b/ChromiumBasedEditors/lib/include/nsascprinter.h index 1eeff735..f46a7f35 100644 --- a/ChromiumBasedEditors/lib/include/nsascprinter.h +++ b/ChromiumBasedEditors/lib/include/nsascprinter.h @@ -1,5 +1,5 @@ /* - * (c) Copyright Ascensio System SIA 2010-2017 + * (c) Copyright Ascensio System SIA 2010-2019 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) diff --git a/ChromiumBasedEditors/lib/include/qascprinter.h b/ChromiumBasedEditors/lib/include/qascprinter.h index 812a6364..ac3b6059 100644 --- a/ChromiumBasedEditors/lib/include/qascprinter.h +++ b/ChromiumBasedEditors/lib/include/qascprinter.h @@ -1,5 +1,5 @@ /* - * (c) Copyright Ascensio System SIA 2010-2017 + * (c) Copyright Ascensio System SIA 2010-2019 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) diff --git a/ChromiumBasedEditors/lib/include/spellchecker.h b/ChromiumBasedEditors/lib/include/spellchecker.h index 77704d98..385ea639 100644 --- a/ChromiumBasedEditors/lib/include/spellchecker.h +++ b/ChromiumBasedEditors/lib/include/spellchecker.h @@ -1,5 +1,5 @@ /* - * (c) Copyright Ascensio System SIA 2010-2017 + * (c) Copyright Ascensio System SIA 2010-2019 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) diff --git a/ChromiumBasedEditors/lib/qcefview/qcefview.cpp b/ChromiumBasedEditors/lib/qcefview/qcefview.cpp index feffde20..086073f5 100644 --- a/ChromiumBasedEditors/lib/qcefview/qcefview.cpp +++ b/ChromiumBasedEditors/lib/qcefview/qcefview.cpp @@ -1,5 +1,5 @@ /* - * (c) Copyright Ascensio System SIA 2010-2017 + * (c) Copyright Ascensio System SIA 2010-2019 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) diff --git a/ChromiumBasedEditors/lib/qcefview/qcefview.h b/ChromiumBasedEditors/lib/qcefview/qcefview.h index f989367f..c647d897 100644 --- a/ChromiumBasedEditors/lib/qcefview/qcefview.h +++ b/ChromiumBasedEditors/lib/qcefview/qcefview.h @@ -1,5 +1,5 @@ /* - * (c) Copyright Ascensio System SIA 2010-2017 + * (c) Copyright Ascensio System SIA 2010-2019 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) diff --git a/ChromiumBasedEditors/lib/src/Logger.h b/ChromiumBasedEditors/lib/src/Logger.h index 58b080a2..8ae0ed95 100644 --- a/ChromiumBasedEditors/lib/src/Logger.h +++ b/ChromiumBasedEditors/lib/src/Logger.h @@ -1,5 +1,5 @@ /* - * (c) Copyright Ascensio System SIA 2010-2017 + * (c) Copyright Ascensio System SIA 2010-2019 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) diff --git a/ChromiumBasedEditors/lib/src/additional/create.cpp b/ChromiumBasedEditors/lib/src/additional/create.cpp index a49e1c17..126e143a 100644 --- a/ChromiumBasedEditors/lib/src/additional/create.cpp +++ b/ChromiumBasedEditors/lib/src/additional/create.cpp @@ -1,5 +1,5 @@ /* - * (c) Copyright Ascensio System SIA 2010-2017 + * (c) Copyright Ascensio System SIA 2010-2019 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) diff --git a/ChromiumBasedEditors/lib/src/additional/manager.h b/ChromiumBasedEditors/lib/src/additional/manager.h index d49a8d7b..7de04864 100644 --- a/ChromiumBasedEditors/lib/src/additional/manager.h +++ b/ChromiumBasedEditors/lib/src/additional/manager.h @@ -1,5 +1,5 @@ /* - * (c) Copyright Ascensio System SIA 2010-2017 + * (c) Copyright Ascensio System SIA 2010-2019 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) diff --git a/ChromiumBasedEditors/lib/src/additional/renderer.h b/ChromiumBasedEditors/lib/src/additional/renderer.h index f42e722f..f4a23b06 100644 --- a/ChromiumBasedEditors/lib/src/additional/renderer.h +++ b/ChromiumBasedEditors/lib/src/additional/renderer.h @@ -1,5 +1,5 @@ /* - * (c) Copyright Ascensio System SIA 2010-2017 + * (c) Copyright Ascensio System SIA 2010-2019 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) diff --git a/ChromiumBasedEditors/lib/src/applicationmanager.cpp b/ChromiumBasedEditors/lib/src/applicationmanager.cpp index 7a831287..31166af0 100644 --- a/ChromiumBasedEditors/lib/src/applicationmanager.cpp +++ b/ChromiumBasedEditors/lib/src/applicationmanager.cpp @@ -1,5 +1,5 @@ /* - * (c) Copyright Ascensio System SIA 2010-2017 + * (c) Copyright Ascensio System SIA 2010-2019 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) diff --git a/ChromiumBasedEditors/lib/src/applicationmanager_p.h b/ChromiumBasedEditors/lib/src/applicationmanager_p.h index 5ea3daea..89739fdc 100644 --- a/ChromiumBasedEditors/lib/src/applicationmanager_p.h +++ b/ChromiumBasedEditors/lib/src/applicationmanager_p.h @@ -1,5 +1,5 @@ /* - * (c) Copyright Ascensio System SIA 2010-2017 + * (c) Copyright Ascensio System SIA 2010-2019 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) diff --git a/ChromiumBasedEditors/lib/src/cefapplication.cpp b/ChromiumBasedEditors/lib/src/cefapplication.cpp index e0e5e42b..4e1e1953 100644 --- a/ChromiumBasedEditors/lib/src/cefapplication.cpp +++ b/ChromiumBasedEditors/lib/src/cefapplication.cpp @@ -1,5 +1,5 @@ /* - * (c) Copyright Ascensio System SIA 2010-2017 + * (c) Copyright Ascensio System SIA 2010-2019 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) diff --git a/ChromiumBasedEditors/lib/src/ceffiledownloader.h b/ChromiumBasedEditors/lib/src/ceffiledownloader.h index 2aa745b7..4aa738d3 100644 --- a/ChromiumBasedEditors/lib/src/ceffiledownloader.h +++ b/ChromiumBasedEditors/lib/src/ceffiledownloader.h @@ -1,5 +1,5 @@ /* - * (c) Copyright Ascensio System SIA 2010-2017 + * (c) Copyright Ascensio System SIA 2010-2019 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) diff --git a/ChromiumBasedEditors/lib/src/cefview.cpp b/ChromiumBasedEditors/lib/src/cefview.cpp index d14a5f0b..e10d161f 100644 --- a/ChromiumBasedEditors/lib/src/cefview.cpp +++ b/ChromiumBasedEditors/lib/src/cefview.cpp @@ -1,5 +1,5 @@ /* - * (c) Copyright Ascensio System SIA 2010-2017 + * (c) Copyright Ascensio System SIA 2010-2019 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) diff --git a/ChromiumBasedEditors/lib/src/cefwrapper/client_app.h b/ChromiumBasedEditors/lib/src/cefwrapper/client_app.h index 7ffd5b66..d881a714 100644 --- a/ChromiumBasedEditors/lib/src/cefwrapper/client_app.h +++ b/ChromiumBasedEditors/lib/src/cefwrapper/client_app.h @@ -1,5 +1,5 @@ /* - * (c) Copyright Ascensio System SIA 2010-2017 + * (c) Copyright Ascensio System SIA 2010-2019 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) diff --git a/ChromiumBasedEditors/lib/src/cefwrapper/client_renderer.h b/ChromiumBasedEditors/lib/src/cefwrapper/client_renderer.h index 6a745589..b2ba2c94 100644 --- a/ChromiumBasedEditors/lib/src/cefwrapper/client_renderer.h +++ b/ChromiumBasedEditors/lib/src/cefwrapper/client_renderer.h @@ -1,5 +1,5 @@ /* - * (c) Copyright Ascensio System SIA 2010-2017 + * (c) Copyright Ascensio System SIA 2010-2019 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) diff --git a/ChromiumBasedEditors/lib/src/cefwrapper/client_renderer_wrapper.cpp b/ChromiumBasedEditors/lib/src/cefwrapper/client_renderer_wrapper.cpp index ca073673..ce9c82a2 100644 --- a/ChromiumBasedEditors/lib/src/cefwrapper/client_renderer_wrapper.cpp +++ b/ChromiumBasedEditors/lib/src/cefwrapper/client_renderer_wrapper.cpp @@ -1,5 +1,5 @@ /* - * (c) Copyright Ascensio System SIA 2010-2017 + * (c) Copyright Ascensio System SIA 2010-2019 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) diff --git a/ChromiumBasedEditors/lib/src/cefwrapper/client_scheme.h b/ChromiumBasedEditors/lib/src/cefwrapper/client_scheme.h index a063793a..0c0a0e71 100644 --- a/ChromiumBasedEditors/lib/src/cefwrapper/client_scheme.h +++ b/ChromiumBasedEditors/lib/src/cefwrapper/client_scheme.h @@ -1,5 +1,5 @@ /* - * (c) Copyright Ascensio System SIA 2010-2017 + * (c) Copyright Ascensio System SIA 2010-2019 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) diff --git a/ChromiumBasedEditors/lib/src/cefwrapper/client_scheme_wrapper.cpp b/ChromiumBasedEditors/lib/src/cefwrapper/client_scheme_wrapper.cpp index ff8bcf4f..27bb1682 100644 --- a/ChromiumBasedEditors/lib/src/cefwrapper/client_scheme_wrapper.cpp +++ b/ChromiumBasedEditors/lib/src/cefwrapper/client_scheme_wrapper.cpp @@ -1,5 +1,5 @@ /* - * (c) Copyright Ascensio System SIA 2010-2017 + * (c) Copyright Ascensio System SIA 2010-2019 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) diff --git a/ChromiumBasedEditors/lib/src/cookiesworker.h b/ChromiumBasedEditors/lib/src/cookiesworker.h index f887fd79..c51e7c0f 100644 --- a/ChromiumBasedEditors/lib/src/cookiesworker.h +++ b/ChromiumBasedEditors/lib/src/cookiesworker.h @@ -1,5 +1,5 @@ /* - * (c) Copyright Ascensio System SIA 2010-2017 + * (c) Copyright Ascensio System SIA 2010-2019 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) diff --git a/ChromiumBasedEditors/lib/src/crypto_mode.cpp b/ChromiumBasedEditors/lib/src/crypto_mode.cpp index 51b64a75..dcf3e21b 100644 --- a/ChromiumBasedEditors/lib/src/crypto_mode.cpp +++ b/ChromiumBasedEditors/lib/src/crypto_mode.cpp @@ -1,5 +1,5 @@ /* - * (c) Copyright Ascensio System SIA 2010-2017 + * (c) Copyright Ascensio System SIA 2010-2019 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) diff --git a/ChromiumBasedEditors/lib/src/crypto_mode.h b/ChromiumBasedEditors/lib/src/crypto_mode.h index b87d00ba..4b7128b6 100644 --- a/ChromiumBasedEditors/lib/src/crypto_mode.h +++ b/ChromiumBasedEditors/lib/src/crypto_mode.h @@ -1,5 +1,5 @@ /* - * (c) Copyright Ascensio System SIA 2010-2017 + * (c) Copyright Ascensio System SIA 2010-2019 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) diff --git a/ChromiumBasedEditors/lib/src/fileconverter.h b/ChromiumBasedEditors/lib/src/fileconverter.h index 33e60e68..d5429b19 100644 --- a/ChromiumBasedEditors/lib/src/fileconverter.h +++ b/ChromiumBasedEditors/lib/src/fileconverter.h @@ -1,5 +1,5 @@ /* - * (c) Copyright Ascensio System SIA 2010-2017 + * (c) Copyright Ascensio System SIA 2010-2019 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) diff --git a/ChromiumBasedEditors/lib/src/fileprinter.cpp b/ChromiumBasedEditors/lib/src/fileprinter.cpp index b03e6c87..e4a0934b 100644 --- a/ChromiumBasedEditors/lib/src/fileprinter.cpp +++ b/ChromiumBasedEditors/lib/src/fileprinter.cpp @@ -1,5 +1,5 @@ /* - * (c) Copyright Ascensio System SIA 2010-2017 + * (c) Copyright Ascensio System SIA 2010-2019 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) diff --git a/ChromiumBasedEditors/lib/src/fileprinter.h b/ChromiumBasedEditors/lib/src/fileprinter.h index 228ce433..9bb88754 100644 --- a/ChromiumBasedEditors/lib/src/fileprinter.h +++ b/ChromiumBasedEditors/lib/src/fileprinter.h @@ -1,5 +1,5 @@ /* - * (c) Copyright Ascensio System SIA 2010-2017 + * (c) Copyright Ascensio System SIA 2010-2019 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) diff --git a/ChromiumBasedEditors/lib/src/keyboardchecker.cpp b/ChromiumBasedEditors/lib/src/keyboardchecker.cpp index 5df834cf..aa55b3e9 100644 --- a/ChromiumBasedEditors/lib/src/keyboardchecker.cpp +++ b/ChromiumBasedEditors/lib/src/keyboardchecker.cpp @@ -1,5 +1,5 @@ /* - * (c) Copyright Ascensio System SIA 2010-2017 + * (c) Copyright Ascensio System SIA 2010-2019 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) diff --git a/ChromiumBasedEditors/lib/src/keychain.cpp b/ChromiumBasedEditors/lib/src/keychain.cpp index 430dbe38..c14bc8d6 100644 --- a/ChromiumBasedEditors/lib/src/keychain.cpp +++ b/ChromiumBasedEditors/lib/src/keychain.cpp @@ -1,5 +1,5 @@ /* - * (c) Copyright Ascensio System SIA 2010-2017 + * (c) Copyright Ascensio System SIA 2010-2019 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) diff --git a/ChromiumBasedEditors/lib/src/mac_application.mm b/ChromiumBasedEditors/lib/src/mac_application.mm index 64d769dc..736e7edf 100644 --- a/ChromiumBasedEditors/lib/src/mac_application.mm +++ b/ChromiumBasedEditors/lib/src/mac_application.mm @@ -1,5 +1,5 @@ /* - * (c) Copyright Ascensio System SIA 2010-2017 + * (c) Copyright Ascensio System SIA 2010-2019 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) diff --git a/ChromiumBasedEditors/lib/src/mac_common.h b/ChromiumBasedEditors/lib/src/mac_common.h index 9d7f33d8..d7cb7c92 100644 --- a/ChromiumBasedEditors/lib/src/mac_common.h +++ b/ChromiumBasedEditors/lib/src/mac_common.h @@ -1,5 +1,5 @@ /* - * (c) Copyright Ascensio System SIA 2010-2017 + * (c) Copyright Ascensio System SIA 2010-2019 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) diff --git a/ChromiumBasedEditors/lib/src/mac_common.mm b/ChromiumBasedEditors/lib/src/mac_common.mm index 56d51522..1c41b067 100644 --- a/ChromiumBasedEditors/lib/src/mac_common.mm +++ b/ChromiumBasedEditors/lib/src/mac_common.mm @@ -1,5 +1,5 @@ /* - * (c) Copyright Ascensio System SIA 2010-2017 + * (c) Copyright Ascensio System SIA 2010-2019 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) diff --git a/ChromiumBasedEditors/lib/src/nativeviewer.h b/ChromiumBasedEditors/lib/src/nativeviewer.h index b0191234..f592136c 100644 --- a/ChromiumBasedEditors/lib/src/nativeviewer.h +++ b/ChromiumBasedEditors/lib/src/nativeviewer.h @@ -1,5 +1,5 @@ /* - * (c) Copyright Ascensio System SIA 2010-2017 + * (c) Copyright Ascensio System SIA 2010-2019 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) diff --git a/ChromiumBasedEditors/lib/src/plugins.h b/ChromiumBasedEditors/lib/src/plugins.h index 8d19daba..e4a44003 100644 --- a/ChromiumBasedEditors/lib/src/plugins.h +++ b/ChromiumBasedEditors/lib/src/plugins.h @@ -1,5 +1,5 @@ /* - * (c) Copyright Ascensio System SIA 2010-2017 + * (c) Copyright Ascensio System SIA 2010-2019 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) diff --git a/ChromiumBasedEditors/lib/src/plugins_resources.h b/ChromiumBasedEditors/lib/src/plugins_resources.h index 7a09e499..eaa1e3e7 100644 --- a/ChromiumBasedEditors/lib/src/plugins_resources.h +++ b/ChromiumBasedEditors/lib/src/plugins_resources.h @@ -1,5 +1,5 @@ /* - * (c) Copyright Ascensio System SIA 2010-2017 + * (c) Copyright Ascensio System SIA 2010-2019 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) diff --git a/ChromiumBasedEditors/lib/src/spellchecker.cpp b/ChromiumBasedEditors/lib/src/spellchecker.cpp index a593bbf7..a9c02fae 100644 --- a/ChromiumBasedEditors/lib/src/spellchecker.cpp +++ b/ChromiumBasedEditors/lib/src/spellchecker.cpp @@ -1,5 +1,5 @@ /* - * (c) Copyright Ascensio System SIA 2010-2017 + * (c) Copyright Ascensio System SIA 2010-2019 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) diff --git a/ChromiumBasedEditors/lib/src/window_common.h b/ChromiumBasedEditors/lib/src/window_common.h index b3dae9ea..031c0f69 100644 --- a/ChromiumBasedEditors/lib/src/window_common.h +++ b/ChromiumBasedEditors/lib/src/window_common.h @@ -1,5 +1,5 @@ /* - * (c) Copyright Ascensio System SIA 2010-2017 + * (c) Copyright Ascensio System SIA 2010-2019 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) diff --git a/HtmlFile/Internal/src/client_app.h b/HtmlFile/Internal/src/client_app.h index 3c49e36a..8507b5c8 100644 --- a/HtmlFile/Internal/src/client_app.h +++ b/HtmlFile/Internal/src/client_app.h @@ -1,5 +1,5 @@ /* - * (c) Copyright Ascensio System SIA 2010-2017 + * (c) Copyright Ascensio System SIA 2010-2019 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) diff --git a/HtmlFile/Internal/src/client_renderer_wrapper.cpp b/HtmlFile/Internal/src/client_renderer_wrapper.cpp index bff629e5..5ee3f417 100644 --- a/HtmlFile/Internal/src/client_renderer_wrapper.cpp +++ b/HtmlFile/Internal/src/client_renderer_wrapper.cpp @@ -1,5 +1,5 @@ /* - * (c) Copyright Ascensio System SIA 2010-2017 + * (c) Copyright Ascensio System SIA 2010-2019 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) diff --git a/HtmlFile/Internal/src/clienthandler.h b/HtmlFile/Internal/src/clienthandler.h index 44398a12..23414e1f 100644 --- a/HtmlFile/Internal/src/clienthandler.h +++ b/HtmlFile/Internal/src/clienthandler.h @@ -1,5 +1,5 @@ /* - * (c) Copyright Ascensio System SIA 2010-2017 + * (c) Copyright Ascensio System SIA 2010-2019 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) diff --git a/HtmlFile/Internal/src/main.cpp b/HtmlFile/Internal/src/main.cpp index 850ded67..ee005438 100644 --- a/HtmlFile/Internal/src/main.cpp +++ b/HtmlFile/Internal/src/main.cpp @@ -1,5 +1,5 @@ /* - * (c) Copyright Ascensio System SIA 2010-2017 + * (c) Copyright Ascensio System SIA 2010-2019 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL)