[copyright] Update Copyright

This commit is contained in:
Sergey Konovalov
2023-02-27 22:59:30 +03:00
parent c3e398132f
commit 011c6714db
416 changed files with 736 additions and 1152 deletions

View File

@ -1,6 +1,5 @@
/*
*
* (c) Copyright Ascensio System SIA 2010-2019
* (c) Copyright Ascensio System SIA 2010-2023
*
* 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)
@ -29,7 +28,7 @@
* Creative Commons Attribution-ShareAlike 4.0 International. See the License
* terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode
*
*/
*/
PE.ApplicationController = new(function(){
var me,
api,

View File

@ -1,6 +1,5 @@
/*
*
* (c) Copyright Ascensio System SIA 2010-2019
* (c) Copyright Ascensio System SIA 2010-2023
*
* 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)
@ -29,7 +28,7 @@
* Creative Commons Attribution-ShareAlike 4.0 International. See the License
* terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode
*
*/
*/
if (PE === undefined) {
var PE = {};
}

View File

@ -1,6 +1,5 @@
/*
*
* (c) Copyright Ascensio System SIA 2010-2019
* (c) Copyright Ascensio System SIA 2010-2023
*
* 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)
@ -29,7 +28,7 @@
* Creative Commons Attribution-ShareAlike 4.0 International. See the License
* terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode
*
*/
*/
(function ($) {
PE.ApplicationView.create();
PE.ApplicationController.create();