chore: copyrights

This commit is contained in:
Dmitrii Vershinin
2023-02-01 12:26:44 +05:00
parent 7f31cefd76
commit ce39734850
9 changed files with 36 additions and 23 deletions

View File

@ -1,6 +1,6 @@
/**
*
* (c) Copyright Ascensio System SIA 2021
* (c) Copyright Ascensio System SIA 2023
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -15,7 +15,6 @@
* limitations under the License.
*
*/
package main
import (

View File

@ -1,6 +1,6 @@
/**
*
* (c) Copyright Ascensio System SIA 2021
* (c) Copyright Ascensio System SIA 2023
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -15,7 +15,6 @@
* limitations under the License.
*
*/
package config
import (

View File

@ -15,7 +15,6 @@
* limitations under the License.
*
*/
package dhandlers
import "go.uber.org/fx"

View File

@ -15,7 +15,6 @@
* limitations under the License.
*
*/
package dhandlers
import (

View File

@ -1,3 +1,20 @@
/**
*
* (c) Copyright Ascensio System SIA 2023
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
*/
package handlers
import "fmt"

View File

@ -1,6 +1,6 @@
/**
*
* (c) Copyright Ascensio System SIA 2021
* (c) Copyright Ascensio System SIA 2023
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -17,7 +17,7 @@
*/
;(function() {
var
var
dropdownToggleHash = {};
jQuery.extend({
dropdownToggle: function(options) {
@ -55,8 +55,8 @@
var elemPosLeft = targetPos.left;
var elemPosTop = targetPos.top + jq(anchorSelector || switcherObj).outerHeight();
if (options.rightPos) {
elemPosLeft = Math.max(0,targetPos.left - dropdownItem.outerWidth() + jq(anchorSelector || switcherObj).outerWidth());
if (options.rightPos) {
elemPosLeft = Math.max(0,targetPos.left - dropdownItem.outerWidth() + jq(anchorSelector || switcherObj).outerWidth());
}
var w = jq(window);
@ -139,4 +139,4 @@
};
}
});
})();
})();

View File

@ -1,6 +1,6 @@
/**
*
* (c) Copyright Ascensio System SIA 2021
* (c) Copyright Ascensio System SIA 2023
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

View File

@ -1,6 +1,6 @@
/**
*
* (c) Copyright Ascensio System SIA 2021
* (c) Copyright Ascensio System SIA 2023
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

View File

@ -1,6 +1,6 @@
/**
*
* (c) Copyright Ascensio System SIA 2021
* (c) Copyright Ascensio System SIA 2023
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -26,7 +26,7 @@ body {
color: #333333;
font-family: Open Sans;
font-size: 12px;
font-style: normal;
font-style: normal;
font-weight: normal;
height: 100%;
margin: 0;
@ -159,9 +159,9 @@ label .checkbox {
line-height: 24px;
}
.button,
.button:visited,
.button:hover,
.button,
.button:visited,
.button:hover,
.button:active {
align-items: center;
border-radius: 3px;
@ -376,12 +376,12 @@ footer table td {
padding-left: 32px;
}
footer a,
footer a:hover,
footer a,
footer a:hover,
footer a:visited {
color: #FF6F3D;
font-size: 14px;
line-height: 120%;
line-height: 120%;
}
footer a:hover {
@ -433,7 +433,7 @@ footer a:hover {
background-image: url("../images/icon_xlsx.svg");
}
.stored-edit.slide,
.stored-edit.slide,
.uploadFileName.slide {
background-image: url("../images/icon_pptx.svg");
}
@ -696,4 +696,4 @@ footer a:hover {
line-height: 160%;
letter-spacing: -0.02em;
word-wrap: break-word;
}
}