diff --git a/licenses.config.js b/licenses.config.js index 9a853b7352..fdcc0755d6 100644 --- a/licenses.config.js +++ b/licenses.config.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/Dockerfile b/packages/client/Dockerfile index b927f8c354..df71e90be0 100644 --- a/packages/client/Dockerfile +++ b/packages/client/Dockerfile @@ -1,4 +1,4 @@ -# (c) Copyright Ascensio System SIA 2010-2024 +# (c) Copyright Ascensio System SIA 2009-2024 # # This program is a free software product. # You can redistribute it and/or modify it under the terms diff --git a/packages/client/analyse.js b/packages/client/analyse.js index 22a1b5ca41..1d99d231f7 100644 --- a/packages/client/analyse.js +++ b/packages/client/analyse.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode @@ -27,10 +27,10 @@ // script to enable webpack-bundle-analyzer process.env.NODE_ENV = "production"; const webpack = require("webpack"); -const BundleAnalyzerPlugin = require("webpack-bundle-analyzer") - .BundleAnalyzerPlugin; +const BundleAnalyzerPlugin = + require("webpack-bundle-analyzer").BundleAnalyzerPlugin; const webpackConfigProd = require("react-scripts/config/webpack.config")( - "production" + "production", ); webpackConfigProd.plugins.push(new BundleAnalyzerPlugin()); diff --git a/packages/client/codecept.conf.js b/packages/client/codecept.conf.js index 24beb0b41e..7efb0cd128 100644 --- a/packages/client/codecept.conf.js +++ b/packages/client/codecept.conf.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/global.d.ts b/packages/client/global.d.ts index 375ff1b26a..d98053468e 100644 --- a/packages/client/global.d.ts +++ b/packages/client/global.d.ts @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/index.d.ts b/packages/client/index.d.ts index ed40141ddd..93ef804362 100644 --- a/packages/client/index.d.ts +++ b/packages/client/index.d.ts @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/scripts/buildTranslations.js b/packages/client/scripts/buildTranslations.js index f622cae153..3b0f0c8b17 100644 --- a/packages/client/scripts/buildTranslations.js +++ b/packages/client/scripts/buildTranslations.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode @@ -32,5 +32,5 @@ beforeBuild( path.join(__dirname, "../public/locales"), path.join(__dirname, "../../../public/locales"), ], - path.join(__dirname, "../src/helpers/autoGeneratedTranslations.js") + path.join(__dirname, "../src/helpers/autoGeneratedTranslations.js"), ); diff --git a/packages/client/src/App.js b/packages/client/src/App.js index 2775f362aa..0fdfa989c1 100644 --- a/packages/client/src/App.js +++ b/packages/client/src/App.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/Client.jsx b/packages/client/src/Client.jsx index d9cea16cad..d6d9797f35 100644 --- a/packages/client/src/Client.jsx +++ b/packages/client/src/Client.jsx @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/HOCs/withBadges.js b/packages/client/src/HOCs/withBadges.js index 9ac96f4328..96b51418c5 100644 --- a/packages/client/src/HOCs/withBadges.js +++ b/packages/client/src/HOCs/withBadges.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/HOCs/withContent.js b/packages/client/src/HOCs/withContent.js index b0d579a574..39845aa139 100644 --- a/packages/client/src/HOCs/withContent.js +++ b/packages/client/src/HOCs/withContent.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/HOCs/withCultureNames.tsx b/packages/client/src/HOCs/withCultureNames.tsx index 48d37e6a88..cc9958e568 100644 --- a/packages/client/src/HOCs/withCultureNames.tsx +++ b/packages/client/src/HOCs/withCultureNames.tsx @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/HOCs/withFileActions.js b/packages/client/src/HOCs/withFileActions.js index ca0e76884f..d85060b914 100644 --- a/packages/client/src/HOCs/withFileActions.js +++ b/packages/client/src/HOCs/withFileActions.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/HOCs/withHotkeys.js b/packages/client/src/HOCs/withHotkeys.js index 109924f8d9..60b487753c 100644 --- a/packages/client/src/HOCs/withHotkeys.js +++ b/packages/client/src/HOCs/withHotkeys.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode @@ -198,7 +198,7 @@ const withHotkeys = (Component) => { break; } }, - hotkeysFilter + hotkeysFilter, ); // //Select bottom element @@ -253,7 +253,7 @@ const withHotkeys = (Component) => { useHotkeys( "v", () => (viewAs === "tile" ? setViewAs("table") : setViewAs("tile")), - hotkeysFilter + hotkeysFilter, ); //Crete document @@ -288,7 +288,7 @@ const withHotkeys = (Component) => { setSelectFileDialogVisible(true); }, - hotkeysFilter + hotkeysFilter, ); //Crete folder @@ -345,7 +345,7 @@ const withHotkeys = (Component) => { } }, hotkeysFilter, - [confirmDelete] + [confirmDelete], ); // //TODO: Undo the last action @@ -368,14 +368,14 @@ const withHotkeys = (Component) => { useHotkeys( "Ctrl+num_divide, Ctrl+/, command+/", () => setHotkeyPanelVisible(true), - hotkeysFilter + hotkeysFilter, ); useHotkeys("Ctrl+c, command+c", () => copyToClipboard(t), hotkeysFilter); useHotkeys( "Ctrl+x, command+x", () => copyToClipboard(t, true), - hotkeysFilter + hotkeysFilter, ); //Upload file @@ -386,7 +386,7 @@ const withHotkeys = (Component) => { uploadFile(false, navigate, t); }, - hotkeysFilter + hotkeysFilter, ); //Upload folder @@ -397,7 +397,7 @@ const withHotkeys = (Component) => { uploadFile(true); }, - hotkeysFilter + hotkeysFilter, ); return ; @@ -534,7 +534,7 @@ const withHotkeys = (Component) => { uploadClipboardFiles, }; - } + }, )(observer(WithHotkeys)); }; diff --git a/packages/client/src/HOCs/withLoader.js b/packages/client/src/HOCs/withLoader.js index 590d4414c5..93e1c306be 100644 --- a/packages/client/src/HOCs/withLoader.js +++ b/packages/client/src/HOCs/withLoader.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/HOCs/withLoading.js b/packages/client/src/HOCs/withLoading.js index 1869739822..8aa2b5acf5 100644 --- a/packages/client/src/HOCs/withLoading.js +++ b/packages/client/src/HOCs/withLoading.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/HOCs/withPeopleContent.js b/packages/client/src/HOCs/withPeopleContent.js index e0b43e9b0c..da4ba85658 100644 --- a/packages/client/src/HOCs/withPeopleContent.js +++ b/packages/client/src/HOCs/withPeopleContent.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/HOCs/withQuickButtons.js b/packages/client/src/HOCs/withQuickButtons.js index c56ab87fa7..08fc3b447f 100644 --- a/packages/client/src/HOCs/withQuickButtons.js +++ b/packages/client/src/HOCs/withQuickButtons.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/Hooks/useCreateFileError.ts b/packages/client/src/Hooks/useCreateFileError.ts index def8ce8c4f..bd23347a74 100644 --- a/packages/client/src/Hooks/useCreateFileError.ts +++ b/packages/client/src/Hooks/useCreateFileError.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/client/src/Hooks/useViewEffect.ts b/packages/client/src/Hooks/useViewEffect.ts index 7bd04be3e2..e2ffd99dc2 100644 --- a/packages/client/src/Hooks/useViewEffect.ts +++ b/packages/client/src/Hooks/useViewEffect.ts @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/Shell.jsx b/packages/client/src/Shell.jsx index 4204e58382..48c743451e 100644 --- a/packages/client/src/Shell.jsx +++ b/packages/client/src/Shell.jsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/client/src/bootstrap.js b/packages/client/src/bootstrap.js index 0a6bcccf26..8a9b941436 100644 --- a/packages/client/src/bootstrap.js +++ b/packages/client/src/bootstrap.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/components/Article/Body/AccountsItem.js b/packages/client/src/components/Article/Body/AccountsItem.js index dc316e0a22..0fba24f220 100644 --- a/packages/client/src/components/Article/Body/AccountsItem.js +++ b/packages/client/src/components/Article/Body/AccountsItem.js @@ -1,30 +1,30 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode -import React from "react"; +import React from "react"; import { inject, observer } from "mobx-react"; import { withTranslation } from "react-i18next"; diff --git a/packages/client/src/components/Article/Body/Banner.js b/packages/client/src/components/Article/Body/Banner.js index 40a791ffc4..ae66cded22 100644 --- a/packages/client/src/components/Article/Body/Banner.js +++ b/packages/client/src/components/Article/Body/Banner.js @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/client/src/components/Article/Body/BonusItem.js b/packages/client/src/components/Article/Body/BonusItem.js index 32429133bc..2aba70afb5 100644 --- a/packages/client/src/components/Article/Body/BonusItem.js +++ b/packages/client/src/components/Article/Body/BonusItem.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode @@ -35,7 +35,7 @@ import GiftReactSvgUrl from "PUBLIC_DIR/images/gift.react.svg?url"; const PROXY_BASE_URL = combineUrl( window.DocSpaceConfig?.proxy?.url, - "/portal-settings" + "/portal-settings", ); const bonusUrl = combineUrl(PROXY_BASE_URL, "/bonus"); diff --git a/packages/client/src/components/Article/Body/Items.js b/packages/client/src/components/Article/Body/Items.js index dfb5e336e3..eab160c436 100644 --- a/packages/client/src/components/Article/Body/Items.js +++ b/packages/client/src/components/Article/Body/Items.js @@ -1,30 +1,30 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode -import PropTypes from "prop-types"; +import PropTypes from "prop-types"; import styled from "styled-components"; import React, { useState } from "react"; import { inject, observer } from "mobx-react"; diff --git a/packages/client/src/components/Article/Body/SettingsItem.js b/packages/client/src/components/Article/Body/SettingsItem.js index fc9fdd17d7..e7230e3d43 100644 --- a/packages/client/src/components/Article/Body/SettingsItem.js +++ b/packages/client/src/components/Article/Body/SettingsItem.js @@ -1,30 +1,30 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode -import React from "react"; +import React from "react"; import { inject, observer } from "mobx-react"; import { withTranslation } from "react-i18next"; @@ -51,7 +51,7 @@ const PureSettingsItem = ({ t, showText, isActive, onClick }) => { }; const SettingsItem = withTranslation(["FilesSettings", "Common"])( - PureSettingsItem + PureSettingsItem, ); export default inject(({ settingsStore }) => { diff --git a/packages/client/src/components/Article/Body/index.js b/packages/client/src/components/Article/Body/index.js index 3c92e32036..f753dcf4b9 100644 --- a/packages/client/src/components/Article/Body/index.js +++ b/packages/client/src/components/Article/Body/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/components/Article/Header/index.js b/packages/client/src/components/Article/Header/index.js index 982164a738..02f1a0c12f 100644 --- a/packages/client/src/components/Article/Header/index.js +++ b/packages/client/src/components/Article/Header/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode @@ -41,6 +41,6 @@ export default inject(({ authStore }) => { }; })( withTranslation([])( - withLoader(observer(ArticleHeaderContent))() - ) + withLoader(observer(ArticleHeaderContent))(), + ), ); diff --git a/packages/client/src/components/Article/MainButton/MobileView.js b/packages/client/src/components/Article/MainButton/MobileView.js index 975800d25a..6c8e80e5be 100644 --- a/packages/client/src/components/Article/MainButton/MobileView.js +++ b/packages/client/src/components/Article/MainButton/MobileView.js @@ -1,30 +1,30 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode -import CrossSidebarReactSvgUrl from "PUBLIC_DIR/images/cross.sidebar.react.svg?url"; +import CrossSidebarReactSvgUrl from "PUBLIC_DIR/images/cross.sidebar.react.svg?url"; import MobileActionsRemoveReactSvgUrl from "PUBLIC_DIR/images/mobile.actions.remove.react.svg?url"; import React from "react"; import styled, { css } from "styled-components"; diff --git a/packages/client/src/components/Article/MainButton/index.js b/packages/client/src/components/Article/MainButton/index.js index 672ce0824d..8c41ca66e9 100644 --- a/packages/client/src/components/Article/MainButton/index.js +++ b/packages/client/src/components/Article/MainButton/index.js @@ -1,30 +1,30 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode -import ActionsUploadReactSvgUrl from "PUBLIC_DIR/images/actions.upload.react.svg?url"; +import ActionsUploadReactSvgUrl from "PUBLIC_DIR/images/actions.upload.react.svg?url"; import FormReactSvgUrl from "PUBLIC_DIR/images/access.form.react.svg?url"; import FormBlankReactSvgUrl from "PUBLIC_DIR/images/form.blank.react.svg?url"; import FormFileReactSvgUrl from "PUBLIC_DIR/images/form.file.react.svg?url"; diff --git a/packages/client/src/components/Article/index.js b/packages/client/src/components/Article/index.js index b50d548cf4..58ef21a685 100644 --- a/packages/client/src/components/Article/index.js +++ b/packages/client/src/components/Article/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/components/ArticleWrapper/index.tsx b/packages/client/src/components/ArticleWrapper/index.tsx index aed8b835cd..f2fd918d88 100644 --- a/packages/client/src/components/ArticleWrapper/index.tsx +++ b/packages/client/src/components/ArticleWrapper/index.tsx @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/components/Badges.js b/packages/client/src/components/Badges.js index aab50b8b9a..25977c74a8 100644 --- a/packages/client/src/components/Badges.js +++ b/packages/client/src/components/Badges.js @@ -1,30 +1,30 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode -import styled from "styled-components"; +import styled from "styled-components"; import React, { useState } from "react"; import UnpinReactSvgUrl from "PUBLIC_DIR/images/unpin.react.svg?url"; diff --git a/packages/client/src/components/BetaBadgeWrapper/index.tsx b/packages/client/src/components/BetaBadgeWrapper/index.tsx index eb157ccd45..5026af706e 100644 --- a/packages/client/src/components/BetaBadgeWrapper/index.tsx +++ b/packages/client/src/components/BetaBadgeWrapper/index.tsx @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/components/BreakpointWarning/BreakpointWarning.js b/packages/client/src/components/BreakpointWarning/BreakpointWarning.js index c04dfd407e..57e0848ade 100644 --- a/packages/client/src/components/BreakpointWarning/BreakpointWarning.js +++ b/packages/client/src/components/BreakpointWarning/BreakpointWarning.js @@ -1,30 +1,30 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode -import BreakpointWarningSvgUrl from "PUBLIC_DIR/images/manage.access.rights.react.svg?url"; +import BreakpointWarningSvgUrl from "PUBLIC_DIR/images/manage.access.rights.react.svg?url"; import BreakpointWarningSvgDarkUrl from "PUBLIC_DIR/images/manage.access.rights.dark.react.svg?url"; import React from "react"; import { Trans, withTranslation } from "react-i18next"; diff --git a/packages/client/src/components/BreakpointWarning/index.js b/packages/client/src/components/BreakpointWarning/index.js index 005363661f..a31903da2b 100644 --- a/packages/client/src/components/BreakpointWarning/index.js +++ b/packages/client/src/components/BreakpointWarning/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/components/BreakpointWarning/sub-components/StyledBreakpointWarning.js b/packages/client/src/components/BreakpointWarning/sub-components/StyledBreakpointWarning.js index 748e8a4f0d..eb9b8c08e1 100644 --- a/packages/client/src/components/BreakpointWarning/sub-components/StyledBreakpointWarning.js +++ b/packages/client/src/components/BreakpointWarning/sub-components/StyledBreakpointWarning.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/components/BreakpointWarning/sub-components/loader.js b/packages/client/src/components/BreakpointWarning/sub-components/loader.js index a4b01aa269..7f9d299334 100644 --- a/packages/client/src/components/BreakpointWarning/sub-components/loader.js +++ b/packages/client/src/components/BreakpointWarning/sub-components/loader.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/components/DocspaceLogoWrapper/index.tsx b/packages/client/src/components/DocspaceLogoWrapper/index.tsx index 5afe58eb8d..c8817e9664 100644 --- a/packages/client/src/components/DocspaceLogoWrapper/index.tsx +++ b/packages/client/src/components/DocspaceLogoWrapper/index.tsx @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/components/DragTooltip/DragTooltip.js b/packages/client/src/components/DragTooltip/DragTooltip.js index b776d53e81..fc29ae8a58 100644 --- a/packages/client/src/components/DragTooltip/DragTooltip.js +++ b/packages/client/src/components/DragTooltip/DragTooltip.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode @@ -134,8 +134,8 @@ const DragTooltip = (props) => { ? t("TooltipElementCopyMessage", { element: filesCount }) : t("TooltipElementsCopyMessage", { element: filesCount }) : isSingleItem - ? renderFileMoveTooltip() - : t("TooltipElementsMoveMessage", { element: filesCount }) + ? renderFileMoveTooltip() + : t("TooltipElementsMoveMessage", { element: filesCount }) : t(""); return {tooltipLabel}; diff --git a/packages/client/src/components/DragTooltip/index.js b/packages/client/src/components/DragTooltip/index.js index 5a0462434f..36e5838523 100644 --- a/packages/client/src/components/DragTooltip/index.js +++ b/packages/client/src/components/DragTooltip/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/components/EditingWrapperComponent.js b/packages/client/src/components/EditingWrapperComponent.js index 829589b3ce..72b1bf0c35 100644 --- a/packages/client/src/components/EditingWrapperComponent.js +++ b/packages/client/src/components/EditingWrapperComponent.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode @@ -116,7 +116,7 @@ const EditingWrapper = styled.div` ? "13px" : props.viewAs === "tile" ? "14px" - : "15px" + : "15px", )}; outline: 0 !important; font-weight: 600; diff --git a/packages/client/src/components/EmptyContainer/EmptyContainer.helper.ts b/packages/client/src/components/EmptyContainer/EmptyContainer.helper.ts index 0a14d07835..25621000c7 100644 --- a/packages/client/src/components/EmptyContainer/EmptyContainer.helper.ts +++ b/packages/client/src/components/EmptyContainer/EmptyContainer.helper.ts @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/components/EmptyContainer/EmptyContainer.js b/packages/client/src/components/EmptyContainer/EmptyContainer.js index 0287bd3801..c55ea1b1f5 100644 --- a/packages/client/src/components/EmptyContainer/EmptyContainer.js +++ b/packages/client/src/components/EmptyContainer/EmptyContainer.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/components/EmptyContainer/EmptyFilterContainer.js b/packages/client/src/components/EmptyContainer/EmptyFilterContainer.js index 72d925bfdc..130a66e79c 100644 --- a/packages/client/src/components/EmptyContainer/EmptyFilterContainer.js +++ b/packages/client/src/components/EmptyContainer/EmptyFilterContainer.js @@ -1,30 +1,30 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode -import EmptyScreenFilterAltSvgUrl from "PUBLIC_DIR/images/empty_screen_filter_alt.svg?url"; +import EmptyScreenFilterAltSvgUrl from "PUBLIC_DIR/images/empty_screen_filter_alt.svg?url"; import EmptyScreenFilterAltDarkSvgUrl from "PUBLIC_DIR/images/empty_screen_filter_alt_dark.svg?url"; import ClearEmptyFilterSvgUrl from "PUBLIC_DIR/images/clear.empty.filter.svg?url"; import React from "react"; diff --git a/packages/client/src/components/EmptyContainer/EmptyFolderContainer.js b/packages/client/src/components/EmptyContainer/EmptyFolderContainer.js index e8545a92fc..a00dd9370c 100644 --- a/packages/client/src/components/EmptyContainer/EmptyFolderContainer.js +++ b/packages/client/src/components/EmptyContainer/EmptyFolderContainer.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/components/EmptyContainer/EmptyFolderContainerUtils.js b/packages/client/src/components/EmptyContainer/EmptyFolderContainerUtils.js index c3dfe35837..ad7228924e 100644 --- a/packages/client/src/components/EmptyContainer/EmptyFolderContainerUtils.js +++ b/packages/client/src/components/EmptyContainer/EmptyFolderContainerUtils.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/components/EmptyContainer/RoomNoAccessContainer.js b/packages/client/src/components/EmptyContainer/RoomNoAccessContainer.js index db2e847190..cfa0b692da 100644 --- a/packages/client/src/components/EmptyContainer/RoomNoAccessContainer.js +++ b/packages/client/src/components/EmptyContainer/RoomNoAccessContainer.js @@ -1,30 +1,30 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode -import RoomsReactSvgUrl from "PUBLIC_DIR/images/rooms.react.svg?url"; +import RoomsReactSvgUrl from "PUBLIC_DIR/images/rooms.react.svg?url"; import ManageAccessRightsReactSvgUrl from "PUBLIC_DIR/images/manage.access.rights.react.svg?url"; import ManageAccessRightsReactSvgDarkUrl from "PUBLIC_DIR/images/manage.access.rights.dark.react.svg?url"; import React from "react"; diff --git a/packages/client/src/components/EmptyContainer/RootFolderContainer.js b/packages/client/src/components/EmptyContainer/RootFolderContainer.js index 67044b12e5..1bf0333be2 100644 --- a/packages/client/src/components/EmptyContainer/RootFolderContainer.js +++ b/packages/client/src/components/EmptyContainer/RootFolderContainer.js @@ -1,30 +1,30 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode -import PrivacySvgUrl from "PUBLIC_DIR/images/privacy.svg?url"; +import PrivacySvgUrl from "PUBLIC_DIR/images/privacy.svg?url"; import PersonSvgUrl from "PUBLIC_DIR/images/person.svg?url"; import PlusSvgUrl from "PUBLIC_DIR/images/plus.svg?url"; import RoomsReactSvgUrl from "PUBLIC_DIR/images/rooms.react.svg?url"; diff --git a/packages/client/src/components/EmptyContainer/index.js b/packages/client/src/components/EmptyContainer/index.js index 56f44a28a2..b11d3a3994 100644 --- a/packages/client/src/components/EmptyContainer/index.js +++ b/packages/client/src/components/EmptyContainer/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/components/EmptyContainer/sub-components/CommonButtons.js b/packages/client/src/components/EmptyContainer/sub-components/CommonButtons.js index 0c096e2836..54b78c17be 100644 --- a/packages/client/src/components/EmptyContainer/sub-components/CommonButtons.js +++ b/packages/client/src/components/EmptyContainer/sub-components/CommonButtons.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/components/Error520Wrapper/index.tsx b/packages/client/src/components/Error520Wrapper/index.tsx index 26e5b6576b..52e1054f65 100644 --- a/packages/client/src/components/Error520Wrapper/index.tsx +++ b/packages/client/src/components/Error520Wrapper/index.tsx @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/components/ErrorBoundaryWrapper/index.tsx b/packages/client/src/components/ErrorBoundaryWrapper/index.tsx index 0689af8d35..45bf2858d7 100644 --- a/packages/client/src/components/ErrorBoundaryWrapper/index.tsx +++ b/packages/client/src/components/ErrorBoundaryWrapper/index.tsx @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/components/ErrorUnavailableWrapper/index.tsx b/packages/client/src/components/ErrorUnavailableWrapper/index.tsx index 799803fb1b..bb2f976005 100644 --- a/packages/client/src/components/ErrorUnavailableWrapper/index.tsx +++ b/packages/client/src/components/ErrorUnavailableWrapper/index.tsx @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/components/FilesPanels/index.js b/packages/client/src/components/FilesPanels/index.js index e025c382ad..1cafe5764d 100644 --- a/packages/client/src/components/FilesPanels/index.js +++ b/packages/client/src/components/FilesPanels/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/components/FilesSelector/FilesSelector.types.ts b/packages/client/src/components/FilesSelector/FilesSelector.types.ts index 93dfd7efae..8eab10d12d 100644 --- a/packages/client/src/components/FilesSelector/FilesSelector.types.ts +++ b/packages/client/src/components/FilesSelector/FilesSelector.types.ts @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/components/FilesSelector/index.tsx b/packages/client/src/components/FilesSelector/index.tsx index 2ed8f90684..a7b5a72651 100644 --- a/packages/client/src/components/FilesSelector/index.tsx +++ b/packages/client/src/components/FilesSelector/index.tsx @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/components/FilesSelector/utils.ts b/packages/client/src/components/FilesSelector/utils.ts index d4d3751d92..8dd44fb017 100644 --- a/packages/client/src/components/FilesSelector/utils.ts +++ b/packages/client/src/components/FilesSelector/utils.ts @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/components/FilesSelectorInput/StyledComponents.js b/packages/client/src/components/FilesSelectorInput/StyledComponents.js index 1956cb43e0..eec0534bb4 100644 --- a/packages/client/src/components/FilesSelectorInput/StyledComponents.js +++ b/packages/client/src/components/FilesSelectorInput/StyledComponents.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/components/FilesSelectorInput/index.js b/packages/client/src/components/FilesSelectorInput/index.js index 56bccf93ce..2e98e1225f 100644 --- a/packages/client/src/components/FilesSelectorInput/index.js +++ b/packages/client/src/components/FilesSelectorInput/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/components/GlobalEvents/ChangeQuotaEvent.js b/packages/client/src/components/GlobalEvents/ChangeQuotaEvent.js index 72c236c3ae..d794cc687d 100644 --- a/packages/client/src/components/GlobalEvents/ChangeQuotaEvent.js +++ b/packages/client/src/components/GlobalEvents/ChangeQuotaEvent.js @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/client/src/components/GlobalEvents/ChangeUserTypeEvent.js b/packages/client/src/components/GlobalEvents/ChangeUserTypeEvent.js index 1e6e83038d..09f33b571f 100644 --- a/packages/client/src/components/GlobalEvents/ChangeUserTypeEvent.js +++ b/packages/client/src/components/GlobalEvents/ChangeUserTypeEvent.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/components/GlobalEvents/CreateEvent.js b/packages/client/src/components/GlobalEvents/CreateEvent.js index 364efa2491..e982b85eb0 100644 --- a/packages/client/src/components/GlobalEvents/CreateEvent.js +++ b/packages/client/src/components/GlobalEvents/CreateEvent.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/components/GlobalEvents/CreatePluginFileEvent.js b/packages/client/src/components/GlobalEvents/CreatePluginFileEvent.js index 8e2aa9cfad..48e3a51bcc 100644 --- a/packages/client/src/components/GlobalEvents/CreatePluginFileEvent.js +++ b/packages/client/src/components/GlobalEvents/CreatePluginFileEvent.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode @@ -85,7 +85,7 @@ const CreatePluginFile = ({ updateMainButtonItems, updateProfileMenuItems, updateEventListenerItems, - updateFileItems + updateFileItems, ); onCloseAction(); }; @@ -117,7 +117,7 @@ const CreatePluginFile = ({ updateMainButtonItems, updateProfileMenuItems, updateEventListenerItems, - updateFileItems + updateFileItems, ); }; diff --git a/packages/client/src/components/GlobalEvents/CreateRoomEvent.js b/packages/client/src/components/GlobalEvents/CreateRoomEvent.js index 33a0291af8..8f26622365 100644 --- a/packages/client/src/components/GlobalEvents/CreateRoomEvent.js +++ b/packages/client/src/components/GlobalEvents/CreateRoomEvent.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode @@ -150,5 +150,5 @@ export default inject( enableThirdParty, deleteThirdParty, }; - } + }, )(observer(CreateRoomEvent)); diff --git a/packages/client/src/components/GlobalEvents/EditRoomEvent.js b/packages/client/src/components/GlobalEvents/EditRoomEvent.js index f4557fa2f8..2e06ef62d0 100644 --- a/packages/client/src/components/GlobalEvents/EditRoomEvent.js +++ b/packages/client/src/components/GlobalEvents/EditRoomEvent.js @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/client/src/components/GlobalEvents/GroupEvents/CreateGroupEvent.tsx b/packages/client/src/components/GlobalEvents/GroupEvents/CreateGroupEvent.tsx index c6462a8ef0..efb82fec50 100644 --- a/packages/client/src/components/GlobalEvents/GroupEvents/CreateGroupEvent.tsx +++ b/packages/client/src/components/GlobalEvents/GroupEvents/CreateGroupEvent.tsx @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/components/GlobalEvents/GroupEvents/EditGroupEvent.tsx b/packages/client/src/components/GlobalEvents/GroupEvents/EditGroupEvent.tsx index 3e77e1684f..def14d573b 100644 --- a/packages/client/src/components/GlobalEvents/GroupEvents/EditGroupEvent.tsx +++ b/packages/client/src/components/GlobalEvents/GroupEvents/EditGroupEvent.tsx @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/components/GlobalEvents/RenameEvent.js b/packages/client/src/components/GlobalEvents/RenameEvent.js index 322d0d640b..2518b0e727 100644 --- a/packages/client/src/components/GlobalEvents/RenameEvent.js +++ b/packages/client/src/components/GlobalEvents/RenameEvent.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode @@ -91,8 +91,8 @@ const RenameEvent = ({ t("FileRenamed", { oldTitle: item.title, newTitle: value + item.fileExst, - }) - ) + }), + ), ) .catch((err) => { toastr.error(err); @@ -115,7 +115,7 @@ const RenameEvent = ({ t("FolderRenamed", { folderTitle: item.title, newFoldedTitle: value, - }) + }), ); }) .catch((err) => { @@ -136,7 +136,7 @@ const RenameEvent = ({ onClose && onClose(e); setEventDialogVisible(false); }, - [onClose, setEventDialogVisible] + [onClose, setEventDialogVisible], ); return ( @@ -184,5 +184,5 @@ export default inject( setSelectedFolder, }; - } + }, )(observer(RenameEvent)); diff --git a/packages/client/src/components/GlobalEvents/index.js b/packages/client/src/components/GlobalEvents/index.js index b13153628a..9922cc123a 100644 --- a/packages/client/src/components/GlobalEvents/index.js +++ b/packages/client/src/components/GlobalEvents/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/components/GlobalEvents/sub-components/Dialog.js b/packages/client/src/components/GlobalEvents/sub-components/Dialog.js index 9d4eee5271..ddc0f400cc 100644 --- a/packages/client/src/components/GlobalEvents/sub-components/Dialog.js +++ b/packages/client/src/components/GlobalEvents/sub-components/Dialog.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode @@ -80,7 +80,7 @@ const Dialog = ({ if (e.keyCode === 13 && !withForm && !isError) onSaveAction(e); }, - [value, isError] + [value, isError], ); useEffect(() => { @@ -119,7 +119,7 @@ const Dialog = ({ isCreateDialog && isChecked && setKeepNewFileName(isChecked); onSave && onSave(e, value); }, - [onSave, isCreateDialog, value, isChecked] + [onSave, isCreateDialog, value, isChecked], ); const onCancelAction = useCallback((e) => { diff --git a/packages/client/src/components/Icons.js b/packages/client/src/components/Icons.js index 704b9883aa..52fc430c8e 100644 --- a/packages/client/src/components/Icons.js +++ b/packages/client/src/components/Icons.js @@ -1,30 +1,30 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode -import SecuritySvgUrl from "PUBLIC_DIR/images/security.svg?url"; +import SecuritySvgUrl from "PUBLIC_DIR/images/security.svg?url"; import styled from "styled-components"; import { commonIconsStyles } from "@docspace/shared/utils"; @@ -56,7 +56,7 @@ export const StyledFavoriteIcon = styled(FavoriteIcon)` `; export const StyledFileActionsConvertEditDocIcon = styled( - FileActionsConvertEditDocIcon + FileActionsConvertEditDocIcon, )` ${commonIconsStyles} path { diff --git a/packages/client/src/components/IndicatorLoader/index.js b/packages/client/src/components/IndicatorLoader/index.js index 6b5553895e..9f05421c7e 100644 --- a/packages/client/src/components/IndicatorLoader/index.js +++ b/packages/client/src/components/IndicatorLoader/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/components/ItemIcon.js b/packages/client/src/components/ItemIcon.js index 453d287108..2046caa1c9 100644 --- a/packages/client/src/components/ItemIcon.js +++ b/packages/client/src/components/ItemIcon.js @@ -1,30 +1,30 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode -import SecuritySvgUrl from "PUBLIC_DIR/images/security.svg?url"; +import SecuritySvgUrl from "PUBLIC_DIR/images/security.svg?url"; import { inject, observer } from "mobx-react"; import styled, { css } from "styled-components"; import { Base } from "@docspace/shared/themes"; diff --git a/packages/client/src/components/Layout/MobileLayout.js b/packages/client/src/components/Layout/MobileLayout.js index 4f084d502b..44adc9414a 100644 --- a/packages/client/src/components/Layout/MobileLayout.js +++ b/packages/client/src/components/Layout/MobileLayout.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode @@ -55,14 +55,14 @@ class MobileLayout extends Component { componentDidMount() { this.customScrollElm = document.querySelector( - "#customScrollBar > .scroll-wrapper > .scroller" + "#customScrollBar > .scroll-wrapper > .scroller", ); if (!isChrome) this.customScrollElm.scrollTo(0, 0); this.customScrollElm.addEventListener( "scroll", - this.scrolledTheVerticalAxis + this.scrolledTheVerticalAxis, ); // this.setState({ visibleContent: true }); @@ -71,7 +71,7 @@ class MobileLayout extends Component { componentWillUnmount() { this.customScrollElm.removeEventListener( "scroll", - this.scrolledTheVerticalAxis + this.scrolledTheVerticalAxis, ); } diff --git a/packages/client/src/components/Layout/ScrollToTop.js b/packages/client/src/components/Layout/ScrollToTop.js index 783940b86e..0e4fb2a29b 100644 --- a/packages/client/src/components/Layout/ScrollToTop.js +++ b/packages/client/src/components/Layout/ScrollToTop.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode @@ -33,7 +33,7 @@ export default function ScrollToTop() { useEffect(() => { scrollRef.current = document.querySelector( - "#customScrollBar > .scroll-wrapper > .scroller" + "#customScrollBar > .scroll-wrapper > .scroller", ); }, []); diff --git a/packages/client/src/components/Layout/context.js b/packages/client/src/components/Layout/context.js index 6ecd538a78..efba9839f0 100644 --- a/packages/client/src/components/Layout/context.js +++ b/packages/client/src/components/Layout/context.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/components/Layout/index.js b/packages/client/src/components/Layout/index.js index 87a86287df..87300401a4 100644 --- a/packages/client/src/components/Layout/index.js +++ b/packages/client/src/components/Layout/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/components/Main/index.js b/packages/client/src/components/Main/index.js index edf759b77e..6ed75e7b8a 100644 --- a/packages/client/src/components/Main/index.js +++ b/packages/client/src/components/Main/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode @@ -118,7 +118,7 @@ const Main = (props) => { setMainHeight(correctHeight); }, - [mainBarVisible, isBannerVisible, isFrame] + [mainBarVisible, isBannerVisible, isFrame], ); return ; diff --git a/packages/client/src/components/MainBar/Bar.js b/packages/client/src/components/MainBar/Bar.js index 7603e10fd9..f1fd6939ec 100644 --- a/packages/client/src/components/MainBar/Bar.js +++ b/packages/client/src/components/MainBar/Bar.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode @@ -122,10 +122,10 @@ const Bar = (props) => { tenantCustomQuota: !closed.includes(QuotaBarTypes.TenantCustomQuota), userQuota: !closed.includes(QuotaBarTypes.UserQuota), storageAndRoomQuota: !closed.includes( - QuotaBarTypes.UserAndStorageQuota + QuotaBarTypes.UserAndStorageQuota, ), storageAndUserQuota: !closed.includes( - QuotaBarTypes.RoomAndStorageQuota + QuotaBarTypes.RoomAndStorageQuota, ), })); } @@ -199,7 +199,7 @@ const Bar = (props) => { const onClickTenantCustomQuota = (type) => { const managementPageUrl = combineUrl( "/portal-settings", - "/management/disk-space" + "/management/disk-space", ); navigate(managementPageUrl); @@ -373,55 +373,55 @@ export default inject( ({ settingsStore, profileActionsStore, userStore, currentQuotaStore }) => { const { user, withActivationBar, sendActivationLink } = userStore; - const { onPaymentsClick } = profileActionsStore; + const { onPaymentsClick } = profileActionsStore; - const { - maxCountRoomsByQuota, - usedRoomsCount, + const { + maxCountRoomsByQuota, + usedRoomsCount, - maxTotalSizeByQuota, - usedTotalStorageSizeCount, + maxTotalSizeByQuota, + usedTotalStorageSizeCount, - maxCountManagersByQuota, - addedManagersCount, + maxCountManagersByQuota, + addedManagersCount, - showRoomQuotaBar, - showStorageQuotaBar, - showUserQuotaBar, - showUserPersonalQuotaBar, - tenantCustomQuota, - showTenantCustomQuotaBar, + showRoomQuotaBar, + showStorageQuotaBar, + showUserQuotaBar, + showUserPersonalQuotaBar, + tenantCustomQuota, + showTenantCustomQuotaBar, } = currentQuotaStore; const { currentColorScheme, setMainBarVisible } = settingsStore; - return { - isAdmin: user?.isAdmin, - userEmail: user?.email, - withActivationBar, - sendActivationLink, + return { + isAdmin: user?.isAdmin, + userEmail: user?.email, + withActivationBar, + sendActivationLink, - onPaymentsClick, + onPaymentsClick, - maxCountRoomsByQuota, - usedRoomsCount, + maxCountRoomsByQuota, + usedRoomsCount, - maxTotalSizeByQuota, - usedTotalStorageSizeCount, + maxTotalSizeByQuota, + usedTotalStorageSizeCount, - maxCountManagersByQuota, - addedManagersCount, + maxCountManagersByQuota, + addedManagersCount, - showRoomQuotaBar, - showStorageQuotaBar, - showUserQuotaBar, + showRoomQuotaBar, + showStorageQuotaBar, + showUserQuotaBar, - currentColorScheme, - setMainBarVisible, + currentColorScheme, + setMainBarVisible, - showUserPersonalQuotaBar, - tenantCustomQuota, - showTenantCustomQuotaBar, - }; - } + showUserPersonalQuotaBar, + tenantCustomQuota, + showTenantCustomQuotaBar, + }; + }, )(withTranslation(["Profile", "Common"])(observer(Bar))); diff --git a/packages/client/src/components/MainBar/ConfirmEmailBar.js b/packages/client/src/components/MainBar/ConfirmEmailBar.js index b11a1cad6c..863924b39d 100644 --- a/packages/client/src/components/MainBar/ConfirmEmailBar.js +++ b/packages/client/src/components/MainBar/ConfirmEmailBar.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/components/MainBar/QuotasBar.js b/packages/client/src/components/MainBar/QuotasBar.js index b14ad8112c..5881319dc2 100644 --- a/packages/client/src/components/MainBar/QuotasBar.js +++ b/packages/client/src/components/MainBar/QuotasBar.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/components/MainBar/index.js b/packages/client/src/components/MainBar/index.js index 917f1f9b12..5da80d3335 100644 --- a/packages/client/src/components/MainBar/index.js +++ b/packages/client/src/components/MainBar/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/components/NavMenu/i18n.js b/packages/client/src/components/NavMenu/i18n.js index 3412777096..6d2555a23b 100644 --- a/packages/client/src/components/NavMenu/i18n.js +++ b/packages/client/src/components/NavMenu/i18n.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/components/NavMenu/index.js b/packages/client/src/components/NavMenu/index.js index 2a71710508..5c42866c66 100644 --- a/packages/client/src/components/NavMenu/index.js +++ b/packages/client/src/components/NavMenu/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/components/NavMenu/sub-components/header-catalog-burger.js b/packages/client/src/components/NavMenu/sub-components/header-catalog-burger.js index 912e1aa2ed..8e13650f44 100644 --- a/packages/client/src/components/NavMenu/sub-components/header-catalog-burger.js +++ b/packages/client/src/components/NavMenu/sub-components/header-catalog-burger.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/components/NavMenu/sub-components/header-nav.js b/packages/client/src/components/NavMenu/sub-components/header-nav.js index 0221e9d6b2..5985317390 100644 --- a/packages/client/src/components/NavMenu/sub-components/header-nav.js +++ b/packages/client/src/components/NavMenu/sub-components/header-nav.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/components/NavMenu/sub-components/header-navigation-icon.js b/packages/client/src/components/NavMenu/sub-components/header-navigation-icon.js index 929eba7bc7..d2cb760002 100644 --- a/packages/client/src/components/NavMenu/sub-components/header-navigation-icon.js +++ b/packages/client/src/components/NavMenu/sub-components/header-navigation-icon.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/components/NavMenu/sub-components/header-unauth.js b/packages/client/src/components/NavMenu/sub-components/header-unauth.js index 7f26b727f1..9e7d00f72e 100644 --- a/packages/client/src/components/NavMenu/sub-components/header-unauth.js +++ b/packages/client/src/components/NavMenu/sub-components/header-unauth.js @@ -1,30 +1,30 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode -import React from "react"; +import React from "react"; import PropTypes from "prop-types"; import styled from "styled-components"; import { Box } from "@docspace/shared/components/box"; diff --git a/packages/client/src/components/NavMenu/sub-components/header.js b/packages/client/src/components/NavMenu/sub-components/header.js index 10417e7be9..5dffcc7795 100644 --- a/packages/client/src/components/NavMenu/sub-components/header.js +++ b/packages/client/src/components/NavMenu/sub-components/header.js @@ -1,30 +1,30 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode -import PersonalLogoReactSvgUrl from "PUBLIC_DIR/images/personal.logo.react.svg?url"; +import PersonalLogoReactSvgUrl from "PUBLIC_DIR/images/personal.logo.react.svg?url"; import React, { useState, useEffect } from "react"; import { inject, observer } from "mobx-react"; import PropTypes from "prop-types"; @@ -232,7 +232,7 @@ const HeaderComponent = ({ }); const logo = getLogoFromPath( - !theme.isBase ? logoUrl?.path?.dark : logoUrl?.path?.light + !theme.isBase ? logoUrl?.path?.dark : logoUrl?.path?.light, ); return ( @@ -262,7 +262,7 @@ const HeaderComponent = ({ className="header-logo-icon" src={combineUrl( window.DocSpaceConfig?.proxy?.url, - PersonalLogoReactSvgUrl + PersonalLogoReactSvgUrl, )} /> )} diff --git a/packages/client/src/components/NavMenu/sub-components/nav-item.js b/packages/client/src/components/NavMenu/sub-components/nav-item.js index ffaae5c010..5878848b91 100644 --- a/packages/client/src/components/NavMenu/sub-components/nav-item.js +++ b/packages/client/src/components/NavMenu/sub-components/nav-item.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/components/NavMenu/sub-components/nav-logo-item.js b/packages/client/src/components/NavMenu/sub-components/nav-logo-item.js index b353a3d371..77d2fbaeac 100644 --- a/packages/client/src/components/NavMenu/sub-components/nav-logo-item.js +++ b/packages/client/src/components/NavMenu/sub-components/nav-logo-item.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/components/NavMenu/sub-components/nav.js b/packages/client/src/components/NavMenu/sub-components/nav.js index 40931f5b5f..8c74b944a5 100644 --- a/packages/client/src/components/NavMenu/sub-components/nav.js +++ b/packages/client/src/components/NavMenu/sub-components/nav.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/components/NavMenu/sub-components/profile-actions.js b/packages/client/src/components/NavMenu/sub-components/profile-actions.js index cdb8b698f6..557afe29d1 100644 --- a/packages/client/src/components/NavMenu/sub-components/profile-actions.js +++ b/packages/client/src/components/NavMenu/sub-components/profile-actions.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode @@ -193,7 +193,7 @@ class ProfileActions extends React.PureComponent { > - )) + )), )} diff --git a/packages/client/src/components/NavMenu/sub-components/profile-menu.js b/packages/client/src/components/NavMenu/sub-components/profile-menu.js index 229b1ec9d6..421d5546e4 100644 --- a/packages/client/src/components/NavMenu/sub-components/profile-menu.js +++ b/packages/client/src/components/NavMenu/sub-components/profile-menu.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/components/PeopleArticle/MainButton/index.js b/packages/client/src/components/PeopleArticle/MainButton/index.js index 77a158a40c..1a89b9e173 100644 --- a/packages/client/src/components/PeopleArticle/MainButton/index.js +++ b/packages/client/src/components/PeopleArticle/MainButton/index.js @@ -1,30 +1,30 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode -import InvitationLinkReactSvgUrl from "PUBLIC_DIR/images/invitation.link.react.svg?url"; +import InvitationLinkReactSvgUrl from "PUBLIC_DIR/images/invitation.link.react.svg?url"; import PlaneReactSvgUrl from "PUBLIC_DIR/images/plane.react.svg?url"; import ImportReactSvgUrl from "PUBLIC_DIR/images/import.react.svg?url"; import AddDepartmentReactSvgUrl from "PUBLIC_DIR/images/add.department.react.svg?url"; @@ -69,7 +69,7 @@ const ArticleMainButtonContent = (props) => { const goToEmployeeCreate = () => { navigate( - combineUrl(window.DocSpaceConfig?.proxy?.url, homepage, "/create/user") + combineUrl(window.DocSpaceConfig?.proxy?.url, homepage, "/create/user"), ); if (isMobile || isMobileUtils()) toggleShowText(); }; @@ -87,7 +87,7 @@ const ArticleMainButtonContent = (props) => { icon: combineUrl( window.DocSpaceConfig?.proxy?.url, homepage, - AddEmployeeReactSvgUrl + AddEmployeeReactSvgUrl, ), label: userCaption, onClick: goToEmployeeCreate, @@ -99,7 +99,7 @@ const ArticleMainButtonContent = (props) => { key: "invite-link", icon: combineUrl( window.DocSpaceConfig?.proxy?.url, - InvitationLinkReactSvgUrl + InvitationLinkReactSvgUrl, ), label: t("PeopleTranslations:InviteLinkTitle"), onClick: onInvitationDialogClick, @@ -153,6 +153,6 @@ export default inject(({ authStore, settingsStore }) => { }; })( withTranslation(["Article", "Common", "PeopleTranslations"])( - withLoader(observer(ArticleMainButtonContent))() - ) + withLoader(observer(ArticleMainButtonContent))(), + ), ); diff --git a/packages/client/src/components/PrivateRouteWrapper/index.tsx b/packages/client/src/components/PrivateRouteWrapper/index.tsx index d664b588b7..0b4cb1589c 100644 --- a/packages/client/src/components/PrivateRouteWrapper/index.tsx +++ b/packages/client/src/components/PrivateRouteWrapper/index.tsx @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/components/PublicRouteWrapper/index.tsx b/packages/client/src/components/PublicRouteWrapper/index.tsx index 50c54198e6..c85c8fad20 100644 --- a/packages/client/src/components/PublicRouteWrapper/index.tsx +++ b/packages/client/src/components/PublicRouteWrapper/index.tsx @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/components/QuickButtons.js b/packages/client/src/components/QuickButtons.js index 60edfa37dd..1da6e822c6 100644 --- a/packages/client/src/components/QuickButtons.js +++ b/packages/client/src/components/QuickButtons.js @@ -1,30 +1,30 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode -import FileActionsLockedReactSvgUrl from "PUBLIC_DIR/images/file.actions.locked.react.svg?url"; +import FileActionsLockedReactSvgUrl from "PUBLIC_DIR/images/file.actions.locked.react.svg?url"; import FileActionsDownloadReactSvgUrl from "PUBLIC_DIR/images/download.react.svg?url"; import LinkReactSvgUrl from "PUBLIC_DIR/images/link.react.svg?url"; import LockedReactSvgUrl from "PUBLIC_DIR/images/locked.react.svg?url"; diff --git a/packages/client/src/components/QuotaForm/StyledComponent.js b/packages/client/src/components/QuotaForm/StyledComponent.js index 359bc48fa0..e69ddc6e15 100644 --- a/packages/client/src/components/QuotaForm/StyledComponent.js +++ b/packages/client/src/components/QuotaForm/StyledComponent.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/components/QuotaForm/index.js b/packages/client/src/components/QuotaForm/index.js index ce4229ab34..9dd1fdabc5 100644 --- a/packages/client/src/components/QuotaForm/index.js +++ b/packages/client/src/components/QuotaForm/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/components/RoomsSelectorInput/StyledComponents.js b/packages/client/src/components/RoomsSelectorInput/StyledComponents.js index f5b892fea4..c6d9dea48a 100644 --- a/packages/client/src/components/RoomsSelectorInput/StyledComponents.js +++ b/packages/client/src/components/RoomsSelectorInput/StyledComponents.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/components/RoomsSelectorInput/index.js b/packages/client/src/components/RoomsSelectorInput/index.js index 2716ad24cd..f9a7adc84b 100644 --- a/packages/client/src/components/RoomsSelectorInput/index.js +++ b/packages/client/src/components/RoomsSelectorInput/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/components/Section/index.tsx b/packages/client/src/components/Section/index.tsx index 13bf2838ab..1a38085f2b 100644 --- a/packages/client/src/components/Section/index.tsx +++ b/packages/client/src/components/Section/index.tsx @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode @@ -83,5 +83,5 @@ export default inject( showText, isInfoPanelScrollLocked, }; - } + }, )(observer(SectionWrapper)); diff --git a/packages/client/src/components/SharedButton.js b/packages/client/src/components/SharedButton.js index 2d96ddf508..850f60c3c4 100644 --- a/packages/client/src/components/SharedButton.js +++ b/packages/client/src/components/SharedButton.js @@ -1,30 +1,30 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode -import CatalogShareSmallReactSvgUrl from "PUBLIC_DIR/images/catalog.share.small.react.svg?url"; +import CatalogShareSmallReactSvgUrl from "PUBLIC_DIR/images/catalog.share.small.react.svg?url"; import CatalogSharedReactSvgUrl from "PUBLIC_DIR/images/catalog.shared.react.svg?url"; import React from "react"; import { Text } from "@docspace/shared/components/text"; diff --git a/packages/client/src/components/SimulatePassword/index.js b/packages/client/src/components/SimulatePassword/index.js index 6d4dbcdc1c..9cf412d477 100644 --- a/packages/client/src/components/SimulatePassword/index.js +++ b/packages/client/src/components/SimulatePassword/index.js @@ -1,30 +1,30 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode -import EyeOffReactSvgUrl from "PUBLIC_DIR/images/eye.off.react.svg?url"; +import EyeOffReactSvgUrl from "PUBLIC_DIR/images/eye.off.react.svg?url"; import EyeReactSvgUrl from "PUBLIC_DIR/images/eye.react.svg?url"; import React, { useState, useEffect, memo } from "react"; import { useTranslation } from "react-i18next"; @@ -73,7 +73,7 @@ const SimulatePassword = memo( const oldPassword = password; const oldPasswordLength = oldPassword.length; const caretPosition = document.getElementById( - "conversion-password" + "conversion-password", ).selectionStart; setCaretPosition(caretPosition); @@ -86,12 +86,12 @@ const SimulatePassword = memo( const unchangedEndingCharacters = newPassword.substring(caretPosition).length; const addedCharacters = newCharactersUntilCaret.substring( - unchangedStartCharacters + unchangedStartCharacters, ); const startingPartOldPassword = oldPassword.substring( 0, - unchangedStartCharacters + unchangedStartCharacters, ); const countOfCharacters = oldPasswordLength - unchangedEndingCharacters; const endingPartOldPassword = oldPassword.substring(countOfCharacters); @@ -169,7 +169,7 @@ const SimulatePassword = memo( /> ); - } + }, ); SimulatePassword.propTypes = { diff --git a/packages/client/src/components/SmartBanner/index.js b/packages/client/src/components/SmartBanner/index.js index 4e7754cdfb..83f6e44944 100644 --- a/packages/client/src/components/SmartBanner/index.js +++ b/packages/client/src/components/SmartBanner/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/components/SmartBanner/main.css b/packages/client/src/components/SmartBanner/main.css index 3781c4945c..8c3feae2b1 100644 --- a/packages/client/src/components/SmartBanner/main.css +++ b/packages/client/src/components/SmartBanner/main.css @@ -1,5 +1,5 @@ /** - * (c) Copyright Ascensio System SIA 2010-2024 + * (c) Copyright Ascensio System SIA 2009-2024 * * This program is a free software product. * You can redistribute it and/or modify it under the terms @@ -41,7 +41,9 @@ width: 100%; height: 80px; line-height: 80px; - font-family: Helvetica Neue, sans-serif; + font-family: + Helvetica Neue, + sans-serif; background: #f4f4f4; z-index: 100; -webkit-font-smoothing: antialiased; @@ -199,7 +201,8 @@ background: #1c1e21; text-shadow: 0 1px 1px #000; text-decoration: none; - box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.8), + box-shadow: + inset 0 1px 2px rgba(0, 0, 0, 0.8), 0 1px 1px hsla(0, 0%, 100%, 0.3); cursor: pointer; } @@ -226,7 +229,9 @@ padding: 0; background: none; border-radius: 0; - box-shadow: 0 0 0 1px #333, 0 0 0 2px #dddcdc; + box-shadow: + 0 0 0 1px #333, + 0 0 0 2px #dddcdc; } .smartbanner-android .smartbanner-button:active, .smartbanner-android .smartbanner-button:hover { @@ -292,7 +297,9 @@ background: #efefef; background: linear-gradient(180deg, #efefef, #dcdcdc); border-radius: 3px; - box-shadow: inset 0 0 0 1px #bfbfbf, 0 1px 0 hsla(0, 0%, 100%, 0.6), + box-shadow: + inset 0 0 0 1px #bfbfbf, + 0 1px 0 hsla(0, 0%, 100%, 0.6), inset 0 2px 0 hsla(0, 0%, 100%, 0.7); } .smartbanner-kindle .smartbanner-button:active, diff --git a/packages/client/src/components/SpaceQuota/StyledComponent.js b/packages/client/src/components/SpaceQuota/StyledComponent.js index 441ea9eaf5..43f8b522d0 100644 --- a/packages/client/src/components/SpaceQuota/StyledComponent.js +++ b/packages/client/src/components/SpaceQuota/StyledComponent.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/components/SpaceQuota/index.js b/packages/client/src/components/SpaceQuota/index.js index 38a2fa996b..e9c159c925 100644 --- a/packages/client/src/components/SpaceQuota/index.js +++ b/packages/client/src/components/SpaceQuota/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/components/StandaloneComponents/BenefitsContainer.js b/packages/client/src/components/StandaloneComponents/BenefitsContainer.js index 62007ed07c..035dece373 100644 --- a/packages/client/src/components/StandaloneComponents/BenefitsContainer.js +++ b/packages/client/src/components/StandaloneComponents/BenefitsContainer.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode @@ -78,7 +78,7 @@ const BenefitsContainer = ({ isTrial, isEnterprise }) => { scalabilityClustering, mobileEditing, lifetimeLicense, - techSupport + techSupport, ) : featuresArray.push(lifetimeLicense, techSupport); } else { @@ -120,5 +120,5 @@ export default inject( isTrial, isEnterprise, }; - } + }, )(observer(BenefitsContainer)); diff --git a/packages/client/src/components/StandaloneComponents/ContactContainer.js b/packages/client/src/components/StandaloneComponents/ContactContainer.js index 4b037ea709..f75b5b30d3 100644 --- a/packages/client/src/components/StandaloneComponents/ContactContainer.js +++ b/packages/client/src/components/StandaloneComponents/ContactContainer.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/components/StandaloneComponents/StyledComponent.js b/packages/client/src/components/StandaloneComponents/StyledComponent.js index a5418a8a41..9a41ac90dd 100644 --- a/packages/client/src/components/StandaloneComponents/StyledComponent.js +++ b/packages/client/src/components/StandaloneComponents/StyledComponent.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode @@ -29,12 +29,12 @@ import styled, { css } from "styled-components"; const StyledBenefitsBody = styled.div` margin: 20px 0; border-radius: 12px; - border: ${props => props.theme.client.settings.payment.border}; + border: ${(props) => props.theme.client.settings.payment.border}; max-width: 660px; padding: 23px; - background: ${props => + background: ${(props) => props.theme.client.settings.payment.backgroundBenefitsColor}; .benefits-title { @@ -67,7 +67,7 @@ const StyledContactComponent = styled.div` display: flex; width: 100%; p { - ${props => + ${(props) => props.theme.interfaceDirection === "rtl" ? css` margin-left: 4px; diff --git a/packages/client/src/components/StyledExternalLinkIcon.js b/packages/client/src/components/StyledExternalLinkIcon.js index f8c529fa9b..b9daaf9ea3 100644 --- a/packages/client/src/components/StyledExternalLinkIcon.js +++ b/packages/client/src/components/StyledExternalLinkIcon.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/components/System/index.js b/packages/client/src/components/System/index.js index 27210dbb91..0a47cc4ca3 100644 --- a/packages/client/src/components/System/index.js +++ b/packages/client/src/components/System/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/components/TariffBar/helpers.js b/packages/client/src/components/TariffBar/helpers.js index 45bcd520d6..92af9bb53f 100644 --- a/packages/client/src/components/TariffBar/helpers.js +++ b/packages/client/src/components/TariffBar/helpers.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode @@ -32,7 +32,7 @@ export const getSaasBar = ( isPaymentPageAvailable, isNonProfit, isFreeTariff, - isGracePeriod + isGracePeriod, ) => { if ( isPaymentPageAvailable && @@ -52,7 +52,7 @@ export const getEnterpriseBar = ( isLicenseExpiring, isLicenseDateExpired, trialDaysLeft, - paymentDate + paymentDate, ) => { if ( isPaymentPageAvailable && diff --git a/packages/client/src/components/TariffBar/index.js b/packages/client/src/components/TariffBar/index.js index 86b8d88885..9910d7fe6b 100644 --- a/packages/client/src/components/TariffBar/index.js +++ b/packages/client/src/components/TariffBar/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/components/ThemeProviderWrapper/index.tsx b/packages/client/src/components/ThemeProviderWrapper/index.tsx index 5df92be354..021210f4b5 100644 --- a/packages/client/src/components/ThemeProviderWrapper/index.tsx +++ b/packages/client/src/components/ThemeProviderWrapper/index.tsx @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/components/dialogs/ArchiveDialog/index.js b/packages/client/src/components/dialogs/ArchiveDialog/index.js index c08937576f..ad53e62428 100644 --- a/packages/client/src/components/dialogs/ArchiveDialog/index.js +++ b/packages/client/src/components/dialogs/ArchiveDialog/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode @@ -127,7 +127,7 @@ const ArchiveDialogComponent = (props) => { }; const ArchiveDialog = withTranslation(["Files", "ArchiveDialog", "Common"])( - ArchiveDialogComponent + ArchiveDialogComponent, ); export default inject( @@ -156,5 +156,5 @@ export default inject( setArchiveAction, items, }; - } + }, )(observer(ArchiveDialog)); diff --git a/packages/client/src/components/dialogs/AvatarEditorDialog/editor/avatar-cropper.js b/packages/client/src/components/dialogs/AvatarEditorDialog/editor/avatar-cropper.js index a8a42871b8..f200240a0b 100644 --- a/packages/client/src/components/dialogs/AvatarEditorDialog/editor/avatar-cropper.js +++ b/packages/client/src/components/dialogs/AvatarEditorDialog/editor/avatar-cropper.js @@ -1,30 +1,30 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode -import IconCropperGridSvgUrl from "PUBLIC_DIR/images/icon-cropper-grid.svg?url"; +import IconCropperGridSvgUrl from "PUBLIC_DIR/images/icon-cropper-grid.svg?url"; import TrashReactSvgUrl from "PUBLIC_DIR/images/trash.react.svg?url"; import ZoomMinusReactSvgUrl from "PUBLIC_DIR/images/zoom-minus.react.svg?url"; import ZoomPlusReactSvgUrl from "PUBLIC_DIR/images/zoom-plus.react.svg?url"; diff --git a/packages/client/src/components/dialogs/AvatarEditorDialog/index.js b/packages/client/src/components/dialogs/AvatarEditorDialog/index.js index 0c65e943f5..730776a9c6 100644 --- a/packages/client/src/components/dialogs/AvatarEditorDialog/index.js +++ b/packages/client/src/components/dialogs/AvatarEditorDialog/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/components/dialogs/BackupCodesDialog/index.js b/packages/client/src/components/dialogs/BackupCodesDialog/index.js index e7d20c9995..cb7b105703 100644 --- a/packages/client/src/components/dialogs/BackupCodesDialog/index.js +++ b/packages/client/src/components/dialogs/BackupCodesDialog/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode @@ -77,7 +77,7 @@ class BackupCodesDialogComponent extends React.Component { const printWindow = window.open( "about:blank", "", - "toolbar=0,scrollbars=1,status=0" + "toolbar=0,scrollbars=1,status=0", ); printWindow.document.write(`

${t("BackupCodesTitle")}

`); printWindow.document.write(printContent.innerHTML); @@ -167,7 +167,7 @@ class BackupCodesDialogComponent extends React.Component { const BackupCodesDialog = withTranslation( "BackupCodesDialog", - "Common" + "Common", )(BackupCodesDialogComponent); BackupCodesDialog.propTypes = { diff --git a/packages/client/src/components/dialogs/BackupToPublicRoom/index.js b/packages/client/src/components/dialogs/BackupToPublicRoom/index.js index fcb8f0acc5..6eb1031b7c 100644 --- a/packages/client/src/components/dialogs/BackupToPublicRoom/index.js +++ b/packages/client/src/components/dialogs/BackupToPublicRoom/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/components/dialogs/CancelUploadDialog/index.js b/packages/client/src/components/dialogs/CancelUploadDialog/index.js index 41ebbe1399..b0809c2d39 100644 --- a/packages/client/src/components/dialogs/CancelUploadDialog/index.js +++ b/packages/client/src/components/dialogs/CancelUploadDialog/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/components/dialogs/ChangeEmailDialog/index.js b/packages/client/src/components/dialogs/ChangeEmailDialog/index.js index 1529640035..fd293cbfd4 100644 --- a/packages/client/src/components/dialogs/ChangeEmailDialog/index.js +++ b/packages/client/src/components/dialogs/ChangeEmailDialog/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode @@ -97,7 +97,7 @@ class ChangeEmailDialogComponent extends React.Component { .catch((error) => toastr.error(error)) .finally(() => { this.setState({ isRequestRunning: false }, () => - this.props.onClose() + this.props.onClose(), ); }); }); @@ -237,7 +237,7 @@ class ChangeEmailDialogComponent extends React.Component { } const ChangeEmailDialog = withTranslation(["ChangeEmailDialog", "Common"])( - ChangeEmailDialogComponent + ChangeEmailDialogComponent, ); ChangeEmailDialog.propTypes = { diff --git a/packages/client/src/components/dialogs/ChangeNameDialog/StyledChangeName.js b/packages/client/src/components/dialogs/ChangeNameDialog/StyledChangeName.js index 1a657ab426..d941a0e8c6 100644 --- a/packages/client/src/components/dialogs/ChangeNameDialog/StyledChangeName.js +++ b/packages/client/src/components/dialogs/ChangeNameDialog/StyledChangeName.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/components/dialogs/ChangeNameDialog/index.js b/packages/client/src/components/dialogs/ChangeNameDialog/index.js index 5fe918f8e7..a34e6abe56 100644 --- a/packages/client/src/components/dialogs/ChangeNameDialog/index.js +++ b/packages/client/src/components/dialogs/ChangeNameDialog/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/components/dialogs/ChangePasswordDialog/index.js b/packages/client/src/components/dialogs/ChangePasswordDialog/index.js index 283595329f..280b093c83 100644 --- a/packages/client/src/components/dialogs/ChangePasswordDialog/index.js +++ b/packages/client/src/components/dialogs/ChangePasswordDialog/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode @@ -149,9 +149,9 @@ const ChangePasswordDialog = inject(({ settingsStore }) => ({ }))( observer( withTranslation(["ChangePasswordDialog", "Common"])( - ChangePasswordDialogComponent - ) - ) + ChangePasswordDialogComponent, + ), + ), ); ChangePasswordDialog.propTypes = { diff --git a/packages/client/src/components/dialogs/ChangePhoneDialog/index.js b/packages/client/src/components/dialogs/ChangePhoneDialog/index.js index 93c7f709db..295cf761fc 100644 --- a/packages/client/src/components/dialogs/ChangePhoneDialog/index.js +++ b/packages/client/src/components/dialogs/ChangePhoneDialog/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode @@ -80,7 +80,7 @@ class ChangePhoneDialogComponent extends React.Component { } const ChangePhoneDialog = withTranslation(["ChangePhoneDialog", "Common"])( - ChangePhoneDialogComponent + ChangePhoneDialogComponent, ); ChangePhoneDialog.propTypes = { diff --git a/packages/client/src/components/dialogs/ChangePortalOwnerDialog/StyledDialog.js b/packages/client/src/components/dialogs/ChangePortalOwnerDialog/StyledDialog.js index 212f9432b7..9bdd0e6d58 100644 --- a/packages/client/src/components/dialogs/ChangePortalOwnerDialog/StyledDialog.js +++ b/packages/client/src/components/dialogs/ChangePortalOwnerDialog/StyledDialog.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/components/dialogs/ChangePortalOwnerDialog/index.js b/packages/client/src/components/dialogs/ChangePortalOwnerDialog/index.js index 5d21d77fb4..3458de06eb 100644 --- a/packages/client/src/components/dialogs/ChangePortalOwnerDialog/index.js +++ b/packages/client/src/components/dialogs/ChangePortalOwnerDialog/index.js @@ -1,30 +1,30 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode -import CrossReactSvgUrl from "PUBLIC_DIR/images/cross.react.svg?url"; +import CrossReactSvgUrl from "PUBLIC_DIR/images/cross.react.svg?url"; import React from "react"; import { inject, observer } from "mobx-react"; import { ReactSVG } from "react-svg"; diff --git a/packages/client/src/components/dialogs/ChangePricingPlanDialog/index.js b/packages/client/src/components/dialogs/ChangePricingPlanDialog/index.js index 5945c5a7ec..fa3d573f20 100644 --- a/packages/client/src/components/dialogs/ChangePricingPlanDialog/index.js +++ b/packages/client/src/components/dialogs/ChangePricingPlanDialog/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/components/dialogs/ChangeQuotaDialog/StyledComponent.js b/packages/client/src/components/dialogs/ChangeQuotaDialog/StyledComponent.js index 6631953cdb..1cb1b9eb35 100644 --- a/packages/client/src/components/dialogs/ChangeQuotaDialog/StyledComponent.js +++ b/packages/client/src/components/dialogs/ChangeQuotaDialog/StyledComponent.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/components/dialogs/ChangeQuotaDialog/index.js b/packages/client/src/components/dialogs/ChangeQuotaDialog/index.js index c741a804cb..757a090e51 100644 --- a/packages/client/src/components/dialogs/ChangeQuotaDialog/index.js +++ b/packages/client/src/components/dialogs/ChangeQuotaDialog/index.js @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/client/src/components/dialogs/ChangeStorageQuotaDialog/StyledComponent.js b/packages/client/src/components/dialogs/ChangeStorageQuotaDialog/StyledComponent.js index 6631953cdb..1cb1b9eb35 100644 --- a/packages/client/src/components/dialogs/ChangeStorageQuotaDialog/StyledComponent.js +++ b/packages/client/src/components/dialogs/ChangeStorageQuotaDialog/StyledComponent.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/components/dialogs/ChangeStorageQuotaDialog/index.js b/packages/client/src/components/dialogs/ChangeStorageQuotaDialog/index.js index 1ea46c59a8..357b781591 100644 --- a/packages/client/src/components/dialogs/ChangeStorageQuotaDialog/index.js +++ b/packages/client/src/components/dialogs/ChangeStorageQuotaDialog/index.js @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/client/src/components/dialogs/ChangeUserStatusDialog/index.js b/packages/client/src/components/dialogs/ChangeUserStatusDialog/index.js index de0973eeac..8048f4e07d 100644 --- a/packages/client/src/components/dialogs/ChangeUserStatusDialog/index.js +++ b/packages/client/src/components/dialogs/ChangeUserStatusDialog/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode @@ -51,7 +51,7 @@ class ChangeUserStatusDialogComponent extends React.Component { onClickPayments = () => { const paymentPageUrl = combineUrl( "/portal-settings", - "/payments/portal-payments" + "/payments/portal-payments", ); toastr.clear(); @@ -97,7 +97,7 @@ class ChangeUserStatusDialogComponent extends React.Component { false, 0, true, - true + true, ); }) .finally(() => { diff --git a/packages/client/src/components/dialogs/ChangeUserTypeDialog/index.js b/packages/client/src/components/dialogs/ChangeUserTypeDialog/index.js index a7c6da8d40..9dc4edc696 100644 --- a/packages/client/src/components/dialogs/ChangeUserTypeDialog/index.js +++ b/packages/client/src/components/dialogs/ChangeUserTypeDialog/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode @@ -97,5 +97,5 @@ const ChangeUserTypeDialog = ({ }; export default withTranslation(["ChangeUserTypeDialog", "People", "Common"])( - ChangeUserTypeDialog + ChangeUserTypeDialog, ); diff --git a/packages/client/src/components/dialogs/ConflictResolveDialog/ConflictResolveDialog.types.ts b/packages/client/src/components/dialogs/ConflictResolveDialog/ConflictResolveDialog.types.ts index e79b2017ad..e69cac9230 100644 --- a/packages/client/src/components/dialogs/ConflictResolveDialog/ConflictResolveDialog.types.ts +++ b/packages/client/src/components/dialogs/ConflictResolveDialog/ConflictResolveDialog.types.ts @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/components/dialogs/ConflictResolveDialog/index.tsx b/packages/client/src/components/dialogs/ConflictResolveDialog/index.tsx index 9fec85a0af..48202c5ea0 100644 --- a/packages/client/src/components/dialogs/ConflictResolveDialog/index.tsx +++ b/packages/client/src/components/dialogs/ConflictResolveDialog/index.tsx @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/components/dialogs/ConnectDialog/index.js b/packages/client/src/components/dialogs/ConnectDialog/index.js index 0187dbde59..84c36d0a1f 100644 --- a/packages/client/src/components/dialogs/ConnectDialog/index.js +++ b/packages/client/src/components/dialogs/ConnectDialog/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/components/dialogs/ConvertDialog/index.js b/packages/client/src/components/dialogs/ConvertDialog/index.js index 8afc818f16..f66932ac93 100644 --- a/packages/client/src/components/dialogs/ConvertDialog/index.js +++ b/packages/client/src/components/dialogs/ConvertDialog/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode @@ -166,7 +166,7 @@ const ConvertDialogComponent = (props) => { }; const ConvertDialog = withTranslation(["ConvertDialog", "Common"])( - ConvertDialogComponent + ConvertDialogComponent, ); export default inject( @@ -210,5 +210,5 @@ export default inject( isShareFolder, setIsConvertSingleFile, }; - } + }, )(observer(ConvertDialog)); diff --git a/packages/client/src/components/dialogs/ConvertPasswordDialog/StyledConvertPasswordDialog.js b/packages/client/src/components/dialogs/ConvertPasswordDialog/StyledConvertPasswordDialog.js index c9d9e8c4d3..2dd128f895 100644 --- a/packages/client/src/components/dialogs/ConvertPasswordDialog/StyledConvertPasswordDialog.js +++ b/packages/client/src/components/dialogs/ConvertPasswordDialog/StyledConvertPasswordDialog.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/components/dialogs/ConvertPasswordDialog/index.js b/packages/client/src/components/dialogs/ConvertPasswordDialog/index.js index 572f9719e4..9c0efbabab 100644 --- a/packages/client/src/components/dialogs/ConvertPasswordDialog/index.js +++ b/packages/client/src/components/dialogs/ConvertPasswordDialog/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/components/dialogs/CreateEditGroupDialog/CreateGroupDialog.tsx b/packages/client/src/components/dialogs/CreateEditGroupDialog/CreateGroupDialog.tsx index 287d8c705c..5a84efb226 100644 --- a/packages/client/src/components/dialogs/CreateEditGroupDialog/CreateGroupDialog.tsx +++ b/packages/client/src/components/dialogs/CreateEditGroupDialog/CreateGroupDialog.tsx @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/components/dialogs/CreateEditGroupDialog/EditGroupDialog.tsx b/packages/client/src/components/dialogs/CreateEditGroupDialog/EditGroupDialog.tsx index 644facd2d1..6d4b00c954 100644 --- a/packages/client/src/components/dialogs/CreateEditGroupDialog/EditGroupDialog.tsx +++ b/packages/client/src/components/dialogs/CreateEditGroupDialog/EditGroupDialog.tsx @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/components/dialogs/CreateEditGroupDialog/sub-components/AddUsersPanel/index.tsx b/packages/client/src/components/dialogs/CreateEditGroupDialog/sub-components/AddUsersPanel/index.tsx index 76348c4a16..b24591f3cc 100644 --- a/packages/client/src/components/dialogs/CreateEditGroupDialog/sub-components/AddUsersPanel/index.tsx +++ b/packages/client/src/components/dialogs/CreateEditGroupDialog/sub-components/AddUsersPanel/index.tsx @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/components/dialogs/CreateEditGroupDialog/sub-components/CreateGroupDialogBody.tsx b/packages/client/src/components/dialogs/CreateEditGroupDialog/sub-components/CreateGroupDialogBody.tsx index ca5dad2ec8..3d83f3861d 100644 --- a/packages/client/src/components/dialogs/CreateEditGroupDialog/sub-components/CreateGroupDialogBody.tsx +++ b/packages/client/src/components/dialogs/CreateEditGroupDialog/sub-components/CreateGroupDialogBody.tsx @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/components/dialogs/CreateEditGroupDialog/sub-components/GroupMemberRow/index.styled.ts b/packages/client/src/components/dialogs/CreateEditGroupDialog/sub-components/GroupMemberRow/index.styled.ts index b0dedd13d0..edc77db2de 100644 --- a/packages/client/src/components/dialogs/CreateEditGroupDialog/sub-components/GroupMemberRow/index.styled.ts +++ b/packages/client/src/components/dialogs/CreateEditGroupDialog/sub-components/GroupMemberRow/index.styled.ts @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/components/dialogs/CreateEditGroupDialog/sub-components/GroupMemberRow/index.tsx b/packages/client/src/components/dialogs/CreateEditGroupDialog/sub-components/GroupMemberRow/index.tsx index bd4e7089fa..80350652d0 100644 --- a/packages/client/src/components/dialogs/CreateEditGroupDialog/sub-components/GroupMemberRow/index.tsx +++ b/packages/client/src/components/dialogs/CreateEditGroupDialog/sub-components/GroupMemberRow/index.tsx @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode @@ -29,7 +29,7 @@ import * as Styled from "./index.styled"; import RemoveReactSvgUrl from "PUBLIC_DIR/images/remove.react.svg?url"; import { ReactSVG } from "react-svg"; import { getUserTypeLabel } from "@docspace/shared/utils/common"; -import {useTranslation} from 'react-i18next' +import { useTranslation } from "react-i18next"; interface GroupMemberRowProps { groupMember: { avatarSmall: string; @@ -43,8 +43,7 @@ const GroupMemberRow = ({ groupMember, onClickRemove, }: GroupMemberRowProps) => { - - const { t } = useTranslation(["Common"]) + const { t } = useTranslation(["Common"]); return ( diff --git a/packages/client/src/components/dialogs/CreateEditGroupDialog/sub-components/GroupNameParam/index.styled.ts b/packages/client/src/components/dialogs/CreateEditGroupDialog/sub-components/GroupNameParam/index.styled.ts index 2a2733d9f6..1d31b4397d 100644 --- a/packages/client/src/components/dialogs/CreateEditGroupDialog/sub-components/GroupNameParam/index.styled.ts +++ b/packages/client/src/components/dialogs/CreateEditGroupDialog/sub-components/GroupNameParam/index.styled.ts @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/components/dialogs/CreateEditGroupDialog/sub-components/GroupNameParam/index.tsx b/packages/client/src/components/dialogs/CreateEditGroupDialog/sub-components/GroupNameParam/index.tsx index a1df7691a3..dc16e6c83b 100644 --- a/packages/client/src/components/dialogs/CreateEditGroupDialog/sub-components/GroupNameParam/index.tsx +++ b/packages/client/src/components/dialogs/CreateEditGroupDialog/sub-components/GroupNameParam/index.tsx @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/components/dialogs/CreateEditGroupDialog/sub-components/HeadOfGroupParam/SelectGroupManagerPanel.tsx b/packages/client/src/components/dialogs/CreateEditGroupDialog/sub-components/HeadOfGroupParam/SelectGroupManagerPanel.tsx index ad990df66d..b614d655a1 100644 --- a/packages/client/src/components/dialogs/CreateEditGroupDialog/sub-components/HeadOfGroupParam/SelectGroupManagerPanel.tsx +++ b/packages/client/src/components/dialogs/CreateEditGroupDialog/sub-components/HeadOfGroupParam/SelectGroupManagerPanel.tsx @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/components/dialogs/CreateEditGroupDialog/sub-components/HeadOfGroupParam/index.styled.ts b/packages/client/src/components/dialogs/CreateEditGroupDialog/sub-components/HeadOfGroupParam/index.styled.ts index a8210f44cd..2c68bcea04 100644 --- a/packages/client/src/components/dialogs/CreateEditGroupDialog/sub-components/HeadOfGroupParam/index.styled.ts +++ b/packages/client/src/components/dialogs/CreateEditGroupDialog/sub-components/HeadOfGroupParam/index.styled.ts @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/components/dialogs/CreateEditGroupDialog/sub-components/HeadOfGroupParam/index.tsx b/packages/client/src/components/dialogs/CreateEditGroupDialog/sub-components/HeadOfGroupParam/index.tsx index df6e7c50ef..c265296ef5 100644 --- a/packages/client/src/components/dialogs/CreateEditGroupDialog/sub-components/HeadOfGroupParam/index.tsx +++ b/packages/client/src/components/dialogs/CreateEditGroupDialog/sub-components/HeadOfGroupParam/index.tsx @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/components/dialogs/CreateEditGroupDialog/sub-components/MembersParam/SelectGroupMembersPanel.tsx b/packages/client/src/components/dialogs/CreateEditGroupDialog/sub-components/MembersParam/SelectGroupMembersPanel.tsx index 2a280d9d37..3171f11922 100644 --- a/packages/client/src/components/dialogs/CreateEditGroupDialog/sub-components/MembersParam/SelectGroupMembersPanel.tsx +++ b/packages/client/src/components/dialogs/CreateEditGroupDialog/sub-components/MembersParam/SelectGroupMembersPanel.tsx @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/components/dialogs/CreateEditGroupDialog/sub-components/MembersParam/index.styled.ts b/packages/client/src/components/dialogs/CreateEditGroupDialog/sub-components/MembersParam/index.styled.ts index 19077ad8c6..1d80f2bea0 100644 --- a/packages/client/src/components/dialogs/CreateEditGroupDialog/sub-components/MembersParam/index.styled.ts +++ b/packages/client/src/components/dialogs/CreateEditGroupDialog/sub-components/MembersParam/index.styled.ts @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/components/dialogs/CreateEditGroupDialog/sub-components/MembersParam/index.tsx b/packages/client/src/components/dialogs/CreateEditGroupDialog/sub-components/MembersParam/index.tsx index 48e722176b..c74572d893 100644 --- a/packages/client/src/components/dialogs/CreateEditGroupDialog/sub-components/MembersParam/index.tsx +++ b/packages/client/src/components/dialogs/CreateEditGroupDialog/sub-components/MembersParam/index.tsx @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/components/dialogs/CreateEditGroupDialog/types/index.tsx b/packages/client/src/components/dialogs/CreateEditGroupDialog/types/index.tsx index 50224165a4..8199e95b6c 100644 --- a/packages/client/src/components/dialogs/CreateEditGroupDialog/types/index.tsx +++ b/packages/client/src/components/dialogs/CreateEditGroupDialog/types/index.tsx @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/components/dialogs/CreateEditGroupDialog/utils/index.ts b/packages/client/src/components/dialogs/CreateEditGroupDialog/utils/index.ts index daef158c60..eeb87bdf5b 100644 --- a/packages/client/src/components/dialogs/CreateEditGroupDialog/utils/index.ts +++ b/packages/client/src/components/dialogs/CreateEditGroupDialog/utils/index.ts @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/components/dialogs/CreateEditRoomDialog/CreateRoomDialog.js b/packages/client/src/components/dialogs/CreateEditRoomDialog/CreateRoomDialog.js index 9bd1479ad8..df502d66a5 100644 --- a/packages/client/src/components/dialogs/CreateEditRoomDialog/CreateRoomDialog.js +++ b/packages/client/src/components/dialogs/CreateEditRoomDialog/CreateRoomDialog.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode @@ -149,7 +149,7 @@ const CreateRoomDialog = ({ if (!!roomParams.storageLocation.thirdpartyAccount) { setIsLoading(true); await deleteThirdParty( - roomParams.storageLocation.thirdpartyAccount.providerId + roomParams.storageLocation.thirdpartyAccount.providerId, ).finally(() => setIsLoading(false)); await fetchThirdPartyProviders(); diff --git a/packages/client/src/components/dialogs/CreateEditRoomDialog/EditRoomDialog.js b/packages/client/src/components/dialogs/CreateEditRoomDialog/EditRoomDialog.js index f695668a1c..abdbbca347 100644 --- a/packages/client/src/components/dialogs/CreateEditRoomDialog/EditRoomDialog.js +++ b/packages/client/src/components/dialogs/CreateEditRoomDialog/EditRoomDialog.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode @@ -54,15 +54,23 @@ const EditRoomDialog = ({ const prevRoomParams = useRef( Object.freeze({ ...roomParams, - }) + }), ); const compareRoomParams = (prevParams, currentParams) => { return ( prevParams.title === currentParams.title && prevParams.roomOwner.id === currentParams.roomOwner.id && - prevParams.tags.map((t) => t.name).sort().join("|").toLowerCase() === - currentParams.tags.map((t) => t.name).sort().join("|").toLowerCase() && + prevParams.tags + .map((t) => t.name) + .sort() + .join("|") + .toLowerCase() === + currentParams.tags + .map((t) => t.name) + .sort() + .join("|") + .toLowerCase() && ((prevParams.icon.uploadedFile === "" && currentParams.icon.uploadedFile === null) || prevParams.icon.uploadedFile === currentParams.icon.uploadedFile) && diff --git a/packages/client/src/components/dialogs/CreateEditRoomDialog/data/index.js b/packages/client/src/components/dialogs/CreateEditRoomDialog/data/index.js index d80b9c4256..6734a7bfed 100644 --- a/packages/client/src/components/dialogs/CreateEditRoomDialog/data/index.js +++ b/packages/client/src/components/dialogs/CreateEditRoomDialog/data/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/components/dialogs/CreateEditRoomDialog/handlers/TagHandler.js b/packages/client/src/components/dialogs/CreateEditRoomDialog/handlers/TagHandler.js index 90a85c2f19..c47deaa396 100644 --- a/packages/client/src/components/dialogs/CreateEditRoomDialog/handlers/TagHandler.js +++ b/packages/client/src/components/dialogs/CreateEditRoomDialog/handlers/TagHandler.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode @@ -66,7 +66,7 @@ class TagHandler { isNew(name) { return !this.fetchedTags.find( - (t) => t.toLowerCase() === name.toLowerCase() + (t) => t.toLowerCase() === name.toLowerCase(), ); } diff --git a/packages/client/src/components/dialogs/CreateEditRoomDialog/sub-components/ChangeRoomOwner/index.js b/packages/client/src/components/dialogs/CreateEditRoomDialog/sub-components/ChangeRoomOwner/index.js index 188095d4d1..7773b2e304 100644 --- a/packages/client/src/components/dialogs/CreateEditRoomDialog/sub-components/ChangeRoomOwner/index.js +++ b/packages/client/src/components/dialogs/CreateEditRoomDialog/sub-components/ChangeRoomOwner/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/components/dialogs/CreateEditRoomDialog/sub-components/ChangeRoomOwner/index.styled.js b/packages/client/src/components/dialogs/CreateEditRoomDialog/sub-components/ChangeRoomOwner/index.styled.js index 5ea7404761..fd7d9b9994 100644 --- a/packages/client/src/components/dialogs/CreateEditRoomDialog/sub-components/ChangeRoomOwner/index.styled.js +++ b/packages/client/src/components/dialogs/CreateEditRoomDialog/sub-components/ChangeRoomOwner/index.styled.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/components/dialogs/CreateEditRoomDialog/sub-components/DialogHeader.js b/packages/client/src/components/dialogs/CreateEditRoomDialog/sub-components/DialogHeader.js index 281ca642ae..4782c63412 100644 --- a/packages/client/src/components/dialogs/CreateEditRoomDialog/sub-components/DialogHeader.js +++ b/packages/client/src/components/dialogs/CreateEditRoomDialog/sub-components/DialogHeader.js @@ -1,30 +1,30 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode -import ArrowPathReactSvgUrl from "PUBLIC_DIR/images/arrow.path.react.svg?url"; +import ArrowPathReactSvgUrl from "PUBLIC_DIR/images/arrow.path.react.svg?url"; import React from "react"; import { withTranslation } from "react-i18next"; diff --git a/packages/client/src/components/dialogs/CreateEditRoomDialog/sub-components/IconEditor/IconCropper.js b/packages/client/src/components/dialogs/CreateEditRoomDialog/sub-components/IconEditor/IconCropper.js index e852b8b249..98a857442f 100644 --- a/packages/client/src/components/dialogs/CreateEditRoomDialog/sub-components/IconEditor/IconCropper.js +++ b/packages/client/src/components/dialogs/CreateEditRoomDialog/sub-components/IconEditor/IconCropper.js @@ -1,30 +1,30 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode -import IconCropperGridSvgUrl from "PUBLIC_DIR/images/icon-cropper-grid.svg?url"; +import IconCropperGridSvgUrl from "PUBLIC_DIR/images/icon-cropper-grid.svg?url"; import TrashReactSvgUrl from "PUBLIC_DIR/images/trash.react.svg?url"; import ZoomMinusReactSvgUrl from "PUBLIC_DIR/images/zoom-minus.react.svg?url"; import ZoomPlusReactSvgUrl from "PUBLIC_DIR/images/zoom-plus.react.svg?url"; diff --git a/packages/client/src/components/dialogs/CreateEditRoomDialog/sub-components/IsPrivateParam/PrivacyLimitationsWarning.js b/packages/client/src/components/dialogs/CreateEditRoomDialog/sub-components/IsPrivateParam/PrivacyLimitationsWarning.js index 547ee7b821..b50c055547 100644 --- a/packages/client/src/components/dialogs/CreateEditRoomDialog/sub-components/IsPrivateParam/PrivacyLimitationsWarning.js +++ b/packages/client/src/components/dialogs/CreateEditRoomDialog/sub-components/IsPrivateParam/PrivacyLimitationsWarning.js @@ -1,30 +1,30 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode -import DangerAlertReactSvgUrl from "PUBLIC_DIR/images/danger.alert.react.svg?url"; +import DangerAlertReactSvgUrl from "PUBLIC_DIR/images/danger.alert.react.svg?url"; import React from "react"; import styled from "styled-components"; import { ReactSVG } from "react-svg"; diff --git a/packages/client/src/components/dialogs/CreateEditRoomDialog/sub-components/IsPrivateParam/index.js b/packages/client/src/components/dialogs/CreateEditRoomDialog/sub-components/IsPrivateParam/index.js index 8d94d57222..1f078ace12 100644 --- a/packages/client/src/components/dialogs/CreateEditRoomDialog/sub-components/IsPrivateParam/index.js +++ b/packages/client/src/components/dialogs/CreateEditRoomDialog/sub-components/IsPrivateParam/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/components/dialogs/CreateEditRoomDialog/sub-components/Params/InputParam.js b/packages/client/src/components/dialogs/CreateEditRoomDialog/sub-components/Params/InputParam.js index 8d5d560166..98410243cf 100644 --- a/packages/client/src/components/dialogs/CreateEditRoomDialog/sub-components/Params/InputParam.js +++ b/packages/client/src/components/dialogs/CreateEditRoomDialog/sub-components/Params/InputParam.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode @@ -60,7 +60,7 @@ const InputParam = React.forwardRef( onKeyUp, onKeyDown, }, - ref + ref, ) => { return ( @@ -99,7 +99,7 @@ const InputParam = React.forwardRef( ); - } + }, ); InputParam.defaultProps = { diff --git a/packages/client/src/components/dialogs/CreateEditRoomDialog/sub-components/Params/StyledParam.js b/packages/client/src/components/dialogs/CreateEditRoomDialog/sub-components/Params/StyledParam.js index 6189c97700..72ec478eaa 100644 --- a/packages/client/src/components/dialogs/CreateEditRoomDialog/sub-components/Params/StyledParam.js +++ b/packages/client/src/components/dialogs/CreateEditRoomDialog/sub-components/Params/StyledParam.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode @@ -36,11 +36,11 @@ const StyledParam = styled.div` props.storageLocation ? css`` : props.folderName - ? css` - flex-direction: column; - gap: 4px; - ` - : ""} + ? css` + flex-direction: column; + gap: 4px; + ` + : ""} .set_room_params-info { display: flex; diff --git a/packages/client/src/components/dialogs/CreateEditRoomDialog/sub-components/Params/ToggleParam.js b/packages/client/src/components/dialogs/CreateEditRoomDialog/sub-components/Params/ToggleParam.js index 22e3ec89cf..ed195d9aa9 100644 --- a/packages/client/src/components/dialogs/CreateEditRoomDialog/sub-components/Params/ToggleParam.js +++ b/packages/client/src/components/dialogs/CreateEditRoomDialog/sub-components/Params/ToggleParam.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/components/dialogs/CreateEditRoomDialog/sub-components/PermanentSettings/PermanentSetting.js b/packages/client/src/components/dialogs/CreateEditRoomDialog/sub-components/PermanentSettings/PermanentSetting.js index b051f798a0..b3a14bda2e 100644 --- a/packages/client/src/components/dialogs/CreateEditRoomDialog/sub-components/PermanentSettings/PermanentSetting.js +++ b/packages/client/src/components/dialogs/CreateEditRoomDialog/sub-components/PermanentSettings/PermanentSetting.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/components/dialogs/CreateEditRoomDialog/sub-components/PermanentSettings/index.js b/packages/client/src/components/dialogs/CreateEditRoomDialog/sub-components/PermanentSettings/index.js index ec1c6a1aca..42475923e4 100644 --- a/packages/client/src/components/dialogs/CreateEditRoomDialog/sub-components/PermanentSettings/index.js +++ b/packages/client/src/components/dialogs/CreateEditRoomDialog/sub-components/PermanentSettings/index.js @@ -1,30 +1,30 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode -//import SecuritySvgUrl from "PUBLIC_DIR/images/security.svg?url"; +//import SecuritySvgUrl from "PUBLIC_DIR/images/security.svg?url"; import React from "react"; import styled from "styled-components"; import { Trans } from "react-i18next"; diff --git a/packages/client/src/components/dialogs/CreateEditRoomDialog/sub-components/RoomQuota/index.js b/packages/client/src/components/dialogs/CreateEditRoomDialog/sub-components/RoomQuota/index.js index 14b6ae2056..18759b48ef 100644 --- a/packages/client/src/components/dialogs/CreateEditRoomDialog/sub-components/RoomQuota/index.js +++ b/packages/client/src/components/dialogs/CreateEditRoomDialog/sub-components/RoomQuota/index.js @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/client/src/components/dialogs/CreateEditRoomDialog/sub-components/RoomType.js b/packages/client/src/components/dialogs/CreateEditRoomDialog/sub-components/RoomType.js index b864e68007..de4824b62a 100644 --- a/packages/client/src/components/dialogs/CreateEditRoomDialog/sub-components/RoomType.js +++ b/packages/client/src/components/dialogs/CreateEditRoomDialog/sub-components/RoomType.js @@ -1,30 +1,30 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode -import ArrowReactSvgUrl from "PUBLIC_DIR/images/arrow.react.svg?url"; +import ArrowReactSvgUrl from "PUBLIC_DIR/images/arrow.react.svg?url"; import React from "react"; import PropTypes from "prop-types"; import styled, { css } from "styled-components"; diff --git a/packages/client/src/components/dialogs/CreateEditRoomDialog/sub-components/RoomTypeDropdown/DropdownDesktop.js b/packages/client/src/components/dialogs/CreateEditRoomDialog/sub-components/RoomTypeDropdown/DropdownDesktop.js index 927feb70c7..5705da7a4f 100644 --- a/packages/client/src/components/dialogs/CreateEditRoomDialog/sub-components/RoomTypeDropdown/DropdownDesktop.js +++ b/packages/client/src/components/dialogs/CreateEditRoomDialog/sub-components/RoomTypeDropdown/DropdownDesktop.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/components/dialogs/CreateEditRoomDialog/sub-components/RoomTypeDropdown/DropdownMobile.js b/packages/client/src/components/dialogs/CreateEditRoomDialog/sub-components/RoomTypeDropdown/DropdownMobile.js index c0659caa21..5bef404fef 100644 --- a/packages/client/src/components/dialogs/CreateEditRoomDialog/sub-components/RoomTypeDropdown/DropdownMobile.js +++ b/packages/client/src/components/dialogs/CreateEditRoomDialog/sub-components/RoomTypeDropdown/DropdownMobile.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/components/dialogs/CreateEditRoomDialog/sub-components/RoomTypeDropdown/index.js b/packages/client/src/components/dialogs/CreateEditRoomDialog/sub-components/RoomTypeDropdown/index.js index 48daf4b2b0..644bb5aaeb 100644 --- a/packages/client/src/components/dialogs/CreateEditRoomDialog/sub-components/RoomTypeDropdown/index.js +++ b/packages/client/src/components/dialogs/CreateEditRoomDialog/sub-components/RoomTypeDropdown/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/components/dialogs/CreateEditRoomDialog/sub-components/RoomTypeList.js b/packages/client/src/components/dialogs/CreateEditRoomDialog/sub-components/RoomTypeList.js index e3738b7c67..347e4687c6 100644 --- a/packages/client/src/components/dialogs/CreateEditRoomDialog/sub-components/RoomTypeList.js +++ b/packages/client/src/components/dialogs/CreateEditRoomDialog/sub-components/RoomTypeList.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/components/dialogs/CreateEditRoomDialog/sub-components/SecondaryInfoButton.js b/packages/client/src/components/dialogs/CreateEditRoomDialog/sub-components/SecondaryInfoButton.js index 7784c59daa..cbcd711c5f 100644 --- a/packages/client/src/components/dialogs/CreateEditRoomDialog/sub-components/SecondaryInfoButton.js +++ b/packages/client/src/components/dialogs/CreateEditRoomDialog/sub-components/SecondaryInfoButton.js @@ -1,30 +1,30 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode -import InfoReactSvgUrl from "PUBLIC_DIR/images/info.react.svg?url"; +import InfoReactSvgUrl from "PUBLIC_DIR/images/info.react.svg?url"; import React from "react"; import styled from "styled-components"; diff --git a/packages/client/src/components/dialogs/CreateEditRoomDialog/sub-components/SetRoomParams.js b/packages/client/src/components/dialogs/CreateEditRoomDialog/sub-components/SetRoomParams.js index 072e4b8c82..0ddd360c61 100644 --- a/packages/client/src/components/dialogs/CreateEditRoomDialog/sub-components/SetRoomParams.js +++ b/packages/client/src/components/dialogs/CreateEditRoomDialog/sub-components/SetRoomParams.js @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/client/src/components/dialogs/CreateEditRoomDialog/sub-components/StyledDropdown.js b/packages/client/src/components/dialogs/CreateEditRoomDialog/sub-components/StyledDropdown.js index e7d75b4556..aad4452bcf 100644 --- a/packages/client/src/components/dialogs/CreateEditRoomDialog/sub-components/StyledDropdown.js +++ b/packages/client/src/components/dialogs/CreateEditRoomDialog/sub-components/StyledDropdown.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/components/dialogs/CreateEditRoomDialog/sub-components/SystemFolders/SystemFolders.props.ts b/packages/client/src/components/dialogs/CreateEditRoomDialog/sub-components/SystemFolders/SystemFolders.props.ts index 7959341a92..e036bd6b26 100644 --- a/packages/client/src/components/dialogs/CreateEditRoomDialog/sub-components/SystemFolders/SystemFolders.props.ts +++ b/packages/client/src/components/dialogs/CreateEditRoomDialog/sub-components/SystemFolders/SystemFolders.props.ts @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/components/dialogs/CreateEditRoomDialog/sub-components/SystemFolders/SystemFolders.styled.ts b/packages/client/src/components/dialogs/CreateEditRoomDialog/sub-components/SystemFolders/SystemFolders.styled.ts index 18f8d495fd..9378d77445 100644 --- a/packages/client/src/components/dialogs/CreateEditRoomDialog/sub-components/SystemFolders/SystemFolders.styled.ts +++ b/packages/client/src/components/dialogs/CreateEditRoomDialog/sub-components/SystemFolders/SystemFolders.styled.ts @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/components/dialogs/CreateEditRoomDialog/sub-components/SystemFolders/SystemFolders.tsx b/packages/client/src/components/dialogs/CreateEditRoomDialog/sub-components/SystemFolders/SystemFolders.tsx index 246927afe7..11420fc43c 100644 --- a/packages/client/src/components/dialogs/CreateEditRoomDialog/sub-components/SystemFolders/SystemFolders.tsx +++ b/packages/client/src/components/dialogs/CreateEditRoomDialog/sub-components/SystemFolders/SystemFolders.tsx @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/components/dialogs/CreateEditRoomDialog/sub-components/SystemFolders/index.ts b/packages/client/src/components/dialogs/CreateEditRoomDialog/sub-components/SystemFolders/index.ts index f28d9e9a74..6adf132af6 100644 --- a/packages/client/src/components/dialogs/CreateEditRoomDialog/sub-components/SystemFolders/index.ts +++ b/packages/client/src/components/dialogs/CreateEditRoomDialog/sub-components/SystemFolders/index.ts @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/components/dialogs/CreateEditRoomDialog/sub-components/TagInput/TagDropdown.js b/packages/client/src/components/dialogs/CreateEditRoomDialog/sub-components/TagInput/TagDropdown.js index 0b7491b74d..b93f9979f2 100644 --- a/packages/client/src/components/dialogs/CreateEditRoomDialog/sub-components/TagInput/TagDropdown.js +++ b/packages/client/src/components/dialogs/CreateEditRoomDialog/sub-components/TagInput/TagDropdown.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode @@ -58,7 +58,7 @@ const TagDropdown = ({ const tagsForDropdown = tagHandler.fetchedTags.filter( (tag) => tag.toLowerCase().includes(tagInputValue.toLowerCase()) && - !chosenTags.includes(tag.toLowerCase()) + !chosenTags.includes(tag.toLowerCase()), ); const preventDefault = (e) => { @@ -99,7 +99,9 @@ const TagDropdown = ({ if ( tagInputValue && - ![...tagsForDropdown, ...chosenTags].find((tag) => tagInputValue.toLowerCase() === tag.toLowerCase()) + ![...tagsForDropdown, ...chosenTags].find( + (tag) => tagInputValue.toLowerCase() === tag.toLowerCase(), + ) ) res = [ getOAuthToken(modal) @@ -210,8 +210,8 @@ const ThirdPartyComboBox = ({ ProviderKeyTranslation(provider.providerKey, t), provider.providerKey, null, - true - ).then((res) => setSaveThirdpartyResponse(res)) + true, + ).then((res) => setSaveThirdpartyResponse(res)), ) .catch((e) => { if (!e) return; @@ -221,7 +221,7 @@ const ThirdPartyComboBox = ({ .finally(() => { authModal.close(); setIsOauthWindowOpen(false); - }) + }), ); } else { const providerTitle = ProviderKeyTranslation(provider.providerKey, t); diff --git a/packages/client/src/components/dialogs/CreateEditRoomDialog/sub-components/ThirdPartyStorage/index.js b/packages/client/src/components/dialogs/CreateEditRoomDialog/sub-components/ThirdPartyStorage/index.js index 39311788c2..ab221297ea 100644 --- a/packages/client/src/components/dialogs/CreateEditRoomDialog/sub-components/ThirdPartyStorage/index.js +++ b/packages/client/src/components/dialogs/CreateEditRoomDialog/sub-components/ThirdPartyStorage/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/components/dialogs/CreateRoomConfirmDialog/index.js b/packages/client/src/components/dialogs/CreateRoomConfirmDialog/index.js index 626fb9d9cb..2cc3368462 100644 --- a/packages/client/src/components/dialogs/CreateRoomConfirmDialog/index.js +++ b/packages/client/src/components/dialogs/CreateRoomConfirmDialog/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/components/dialogs/DataLossWarningDialog/index.js b/packages/client/src/components/dialogs/DataLossWarningDialog/index.js index 2edb79651e..928229acfe 100644 --- a/packages/client/src/components/dialogs/DataLossWarningDialog/index.js +++ b/packages/client/src/components/dialogs/DataLossWarningDialog/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode @@ -93,7 +93,7 @@ class DataLossWarningDialogComponent extends React.Component { } const DataLossWarningDialog = withTranslation("DataLossWarningDialog")( - DataLossWarningDialogComponent + DataLossWarningDialogComponent, ); DataLossWarningDialog.propTypes = { diff --git a/packages/client/src/components/dialogs/DataReassignmentDialog/index.js b/packages/client/src/components/dialogs/DataReassignmentDialog/index.js index 68379bf4e4..6827111619 100644 --- a/packages/client/src/components/dialogs/DataReassignmentDialog/index.js +++ b/packages/client/src/components/dialogs/DataReassignmentDialog/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/components/dialogs/DataReassignmentDialog/sub-components/Body/AccountInfo.js b/packages/client/src/components/dialogs/DataReassignmentDialog/sub-components/Body/AccountInfo.js index 7b53ee7696..132b9aa0f8 100644 --- a/packages/client/src/components/dialogs/DataReassignmentDialog/sub-components/Body/AccountInfo.js +++ b/packages/client/src/components/dialogs/DataReassignmentDialog/sub-components/Body/AccountInfo.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/components/dialogs/DataReassignmentDialog/sub-components/Body/Description.js b/packages/client/src/components/dialogs/DataReassignmentDialog/sub-components/Body/Description.js index 18c065b462..9f749fd0b7 100644 --- a/packages/client/src/components/dialogs/DataReassignmentDialog/sub-components/Body/Description.js +++ b/packages/client/src/components/dialogs/DataReassignmentDialog/sub-components/Body/Description.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/components/dialogs/DataReassignmentDialog/sub-components/Body/NewOwner.js b/packages/client/src/components/dialogs/DataReassignmentDialog/sub-components/Body/NewOwner.js index c4d20a3d33..6fb2da6d03 100644 --- a/packages/client/src/components/dialogs/DataReassignmentDialog/sub-components/Body/NewOwner.js +++ b/packages/client/src/components/dialogs/DataReassignmentDialog/sub-components/Body/NewOwner.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/components/dialogs/DataReassignmentDialog/sub-components/Body/Progress.js b/packages/client/src/components/dialogs/DataReassignmentDialog/sub-components/Body/Progress.js index b8b4c7de8a..957434fc29 100644 --- a/packages/client/src/components/dialogs/DataReassignmentDialog/sub-components/Body/Progress.js +++ b/packages/client/src/components/dialogs/DataReassignmentDialog/sub-components/Body/Progress.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/components/dialogs/DataReassignmentDialog/sub-components/Body/index.js b/packages/client/src/components/dialogs/DataReassignmentDialog/sub-components/Body/index.js index 82ba3e684c..04a9da0934 100644 --- a/packages/client/src/components/dialogs/DataReassignmentDialog/sub-components/Body/index.js +++ b/packages/client/src/components/dialogs/DataReassignmentDialog/sub-components/Body/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/components/dialogs/DataReassignmentDialog/sub-components/Footer/index.js b/packages/client/src/components/dialogs/DataReassignmentDialog/sub-components/Footer/index.js index 954f8ab7eb..51d2ec5732 100644 --- a/packages/client/src/components/dialogs/DataReassignmentDialog/sub-components/Footer/index.js +++ b/packages/client/src/components/dialogs/DataReassignmentDialog/sub-components/Footer/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/components/dialogs/DeleteDialog/StyledDeleteDialog.js b/packages/client/src/components/dialogs/DeleteDialog/StyledDeleteDialog.js index 8da1e5e964..f87c8534de 100644 --- a/packages/client/src/components/dialogs/DeleteDialog/StyledDeleteDialog.js +++ b/packages/client/src/components/dialogs/DeleteDialog/StyledDeleteDialog.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/components/dialogs/DeleteDialog/index.js b/packages/client/src/components/dialogs/DeleteDialog/index.js index 725adc52b3..82ec898ba0 100644 --- a/packages/client/src/components/dialogs/DeleteDialog/index.js +++ b/packages/client/src/components/dialogs/DeleteDialog/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode @@ -341,5 +341,5 @@ export default inject( isPersonalRoom, isRoom, }; - } + }, )(observer(DeleteDialog)); diff --git a/packages/client/src/components/dialogs/DeleteLinkDialog/StyledDeleteLinkDialog.js b/packages/client/src/components/dialogs/DeleteLinkDialog/StyledDeleteLinkDialog.js index 9325d73402..9761e7d1ce 100644 --- a/packages/client/src/components/dialogs/DeleteLinkDialog/StyledDeleteLinkDialog.js +++ b/packages/client/src/components/dialogs/DeleteLinkDialog/StyledDeleteLinkDialog.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/components/dialogs/DeleteLinkDialog/index.js b/packages/client/src/components/dialogs/DeleteLinkDialog/index.js index d320344499..b6569e9ed6 100644 --- a/packages/client/src/components/dialogs/DeleteLinkDialog/index.js +++ b/packages/client/src/components/dialogs/DeleteLinkDialog/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode @@ -143,7 +143,7 @@ const DeleteLinkDialogComponent = (props) => { }; const DeleteLinkDialog = withTranslation(["Common", "Files"])( - DeleteLinkDialogComponent + DeleteLinkDialogComponent, ); export default inject( @@ -166,5 +166,5 @@ export default inject( isPublicRoomType: infoPanelSelection.roomType === RoomsType.PublicRoom, setRoomShared: filesStore.setRoomShared, }; - } + }, )(observer(DeleteLinkDialog)); diff --git a/packages/client/src/components/dialogs/DeleteOwnerProfileDialog/index.js b/packages/client/src/components/dialogs/DeleteOwnerProfileDialog/index.js index 089692f312..7eee352e1b 100644 --- a/packages/client/src/components/dialogs/DeleteOwnerProfileDialog/index.js +++ b/packages/client/src/components/dialogs/DeleteOwnerProfileDialog/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode @@ -87,9 +87,9 @@ const DeleteOwnerProfileDialog = inject(({ peopleStore }) => ({ }))( observer( withTranslation(["DeleteSelfProfileDialog", "Translations", "Common"])( - DeleteOwnerProfileDialogComponent - ) - ) + DeleteOwnerProfileDialogComponent, + ), + ), ); DeleteOwnerProfileDialog.propTypes = { diff --git a/packages/client/src/components/dialogs/DeletePluginDialog/index.js b/packages/client/src/components/dialogs/DeletePluginDialog/index.js index 719f5e37e4..323f4bfc56 100644 --- a/packages/client/src/components/dialogs/DeletePluginDialog/index.js +++ b/packages/client/src/components/dialogs/DeletePluginDialog/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/components/dialogs/DeletePortalDialog/index.js b/packages/client/src/components/dialogs/DeletePortalDialog/index.js index 594018ab85..9e5a406da4 100644 --- a/packages/client/src/components/dialogs/DeletePortalDialog/index.js +++ b/packages/client/src/components/dialogs/DeletePortalDialog/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode @@ -44,7 +44,7 @@ const DeletePortalDialog = (props) => { try { await sendDeletePortalEmail(); toastr.success( - t("PortalDeletionEmailSended", { ownerEmail: owner.email }) + t("PortalDeletionEmailSended", { ownerEmail: owner.email }), ); onClose(); } catch (error) { diff --git a/packages/client/src/components/dialogs/DeleteProfileEverDialog/index.js b/packages/client/src/components/dialogs/DeleteProfileEverDialog/index.js index 8f65e5a52f..900c6f6019 100644 --- a/packages/client/src/components/dialogs/DeleteProfileEverDialog/index.js +++ b/packages/client/src/components/dialogs/DeleteProfileEverDialog/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/components/dialogs/DeleteProfileEverDialog/sub-components/BodyComponent.js b/packages/client/src/components/dialogs/DeleteProfileEverDialog/sub-components/BodyComponent.js index 7495aaafb6..54a7c1da3e 100644 --- a/packages/client/src/components/dialogs/DeleteProfileEverDialog/sub-components/BodyComponent.js +++ b/packages/client/src/components/dialogs/DeleteProfileEverDialog/sub-components/BodyComponent.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/components/dialogs/DeleteSelfProfileDialog/index.js b/packages/client/src/components/dialogs/DeleteSelfProfileDialog/index.js index 90aa6cfb35..a945f0dacf 100644 --- a/packages/client/src/components/dialogs/DeleteSelfProfileDialog/index.js +++ b/packages/client/src/components/dialogs/DeleteSelfProfileDialog/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode @@ -55,7 +55,7 @@ class DeleteSelfProfileDialogComponent extends React.Component { dangerouslySetInnerHTML={{ __html: res, }} - /> + />, ); }) .catch((error) => toastr.error(error)) @@ -120,9 +120,9 @@ const DeleteSelfProfileDialog = inject(({ settingsStore }) => ({ }))( observer( withTranslation(["DeleteSelfProfileDialog", "Common"])( - DeleteSelfProfileDialogComponent - ) - ) + DeleteSelfProfileDialogComponent, + ), + ), ); DeleteSelfProfileDialog.propTypes = { diff --git a/packages/client/src/components/dialogs/DeleteThirdPartyDialog/index.js b/packages/client/src/components/dialogs/DeleteThirdPartyDialog/index.js index 7e2bfdaac6..9e6ed1479e 100644 --- a/packages/client/src/components/dialogs/DeleteThirdPartyDialog/index.js +++ b/packages/client/src/components/dialogs/DeleteThirdPartyDialog/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode @@ -73,7 +73,7 @@ const DeleteThirdPartyDialog = (props) => { } const newProviders = providers.filter( - (x) => x.provider_id !== removeItem.id + (x) => x.provider_id !== removeItem.id, ); setIsLoading(true); @@ -88,7 +88,7 @@ const DeleteThirdPartyDialog = (props) => { navigate(`${location.pathname}?${filter.toUrlParams()}`); } else { toastr.success( - t("SuccessDeleteThirdParty", { service: removeItem.title }) + t("SuccessDeleteThirdParty", { service: removeItem.title }), ); } }) @@ -169,9 +169,9 @@ export default inject( deleteThirdParty, setDeleteThirdPartyDialogVisible, }; - } + }, )( withTranslation(["DeleteThirdPartyDialog", "Common", "Translations"])( - observer(DeleteThirdPartyDialog) - ) + observer(DeleteThirdPartyDialog), + ), ); diff --git a/packages/client/src/components/dialogs/DialogsWrapper/index.js b/packages/client/src/components/dialogs/DialogsWrapper/index.js index 4e7a1e6311..7f5fc61595 100644 --- a/packages/client/src/components/dialogs/DialogsWrapper/index.js +++ b/packages/client/src/components/dialogs/DialogsWrapper/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/components/dialogs/DownloadDialog/DownloadContent.js b/packages/client/src/components/dialogs/DownloadDialog/DownloadContent.js index e06a90e57e..c16db8d677 100644 --- a/packages/client/src/components/dialogs/DownloadDialog/DownloadContent.js +++ b/packages/client/src/components/dialogs/DownloadDialog/DownloadContent.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/components/dialogs/DownloadDialog/DownloadRow.js b/packages/client/src/components/dialogs/DownloadDialog/DownloadRow.js index 49b9583aee..72568cf857 100644 --- a/packages/client/src/components/dialogs/DownloadDialog/DownloadRow.js +++ b/packages/client/src/components/dialogs/DownloadDialog/DownloadRow.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/components/dialogs/DownloadDialog/StyledDownloadDialog.js b/packages/client/src/components/dialogs/DownloadDialog/StyledDownloadDialog.js index 7ffc513541..f044af2d1b 100644 --- a/packages/client/src/components/dialogs/DownloadDialog/StyledDownloadDialog.js +++ b/packages/client/src/components/dialogs/DownloadDialog/StyledDownloadDialog.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/components/dialogs/DownloadDialog/index.js b/packages/client/src/components/dialogs/DownloadDialog/index.js index 63e9d2bc6a..c264065014 100644 --- a/packages/client/src/components/dialogs/DownloadDialog/index.js +++ b/packages/client/src/components/dialogs/DownloadDialog/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/components/dialogs/EditGroupMembersDialog/EmptyContainer.tsx b/packages/client/src/components/dialogs/EditGroupMembersDialog/EmptyContainer.tsx index 45a146e6a4..21290ef6fd 100644 --- a/packages/client/src/components/dialogs/EditGroupMembersDialog/EmptyContainer.tsx +++ b/packages/client/src/components/dialogs/EditGroupMembersDialog/EmptyContainer.tsx @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/components/dialogs/EditGroupMembersDialog/GroupMember/index.styled.ts b/packages/client/src/components/dialogs/EditGroupMembersDialog/GroupMember/index.styled.ts index 3729b6bd8a..e81eb6160f 100644 --- a/packages/client/src/components/dialogs/EditGroupMembersDialog/GroupMember/index.styled.ts +++ b/packages/client/src/components/dialogs/EditGroupMembersDialog/GroupMember/index.styled.ts @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/components/dialogs/EditGroupMembersDialog/GroupMember/index.tsx b/packages/client/src/components/dialogs/EditGroupMembersDialog/GroupMember/index.tsx index 161ae7c243..5fa639591e 100644 --- a/packages/client/src/components/dialogs/EditGroupMembersDialog/GroupMember/index.tsx +++ b/packages/client/src/components/dialogs/EditGroupMembersDialog/GroupMember/index.tsx @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/components/dialogs/EditGroupMembersDialog/index.tsx b/packages/client/src/components/dialogs/EditGroupMembersDialog/index.tsx index 107b4120c6..e6b07383a0 100644 --- a/packages/client/src/components/dialogs/EditGroupMembersDialog/index.tsx +++ b/packages/client/src/components/dialogs/EditGroupMembersDialog/index.tsx @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/components/dialogs/EditGroupMembersDialog/useFetchGroup.js b/packages/client/src/components/dialogs/EditGroupMembersDialog/useFetchGroup.js index 3b4cd7e60a..895d38fec4 100644 --- a/packages/client/src/components/dialogs/EditGroupMembersDialog/useFetchGroup.js +++ b/packages/client/src/components/dialogs/EditGroupMembersDialog/useFetchGroup.js @@ -1,26 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode - diff --git a/packages/client/src/components/dialogs/EmptyTrashDialog/index.js b/packages/client/src/components/dialogs/EmptyTrashDialog/index.js index 547162c35a..aa650aa3d8 100644 --- a/packages/client/src/components/dialogs/EmptyTrashDialog/index.js +++ b/packages/client/src/components/dialogs/EmptyTrashDialog/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode @@ -156,5 +156,5 @@ export default inject( isArchiveFolder, }; - } + }, )(observer(EmptyTrashDialog)); diff --git a/packages/client/src/components/dialogs/InviteUsersWarningDialog/index.js b/packages/client/src/components/dialogs/InviteUsersWarningDialog/index.js index a4bd26e8eb..ce65ad9d9c 100644 --- a/packages/client/src/components/dialogs/InviteUsersWarningDialog/index.js +++ b/packages/client/src/components/dialogs/InviteUsersWarningDialog/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode @@ -177,5 +177,5 @@ export default inject( delayDueDate, isGracePeriod, }; - } + }, )(observer(withTranslation(["Payments", "Common"])(InviteUsersWarningDialog))); diff --git a/packages/client/src/components/dialogs/LeaveRoomDialog/index.js b/packages/client/src/components/dialogs/LeaveRoomDialog/index.js index a0dd7d6706..fa047825b0 100644 --- a/packages/client/src/components/dialogs/LeaveRoomDialog/index.js +++ b/packages/client/src/components/dialogs/LeaveRoomDialog/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode @@ -134,5 +134,5 @@ export default inject( isOwner: isRoomOwner, onLeaveRoomAction: filesActionsStore.onLeaveRoom, }; - } + }, )(observer(withTranslation(["Common", "Files"])(LeaveRoomDialog))); diff --git a/packages/client/src/components/dialogs/LogoutAllConnectionDialog/index.js b/packages/client/src/components/dialogs/LogoutAllConnectionDialog/index.js index e3f0ca6549..47827d1660 100644 --- a/packages/client/src/components/dialogs/LogoutAllConnectionDialog/index.js +++ b/packages/client/src/components/dialogs/LogoutAllConnectionDialog/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/components/dialogs/LogoutConnectionDialog/index.js b/packages/client/src/components/dialogs/LogoutConnectionDialog/index.js index 2b7a8f166d..29096df8d9 100644 --- a/packages/client/src/components/dialogs/LogoutConnectionDialog/index.js +++ b/packages/client/src/components/dialogs/LogoutConnectionDialog/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/components/dialogs/ModalDialogContainer.js b/packages/client/src/components/dialogs/ModalDialogContainer.js index 4c1f70ff31..9a8c90531f 100644 --- a/packages/client/src/components/dialogs/ModalDialogContainer.js +++ b/packages/client/src/components/dialogs/ModalDialogContainer.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/components/dialogs/MoveToPublicRoom/StyledMoveToPublicRoomDialog.js b/packages/client/src/components/dialogs/MoveToPublicRoom/StyledMoveToPublicRoomDialog.js index 007545384f..010f200dd5 100644 --- a/packages/client/src/components/dialogs/MoveToPublicRoom/StyledMoveToPublicRoomDialog.js +++ b/packages/client/src/components/dialogs/MoveToPublicRoom/StyledMoveToPublicRoomDialog.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode @@ -42,12 +42,12 @@ const StyledMoveToPublicRoomDialog = styled(ModalDialog)` margin: ${({ theme }) => getCorrectFourValuesStyle( "0 -24px 0 -16px", - theme.interfaceDirection === "rtl" + theme.interfaceDirection === "rtl", )}; padding: ${({ theme }) => getCorrectFourValuesStyle( "0 0 0 16px", - theme.interfaceDirection === "rtl" + theme.interfaceDirection === "rtl", )}; } diff --git a/packages/client/src/components/dialogs/MoveToPublicRoom/index.js b/packages/client/src/components/dialogs/MoveToPublicRoom/index.js index a367f90203..c7d1c56ead 100644 --- a/packages/client/src/components/dialogs/MoveToPublicRoom/index.js +++ b/packages/client/src/components/dialogs/MoveToPublicRoom/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode @@ -207,5 +207,5 @@ export default inject( setSelectedItems, setSelected, }; - } + }, )(observer(MoveToPublicRoomDialog)); diff --git a/packages/client/src/components/dialogs/PluginDialog/index.js b/packages/client/src/components/dialogs/PluginDialog/index.js index b81ca32745..1c8c901329 100644 --- a/packages/client/src/components/dialogs/PluginDialog/index.js +++ b/packages/client/src/components/dialogs/PluginDialog/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/components/dialogs/PortalRenamingDialog/index.js b/packages/client/src/components/dialogs/PortalRenamingDialog/index.js index 76c52612fa..e6b12fb7ab 100644 --- a/packages/client/src/components/dialogs/PortalRenamingDialog/index.js +++ b/packages/client/src/components/dialogs/PortalRenamingDialog/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/components/dialogs/PreparationPortalDialog/PreparationPortalDialogWrapper.js b/packages/client/src/components/dialogs/PreparationPortalDialog/PreparationPortalDialogWrapper.js index e3c5e8554e..0ee5bc356d 100644 --- a/packages/client/src/components/dialogs/PreparationPortalDialog/PreparationPortalDialogWrapper.js +++ b/packages/client/src/components/dialogs/PreparationPortalDialog/PreparationPortalDialogWrapper.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/components/dialogs/PreparationPortalDialog/StyledPreparationPortalDialog.js b/packages/client/src/components/dialogs/PreparationPortalDialog/StyledPreparationPortalDialog.js index 52a1904fd3..f0b38dd5aa 100644 --- a/packages/client/src/components/dialogs/PreparationPortalDialog/StyledPreparationPortalDialog.js +++ b/packages/client/src/components/dialogs/PreparationPortalDialog/StyledPreparationPortalDialog.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/components/dialogs/PreparationPortalDialog/i18n.js b/packages/client/src/components/dialogs/PreparationPortalDialog/i18n.js index 176f5090b2..fa36e1db6a 100644 --- a/packages/client/src/components/dialogs/PreparationPortalDialog/i18n.js +++ b/packages/client/src/components/dialogs/PreparationPortalDialog/i18n.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/components/dialogs/PreparationPortalDialog/index.js b/packages/client/src/components/dialogs/PreparationPortalDialog/index.js index 5c4c6345f6..ff0fe43b59 100644 --- a/packages/client/src/components/dialogs/PreparationPortalDialog/index.js +++ b/packages/client/src/components/dialogs/PreparationPortalDialog/index.js @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/client/src/components/dialogs/ResetApplicationDialog/index.js b/packages/client/src/components/dialogs/ResetApplicationDialog/index.js index 6f72473833..b51a97b561 100644 --- a/packages/client/src/components/dialogs/ResetApplicationDialog/index.js +++ b/packages/client/src/components/dialogs/ResetApplicationDialog/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/components/dialogs/RestoreRoomDialog/index.js b/packages/client/src/components/dialogs/RestoreRoomDialog/index.js index 3bb8013f4b..86f67a1ede 100644 --- a/packages/client/src/components/dialogs/RestoreRoomDialog/index.js +++ b/packages/client/src/components/dialogs/RestoreRoomDialog/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode @@ -73,7 +73,7 @@ const RestoreRoomDialogComponent = (props) => { const onAction = () => { const itemsRestoreHaveRights = items.filter( - (item) => item.security.Move === true + (item) => item.security.Move === true, ); setRestoreRoomDialogVisible(false); @@ -139,7 +139,7 @@ const RestoreRoomDialogComponent = (props) => { }; const RestoreRoomDialog = withTranslation(["Files", "ArchiveDialog", "Common"])( - RestoreRoomDialogComponent + RestoreRoomDialogComponent, ); export default inject( @@ -174,5 +174,5 @@ export default inject( items, hasPublicRoom, }; - } + }, )(observer(RestoreRoomDialog)); diff --git a/packages/client/src/components/dialogs/SalesDepartmentRequestDialog/index.js b/packages/client/src/components/dialogs/SalesDepartmentRequestDialog/index.js index fde3d482a3..c84eda3318 100644 --- a/packages/client/src/components/dialogs/SalesDepartmentRequestDialog/index.js +++ b/packages/client/src/components/dialogs/SalesDepartmentRequestDialog/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/components/dialogs/SendInviteDialog/index.js b/packages/client/src/components/dialogs/SendInviteDialog/index.js index 84da90030a..80001d2226 100644 --- a/packages/client/src/components/dialogs/SendInviteDialog/index.js +++ b/packages/client/src/components/dialogs/SendInviteDialog/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode @@ -71,7 +71,7 @@ class SendInviteDialogComponent extends React.Component { this.setState({ isRequestRunning: true }, () => { resendUserInvites(userIds) .then(() => - toastr.success(t("PeopleTranslations:SuccessSentInvitation")) + toastr.success(t("PeopleTranslations:SuccessSentInvitation")), ) .catch((error) => toastr.error(error)) .finally(() => { @@ -85,7 +85,7 @@ class SendInviteDialogComponent extends React.Component { onChange = (e) => { const userIndex = this.state.listUsers.findIndex( - (x) => x.id === e.target.value + (x) => x.id === e.target.value, ); const newUsersList = this.state.listUsers; newUsersList[userIndex].checked = !newUsersList[userIndex].checked; diff --git a/packages/client/src/components/dialogs/SettingsPluginDialog/index.js b/packages/client/src/components/dialogs/SettingsPluginDialog/index.js index 36f69edd66..b01e2a46fa 100644 --- a/packages/client/src/components/dialogs/SettingsPluginDialog/index.js +++ b/packages/client/src/components/dialogs/SettingsPluginDialog/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/components/dialogs/SettingsPluginDialog/sub-components/Footer.js b/packages/client/src/components/dialogs/SettingsPluginDialog/sub-components/Footer.js index 818b0bd945..bd81b3ff1f 100644 --- a/packages/client/src/components/dialogs/SettingsPluginDialog/sub-components/Footer.js +++ b/packages/client/src/components/dialogs/SettingsPluginDialog/sub-components/Footer.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/components/dialogs/SettingsPluginDialog/sub-components/Header.js b/packages/client/src/components/dialogs/SettingsPluginDialog/sub-components/Header.js index 4f3e0961e8..20f0311050 100644 --- a/packages/client/src/components/dialogs/SettingsPluginDialog/sub-components/Header.js +++ b/packages/client/src/components/dialogs/SettingsPluginDialog/sub-components/Header.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/components/dialogs/SettingsPluginDialog/sub-components/Info.js b/packages/client/src/components/dialogs/SettingsPluginDialog/sub-components/Info.js index 2842599cff..fb867d727d 100644 --- a/packages/client/src/components/dialogs/SettingsPluginDialog/sub-components/Info.js +++ b/packages/client/src/components/dialogs/SettingsPluginDialog/sub-components/Info.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/components/dialogs/ShareFolderDialog/index.js b/packages/client/src/components/dialogs/ShareFolderDialog/index.js index 1b5408a4e1..439373bedb 100644 --- a/packages/client/src/components/dialogs/ShareFolderDialog/index.js +++ b/packages/client/src/components/dialogs/ShareFolderDialog/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/components/dialogs/SubmitToFormGallery/index.js b/packages/client/src/components/dialogs/SubmitToFormGallery/index.js index 5ed83cfc0c..d349e19491 100644 --- a/packages/client/src/components/dialogs/SubmitToFormGallery/index.js +++ b/packages/client/src/components/dialogs/SubmitToFormGallery/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/components/dialogs/SubmitToFormGallery/index.styled.js b/packages/client/src/components/dialogs/SubmitToFormGallery/index.styled.js index 9276778e9b..9255c36b90 100644 --- a/packages/client/src/components/dialogs/SubmitToFormGallery/index.styled.js +++ b/packages/client/src/components/dialogs/SubmitToFormGallery/index.styled.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/components/dialogs/UnsavedChangesDialog/index.js b/packages/client/src/components/dialogs/UnsavedChangesDialog/index.js index 20733ce7f3..7aa61967b1 100644 --- a/packages/client/src/components/dialogs/UnsavedChangesDialog/index.js +++ b/packages/client/src/components/dialogs/UnsavedChangesDialog/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode @@ -113,7 +113,7 @@ const UnsavedChangesDialogComponent = (props) => { }; const UnsavedChangesDialog = withTranslation(["Files", "Settings"])( - UnsavedChangesDialogComponent + UnsavedChangesDialogComponent, ); export default inject(({ dialogsStore }) => { diff --git a/packages/client/src/components/dialogs/index.js b/packages/client/src/components/dialogs/index.js index 292f7187fc..7e8cf429f0 100644 --- a/packages/client/src/components/dialogs/index.js +++ b/packages/client/src/components/dialogs/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/components/panels/AddUsersPanel/index.tsx b/packages/client/src/components/panels/AddUsersPanel/index.tsx index 8fbbf841ca..49ae64bfb9 100644 --- a/packages/client/src/components/panels/AddUsersPanel/index.tsx +++ b/packages/client/src/components/panels/AddUsersPanel/index.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/client/src/components/panels/ChangeOwnerPanel/index.js b/packages/client/src/components/panels/ChangeOwnerPanel/index.js index 584297c81e..7fe76d3e3f 100644 --- a/packages/client/src/components/panels/ChangeOwnerPanel/index.js +++ b/packages/client/src/components/panels/ChangeOwnerPanel/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/components/panels/ChangeRoomOwnerPanel/index.js b/packages/client/src/components/panels/ChangeRoomOwnerPanel/index.js index 4cc62474d6..96f797dd37 100644 --- a/packages/client/src/components/panels/ChangeRoomOwnerPanel/index.js +++ b/packages/client/src/components/panels/ChangeRoomOwnerPanel/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/components/panels/EditLinkPanel/LimitTimeBlock.js b/packages/client/src/components/panels/EditLinkPanel/LimitTimeBlock.js index e75c658580..ca8d4fd0b0 100644 --- a/packages/client/src/components/panels/EditLinkPanel/LimitTimeBlock.js +++ b/packages/client/src/components/panels/EditLinkPanel/LimitTimeBlock.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/components/panels/EditLinkPanel/LinkBlock.js b/packages/client/src/components/panels/EditLinkPanel/LinkBlock.js index 2a683d9156..9fd03df8a2 100644 --- a/packages/client/src/components/panels/EditLinkPanel/LinkBlock.js +++ b/packages/client/src/components/panels/EditLinkPanel/LinkBlock.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/components/panels/EditLinkPanel/PasswordAccessBlock.js b/packages/client/src/components/panels/EditLinkPanel/PasswordAccessBlock.js index 5ddf7df5a0..c96c152747 100644 --- a/packages/client/src/components/panels/EditLinkPanel/PasswordAccessBlock.js +++ b/packages/client/src/components/panels/EditLinkPanel/PasswordAccessBlock.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/components/panels/EditLinkPanel/StyledEditLinkPanel.js b/packages/client/src/components/panels/EditLinkPanel/StyledEditLinkPanel.js index f8ffe6a0f5..2342fdb032 100644 --- a/packages/client/src/components/panels/EditLinkPanel/StyledEditLinkPanel.js +++ b/packages/client/src/components/panels/EditLinkPanel/StyledEditLinkPanel.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/components/panels/EditLinkPanel/ToggleBlock.js b/packages/client/src/components/panels/EditLinkPanel/ToggleBlock.js index 409ff28cab..915800756b 100644 --- a/packages/client/src/components/panels/EditLinkPanel/ToggleBlock.js +++ b/packages/client/src/components/panels/EditLinkPanel/ToggleBlock.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/components/panels/EditLinkPanel/index.js b/packages/client/src/components/panels/EditLinkPanel/index.js index e37a6f36c0..ca3ca8578c 100644 --- a/packages/client/src/components/panels/EditLinkPanel/index.js +++ b/packages/client/src/components/panels/EditLinkPanel/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode @@ -69,7 +69,7 @@ const EditLinkPanel = (props) => { const [isLoading, setIsLoading] = useState(false); const [linkNameValue, setLinkNameValue] = useState( - link?.sharedTo?.title || "" + link?.sharedTo?.title || "", ); const [passwordValue, setPasswordValue] = useState(password); const [expirationDate, setExpirationDate] = useState(date); @@ -343,7 +343,7 @@ export default inject( isPublic, currentDeviceType: settingsStore.currentDeviceType, }; - } + }, )( - withTranslation(["SharingPanel", "Common", "Files"])(observer(EditLinkPanel)) + withTranslation(["SharingPanel", "Common", "Files"])(observer(EditLinkPanel)), ); diff --git a/packages/client/src/components/panels/EmbeddingPanel/EmbeddingBody.js b/packages/client/src/components/panels/EmbeddingPanel/EmbeddingBody.js index c0f6bfbe0e..d335e0c91f 100644 --- a/packages/client/src/components/panels/EmbeddingPanel/EmbeddingBody.js +++ b/packages/client/src/components/panels/EmbeddingPanel/EmbeddingBody.js @@ -1,30 +1,30 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode -import React, { useState } from "react"; +import React, { useState } from "react"; import copy from "copy-to-clipboard"; import { Text } from "@docspace/shared/components/text"; import { Link } from "@docspace/shared/components/link"; diff --git a/packages/client/src/components/panels/EmbeddingPanel/StyledEmbeddingPanel.js b/packages/client/src/components/panels/EmbeddingPanel/StyledEmbeddingPanel.js index 4bb84c20c8..2138c78f13 100644 --- a/packages/client/src/components/panels/EmbeddingPanel/StyledEmbeddingPanel.js +++ b/packages/client/src/components/panels/EmbeddingPanel/StyledEmbeddingPanel.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/components/panels/EmbeddingPanel/index.js b/packages/client/src/components/panels/EmbeddingPanel/index.js index 9ac1648a30..1c858a5461 100644 --- a/packages/client/src/components/panels/EmbeddingPanel/index.js +++ b/packages/client/src/components/panels/EmbeddingPanel/index.js @@ -1,30 +1,30 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode -import React, { useRef, useEffect } from "react"; +import React, { useRef, useEffect } from "react"; import { inject, observer } from "mobx-react"; import { Backdrop } from "@docspace/shared/components/backdrop"; import { Heading } from "@docspace/shared/components/heading"; @@ -125,6 +125,6 @@ export default inject(({ dialogsStore, settingsStore }) => { }; })( withTranslation(["Files", "EmbeddingPanel"])( - observer(EmbeddingPanelComponent) - ) + observer(EmbeddingPanelComponent), + ), ); diff --git a/packages/client/src/components/panels/HotkeysPanel/ActionsBlock.js b/packages/client/src/components/panels/HotkeysPanel/ActionsBlock.js index 980fdc7627..f7ad3796cf 100644 --- a/packages/client/src/components/panels/HotkeysPanel/ActionsBlock.js +++ b/packages/client/src/components/panels/HotkeysPanel/ActionsBlock.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/components/panels/HotkeysPanel/ApplicationActionsBlock.js b/packages/client/src/components/panels/HotkeysPanel/ApplicationActionsBlock.js index c17feaa621..722bae4a3a 100644 --- a/packages/client/src/components/panels/HotkeysPanel/ApplicationActionsBlock.js +++ b/packages/client/src/components/panels/HotkeysPanel/ApplicationActionsBlock.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/components/panels/HotkeysPanel/CreationBlock.js b/packages/client/src/components/panels/HotkeysPanel/CreationBlock.js index 696c7b73e0..603d16706b 100644 --- a/packages/client/src/components/panels/HotkeysPanel/CreationBlock.js +++ b/packages/client/src/components/panels/HotkeysPanel/CreationBlock.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/components/panels/HotkeysPanel/MoveBlock.js b/packages/client/src/components/panels/HotkeysPanel/MoveBlock.js index d1915cab44..0b6d211dae 100644 --- a/packages/client/src/components/panels/HotkeysPanel/MoveBlock.js +++ b/packages/client/src/components/panels/HotkeysPanel/MoveBlock.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/components/panels/HotkeysPanel/NavigationBlock.js b/packages/client/src/components/panels/HotkeysPanel/NavigationBlock.js index 878cce1891..041ad33ada 100644 --- a/packages/client/src/components/panels/HotkeysPanel/NavigationBlock.js +++ b/packages/client/src/components/panels/HotkeysPanel/NavigationBlock.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/components/panels/HotkeysPanel/PreviewActionsBlock.js b/packages/client/src/components/panels/HotkeysPanel/PreviewActionsBlock.js index adf497a8e1..c081035856 100644 --- a/packages/client/src/components/panels/HotkeysPanel/PreviewActionsBlock.js +++ b/packages/client/src/components/panels/HotkeysPanel/PreviewActionsBlock.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/components/panels/HotkeysPanel/SelectionBlock.js b/packages/client/src/components/panels/HotkeysPanel/SelectionBlock.js index 220a334734..defb48a71a 100644 --- a/packages/client/src/components/panels/HotkeysPanel/SelectionBlock.js +++ b/packages/client/src/components/panels/HotkeysPanel/SelectionBlock.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/components/panels/HotkeysPanel/StyledHotkeys.js b/packages/client/src/components/panels/HotkeysPanel/StyledHotkeys.js index 5ace31e5e4..d04ee9c367 100644 --- a/packages/client/src/components/panels/HotkeysPanel/StyledHotkeys.js +++ b/packages/client/src/components/panels/HotkeysPanel/StyledHotkeys.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/components/panels/HotkeysPanel/UploadBlock.js b/packages/client/src/components/panels/HotkeysPanel/UploadBlock.js index d133d84ac3..bb90b0c9af 100644 --- a/packages/client/src/components/panels/HotkeysPanel/UploadBlock.js +++ b/packages/client/src/components/panels/HotkeysPanel/UploadBlock.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/components/panels/HotkeysPanel/index.js b/packages/client/src/components/panels/HotkeysPanel/index.js index ef445b7ee8..17c090f81c 100644 --- a/packages/client/src/components/panels/HotkeysPanel/index.js +++ b/packages/client/src/components/panels/HotkeysPanel/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode @@ -186,6 +186,6 @@ export default inject(({ settingsStore, publicRoomStore, userStore }) => { }; })( withTranslation(["HotkeysPanel", "Article", "Common", "Files"])( - observer(HotkeyPanel) - ) + observer(HotkeyPanel), + ), ); diff --git a/packages/client/src/components/panels/InvitePanel/StyledInvitePanel.js b/packages/client/src/components/panels/InvitePanel/StyledInvitePanel.js index fca1d0362e..bbe20d2f59 100644 --- a/packages/client/src/components/panels/InvitePanel/StyledInvitePanel.js +++ b/packages/client/src/components/panels/InvitePanel/StyledInvitePanel.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/components/panels/InvitePanel/index.js b/packages/client/src/components/panels/InvitePanel/index.js index 1bb3bfa23a..9c5378f12f 100644 --- a/packages/client/src/components/panels/InvitePanel/index.js +++ b/packages/client/src/components/panels/InvitePanel/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/components/panels/InvitePanel/sub-components/AccessSelector.js b/packages/client/src/components/panels/InvitePanel/sub-components/AccessSelector.js index fc9a32993f..de85ae387c 100644 --- a/packages/client/src/components/panels/InvitePanel/sub-components/AccessSelector.js +++ b/packages/client/src/components/panels/InvitePanel/sub-components/AccessSelector.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode @@ -63,11 +63,11 @@ const AccessSelector = ({ withRemove, true, isOwner, - standalone + standalone, ); const selectedOption = accessOptions.filter( - (access) => access.access === +defaultAccess + (access) => access.access === +defaultAccess, )[0]; useEffect(() => { diff --git a/packages/client/src/components/panels/InvitePanel/sub-components/ExternalLinks.js b/packages/client/src/components/panels/InvitePanel/sub-components/ExternalLinks.js index 3a86a9a0c4..2a5d06fe4b 100644 --- a/packages/client/src/components/panels/InvitePanel/sub-components/ExternalLinks.js +++ b/packages/client/src/components/panels/InvitePanel/sub-components/ExternalLinks.js @@ -1,30 +1,30 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode -import MediaDownloadReactSvgUrl from "PUBLIC_DIR/images/media.download.react.svg?url"; +import MediaDownloadReactSvgUrl from "PUBLIC_DIR/images/media.download.react.svg?url"; import CopyReactSvgUrl from "PUBLIC_DIR/images/copy.react.svg?url"; import React, { useState, useRef, useCallback } from "react"; import { inject, observer } from "mobx-react"; diff --git a/packages/client/src/components/panels/InvitePanel/sub-components/InfoBar.js b/packages/client/src/components/panels/InvitePanel/sub-components/InfoBar.js index a6b51baa54..fbe003ef59 100644 --- a/packages/client/src/components/panels/InvitePanel/sub-components/InfoBar.js +++ b/packages/client/src/components/panels/InvitePanel/sub-components/InfoBar.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/components/panels/InvitePanel/sub-components/InviteInput.js b/packages/client/src/components/panels/InvitePanel/sub-components/InviteInput.js index 53d9086086..2a6b9ef36e 100644 --- a/packages/client/src/components/panels/InvitePanel/sub-components/InviteInput.js +++ b/packages/client/src/components/panels/InvitePanel/sub-components/InviteInput.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/components/panels/InvitePanel/sub-components/InvitePanelLoader/InvitePanelLoader.styled.ts b/packages/client/src/components/panels/InvitePanel/sub-components/InvitePanelLoader/InvitePanelLoader.styled.ts index 347645bb0b..dd418b2e39 100644 --- a/packages/client/src/components/panels/InvitePanel/sub-components/InvitePanelLoader/InvitePanelLoader.styled.ts +++ b/packages/client/src/components/panels/InvitePanel/sub-components/InvitePanelLoader/InvitePanelLoader.styled.ts @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/components/panels/InvitePanel/sub-components/InvitePanelLoader/InvitePanelLoader.tsx b/packages/client/src/components/panels/InvitePanel/sub-components/InvitePanelLoader/InvitePanelLoader.tsx index 2bd3365fb5..85fe4cc4b1 100644 --- a/packages/client/src/components/panels/InvitePanel/sub-components/InvitePanelLoader/InvitePanelLoader.tsx +++ b/packages/client/src/components/panels/InvitePanel/sub-components/InvitePanelLoader/InvitePanelLoader.tsx @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/components/panels/InvitePanel/sub-components/InvitePanelLoader/index.ts b/packages/client/src/components/panels/InvitePanel/sub-components/InvitePanelLoader/index.ts index f48e973c77..4308147490 100644 --- a/packages/client/src/components/panels/InvitePanel/sub-components/InvitePanelLoader/index.ts +++ b/packages/client/src/components/panels/InvitePanel/sub-components/InvitePanelLoader/index.ts @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/components/panels/InvitePanel/sub-components/Item.js b/packages/client/src/components/panels/InvitePanel/sub-components/Item.js index e9c0d9d720..e0fddb6bc8 100644 --- a/packages/client/src/components/panels/InvitePanel/sub-components/Item.js +++ b/packages/client/src/components/panels/InvitePanel/sub-components/Item.js @@ -1,30 +1,30 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode -import InfoEditReactSvgUrl from "PUBLIC_DIR/images/info.edit.react.svg?url"; +import InfoEditReactSvgUrl from "PUBLIC_DIR/images/info.edit.react.svg?url"; import AtReactSvgUrl from "PUBLIC_DIR/images/@.react.svg?url"; import AlertSvgUrl from "PUBLIC_DIR/images/icons/12/alert.react.svg?url"; import React, { useState, useEffect } from "react"; diff --git a/packages/client/src/components/panels/InvitePanel/sub-components/ItemsList.js b/packages/client/src/components/panels/InvitePanel/sub-components/ItemsList.js index 62f42556c5..19ddcc5942 100644 --- a/packages/client/src/components/panels/InvitePanel/sub-components/ItemsList.js +++ b/packages/client/src/components/panels/InvitePanel/sub-components/ItemsList.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode @@ -57,7 +57,12 @@ const Row = memo(({ data, index, style }) => { const item = inviteItems[index]; return ( - + { let ext; let name; @@ -513,5 +513,5 @@ export default inject( setCurrentItem, clearUploadedFilesHistory, }; - } + }, )(withTranslation("UploadPanel")(observer(FileRow))); diff --git a/packages/client/src/components/panels/UploadPanel/RowWrapper.js b/packages/client/src/components/panels/UploadPanel/RowWrapper.js index 89fe9f166c..d51f3bd3ba 100644 --- a/packages/client/src/components/panels/UploadPanel/RowWrapper.js +++ b/packages/client/src/components/panels/UploadPanel/RowWrapper.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/components/panels/UploadPanel/SubComponents/ActionsUploadedFile.js b/packages/client/src/components/panels/UploadPanel/SubComponents/ActionsUploadedFile.js index 0f8fa5434e..1774f656a7 100644 --- a/packages/client/src/components/panels/UploadPanel/SubComponents/ActionsUploadedFile.js +++ b/packages/client/src/components/panels/UploadPanel/SubComponents/ActionsUploadedFile.js @@ -1,30 +1,30 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode -import RefreshReactSvgUrl from "PUBLIC_DIR/images/refresh.react.svg?url"; +import RefreshReactSvgUrl from "PUBLIC_DIR/images/refresh.react.svg?url"; import React from "react"; import ShareButton from "./ShareButton"; import { IconButton } from "@docspace/shared/components/icon-button"; diff --git a/packages/client/src/components/panels/UploadPanel/SubComponents/ErrorFileUpload.js b/packages/client/src/components/panels/UploadPanel/SubComponents/ErrorFileUpload.js index 72c3d74bc3..0501c6b0f8 100644 --- a/packages/client/src/components/panels/UploadPanel/SubComponents/ErrorFileUpload.js +++ b/packages/client/src/components/panels/UploadPanel/SubComponents/ErrorFileUpload.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/components/panels/UploadPanel/SubComponents/LoadingButton.js b/packages/client/src/components/panels/UploadPanel/SubComponents/LoadingButton.js index d6d7922840..ee8a07853d 100644 --- a/packages/client/src/components/panels/UploadPanel/SubComponents/LoadingButton.js +++ b/packages/client/src/components/panels/UploadPanel/SubComponents/LoadingButton.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/components/panels/UploadPanel/SubComponents/ShareButton.js b/packages/client/src/components/panels/UploadPanel/SubComponents/ShareButton.js index 66e8724542..fc42ce949f 100644 --- a/packages/client/src/components/panels/UploadPanel/SubComponents/ShareButton.js +++ b/packages/client/src/components/panels/UploadPanel/SubComponents/ShareButton.js @@ -1,30 +1,30 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode -import CatalogSharedReactSvgUrl from "PUBLIC_DIR/images/catalog.shared.react.svg?url"; +import CatalogSharedReactSvgUrl from "PUBLIC_DIR/images/catalog.shared.react.svg?url"; import React from "react"; import { IconButton } from "@docspace/shared/components/icon-button"; import { inject, observer } from "mobx-react"; @@ -72,5 +72,5 @@ export default inject( setSharingPanelVisible, selectUploadedFile, }; - } + }, )(observer(ShareButton)); diff --git a/packages/client/src/components/panels/UploadPanel/index.js b/packages/client/src/components/panels/UploadPanel/index.js index 959f2a55d0..7d73430346 100644 --- a/packages/client/src/components/panels/UploadPanel/index.js +++ b/packages/client/src/components/panels/UploadPanel/index.js @@ -1,30 +1,30 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode -import VerticalDotsReactSvgUrl from "PUBLIC_DIR/images/vertical-dots.react.svg?url"; +import VerticalDotsReactSvgUrl from "PUBLIC_DIR/images/vertical-dots.react.svg?url"; import ClearActiveReactSvgUrl from "PUBLIC_DIR/images/clear.active.react.svg?url"; import ButtonCancelReactSvgUrl from "PUBLIC_DIR/images/button.cancel.react.svg?url"; import React from "react"; diff --git a/packages/client/src/components/panels/VersionHistoryPanel/index.js b/packages/client/src/components/panels/VersionHistoryPanel/index.js index 30e5d84278..3a6f544781 100644 --- a/packages/client/src/components/panels/VersionHistoryPanel/index.js +++ b/packages/client/src/components/panels/VersionHistoryPanel/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode @@ -129,7 +129,7 @@ class PureVersionHistoryPanel extends React.Component { } const VersionHistoryPanel = withTranslation("VersionHistory")( - PureVersionHistoryPanel + PureVersionHistoryPanel, ); VersionHistoryPanel.propTypes = { @@ -167,5 +167,5 @@ export default inject( setInfoPanelIsMobileHidden, currentDeviceType, }; - } + }, )(observer(VersionHistoryPanel)); diff --git a/packages/client/src/components/panels/index.js b/packages/client/src/components/panels/index.js index 040d9a1f85..773fbaa370 100644 --- a/packages/client/src/components/panels/index.js +++ b/packages/client/src/components/panels/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/helpers/confirmRoute.js b/packages/client/src/helpers/confirmRoute.js index 9f0582bfb3..459255e767 100644 --- a/packages/client/src/helpers/confirmRoute.js +++ b/packages/client/src/helpers/confirmRoute.js @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/client/src/helpers/constants.js b/packages/client/src/helpers/constants.js index 0b4113b7c3..03d5cf7828 100644 --- a/packages/client/src/helpers/constants.js +++ b/packages/client/src/helpers/constants.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/helpers/desktop.js b/packages/client/src/helpers/desktop.js index b3446f054e..834bb79262 100644 --- a/packages/client/src/helpers/desktop.js +++ b/packages/client/src/helpers/desktop.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode @@ -32,7 +32,7 @@ import { encryptionUploadDialog as encryptionUploadDialogHelper } from "./encryp export function encryptionUploadDialog(callback) { encryptionUploadDialogHelper( store.filesSettingsStore.extsWebEncrypt, - callback + callback, ); } @@ -55,7 +55,7 @@ export function setEncryptionAccess(file) { file = new File([bytes], filename); } resolve(file); - } + }, ); } catch (e) { reject(e); diff --git a/packages/client/src/helpers/encryptionUploadDialog.js b/packages/client/src/helpers/encryptionUploadDialog.js index aaa537b9ff..c02b57a76a 100644 --- a/packages/client/src/helpers/encryptionUploadDialog.js +++ b/packages/client/src/helpers/encryptionUploadDialog.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/helpers/enums.ts b/packages/client/src/helpers/enums.ts index a1ae044bad..d0de9800d7 100644 --- a/packages/client/src/helpers/enums.ts +++ b/packages/client/src/helpers/enums.ts @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/helpers/files-helpers.js b/packages/client/src/helpers/files-helpers.js index b4c811233c..fc0ac58117 100644 --- a/packages/client/src/helpers/files-helpers.js +++ b/packages/client/src/helpers/files-helpers.js @@ -1,30 +1,30 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode -import CatalogQuestionReactSvgUrl from "PUBLIC_DIR/images/catalog.question.react.svg?url"; +import CatalogQuestionReactSvgUrl from "PUBLIC_DIR/images/catalog.question.react.svg?url"; import AccessEditReactSvgUrl from "PUBLIC_DIR/images/access.edit.react.svg?url"; import EyeReactSvgUrl from "PUBLIC_DIR/images/eye.react.svg?url"; import AccessNoneReactSvgUrl from "PUBLIC_DIR/images/access.none.react.svg?url"; diff --git a/packages/client/src/helpers/filesConstants.js b/packages/client/src/helpers/filesConstants.js index 4893db088c..2e406cf01a 100644 --- a/packages/client/src/helpers/filesConstants.js +++ b/packages/client/src/helpers/filesConstants.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/helpers/filesUtils.js b/packages/client/src/helpers/filesUtils.js index 90f63e8f31..13173cf08d 100644 --- a/packages/client/src/helpers/filesUtils.js +++ b/packages/client/src/helpers/filesUtils.js @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/client/src/helpers/i18n.js b/packages/client/src/helpers/i18n.js index 136e89807e..a8cdbc42e8 100644 --- a/packages/client/src/helpers/i18n.js +++ b/packages/client/src/helpers/i18n.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/helpers/index.ts b/packages/client/src/helpers/index.ts index da5b6f0343..e55b808b8d 100644 --- a/packages/client/src/helpers/index.ts +++ b/packages/client/src/helpers/index.ts @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/helpers/people-helpers.js b/packages/client/src/helpers/people-helpers.js index 2355987715..e7e68ce3a5 100644 --- a/packages/client/src/helpers/people-helpers.js +++ b/packages/client/src/helpers/people-helpers.js @@ -1,30 +1,30 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode -import React from "react"; +import React from "react"; import { Trans } from "react-i18next"; import MailReactSvgUrl from "PUBLIC_DIR/images/mail.react.svg?url"; import { find, cloneDeep } from "lodash"; @@ -188,6 +188,6 @@ export const showEmailActivationToast = (email) => { defaults="The email activation instructions have been sent to the {{email}} email address" values={{ email }} components={{ 1: }} - /> + />, ); }; diff --git a/packages/client/src/helpers/plugins/WrappedComponent.js b/packages/client/src/helpers/plugins/WrappedComponent.js index 3b581eca99..a8b3ff989c 100644 --- a/packages/client/src/helpers/plugins/WrappedComponent.js +++ b/packages/client/src/helpers/plugins/WrappedComponent.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/helpers/plugins/components/Plugin.js b/packages/client/src/helpers/plugins/components/Plugin.js index e09974930a..115bc54e38 100644 --- a/packages/client/src/helpers/plugins/components/Plugin.js +++ b/packages/client/src/helpers/plugins/components/Plugin.js @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/client/src/helpers/plugins/components/PluginHeader.js b/packages/client/src/helpers/plugins/components/PluginHeader.js index ee567c1109..181fd63523 100644 --- a/packages/client/src/helpers/plugins/components/PluginHeader.js +++ b/packages/client/src/helpers/plugins/components/PluginHeader.js @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/client/src/helpers/plugins/components/PluginInfo.js b/packages/client/src/helpers/plugins/components/PluginInfo.js index 68d093c310..57a1251598 100644 --- a/packages/client/src/helpers/plugins/components/PluginInfo.js +++ b/packages/client/src/helpers/plugins/components/PluginInfo.js @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/client/src/helpers/plugins/components/PluginSettings.js b/packages/client/src/helpers/plugins/components/PluginSettings.js index 5708ccb97c..5cabf6547b 100644 --- a/packages/client/src/helpers/plugins/components/PluginSettings.js +++ b/packages/client/src/helpers/plugins/components/PluginSettings.js @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/client/src/helpers/plugins/enums.ts b/packages/client/src/helpers/plugins/enums.ts index a153080f10..cd68835609 100644 --- a/packages/client/src/helpers/plugins/enums.ts +++ b/packages/client/src/helpers/plugins/enums.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/client/src/helpers/plugins/types.ts b/packages/client/src/helpers/plugins/types.ts index 6aba65c0ab..fffff114a6 100644 --- a/packages/client/src/helpers/plugins/types.ts +++ b/packages/client/src/helpers/plugins/types.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/client/src/helpers/plugins/utils.js b/packages/client/src/helpers/plugins/utils.js index b60812fea7..92b380dc92 100644 --- a/packages/client/src/helpers/plugins/utils.js +++ b/packages/client/src/helpers/plugins/utils.js @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/client/src/helpers/utils.js b/packages/client/src/helpers/utils.js index 3379873a43..fc32185074 100644 --- a/packages/client/src/helpers/utils.js +++ b/packages/client/src/helpers/utils.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/i18n.js b/packages/client/src/i18n.js index b2dfda6d61..024c306d30 100644 --- a/packages/client/src/i18n.js +++ b/packages/client/src/i18n.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/index.js b/packages/client/src/index.js index 58916790ba..0d86897b8f 100644 --- a/packages/client/src/index.js +++ b/packages/client/src/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/About/AboutContent.js b/packages/client/src/pages/About/AboutContent.js index 5255afa853..0f4242ec3c 100644 --- a/packages/client/src/pages/About/AboutContent.js +++ b/packages/client/src/pages/About/AboutContent.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode @@ -137,7 +137,7 @@ const AboutContent = (props) => { const logo = getLogoFromPath( !theme.isBase ? whiteLabelLogoUrls[6]?.path.dark - : whiteLabelLogoUrls[6]?.path.light + : whiteLabelLogoUrls[6]?.path.light, ); return ( diff --git a/packages/client/src/pages/About/AboutDialog.js b/packages/client/src/pages/About/AboutDialog.js index 2152dac427..d6b58b4cb0 100644 --- a/packages/client/src/pages/About/AboutDialog.js +++ b/packages/client/src/pages/About/AboutDialog.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/About/AboutHeader.js b/packages/client/src/pages/About/AboutHeader.js index c646c6872b..1062406ea8 100644 --- a/packages/client/src/pages/About/AboutHeader.js +++ b/packages/client/src/pages/About/AboutHeader.js @@ -1,30 +1,30 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode -import ArrowPathReactSvgUrl from "PUBLIC_DIR/images/arrow.path.react.svg?url"; +import ArrowPathReactSvgUrl from "PUBLIC_DIR/images/arrow.path.react.svg?url"; import React from "react"; import styled, { css } from "styled-components"; import { withTranslation } from "react-i18next"; diff --git a/packages/client/src/pages/About/ModalDialogContainer.js b/packages/client/src/pages/About/ModalDialogContainer.js index e1b4bcfdac..270f5b1603 100644 --- a/packages/client/src/pages/About/ModalDialogContainer.js +++ b/packages/client/src/pages/About/ModalDialogContainer.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/About/i18n.js b/packages/client/src/pages/About/i18n.js index 59bbc03dba..d592a567dc 100644 --- a/packages/client/src/pages/About/i18n.js +++ b/packages/client/src/pages/About/i18n.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/About/index.js b/packages/client/src/pages/About/index.js index 9b7343f89e..d1567163f8 100644 --- a/packages/client/src/pages/About/index.js +++ b/packages/client/src/pages/About/index.js @@ -1,30 +1,30 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode -import React, { useEffect } from "react"; +import React, { useEffect } from "react"; import Section from "@docspace/shared/components/section"; import { I18nextProvider, withTranslation } from "react-i18next"; import { setDocumentTitle } from "SRC_DIR/helpers/utils"; diff --git a/packages/client/src/pages/AccountsHome/SelectionArea/index.js b/packages/client/src/pages/AccountsHome/SelectionArea/index.js index bb13360275..df29d73ff4 100644 --- a/packages/client/src/pages/AccountsHome/SelectionArea/index.js +++ b/packages/client/src/pages/AccountsHome/SelectionArea/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/Bonus/StyledComponent.js b/packages/client/src/pages/Bonus/StyledComponent.js index d11076d945..38ce61859f 100644 --- a/packages/client/src/pages/Bonus/StyledComponent.js +++ b/packages/client/src/pages/Bonus/StyledComponent.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/Bonus/index.js b/packages/client/src/pages/Bonus/index.js index 884d8d3a64..3b4bd94ef7 100644 --- a/packages/client/src/pages/Bonus/index.js +++ b/packages/client/src/pages/Bonus/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/Bonus/sub-components/OfficialDocumentation.js b/packages/client/src/pages/Bonus/sub-components/OfficialDocumentation.js index 47cfc2dcd5..77ce2661ab 100644 --- a/packages/client/src/pages/Bonus/sub-components/OfficialDocumentation.js +++ b/packages/client/src/pages/Bonus/sub-components/OfficialDocumentation.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/Confirm/ConfirmWrapper.js b/packages/client/src/pages/Confirm/ConfirmWrapper.js index 1e24a33a7a..bfcd20c74d 100644 --- a/packages/client/src/pages/Confirm/ConfirmWrapper.js +++ b/packages/client/src/pages/Confirm/ConfirmWrapper.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/Confirm/index.js b/packages/client/src/pages/Confirm/index.js index f2a6b5b9a3..15769ee066 100644 --- a/packages/client/src/pages/Confirm/index.js +++ b/packages/client/src/pages/Confirm/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/Confirm/sub-components/GreetingUserContainer.js b/packages/client/src/pages/Confirm/sub-components/GreetingUserContainer.js index 9045d7a981..a4b3a40f3a 100644 --- a/packages/client/src/pages/Confirm/sub-components/GreetingUserContainer.js +++ b/packages/client/src/pages/Confirm/sub-components/GreetingUserContainer.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/Confirm/sub-components/StyledConfirm.js b/packages/client/src/pages/Confirm/sub-components/StyledConfirm.js index 9e0400093d..9b539da8f5 100644 --- a/packages/client/src/pages/Confirm/sub-components/StyledConfirm.js +++ b/packages/client/src/pages/Confirm/sub-components/StyledConfirm.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/Confirm/sub-components/StyledCreateUser.js b/packages/client/src/pages/Confirm/sub-components/StyledCreateUser.js index b1a47f871c..be9b5e2e01 100644 --- a/packages/client/src/pages/Confirm/sub-components/StyledCreateUser.js +++ b/packages/client/src/pages/Confirm/sub-components/StyledCreateUser.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/Confirm/sub-components/activateEmail.js b/packages/client/src/pages/Confirm/sub-components/activateEmail.js index 651420cb54..30dea1da37 100644 --- a/packages/client/src/pages/Confirm/sub-components/activateEmail.js +++ b/packages/client/src/pages/Confirm/sub-components/activateEmail.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode @@ -47,8 +47,8 @@ class ActivateEmail extends React.PureComponent { tryRedirectTo( combineUrl( window.DocSpaceConfig?.proxy?.url, - `/login?confirmedEmail=${email}` - ) + `/login?confirmedEmail=${email}`, + ), ); }) .catch((error) => { @@ -67,10 +67,10 @@ class ActivateEmail extends React.PureComponent { tryRedirectTo( combineUrl( window.DocSpaceConfig?.proxy?.url, - `/login/error?message=${errorMessage}` - ) + `/login/error?message=${errorMessage}`, + ), ); - }) + }), ); } diff --git a/packages/client/src/pages/Confirm/sub-components/activateUser.js b/packages/client/src/pages/Confirm/sub-components/activateUser.js index 8ebdc77282..2b9eacfb08 100644 --- a/packages/client/src/pages/Confirm/sub-components/activateUser.js +++ b/packages/client/src/pages/Confirm/sub-components/activateUser.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/Confirm/sub-components/auth.js b/packages/client/src/pages/Confirm/sub-components/auth.js index 5c53b02b17..e99665c3d2 100644 --- a/packages/client/src/pages/Confirm/sub-components/auth.js +++ b/packages/client/src/pages/Confirm/sub-components/auth.js @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/client/src/pages/Confirm/sub-components/changeEmail.js b/packages/client/src/pages/Confirm/sub-components/changeEmail.js index aa54574a21..79bb620819 100644 --- a/packages/client/src/pages/Confirm/sub-components/changeEmail.js +++ b/packages/client/src/pages/Confirm/sub-components/changeEmail.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode @@ -43,8 +43,8 @@ class ChangeEmail extends React.PureComponent { tryRedirectTo( combineUrl( window.DocSpaceConfig?.proxy?.url, - `/profile?email_change=success` - ) + `/profile?email_change=success`, + ), ); }) .catch((error) => { @@ -63,8 +63,8 @@ class ChangeEmail extends React.PureComponent { tryRedirectTo( combineUrl( window.DocSpaceConfig?.proxy?.url, - `/error=${errorMessage}` - ) + `/error=${errorMessage}`, + ), ); }); } @@ -80,8 +80,8 @@ class ChangeEmail extends React.PureComponent { tryRedirectTo( combineUrl( window.DocSpaceConfig?.proxy?.url, - `/profile?email_change=success` - ) + `/profile?email_change=success`, + ), ); }) .catch((e) => console.log("change client email error", e)); diff --git a/packages/client/src/pages/Confirm/sub-components/changeOwner.js b/packages/client/src/pages/Confirm/sub-components/changeOwner.js index 5808dcb69b..64cc29dc7d 100644 --- a/packages/client/src/pages/Confirm/sub-components/changeOwner.js +++ b/packages/client/src/pages/Confirm/sub-components/changeOwner.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode @@ -125,5 +125,5 @@ export default inject(({ settingsStore }) => ({ greetingTitle: settingsStore.greetingSettings, defaultPage: settingsStore.defaultPage, }))( - withTranslation(["Confirm", "Common"])(withLoader(observer(ChangeOwnerForm))) + withTranslation(["Confirm", "Common"])(withLoader(observer(ChangeOwnerForm))), ); diff --git a/packages/client/src/pages/Confirm/sub-components/changePassword.js b/packages/client/src/pages/Confirm/sub-components/changePassword.js index dbddb108ad..24c3d06a3c 100644 --- a/packages/client/src/pages/Confirm/sub-components/changePassword.js +++ b/packages/client/src/pages/Confirm/sub-components/changePassword.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/Confirm/sub-components/changePhone.js b/packages/client/src/pages/Confirm/sub-components/changePhone.js index e95511ddab..5631596412 100644 --- a/packages/client/src/pages/Confirm/sub-components/changePhone.js +++ b/packages/client/src/pages/Confirm/sub-components/changePhone.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/Confirm/sub-components/continuePortal.js b/packages/client/src/pages/Confirm/sub-components/continuePortal.js index 72a9dd63c2..b38d201a7a 100644 --- a/packages/client/src/pages/Confirm/sub-components/continuePortal.js +++ b/packages/client/src/pages/Confirm/sub-components/continuePortal.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode @@ -118,5 +118,5 @@ export default inject(({ settingsStore }) => ({ greetingTitle: settingsStore.greetingSettings, theme: settingsStore.theme, }))( - withTranslation(["Confirm", "Common"])(withLoader(observer(ContinuePortal))) + withTranslation(["Confirm", "Common"])(withLoader(observer(ContinuePortal))), ); diff --git a/packages/client/src/pages/Confirm/sub-components/createUser.js b/packages/client/src/pages/Confirm/sub-components/createUser.js index 41c2fbfb3c..bb517f7997 100644 --- a/packages/client/src/pages/Confirm/sub-components/createUser.js +++ b/packages/client/src/pages/Confirm/sub-components/createUser.js @@ -1,30 +1,30 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode -import SsoReactSvgUrl from "PUBLIC_DIR/images/sso.react.svg?url"; +import SsoReactSvgUrl from "PUBLIC_DIR/images/sso.react.svg?url"; import React, { useEffect, useState, useCallback } from "react"; import { withTranslation, Trans } from "react-i18next"; diff --git a/packages/client/src/pages/Confirm/sub-components/deactivatePortal.js b/packages/client/src/pages/Confirm/sub-components/deactivatePortal.js index 34d3801638..5cf8c8cc69 100644 --- a/packages/client/src/pages/Confirm/sub-components/deactivatePortal.js +++ b/packages/client/src/pages/Confirm/sub-components/deactivatePortal.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode @@ -124,6 +124,6 @@ export default inject(({ settingsStore }) => ({ companyInfoSettingsData: settingsStore.companyInfoSettingsData, }))( withTranslation(["Confirm", "Settings", "Common"])( - withLoader(observer(DeactivatePortal)) - ) + withLoader(observer(DeactivatePortal)), + ), ); diff --git a/packages/client/src/pages/Confirm/sub-components/profileRemove.js b/packages/client/src/pages/Confirm/sub-components/profileRemove.js index a753647de6..e77702853b 100644 --- a/packages/client/src/pages/Confirm/sub-components/profileRemove.js +++ b/packages/client/src/pages/Confirm/sub-components/profileRemove.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/Confirm/sub-components/removePortal.js b/packages/client/src/pages/Confirm/sub-components/removePortal.js index a9a57fe16f..7f9b6485e5 100644 --- a/packages/client/src/pages/Confirm/sub-components/removePortal.js +++ b/packages/client/src/pages/Confirm/sub-components/removePortal.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/Confirm/sub-components/tfaActivation.js b/packages/client/src/pages/Confirm/sub-components/tfaActivation.js index e5a77d11aa..df13792177 100644 --- a/packages/client/src/pages/Confirm/sub-components/tfaActivation.js +++ b/packages/client/src/pages/Confirm/sub-components/tfaActivation.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/Confirm/sub-components/tfaAuth.js b/packages/client/src/pages/Confirm/sub-components/tfaAuth.js index fbec596c49..ae36dd46e7 100644 --- a/packages/client/src/pages/Confirm/sub-components/tfaAuth.js +++ b/packages/client/src/pages/Confirm/sub-components/tfaAuth.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/Confirm/withLoader.js b/packages/client/src/pages/Confirm/withLoader.js index 676cffbcf1..484bb95708 100644 --- a/packages/client/src/pages/Confirm/withLoader.js +++ b/packages/client/src/pages/Confirm/withLoader.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/DebugInfo/index.js b/packages/client/src/pages/DebugInfo/index.js index 02d3e180e8..6b52e43eef 100644 --- a/packages/client/src/pages/DebugInfo/index.js +++ b/packages/client/src/pages/DebugInfo/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/FormGallery/Body.js b/packages/client/src/pages/FormGallery/Body.js index f43e31cb17..fe959476a4 100644 --- a/packages/client/src/pages/FormGallery/Body.js +++ b/packages/client/src/pages/FormGallery/Body.js @@ -1,30 +1,30 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode -import EmptyScreenFilterAltSvgUrl from "PUBLIC_DIR/images/empty_screen_filter_alt.svg?url"; +import EmptyScreenFilterAltSvgUrl from "PUBLIC_DIR/images/empty_screen_filter_alt.svg?url"; import EmptyScreenFilterAltDarkSvgUrl from "PUBLIC_DIR/images/empty_screen_filter_alt_dark.svg?url"; import { useEffect } from "react"; diff --git a/packages/client/src/pages/FormGallery/Dialogs/index.js b/packages/client/src/pages/FormGallery/Dialogs/index.js index 4bd6df4e0a..c15620372b 100644 --- a/packages/client/src/pages/FormGallery/Dialogs/index.js +++ b/packages/client/src/pages/FormGallery/Dialogs/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/FormGallery/ErrorView/index.js b/packages/client/src/pages/FormGallery/ErrorView/index.js index 01066b7dc6..f56ef5e034 100644 --- a/packages/client/src/pages/FormGallery/ErrorView/index.js +++ b/packages/client/src/pages/FormGallery/ErrorView/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/FormGallery/ErrorView/index.styled.js b/packages/client/src/pages/FormGallery/ErrorView/index.styled.js index 68f591841b..3b75256cd6 100644 --- a/packages/client/src/pages/FormGallery/ErrorView/index.styled.js +++ b/packages/client/src/pages/FormGallery/ErrorView/index.styled.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/FormGallery/Filter/CategoryFilter/DesktopView/SubList.js b/packages/client/src/pages/FormGallery/Filter/CategoryFilter/DesktopView/SubList.js index fbf33c7e58..a9a18b30a5 100644 --- a/packages/client/src/pages/FormGallery/Filter/CategoryFilter/DesktopView/SubList.js +++ b/packages/client/src/pages/FormGallery/Filter/CategoryFilter/DesktopView/SubList.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/FormGallery/Filter/CategoryFilter/DesktopView/index.js b/packages/client/src/pages/FormGallery/Filter/CategoryFilter/DesktopView/index.js index 0e42889a5e..dda43ae2ca 100644 --- a/packages/client/src/pages/FormGallery/Filter/CategoryFilter/DesktopView/index.js +++ b/packages/client/src/pages/FormGallery/Filter/CategoryFilter/DesktopView/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/FormGallery/Filter/CategoryFilter/DesktopView/index.styled.js b/packages/client/src/pages/FormGallery/Filter/CategoryFilter/DesktopView/index.styled.js index b2e20cba15..3219aefa11 100644 --- a/packages/client/src/pages/FormGallery/Filter/CategoryFilter/DesktopView/index.styled.js +++ b/packages/client/src/pages/FormGallery/Filter/CategoryFilter/DesktopView/index.styled.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/FormGallery/Filter/CategoryFilter/MobileView/index.js b/packages/client/src/pages/FormGallery/Filter/CategoryFilter/MobileView/index.js index 0bc078645e..60ec43fae8 100644 --- a/packages/client/src/pages/FormGallery/Filter/CategoryFilter/MobileView/index.js +++ b/packages/client/src/pages/FormGallery/Filter/CategoryFilter/MobileView/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/FormGallery/Filter/CategoryFilter/MobileView/index.styled.js b/packages/client/src/pages/FormGallery/Filter/CategoryFilter/MobileView/index.styled.js index 9e220fa4fa..0d94dc5fe8 100644 --- a/packages/client/src/pages/FormGallery/Filter/CategoryFilter/MobileView/index.styled.js +++ b/packages/client/src/pages/FormGallery/Filter/CategoryFilter/MobileView/index.styled.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/FormGallery/Filter/CategoryFilter/index.js b/packages/client/src/pages/FormGallery/Filter/CategoryFilter/index.js index 1cba14e93e..fd84a1d627 100644 --- a/packages/client/src/pages/FormGallery/Filter/CategoryFilter/index.js +++ b/packages/client/src/pages/FormGallery/Filter/CategoryFilter/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode @@ -104,8 +104,8 @@ const CategoryFilter = ({ const categoryPromises = newMenuItems.map( (item) => new Promise((res) => - res(fetchCategoriesOfCategoryType(item.attributes.categoryId)) - ) + res(fetchCategoriesOfCategoryType(item.attributes.categoryId)), + ), ); Promise.all(categoryPromises) diff --git a/packages/client/src/pages/FormGallery/Filter/LanguageFilter/index.js b/packages/client/src/pages/FormGallery/Filter/LanguageFilter/index.js index d5e0bb9956..43a8369ca7 100644 --- a/packages/client/src/pages/FormGallery/Filter/LanguageFilter/index.js +++ b/packages/client/src/pages/FormGallery/Filter/LanguageFilter/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode @@ -125,8 +125,8 @@ const LanguageFilter = ({ key={oformsFilter.locale} icon={flagsIcons?.get( `${convertToCulture( - oformsFilter.locale || defaultOformLocale - )}.react.svg` + oformsFilter.locale || defaultOformLocale, + )}.react.svg`, )} fillIcon={false} /> diff --git a/packages/client/src/pages/FormGallery/Filter/LanguageFilter/index.styled.js b/packages/client/src/pages/FormGallery/Filter/LanguageFilter/index.styled.js index 286e96c852..39f57c595d 100644 --- a/packages/client/src/pages/FormGallery/Filter/LanguageFilter/index.styled.js +++ b/packages/client/src/pages/FormGallery/Filter/LanguageFilter/index.styled.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/FormGallery/Filter/SearchFilter/index.js b/packages/client/src/pages/FormGallery/Filter/SearchFilter/index.js index f9205309b2..22f76e0452 100644 --- a/packages/client/src/pages/FormGallery/Filter/SearchFilter/index.js +++ b/packages/client/src/pages/FormGallery/Filter/SearchFilter/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/FormGallery/Filter/SortFilter/index.js b/packages/client/src/pages/FormGallery/Filter/SortFilter/index.js index 6646cb9125..adcac83fd2 100644 --- a/packages/client/src/pages/FormGallery/Filter/SortFilter/index.js +++ b/packages/client/src/pages/FormGallery/Filter/SortFilter/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/FormGallery/Filter/SortFilter/index.styled.js b/packages/client/src/pages/FormGallery/Filter/SortFilter/index.styled.js index b0d00c4d54..a0365deef0 100644 --- a/packages/client/src/pages/FormGallery/Filter/SortFilter/index.styled.js +++ b/packages/client/src/pages/FormGallery/Filter/SortFilter/index.styled.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/FormGallery/Filter/index.js b/packages/client/src/pages/FormGallery/Filter/index.js index 6e7c4f304b..6ca046b4b8 100644 --- a/packages/client/src/pages/FormGallery/Filter/index.js +++ b/packages/client/src/pages/FormGallery/Filter/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/FormGallery/Header.js b/packages/client/src/pages/FormGallery/Header.js index ea5f6ccc63..8972afe6c8 100644 --- a/packages/client/src/pages/FormGallery/Header.js +++ b/packages/client/src/pages/FormGallery/Header.js @@ -1,30 +1,30 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode -import PanelReactSvgUrl from "PUBLIC_DIR/images/panel.react.svg?url"; +import PanelReactSvgUrl from "PUBLIC_DIR/images/panel.react.svg?url"; import ArrowPathReactSvgUrl from "PUBLIC_DIR/images/arrow.path.react.svg?url"; import { useState, useEffect } from "react"; import { inject, observer } from "mobx-react"; @@ -73,7 +73,7 @@ const SectionHeaderContent = ({ const folderInfo = await getFolderInfo(oformFromFolderId); const categoryType = getCategoryTypeByFolderType( folderInfo.rootFolderType, - folderInfo.parentId + folderInfo.parentId, ); const url = getCategoryUrl(categoryType, oformFromFolderId); const filterParamsStr = filter.toUrlParams(); @@ -84,8 +84,8 @@ const SectionHeaderContent = ({ combineUrl( window.DocSpaceConfig?.proxy?.url, config.homepage, - `${url}?${filterParamsStr}` - ) + `${url}?${filterParamsStr}`, + ), ); }; @@ -175,5 +175,5 @@ export default inject( oformsLoadError: oformsStore.oformsLoadError, getFolderInfo: filesStore.getFolderInfo, }; - } + }, )(withTranslation("Common")(observer(SectionHeaderContent))); diff --git a/packages/client/src/pages/FormGallery/StyledGallery.js b/packages/client/src/pages/FormGallery/StyledGallery.js index 253764f5f2..ac2e00a735 100644 --- a/packages/client/src/pages/FormGallery/StyledGallery.js +++ b/packages/client/src/pages/FormGallery/StyledGallery.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/FormGallery/TilesView/FileTile.js b/packages/client/src/pages/FormGallery/TilesView/FileTile.js index d4a5f8ca61..678e6aaba2 100644 --- a/packages/client/src/pages/FormGallery/TilesView/FileTile.js +++ b/packages/client/src/pages/FormGallery/TilesView/FileTile.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/FormGallery/TilesView/StyledTileView.js b/packages/client/src/pages/FormGallery/TilesView/StyledTileView.js index 4925b275e9..3b5c92ae37 100644 --- a/packages/client/src/pages/FormGallery/TilesView/StyledTileView.js +++ b/packages/client/src/pages/FormGallery/TilesView/StyledTileView.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/FormGallery/TilesView/sub-components/InfiniteGrid.js b/packages/client/src/pages/FormGallery/TilesView/sub-components/InfiniteGrid.js index 8789d4b264..7781833607 100644 --- a/packages/client/src/pages/FormGallery/TilesView/sub-components/InfiniteGrid.js +++ b/packages/client/src/pages/FormGallery/TilesView/sub-components/InfiniteGrid.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/FormGallery/TilesView/sub-components/SubmitToGalleryTile.js b/packages/client/src/pages/FormGallery/TilesView/sub-components/SubmitToGalleryTile.js index 78c19cabb4..d9b3db6f0f 100644 --- a/packages/client/src/pages/FormGallery/TilesView/sub-components/SubmitToGalleryTile.js +++ b/packages/client/src/pages/FormGallery/TilesView/sub-components/SubmitToGalleryTile.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/FormGallery/TilesView/sub-components/Tile.js b/packages/client/src/pages/FormGallery/TilesView/sub-components/Tile.js index 73964e343a..1d99a013d7 100644 --- a/packages/client/src/pages/FormGallery/TilesView/sub-components/Tile.js +++ b/packages/client/src/pages/FormGallery/TilesView/sub-components/Tile.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode @@ -179,7 +179,7 @@ export default inject( contextOptionsStore, infoPanelStore, }, - { item } + { item }, ) => { const { categoryType } = filesStore; const { gallerySelected, setGallerySelected } = oformsStore; @@ -200,5 +200,5 @@ export default inject( isInfoPanelVisible: isVisible, categoryType, }; - } + }, )(withTranslation(["FormGallery", "Common"])(observer(Tile))); diff --git a/packages/client/src/pages/FormGallery/TilesView/sub-components/TileContainer.js b/packages/client/src/pages/FormGallery/TilesView/sub-components/TileContainer.js index 9f6c54578b..0f4f227c9f 100644 --- a/packages/client/src/pages/FormGallery/TilesView/sub-components/TileContainer.js +++ b/packages/client/src/pages/FormGallery/TilesView/sub-components/TileContainer.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/FormGallery/TilesView/sub-components/TileContent.js b/packages/client/src/pages/FormGallery/TilesView/sub-components/TileContent.js index 862dd2fd25..4b88ca076b 100644 --- a/packages/client/src/pages/FormGallery/TilesView/sub-components/TileContent.js +++ b/packages/client/src/pages/FormGallery/TilesView/sub-components/TileContent.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/FormGallery/TilesView/sub-components/TileContent.styled.js b/packages/client/src/pages/FormGallery/TilesView/sub-components/TileContent.styled.js index 4d4053d8d1..e22c5c9dc0 100644 --- a/packages/client/src/pages/FormGallery/TilesView/sub-components/TileContent.styled.js +++ b/packages/client/src/pages/FormGallery/TilesView/sub-components/TileContent.styled.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/FormGallery/index.js b/packages/client/src/pages/FormGallery/index.js index 299a9a61c1..6c658a991d 100644 --- a/packages/client/src/pages/FormGallery/index.js +++ b/packages/client/src/pages/FormGallery/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode @@ -60,7 +60,7 @@ const FormGallery = ({ Promise.all([fetchOforms(firstLoadFilter), fetchOformLocales()]).finally( () => { setIsInitLoading(false); - } + }, ); }, []); @@ -84,7 +84,7 @@ const FormGallery = ({ const myDocumentsFolderId = 2; setOformFromFolderId(myDocumentsFolderId); navigate( - `/form-gallery/${myDocumentsFolderId}/filter?${oformsFilter.toUrlParams()}` + `/form-gallery/${myDocumentsFolderId}/filter?${oformsFilter.toUrlParams()}`, ); } }, [fromFolderId]); diff --git a/packages/client/src/pages/Home/Hooks/index.js b/packages/client/src/pages/Home/Hooks/index.js index fbf6db2a4e..c502cd822a 100644 --- a/packages/client/src/pages/Home/Hooks/index.js +++ b/packages/client/src/pages/Home/Hooks/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/Home/Hooks/useAccounts.js b/packages/client/src/pages/Home/Hooks/useAccounts.js index 10464a68eb..13796dfe6b 100644 --- a/packages/client/src/pages/Home/Hooks/useAccounts.js +++ b/packages/client/src/pages/Home/Hooks/useAccounts.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/Home/Hooks/useFiles.js b/packages/client/src/pages/Home/Hooks/useFiles.js index 4da159e285..74db44674c 100644 --- a/packages/client/src/pages/Home/Hooks/useFiles.js +++ b/packages/client/src/pages/Home/Hooks/useFiles.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode @@ -242,8 +242,7 @@ const useFiles = ({ : FilesFilter.getDefault(); const requests = [Promise.resolve(newFilter)]; - - if (type === "user") { + if (type === "user") { requests.push(getUserById(itemId)); } diff --git a/packages/client/src/pages/Home/Hooks/useGroups.js b/packages/client/src/pages/Home/Hooks/useGroups.js index b62853d71f..dfd0987041 100644 --- a/packages/client/src/pages/Home/Hooks/useGroups.js +++ b/packages/client/src/pages/Home/Hooks/useGroups.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/Home/Hooks/useInsideGroup.js b/packages/client/src/pages/Home/Hooks/useInsideGroup.js index 3c327228dc..bb7605847f 100644 --- a/packages/client/src/pages/Home/Hooks/useInsideGroup.js +++ b/packages/client/src/pages/Home/Hooks/useInsideGroup.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/Home/Hooks/useOperations.js b/packages/client/src/pages/Home/Hooks/useOperations.js index c830d0ad86..0311806e5e 100644 --- a/packages/client/src/pages/Home/Hooks/useOperations.js +++ b/packages/client/src/pages/Home/Hooks/useOperations.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode @@ -57,7 +57,7 @@ const useOperations = ({ showOperationToast( secondaryProgressDataStoreIcon, itemsSelectionLength, - itemsSelectionTitle + itemsSelectionTitle, ); setItemsSelectionTitle(null); } @@ -89,7 +89,7 @@ const useOperations = ({ toastr.success( {{ qty }} elements has been moved - + , ), refreshFiles() ); @@ -98,7 +98,7 @@ const useOperations = ({ toastr.success( {{ title }} moved - + , ), refreshFiles() ); @@ -108,7 +108,7 @@ const useOperations = ({ toastr.success( {{ qty }} elements copied - + , ), refreshFiles() ); @@ -117,7 +117,7 @@ const useOperations = ({ toastr.success( {{ title }} copied - + , ), refreshFiles() ); @@ -126,7 +126,7 @@ const useOperations = ({ break; } }, - [t] + [t], ); return { showUploadPanel }; diff --git a/packages/client/src/pages/Home/Hooks/usePublic.js b/packages/client/src/pages/Home/Hooks/usePublic.js index ce42e4a5c4..658a827bad 100644 --- a/packages/client/src/pages/Home/Hooks/usePublic.js +++ b/packages/client/src/pages/Home/Hooks/usePublic.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/Home/Hooks/useSDK.js b/packages/client/src/pages/Home/Hooks/useSDK.js index 85e6ab50bd..e959cf2b5f 100644 --- a/packages/client/src/pages/Home/Hooks/useSDK.js +++ b/packages/client/src/pages/Home/Hooks/useSDK.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/Home/Hooks/useSettings.js b/packages/client/src/pages/Home/Hooks/useSettings.js index 77204b1f05..5f12d19edc 100644 --- a/packages/client/src/pages/Home/Hooks/useSettings.js +++ b/packages/client/src/pages/Home/Hooks/useSettings.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/Home/InfoPanel/Body/helpers/ContextHelper.js b/packages/client/src/pages/Home/InfoPanel/Body/helpers/ContextHelper.js index 0ade85b5ab..85a972d1c9 100644 --- a/packages/client/src/pages/Home/InfoPanel/Body/helpers/ContextHelper.js +++ b/packages/client/src/pages/Home/InfoPanel/Body/helpers/ContextHelper.js @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/client/src/pages/Home/InfoPanel/Body/helpers/DetailsHelper.js b/packages/client/src/pages/Home/InfoPanel/Body/helpers/DetailsHelper.js index 2dad908fe8..bf2df7143e 100644 --- a/packages/client/src/pages/Home/InfoPanel/Body/helpers/DetailsHelper.js +++ b/packages/client/src/pages/Home/InfoPanel/Body/helpers/DetailsHelper.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode @@ -297,13 +297,13 @@ class DetailsHelper { return text( this.item.isRoom ? getDefaultRoomName(this.item.roomType, this.t) - : getFileTypeName(this.item.fileType) + : getFileTypeName(this.item.fileType), ); }; getItemFileExtention = () => { return text( - this.item.fileExst ? this.item.fileExst.split(".")[1].toUpperCase() : "-" + this.item.fileExst ? this.item.fileExst.split(".")[1].toUpperCase() : "-", ); }; @@ -318,8 +318,8 @@ class DetailsHelper { getItemContent = () => { return text( `${this.t("Translations:Folders")}: ${this.item.foldersCount} | ${this.t( - "Translations:Files" - )}: ${this.item.filesCount}` + "Translations:Files", + )}: ${this.item.filesCount}`, ); }; @@ -329,13 +329,13 @@ class DetailsHelper { getItemDateModified = () => { return text( - parseAndFormatDate(this.item.updated, this.personal, this.culture) + parseAndFormatDate(this.item.updated, this.personal, this.culture), ); }; getItemCreationDate = () => { return text( - parseAndFormatDate(this.item.created, this.personal, this.culture) + parseAndFormatDate(this.item.created, this.personal, this.culture), ); }; diff --git a/packages/client/src/pages/Home/InfoPanel/Body/helpers/HistoryHelper.js b/packages/client/src/pages/Home/InfoPanel/Body/helpers/HistoryHelper.js index ba9bc8c47c..72cfbca4aa 100644 --- a/packages/client/src/pages/Home/InfoPanel/Body/helpers/HistoryHelper.js +++ b/packages/client/src/pages/Home/InfoPanel/Body/helpers/HistoryHelper.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode @@ -80,7 +80,7 @@ export const parseHistory = (t, fetchedHistory) => { newGroupedFeeds.push( !!groupFeeds[j].target ? groupFeeds[j].target - : JSON.parse(groupFeeds[j].json) + : JSON.parse(groupFeeds[j].json), ); } diff --git a/packages/client/src/pages/Home/InfoPanel/Body/helpers/MembersHelper.js b/packages/client/src/pages/Home/InfoPanel/Body/helpers/MembersHelper.js index 634dff145d..f413e879e0 100644 --- a/packages/client/src/pages/Home/InfoPanel/Body/helpers/MembersHelper.js +++ b/packages/client/src/pages/Home/InfoPanel/Body/helpers/MembersHelper.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/Home/InfoPanel/Body/helpers/ViewHelper.js b/packages/client/src/pages/Home/InfoPanel/Body/helpers/ViewHelper.js index 0ac4537fb4..fe07821afc 100644 --- a/packages/client/src/pages/Home/InfoPanel/Body/helpers/ViewHelper.js +++ b/packages/client/src/pages/Home/InfoPanel/Body/helpers/ViewHelper.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/Home/InfoPanel/Body/index.js b/packages/client/src/pages/Home/InfoPanel/Body/index.js index 1d0c10c748..aae3e102da 100644 --- a/packages/client/src/pages/Home/InfoPanel/Body/index.js +++ b/packages/client/src/pages/Home/InfoPanel/Body/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/Home/InfoPanel/Body/styles/accounts.js b/packages/client/src/pages/Home/InfoPanel/Body/styles/accounts.js index 6f5f352cf8..01370eeabd 100644 --- a/packages/client/src/pages/Home/InfoPanel/Body/styles/accounts.js +++ b/packages/client/src/pages/Home/InfoPanel/Body/styles/accounts.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/Home/InfoPanel/Body/styles/common.js b/packages/client/src/pages/Home/InfoPanel/Body/styles/common.js index a6094fad68..1e57753c0d 100644 --- a/packages/client/src/pages/Home/InfoPanel/Body/styles/common.js +++ b/packages/client/src/pages/Home/InfoPanel/Body/styles/common.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/Home/InfoPanel/Body/styles/details.js b/packages/client/src/pages/Home/InfoPanel/Body/styles/details.js index 82b87d3ec9..79a5ee0c18 100644 --- a/packages/client/src/pages/Home/InfoPanel/Body/styles/details.js +++ b/packages/client/src/pages/Home/InfoPanel/Body/styles/details.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/Home/InfoPanel/Body/styles/gallery.js b/packages/client/src/pages/Home/InfoPanel/Body/styles/gallery.js index 950a4b0d62..c846731ff6 100644 --- a/packages/client/src/pages/Home/InfoPanel/Body/styles/gallery.js +++ b/packages/client/src/pages/Home/InfoPanel/Body/styles/gallery.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/Home/InfoPanel/Body/styles/groups.styled.ts b/packages/client/src/pages/Home/InfoPanel/Body/styles/groups.styled.ts index 201ba83a59..51d77cd58b 100644 --- a/packages/client/src/pages/Home/InfoPanel/Body/styles/groups.styled.ts +++ b/packages/client/src/pages/Home/InfoPanel/Body/styles/groups.styled.ts @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/Home/InfoPanel/Body/styles/history.js b/packages/client/src/pages/Home/InfoPanel/Body/styles/history.js index e0da4c5ef6..0940a7cd95 100644 --- a/packages/client/src/pages/Home/InfoPanel/Body/styles/history.js +++ b/packages/client/src/pages/Home/InfoPanel/Body/styles/history.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/Home/InfoPanel/Body/styles/members.js b/packages/client/src/pages/Home/InfoPanel/Body/styles/members.js index 7bd66d5ad3..58153cda98 100644 --- a/packages/client/src/pages/Home/InfoPanel/Body/styles/members.js +++ b/packages/client/src/pages/Home/InfoPanel/Body/styles/members.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/Home/InfoPanel/Body/styles/noItem.js b/packages/client/src/pages/Home/InfoPanel/Body/styles/noItem.js index b53b814adf..097cdf8d08 100644 --- a/packages/client/src/pages/Home/InfoPanel/Body/styles/noItem.js +++ b/packages/client/src/pages/Home/InfoPanel/Body/styles/noItem.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/Home/InfoPanel/Body/styles/severalItems.js b/packages/client/src/pages/Home/InfoPanel/Body/styles/severalItems.js index 3bab9cb939..c071b3b396 100644 --- a/packages/client/src/pages/Home/InfoPanel/Body/styles/severalItems.js +++ b/packages/client/src/pages/Home/InfoPanel/Body/styles/severalItems.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/Home/InfoPanel/Body/sub-components/CommentEditor.js b/packages/client/src/pages/Home/InfoPanel/Body/sub-components/CommentEditor.js index 6435fe4654..1855d7d20f 100644 --- a/packages/client/src/pages/Home/InfoPanel/Body/sub-components/CommentEditor.js +++ b/packages/client/src/pages/Home/InfoPanel/Body/sub-components/CommentEditor.js @@ -1,30 +1,30 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode -import PencilReactSvgUrl from "PUBLIC_DIR/images/pencil.react.svg?url"; +import PencilReactSvgUrl from "PUBLIC_DIR/images/pencil.react.svg?url"; import React, { useState, useEffect } from "react"; import { inject } from "mobx-react"; import { ReactSVG } from "react-svg"; diff --git a/packages/client/src/pages/Home/InfoPanel/Body/sub-components/ItemTitle/AccountsItemTitle.js b/packages/client/src/pages/Home/InfoPanel/Body/sub-components/ItemTitle/AccountsItemTitle.js index 047ee45caf..1877c7ca42 100644 --- a/packages/client/src/pages/Home/InfoPanel/Body/sub-components/ItemTitle/AccountsItemTitle.js +++ b/packages/client/src/pages/Home/InfoPanel/Body/sub-components/ItemTitle/AccountsItemTitle.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/Home/InfoPanel/Body/sub-components/ItemTitle/GalleryItemTitle.js b/packages/client/src/pages/Home/InfoPanel/Body/sub-components/ItemTitle/GalleryItemTitle.js index e150c13ef1..5f5e8e33d1 100644 --- a/packages/client/src/pages/Home/InfoPanel/Body/sub-components/ItemTitle/GalleryItemTitle.js +++ b/packages/client/src/pages/Home/InfoPanel/Body/sub-components/ItemTitle/GalleryItemTitle.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/Home/InfoPanel/Body/sub-components/ItemTitle/GroupsItemTitle.js b/packages/client/src/pages/Home/InfoPanel/Body/sub-components/ItemTitle/GroupsItemTitle.js index 55f053d98f..9689acb09c 100644 --- a/packages/client/src/pages/Home/InfoPanel/Body/sub-components/ItemTitle/GroupsItemTitle.js +++ b/packages/client/src/pages/Home/InfoPanel/Body/sub-components/ItemTitle/GroupsItemTitle.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/Home/InfoPanel/Body/sub-components/ItemTitle/ItemContextOptions.js b/packages/client/src/pages/Home/InfoPanel/Body/sub-components/ItemTitle/ItemContextOptions.js index 197d347d5e..5bc871208b 100644 --- a/packages/client/src/pages/Home/InfoPanel/Body/sub-components/ItemTitle/ItemContextOptions.js +++ b/packages/client/src/pages/Home/InfoPanel/Body/sub-components/ItemTitle/ItemContextOptions.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/Home/InfoPanel/Body/sub-components/ItemTitle/Rooms/context-btn.js b/packages/client/src/pages/Home/InfoPanel/Body/sub-components/ItemTitle/Rooms/context-btn.js index b462c81f74..667efffae1 100644 --- a/packages/client/src/pages/Home/InfoPanel/Body/sub-components/ItemTitle/Rooms/context-btn.js +++ b/packages/client/src/pages/Home/InfoPanel/Body/sub-components/ItemTitle/Rooms/context-btn.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode @@ -130,5 +130,5 @@ export default inject(({ filesStore, contextOptionsStore }) => ({ "Translations", "InfoPanel", "SharingPanel", - ])(observer(RoomsContextBtn)) + ])(observer(RoomsContextBtn)), ); diff --git a/packages/client/src/pages/Home/InfoPanel/Body/sub-components/ItemTitle/Rooms/index.js b/packages/client/src/pages/Home/InfoPanel/Body/sub-components/ItemTitle/Rooms/index.js index 3d05ef6ec1..3ed09269b3 100644 --- a/packages/client/src/pages/Home/InfoPanel/Body/sub-components/ItemTitle/Rooms/index.js +++ b/packages/client/src/pages/Home/InfoPanel/Body/sub-components/ItemTitle/Rooms/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/Home/InfoPanel/Body/sub-components/ItemTitle/index.js b/packages/client/src/pages/Home/InfoPanel/Body/sub-components/ItemTitle/index.js index 821521787a..98bef121be 100644 --- a/packages/client/src/pages/Home/InfoPanel/Body/sub-components/ItemTitle/index.js +++ b/packages/client/src/pages/Home/InfoPanel/Body/sub-components/ItemTitle/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/Home/InfoPanel/Body/sub-components/Search.tsx b/packages/client/src/pages/Home/InfoPanel/Body/sub-components/Search.tsx index 6d1cc7fbc0..27563deafd 100644 --- a/packages/client/src/pages/Home/InfoPanel/Body/sub-components/Search.tsx +++ b/packages/client/src/pages/Home/InfoPanel/Body/sub-components/Search.tsx @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/Home/InfoPanel/Body/views/Accounts/index.js b/packages/client/src/pages/Home/InfoPanel/Body/views/Accounts/index.js index e27859a8ed..13f244c65f 100644 --- a/packages/client/src/pages/Home/InfoPanel/Body/views/Accounts/index.js +++ b/packages/client/src/pages/Home/InfoPanel/Body/views/Accounts/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/Home/InfoPanel/Body/views/Details/index.js b/packages/client/src/pages/Home/InfoPanel/Body/views/Details/index.js index 7690625bea..483352ddad 100644 --- a/packages/client/src/pages/Home/InfoPanel/Body/views/Details/index.js +++ b/packages/client/src/pages/Home/InfoPanel/Body/views/Details/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode @@ -203,5 +203,5 @@ export default inject( isDefaultRoomsQuotaSet, setNewInfoPanelSelection, }; - } + }, )(withTranslation(["InfoPanel", "Common", "Translations", "Files"])(Details)); diff --git a/packages/client/src/pages/Home/InfoPanel/Body/views/Gallery/index.js b/packages/client/src/pages/Home/InfoPanel/Body/views/Gallery/index.js index 569f56ec87..35e2019c57 100644 --- a/packages/client/src/pages/Home/InfoPanel/Body/views/Gallery/index.js +++ b/packages/client/src/pages/Home/InfoPanel/Body/views/Gallery/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/Home/InfoPanel/Body/views/Groups/GroupMember.js b/packages/client/src/pages/Home/InfoPanel/Body/views/Groups/GroupMember.js index c028c8c3ba..35c77ffeef 100644 --- a/packages/client/src/pages/Home/InfoPanel/Body/views/Groups/GroupMember.js +++ b/packages/client/src/pages/Home/InfoPanel/Body/views/Groups/GroupMember.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode @@ -95,7 +95,9 @@ const GroupMember = ({
- {isManager &&
{t("Common:HeadOfGroup")}
} + {isManager && ( +
{t("Common:HeadOfGroup")}
+ )}
- self.findIndex((user2) => user2?.id === user?.id) === index + self.findIndex((user2) => user2?.id === user?.id) === index, ); const isUserAction = json.Item === FeedItemTypes.User && target; diff --git a/packages/client/src/pages/Home/InfoPanel/Body/views/History/HistoryBlockItemList.js b/packages/client/src/pages/Home/InfoPanel/Body/views/History/HistoryBlockItemList.js index 3be6dd444c..7c1e17b579 100644 --- a/packages/client/src/pages/Home/InfoPanel/Body/views/History/HistoryBlockItemList.js +++ b/packages/client/src/pages/Home/InfoPanel/Body/views/History/HistoryBlockItemList.js @@ -1,30 +1,30 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode -import FolderLocationReactSvgUrl from "PUBLIC_DIR/images/folder-location.react.svg?url"; +import FolderLocationReactSvgUrl from "PUBLIC_DIR/images/folder-location.react.svg?url"; import React, { useState } from "react"; import { Trans } from "react-i18next"; diff --git a/packages/client/src/pages/Home/InfoPanel/Body/views/History/HistoryBlockMessage.js b/packages/client/src/pages/Home/InfoPanel/Body/views/History/HistoryBlockMessage.js index 207077f0f0..bd41e5a381 100644 --- a/packages/client/src/pages/Home/InfoPanel/Body/views/History/HistoryBlockMessage.js +++ b/packages/client/src/pages/Home/InfoPanel/Body/views/History/HistoryBlockMessage.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode @@ -48,7 +48,7 @@ const HistoryBlockMessage = ({ : false, action.Item === FeedItemTypes.Room ? { roomTitle: action.Title, oldRoomTitle: "" } - : {} + : {}, ); const getFolderLabel = () => { diff --git a/packages/client/src/pages/Home/InfoPanel/Body/views/History/HistoryBlockUser.js b/packages/client/src/pages/Home/InfoPanel/Body/views/History/HistoryBlockUser.js index 4e20c93c7f..3708ed082b 100644 --- a/packages/client/src/pages/Home/InfoPanel/Body/views/History/HistoryBlockUser.js +++ b/packages/client/src/pages/Home/InfoPanel/Body/views/History/HistoryBlockUser.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/Home/InfoPanel/Body/views/History/HistroryBlockMessageTranslations.js b/packages/client/src/pages/Home/InfoPanel/Body/views/History/HistroryBlockMessageTranslations.js index 5665c13480..d95c6fa126 100644 --- a/packages/client/src/pages/Home/InfoPanel/Body/views/History/HistroryBlockMessageTranslations.js +++ b/packages/client/src/pages/Home/InfoPanel/Body/views/History/HistroryBlockMessageTranslations.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode @@ -34,7 +34,7 @@ const getBlockMessageTranslation = ( actionType, itemType, isSeveral, - data + data, ) => { const keys = [ // FILE // @@ -147,7 +147,7 @@ const getBlockMessageTranslation = ( (key) => key.actionType === actionType && key.itemType === itemType && - !!key.isSeveral === isSeveral + !!key.isSeveral === isSeveral, ); if (!result) return `${actionType} ${itemType}`; diff --git a/packages/client/src/pages/Home/InfoPanel/Body/views/History/index.js b/packages/client/src/pages/Home/InfoPanel/Body/views/History/index.js index 7a31ed3a41..6afa3dd913 100644 --- a/packages/client/src/pages/Home/InfoPanel/Body/views/History/index.js +++ b/packages/client/src/pages/Home/InfoPanel/Body/views/History/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/Home/InfoPanel/Body/views/Members/User.js b/packages/client/src/pages/Home/InfoPanel/Body/views/Members/User.js index 8372e04936..30975d2865 100644 --- a/packages/client/src/pages/Home/InfoPanel/Body/views/Members/User.js +++ b/packages/client/src/pages/Home/InfoPanel/Body/views/Members/User.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/Home/InfoPanel/Body/views/Members/index.js b/packages/client/src/pages/Home/InfoPanel/Body/views/Members/index.js index 11cf7c0cd0..fc926307bf 100644 --- a/packages/client/src/pages/Home/InfoPanel/Body/views/Members/index.js +++ b/packages/client/src/pages/Home/InfoPanel/Body/views/Members/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/Home/InfoPanel/Body/views/Members/sub-components/EmptyContainer.tsx b/packages/client/src/pages/Home/InfoPanel/Body/views/Members/sub-components/EmptyContainer.tsx index 45a146e6a4..21290ef6fd 100644 --- a/packages/client/src/pages/Home/InfoPanel/Body/views/Members/sub-components/EmptyContainer.tsx +++ b/packages/client/src/pages/Home/InfoPanel/Body/views/Members/sub-components/EmptyContainer.tsx @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/Home/InfoPanel/Body/views/Members/sub-components/LinkRow.js b/packages/client/src/pages/Home/InfoPanel/Body/views/Members/sub-components/LinkRow.js index 7b2a58defd..c648521e3c 100644 --- a/packages/client/src/pages/Home/InfoPanel/Body/views/Members/sub-components/LinkRow.js +++ b/packages/client/src/pages/Home/InfoPanel/Body/views/Members/sub-components/LinkRow.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/Home/InfoPanel/Body/views/Members/sub-components/MembersList.js b/packages/client/src/pages/Home/InfoPanel/Body/views/Members/sub-components/MembersList.js index ae81cfd838..af94888583 100644 --- a/packages/client/src/pages/Home/InfoPanel/Body/views/Members/sub-components/MembersList.js +++ b/packages/client/src/pages/Home/InfoPanel/Body/views/Members/sub-components/MembersList.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode @@ -142,7 +142,7 @@ const MembersList = (props) => { (index) => { return !hasNextPage || index < itemsCount; }, - [hasNextPage, itemsCount] + [hasNextPage, itemsCount], ); const loadMoreItems = useCallback( @@ -153,7 +153,7 @@ const MembersList = (props) => { } setIsNextPageLoading(false); }, - [isNextPageLoading, loadNextPage] + [isNextPageLoading, loadNextPage], ); const onScroll = (e) => { diff --git a/packages/client/src/pages/Home/InfoPanel/Body/views/Members/sub-components/Styled.js b/packages/client/src/pages/Home/InfoPanel/Body/views/Members/sub-components/Styled.js index f1ed39608a..f699deeb51 100644 --- a/packages/client/src/pages/Home/InfoPanel/Body/views/Members/sub-components/Styled.js +++ b/packages/client/src/pages/Home/InfoPanel/Body/views/Members/sub-components/Styled.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/Home/InfoPanel/Body/views/NoItem/NoAccountsItem.js b/packages/client/src/pages/Home/InfoPanel/Body/views/NoItem/NoAccountsItem.js index 1f039f19b5..4de8eeeff0 100644 --- a/packages/client/src/pages/Home/InfoPanel/Body/views/NoItem/NoAccountsItem.js +++ b/packages/client/src/pages/Home/InfoPanel/Body/views/NoItem/NoAccountsItem.js @@ -1,30 +1,30 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode -import EmptyScreenPersonSvgUrl from "PUBLIC_DIR/images/empty_screen_persons.svg?url"; +import EmptyScreenPersonSvgUrl from "PUBLIC_DIR/images/empty_screen_persons.svg?url"; import EmptyScreenPersonSvgDarkUrl from "PUBLIC_DIR/images/empty_screen_persons_dark.svg?url"; import React from "react"; import { inject, observer } from "mobx-react"; diff --git a/packages/client/src/pages/Home/InfoPanel/Body/views/NoItem/NoFileOrFolderItem.js b/packages/client/src/pages/Home/InfoPanel/Body/views/NoItem/NoFileOrFolderItem.js index a4f6d1a2b3..e3992d70ca 100644 --- a/packages/client/src/pages/Home/InfoPanel/Body/views/NoItem/NoFileOrFolderItem.js +++ b/packages/client/src/pages/Home/InfoPanel/Body/views/NoItem/NoFileOrFolderItem.js @@ -1,30 +1,30 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode -import EmptyScreenAltSvgUrl from "PUBLIC_DIR/images/empty_screen_alt.svg?url"; +import EmptyScreenAltSvgUrl from "PUBLIC_DIR/images/empty_screen_alt.svg?url"; import EmptyScreenAltSvgDarkUrl from "PUBLIC_DIR/images/empty_screen_alt_dark.svg?url"; import React from "react"; import { inject, observer } from "mobx-react"; diff --git a/packages/client/src/pages/Home/InfoPanel/Body/views/NoItem/NoGalleryItem.js b/packages/client/src/pages/Home/InfoPanel/Body/views/NoItem/NoGalleryItem.js index 37000bfeff..061f3940e7 100644 --- a/packages/client/src/pages/Home/InfoPanel/Body/views/NoItem/NoGalleryItem.js +++ b/packages/client/src/pages/Home/InfoPanel/Body/views/NoItem/NoGalleryItem.js @@ -1,30 +1,30 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode -import FormGalleryEmptyInfoReactSvgUrl from "PUBLIC_DIR/images/form-gallery-empty-info.react.svg?url"; +import FormGalleryEmptyInfoReactSvgUrl from "PUBLIC_DIR/images/form-gallery-empty-info.react.svg?url"; import styled from "styled-components"; import { Text } from "@docspace/shared/components/text"; diff --git a/packages/client/src/pages/Home/InfoPanel/Body/views/NoItem/NoGroupsItem.js b/packages/client/src/pages/Home/InfoPanel/Body/views/NoItem/NoGroupsItem.js index d42eb635ec..1fed56fb81 100644 --- a/packages/client/src/pages/Home/InfoPanel/Body/views/NoItem/NoGroupsItem.js +++ b/packages/client/src/pages/Home/InfoPanel/Body/views/NoItem/NoGroupsItem.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/Home/InfoPanel/Body/views/NoItem/NoHistory.js b/packages/client/src/pages/Home/InfoPanel/Body/views/NoItem/NoHistory.js index 63a74c57bb..ced96f444a 100644 --- a/packages/client/src/pages/Home/InfoPanel/Body/views/NoItem/NoHistory.js +++ b/packages/client/src/pages/Home/InfoPanel/Body/views/NoItem/NoHistory.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/Home/InfoPanel/Body/views/NoItem/NoRoomItem.js b/packages/client/src/pages/Home/InfoPanel/Body/views/NoItem/NoRoomItem.js index 775f29110f..d77eca1a83 100644 --- a/packages/client/src/pages/Home/InfoPanel/Body/views/NoItem/NoRoomItem.js +++ b/packages/client/src/pages/Home/InfoPanel/Body/views/NoItem/NoRoomItem.js @@ -1,30 +1,30 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode -import InfoPanelRoomEmptyScreenSvgUrl from "PUBLIC_DIR/images/empty_screen_corporate.svg?url"; +import InfoPanelRoomEmptyScreenSvgUrl from "PUBLIC_DIR/images/empty_screen_corporate.svg?url"; import InfoPanelRoomEmptyScreenDarkSvgUrl from "PUBLIC_DIR/images/empty_screen_corporate_dark.svg?url"; import { inject, observer } from "mobx-react"; import { Text } from "@docspace/shared/components/text"; diff --git a/packages/client/src/pages/Home/InfoPanel/Body/views/NoItem/index.js b/packages/client/src/pages/Home/InfoPanel/Body/views/NoItem/index.js index b3d4faf978..8f624e1ae1 100644 --- a/packages/client/src/pages/Home/InfoPanel/Body/views/NoItem/index.js +++ b/packages/client/src/pages/Home/InfoPanel/Body/views/NoItem/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/Home/InfoPanel/Body/views/Plugin/index.js b/packages/client/src/pages/Home/InfoPanel/Body/views/Plugin/index.js index acbf48f749..a630e66ae1 100644 --- a/packages/client/src/pages/Home/InfoPanel/Body/views/Plugin/index.js +++ b/packages/client/src/pages/Home/InfoPanel/Body/views/Plugin/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/Home/InfoPanel/Body/views/SeveralItems/index.js b/packages/client/src/pages/Home/InfoPanel/Body/views/SeveralItems/index.js index 50e1febbd1..33fb773235 100644 --- a/packages/client/src/pages/Home/InfoPanel/Body/views/SeveralItems/index.js +++ b/packages/client/src/pages/Home/InfoPanel/Body/views/SeveralItems/index.js @@ -1,30 +1,30 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode -import EmptyScreenPersonSvgUrl from "PUBLIC_DIR/images/empty_screen_persons.svg?url"; +import EmptyScreenPersonSvgUrl from "PUBLIC_DIR/images/empty_screen_persons.svg?url"; import EmptyScreenPersonSvgDarkUrl from "PUBLIC_DIR/images/empty_screen_persons_dark.svg?url"; import EmptyScreenAltSvgUrl from "PUBLIC_DIR/images/empty_screen_alt.svg?url"; import EmptyScreenAltSvgDarkUrl from "PUBLIC_DIR/images/empty_screen_alt_dark.svg?url"; diff --git a/packages/client/src/pages/Home/InfoPanel/Body/views/Share/index.ts b/packages/client/src/pages/Home/InfoPanel/Body/views/Share/index.ts index e2d1de86c1..81ac8d61c0 100644 --- a/packages/client/src/pages/Home/InfoPanel/Body/views/Share/index.ts +++ b/packages/client/src/pages/Home/InfoPanel/Body/views/Share/index.ts @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/Home/InfoPanel/Header/index.js b/packages/client/src/pages/Home/InfoPanel/Header/index.js index 8c35938f6d..fd6caaa90f 100644 --- a/packages/client/src/pages/Home/InfoPanel/Header/index.js +++ b/packages/client/src/pages/Home/InfoPanel/Header/index.js @@ -1,30 +1,30 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode -import CrossReactSvgUrl from "PUBLIC_DIR/images/icons/17/cross.react.svg?url"; +import CrossReactSvgUrl from "PUBLIC_DIR/images/icons/17/cross.react.svg?url"; import React, { useState, useEffect } from "react"; import { inject, observer } from "mobx-react"; import { withTranslation } from "react-i18next"; diff --git a/packages/client/src/pages/Home/InfoPanel/Header/styles/common.js b/packages/client/src/pages/Home/InfoPanel/Header/styles/common.js index 61f5364f0d..61fa6a6286 100644 --- a/packages/client/src/pages/Home/InfoPanel/Header/styles/common.js +++ b/packages/client/src/pages/Home/InfoPanel/Header/styles/common.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/Home/InfoPanel/index.js b/packages/client/src/pages/Home/InfoPanel/index.js index 2e3fd25ae1..bdd8d6a5f4 100644 --- a/packages/client/src/pages/Home/InfoPanel/index.js +++ b/packages/client/src/pages/Home/InfoPanel/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/Home/MediaViewer/index.js b/packages/client/src/pages/Home/MediaViewer/index.js index aac2455496..842cf2a726 100644 --- a/packages/client/src/pages/Home/MediaViewer/index.js +++ b/packages/client/src/pages/Home/MediaViewer/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/Home/Section/AccountsBody/Badges.js b/packages/client/src/pages/Home/Section/AccountsBody/Badges.js index 19c44c5c31..3241cd864a 100644 --- a/packages/client/src/pages/Home/Section/AccountsBody/Badges.js +++ b/packages/client/src/pages/Home/Section/AccountsBody/Badges.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/Home/Section/AccountsBody/Dialogs.js b/packages/client/src/pages/Home/Section/AccountsBody/Dialogs.js index 06d5aa965a..c7eb3d1d8e 100644 --- a/packages/client/src/pages/Home/Section/AccountsBody/Dialogs.js +++ b/packages/client/src/pages/Home/Section/AccountsBody/Dialogs.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/Home/Section/AccountsBody/EmptyScreen.js b/packages/client/src/pages/Home/Section/AccountsBody/EmptyScreen.js index 3febaf775e..d5a86b17cf 100644 --- a/packages/client/src/pages/Home/Section/AccountsBody/EmptyScreen.js +++ b/packages/client/src/pages/Home/Section/AccountsBody/EmptyScreen.js @@ -1,30 +1,30 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode -import EmptyScreenPersonSvgUrl from "PUBLIC_DIR/images/empty_screen_persons.svg?url"; +import EmptyScreenPersonSvgUrl from "PUBLIC_DIR/images/empty_screen_persons.svg?url"; import EmptyScreenPersonSvgDarkUrl from "PUBLIC_DIR/images/empty_screen_persons_dark.svg?url"; import ClearEmptyFilterSvgUrl from "PUBLIC_DIR/images/clear.empty.filter.svg?url"; import React from "react"; diff --git a/packages/client/src/pages/Home/Section/AccountsBody/EmptyScreenGroups.js b/packages/client/src/pages/Home/Section/AccountsBody/EmptyScreenGroups.js index 158c7471e2..4de71e12ca 100644 --- a/packages/client/src/pages/Home/Section/AccountsBody/EmptyScreenGroups.js +++ b/packages/client/src/pages/Home/Section/AccountsBody/EmptyScreenGroups.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/Home/Section/AccountsBody/Groups/RowView/GroupsRow.js b/packages/client/src/pages/Home/Section/AccountsBody/Groups/RowView/GroupsRow.js index cd732dec6f..9719828d95 100644 --- a/packages/client/src/pages/Home/Section/AccountsBody/Groups/RowView/GroupsRow.js +++ b/packages/client/src/pages/Home/Section/AccountsBody/Groups/RowView/GroupsRow.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/Home/Section/AccountsBody/Groups/RowView/index.js b/packages/client/src/pages/Home/Section/AccountsBody/Groups/RowView/index.js index 6f4513128b..c133986c5d 100644 --- a/packages/client/src/pages/Home/Section/AccountsBody/Groups/RowView/index.js +++ b/packages/client/src/pages/Home/Section/AccountsBody/Groups/RowView/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/Home/Section/AccountsBody/Groups/RowView/index.styled.js b/packages/client/src/pages/Home/Section/AccountsBody/Groups/RowView/index.styled.js index 57ab587b4c..7b0350c0b9 100644 --- a/packages/client/src/pages/Home/Section/AccountsBody/Groups/RowView/index.styled.js +++ b/packages/client/src/pages/Home/Section/AccountsBody/Groups/RowView/index.styled.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/Home/Section/AccountsBody/Groups/TableView/GroupsTableHeader.js b/packages/client/src/pages/Home/Section/AccountsBody/Groups/TableView/GroupsTableHeader.js index 9b52c29713..0ab5995a11 100644 --- a/packages/client/src/pages/Home/Section/AccountsBody/Groups/TableView/GroupsTableHeader.js +++ b/packages/client/src/pages/Home/Section/AccountsBody/Groups/TableView/GroupsTableHeader.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/Home/Section/AccountsBody/Groups/TableView/GroupsTableItem.js b/packages/client/src/pages/Home/Section/AccountsBody/Groups/TableView/GroupsTableItem.js index ce3c1ac927..ba88ccf56e 100644 --- a/packages/client/src/pages/Home/Section/AccountsBody/Groups/TableView/GroupsTableItem.js +++ b/packages/client/src/pages/Home/Section/AccountsBody/Groups/TableView/GroupsTableItem.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/Home/Section/AccountsBody/Groups/TableView/index.js b/packages/client/src/pages/Home/Section/AccountsBody/Groups/TableView/index.js index 6616185673..2875f8a1ec 100644 --- a/packages/client/src/pages/Home/Section/AccountsBody/Groups/TableView/index.js +++ b/packages/client/src/pages/Home/Section/AccountsBody/Groups/TableView/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/Home/Section/AccountsBody/Groups/TableView/index.styled.js b/packages/client/src/pages/Home/Section/AccountsBody/Groups/TableView/index.styled.js index 866617484f..724584184b 100644 --- a/packages/client/src/pages/Home/Section/AccountsBody/Groups/TableView/index.styled.js +++ b/packages/client/src/pages/Home/Section/AccountsBody/Groups/TableView/index.styled.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/Home/Section/AccountsBody/Groups/index.js b/packages/client/src/pages/Home/Section/AccountsBody/Groups/index.js index 7e1df6ffaf..aef9d42bd5 100644 --- a/packages/client/src/pages/Home/Section/AccountsBody/Groups/index.js +++ b/packages/client/src/pages/Home/Section/AccountsBody/Groups/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/Home/Section/AccountsBody/InsideGroup/RowView/PeopleRowContainer.js b/packages/client/src/pages/Home/Section/AccountsBody/InsideGroup/RowView/PeopleRowContainer.js index 164211f03b..ecf5f6dc21 100644 --- a/packages/client/src/pages/Home/Section/AccountsBody/InsideGroup/RowView/PeopleRowContainer.js +++ b/packages/client/src/pages/Home/Section/AccountsBody/InsideGroup/RowView/PeopleRowContainer.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/Home/Section/AccountsBody/InsideGroup/RowView/SimpleUserRow.js b/packages/client/src/pages/Home/Section/AccountsBody/InsideGroup/RowView/SimpleUserRow.js index f0f7f42939..7fbc04509a 100644 --- a/packages/client/src/pages/Home/Section/AccountsBody/InsideGroup/RowView/SimpleUserRow.js +++ b/packages/client/src/pages/Home/Section/AccountsBody/InsideGroup/RowView/SimpleUserRow.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/Home/Section/AccountsBody/InsideGroup/RowView/userContent.js b/packages/client/src/pages/Home/Section/AccountsBody/InsideGroup/RowView/userContent.js index e4e30d4dfb..85163f82e7 100644 --- a/packages/client/src/pages/Home/Section/AccountsBody/InsideGroup/RowView/userContent.js +++ b/packages/client/src/pages/Home/Section/AccountsBody/InsideGroup/RowView/userContent.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/Home/Section/AccountsBody/InsideGroup/TableView/TableContainer.js b/packages/client/src/pages/Home/Section/AccountsBody/InsideGroup/TableView/TableContainer.js index 6757b52fa1..8ecf3ebe85 100644 --- a/packages/client/src/pages/Home/Section/AccountsBody/InsideGroup/TableView/TableContainer.js +++ b/packages/client/src/pages/Home/Section/AccountsBody/InsideGroup/TableView/TableContainer.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/Home/Section/AccountsBody/InsideGroup/TableView/TableHeader.js b/packages/client/src/pages/Home/Section/AccountsBody/InsideGroup/TableView/TableHeader.js index 08f56a617e..0af82cdbab 100644 --- a/packages/client/src/pages/Home/Section/AccountsBody/InsideGroup/TableView/TableHeader.js +++ b/packages/client/src/pages/Home/Section/AccountsBody/InsideGroup/TableView/TableHeader.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/Home/Section/AccountsBody/InsideGroup/TableView/TableRow.js b/packages/client/src/pages/Home/Section/AccountsBody/InsideGroup/TableView/TableRow.js index 9bb93c8b62..9d0f97221c 100644 --- a/packages/client/src/pages/Home/Section/AccountsBody/InsideGroup/TableView/TableRow.js +++ b/packages/client/src/pages/Home/Section/AccountsBody/InsideGroup/TableView/TableRow.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/Home/Section/AccountsBody/InsideGroup/index.js b/packages/client/src/pages/Home/Section/AccountsBody/InsideGroup/index.js index 51827ca4ee..f59fc8048a 100644 --- a/packages/client/src/pages/Home/Section/AccountsBody/InsideGroup/index.js +++ b/packages/client/src/pages/Home/Section/AccountsBody/InsideGroup/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/Home/Section/AccountsBody/People/RowView/PeopleRowContainer.js b/packages/client/src/pages/Home/Section/AccountsBody/People/RowView/PeopleRowContainer.js index a1dc5f49ba..395678fb9f 100644 --- a/packages/client/src/pages/Home/Section/AccountsBody/People/RowView/PeopleRowContainer.js +++ b/packages/client/src/pages/Home/Section/AccountsBody/People/RowView/PeopleRowContainer.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/Home/Section/AccountsBody/People/RowView/SimpleUserRow.js b/packages/client/src/pages/Home/Section/AccountsBody/People/RowView/SimpleUserRow.js index 4d035f8d08..3bdc4d1649 100644 --- a/packages/client/src/pages/Home/Section/AccountsBody/People/RowView/SimpleUserRow.js +++ b/packages/client/src/pages/Home/Section/AccountsBody/People/RowView/SimpleUserRow.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/Home/Section/AccountsBody/People/RowView/userContent.js b/packages/client/src/pages/Home/Section/AccountsBody/People/RowView/userContent.js index 8d8c6461c3..2fe354ad04 100644 --- a/packages/client/src/pages/Home/Section/AccountsBody/People/RowView/userContent.js +++ b/packages/client/src/pages/Home/Section/AccountsBody/People/RowView/userContent.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/Home/Section/AccountsBody/People/TableView/TableContainer.js b/packages/client/src/pages/Home/Section/AccountsBody/People/TableView/TableContainer.js index da356c5d22..a3fe3645af 100644 --- a/packages/client/src/pages/Home/Section/AccountsBody/People/TableView/TableContainer.js +++ b/packages/client/src/pages/Home/Section/AccountsBody/People/TableView/TableContainer.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/Home/Section/AccountsBody/People/TableView/TableHeader.js b/packages/client/src/pages/Home/Section/AccountsBody/People/TableView/TableHeader.js index 274af2a0a9..673313cd73 100644 --- a/packages/client/src/pages/Home/Section/AccountsBody/People/TableView/TableHeader.js +++ b/packages/client/src/pages/Home/Section/AccountsBody/People/TableView/TableHeader.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/Home/Section/AccountsBody/People/TableView/TableRow.js b/packages/client/src/pages/Home/Section/AccountsBody/People/TableView/TableRow.js index d1009b39de..e2fa7f351a 100644 --- a/packages/client/src/pages/Home/Section/AccountsBody/People/TableView/TableRow.js +++ b/packages/client/src/pages/Home/Section/AccountsBody/People/TableView/TableRow.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/Home/Section/AccountsBody/People/index.js b/packages/client/src/pages/Home/Section/AccountsBody/People/index.js index 26cef20429..418b968ad2 100644 --- a/packages/client/src/pages/Home/Section/AccountsBody/People/index.js +++ b/packages/client/src/pages/Home/Section/AccountsBody/People/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/Home/Section/AccountsBody/index.js b/packages/client/src/pages/Home/Section/AccountsBody/index.js index bb44ae5d34..d9eb1a3b6f 100644 --- a/packages/client/src/pages/Home/Section/AccountsBody/index.js +++ b/packages/client/src/pages/Home/Section/AccountsBody/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/Home/Section/Body/RowsView/CommonStyles.js b/packages/client/src/pages/Home/Section/Body/RowsView/CommonStyles.js index 9aabc65379..24929f7f21 100644 --- a/packages/client/src/pages/Home/Section/Body/RowsView/CommonStyles.js +++ b/packages/client/src/pages/Home/Section/Body/RowsView/CommonStyles.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/Home/Section/Body/RowsView/FilesRowContainer.js b/packages/client/src/pages/Home/Section/Body/RowsView/FilesRowContainer.js index 1a1c2b2159..b5f91a25fc 100644 --- a/packages/client/src/pages/Home/Section/Body/RowsView/FilesRowContainer.js +++ b/packages/client/src/pages/Home/Section/Body/RowsView/FilesRowContainer.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode @@ -155,5 +155,5 @@ export default inject( highlightFile, currentDeviceType, }; - } + }, )(observer(FilesRowContainer)); diff --git a/packages/client/src/pages/Home/Section/Body/RowsView/FilesRowContent.js b/packages/client/src/pages/Home/Section/Body/RowsView/FilesRowContent.js index 9a5ccd769a..ce989fb593 100644 --- a/packages/client/src/pages/Home/Section/Body/RowsView/FilesRowContent.js +++ b/packages/client/src/pages/Home/Section/Body/RowsView/FilesRowContent.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/Home/Section/Body/RowsView/SimpleFilesRow.js b/packages/client/src/pages/Home/Section/Body/RowsView/SimpleFilesRow.js index e52cfe2343..63fa4aae82 100644 --- a/packages/client/src/pages/Home/Section/Body/RowsView/SimpleFilesRow.js +++ b/packages/client/src/pages/Home/Section/Body/RowsView/SimpleFilesRow.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/Home/Section/Body/TableView/StyledTable.js b/packages/client/src/pages/Home/Section/Body/TableView/StyledTable.js index 7302f20499..f31229c252 100644 --- a/packages/client/src/pages/Home/Section/Body/TableView/StyledTable.js +++ b/packages/client/src/pages/Home/Section/Body/TableView/StyledTable.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/Home/Section/Body/TableView/TableContainer.js b/packages/client/src/pages/Home/Section/Body/TableView/TableContainer.js index 39252e7900..effb3e6454 100644 --- a/packages/client/src/pages/Home/Section/Body/TableView/TableContainer.js +++ b/packages/client/src/pages/Home/Section/Body/TableView/TableContainer.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode @@ -174,7 +174,7 @@ const Table = ({ if (columns != tagCount) setTagCount(columns); } }, - [tagCount] + [tagCount], ); const onSetTagRef = useCallback((node) => { @@ -307,5 +307,5 @@ export default inject( highlightFile, currentDeviceType, }; - } + }, )(observer(Table)); diff --git a/packages/client/src/pages/Home/Section/Body/TableView/TableHeader.js b/packages/client/src/pages/Home/Section/Body/TableView/TableHeader.js index 23a5f7b282..928c80f9a2 100644 --- a/packages/client/src/pages/Home/Section/Body/TableView/TableHeader.js +++ b/packages/client/src/pages/Home/Section/Body/TableView/TableHeader.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/Home/Section/Body/TableView/TableRow.js b/packages/client/src/pages/Home/Section/Body/TableView/TableRow.js index d97dc46ab7..e893459665 100644 --- a/packages/client/src/pages/Home/Section/Body/TableView/TableRow.js +++ b/packages/client/src/pages/Home/Section/Body/TableView/TableRow.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/Home/Section/Body/TableView/sub-components/AuthorCell.js b/packages/client/src/pages/Home/Section/Body/TableView/sub-components/AuthorCell.js index 7b24a472e6..58c8434158 100644 --- a/packages/client/src/pages/Home/Section/Body/TableView/sub-components/AuthorCell.js +++ b/packages/client/src/pages/Home/Section/Body/TableView/sub-components/AuthorCell.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/Home/Section/Body/TableView/sub-components/CellStyles.js b/packages/client/src/pages/Home/Section/Body/TableView/sub-components/CellStyles.js index b5da0840e3..1b9c61db4e 100644 --- a/packages/client/src/pages/Home/Section/Body/TableView/sub-components/CellStyles.js +++ b/packages/client/src/pages/Home/Section/Body/TableView/sub-components/CellStyles.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/Home/Section/Body/TableView/sub-components/DateCell.js b/packages/client/src/pages/Home/Section/Body/TableView/sub-components/DateCell.js index 7e318d2e36..df40057a43 100644 --- a/packages/client/src/pages/Home/Section/Body/TableView/sub-components/DateCell.js +++ b/packages/client/src/pages/Home/Section/Body/TableView/sub-components/DateCell.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/Home/Section/Body/TableView/sub-components/ErasureCell.js b/packages/client/src/pages/Home/Section/Body/TableView/sub-components/ErasureCell.js index 6e25ea55e6..1bb6ae4707 100644 --- a/packages/client/src/pages/Home/Section/Body/TableView/sub-components/ErasureCell.js +++ b/packages/client/src/pages/Home/Section/Body/TableView/sub-components/ErasureCell.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/Home/Section/Body/TableView/sub-components/FileNameCell.js b/packages/client/src/pages/Home/Section/Body/TableView/sub-components/FileNameCell.js index 028c401dbc..d06ef91e2f 100644 --- a/packages/client/src/pages/Home/Section/Body/TableView/sub-components/FileNameCell.js +++ b/packages/client/src/pages/Home/Section/Body/TableView/sub-components/FileNameCell.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/Home/Section/Body/TableView/sub-components/RecentRowData.js b/packages/client/src/pages/Home/Section/Body/TableView/sub-components/RecentRowData.js index 2e5ec9466f..90323eaf1b 100644 --- a/packages/client/src/pages/Home/Section/Body/TableView/sub-components/RecentRowData.js +++ b/packages/client/src/pages/Home/Section/Body/TableView/sub-components/RecentRowData.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/Home/Section/Body/TableView/sub-components/RoomCell.js b/packages/client/src/pages/Home/Section/Body/TableView/sub-components/RoomCell.js index b9eaaa1b9a..04d9a4bdfc 100644 --- a/packages/client/src/pages/Home/Section/Body/TableView/sub-components/RoomCell.js +++ b/packages/client/src/pages/Home/Section/Body/TableView/sub-components/RoomCell.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/Home/Section/Body/TableView/sub-components/RoomsRowData.js b/packages/client/src/pages/Home/Section/Body/TableView/sub-components/RoomsRowData.js index 5b163a5cd9..6d3cb0322f 100644 --- a/packages/client/src/pages/Home/Section/Body/TableView/sub-components/RoomsRowData.js +++ b/packages/client/src/pages/Home/Section/Body/TableView/sub-components/RoomsRowData.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode @@ -67,7 +67,7 @@ const RoomsRowDataComponent = (props) => { {...dragStyles} className={classNames( selectionProp?.className, - "table-container_file-name-cell" + "table-container_file-name-cell", )} value={value} > @@ -178,7 +178,7 @@ const RoomsRowDataComponent = (props) => { {...selectionProp} className={classNames( selectionProp?.className, - "table-container_quick-buttons-wrapper" + "table-container_quick-buttons-wrapper", )} > diff --git a/packages/client/src/pages/Home/Section/Body/TableView/sub-components/RowData.js b/packages/client/src/pages/Home/Section/Body/TableView/sub-components/RowData.js index 698337eddf..8ccdd392fc 100644 --- a/packages/client/src/pages/Home/Section/Body/TableView/sub-components/RowData.js +++ b/packages/client/src/pages/Home/Section/Body/TableView/sub-components/RowData.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/Home/Section/Body/TableView/sub-components/SizeCell.js b/packages/client/src/pages/Home/Section/Body/TableView/sub-components/SizeCell.js index 1ad63b6144..f1d77f4da8 100644 --- a/packages/client/src/pages/Home/Section/Body/TableView/sub-components/SizeCell.js +++ b/packages/client/src/pages/Home/Section/Body/TableView/sub-components/SizeCell.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/Home/Section/Body/TableView/sub-components/TagsCell.js b/packages/client/src/pages/Home/Section/Body/TableView/sub-components/TagsCell.js index 1017aaa8cc..94381e0b48 100644 --- a/packages/client/src/pages/Home/Section/Body/TableView/sub-components/TagsCell.js +++ b/packages/client/src/pages/Home/Section/Body/TableView/sub-components/TagsCell.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/Home/Section/Body/TableView/sub-components/TrashRowData.js b/packages/client/src/pages/Home/Section/Body/TableView/sub-components/TrashRowData.js index 4b0438d29d..8dd85c15a4 100644 --- a/packages/client/src/pages/Home/Section/Body/TableView/sub-components/TrashRowData.js +++ b/packages/client/src/pages/Home/Section/Body/TableView/sub-components/TrashRowData.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode @@ -69,7 +69,7 @@ const TrashRowDataComponent = (props) => { {...dragStyles} className={classNames( selectionProp?.className, - "table-container_file-name-cell" + "table-container_file-name-cell", )} value={value} > @@ -200,7 +200,7 @@ const TrashRowDataComponent = (props) => { {...selectionProp} className={classNames( selectionProp?.className, - "table-container_quick-buttons-wrapper" + "table-container_quick-buttons-wrapper", )} > diff --git a/packages/client/src/pages/Home/Section/Body/TableView/sub-components/TypeCell.js b/packages/client/src/pages/Home/Section/Body/TableView/sub-components/TypeCell.js index e16bcaa236..5d11dc81b0 100644 --- a/packages/client/src/pages/Home/Section/Body/TableView/sub-components/TypeCell.js +++ b/packages/client/src/pages/Home/Section/Body/TableView/sub-components/TypeCell.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/Home/Section/Body/TilesView/FileTile.js b/packages/client/src/pages/Home/Section/Body/TilesView/FileTile.js index 045dcbf277..266a0883f7 100644 --- a/packages/client/src/pages/Home/Section/Body/TilesView/FileTile.js +++ b/packages/client/src/pages/Home/Section/Body/TilesView/FileTile.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode @@ -93,7 +93,7 @@ const FileTile = (props) => { 96, temporaryExtension, item.providerKey, - item.contentLength + item.contentLength, ); const { thumbnailUrl } = item; @@ -209,9 +209,9 @@ export default inject( isHighlight, thumbnails1280x720, }; - } + }, )( withTranslation(["Files", "InfoPanel", "Notifications"])( - withFileActions(withBadges(withQuickButtons(observer(FileTile)))) - ) + withFileActions(withBadges(withQuickButtons(observer(FileTile)))), + ), ); diff --git a/packages/client/src/pages/Home/Section/Body/TilesView/FilesTileContainer.js b/packages/client/src/pages/Home/Section/Body/TilesView/FilesTileContainer.js index 10cac9dcab..06687e5737 100644 --- a/packages/client/src/pages/Home/Section/Body/TilesView/FilesTileContainer.js +++ b/packages/client/src/pages/Home/Section/Body/TilesView/FilesTileContainer.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode @@ -111,7 +111,7 @@ const FilesTileContainer = ({ setThumbSize(size); }, - [columnCount, thumbSize, thumbnails1280x720] + [columnCount, thumbSize, thumbnails1280x720], ); const onSetTileRef = React.useCallback((node) => { diff --git a/packages/client/src/pages/Home/Section/Body/TilesView/FilesTileContent.js b/packages/client/src/pages/Home/Section/Body/TilesView/FilesTileContent.js index e06ddda76a..1e2058c434 100644 --- a/packages/client/src/pages/Home/Section/Body/TilesView/FilesTileContent.js +++ b/packages/client/src/pages/Home/Section/Body/TilesView/FilesTileContent.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode @@ -182,7 +182,7 @@ export default inject(({ settingsStore, treeFoldersStore }) => { })( observer( withTranslation(["Files", "Translations", "Notifications"])( - withContent(withBadges(FilesTileContent)) - ) - ) + withContent(withBadges(FilesTileContent)), + ), + ), ); diff --git a/packages/client/src/pages/Home/Section/Body/TilesView/sub-components/InfiniteGrid.js b/packages/client/src/pages/Home/Section/Body/TilesView/sub-components/InfiniteGrid.js index 648e27349e..f3104c9907 100644 --- a/packages/client/src/pages/Home/Section/Body/TilesView/sub-components/InfiniteGrid.js +++ b/packages/client/src/pages/Home/Section/Body/TilesView/sub-components/InfiniteGrid.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/Home/Section/Body/TilesView/sub-components/StyledInfiniteGrid.js b/packages/client/src/pages/Home/Section/Body/TilesView/sub-components/StyledInfiniteGrid.js index bf9199b034..1441fa3a19 100644 --- a/packages/client/src/pages/Home/Section/Body/TilesView/sub-components/StyledInfiniteGrid.js +++ b/packages/client/src/pages/Home/Section/Body/TilesView/sub-components/StyledInfiniteGrid.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/Home/Section/Body/TilesView/sub-components/Tile.js b/packages/client/src/pages/Home/Section/Body/TilesView/sub-components/Tile.js index 05dd293ab6..3cced6b9da 100644 --- a/packages/client/src/pages/Home/Section/Body/TilesView/sub-components/Tile.js +++ b/packages/client/src/pages/Home/Section/Body/TilesView/sub-components/Tile.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/Home/Section/Body/TilesView/sub-components/TileContainer.js b/packages/client/src/pages/Home/Section/Body/TilesView/sub-components/TileContainer.js index f05dd2ef2e..810bc7d60e 100644 --- a/packages/client/src/pages/Home/Section/Body/TilesView/sub-components/TileContainer.js +++ b/packages/client/src/pages/Home/Section/Body/TilesView/sub-components/TileContainer.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode @@ -249,19 +249,19 @@ class TileContainer extends React.PureComponent { Folders.push(
{item} -
+
, ); } else if (isRoom) { Rooms.push(
{item} -
+
, ); } else { Files.push(
{item} -
+ , ); } }); @@ -353,5 +353,7 @@ export default inject(({ settingsStore, filesStore, treeFoldersStore }) => { isDesc, }; })( - observer(withTranslation(["Files", "Common", "Notifications"])(TileContainer)) + observer( + withTranslation(["Files", "Common", "Notifications"])(TileContainer), + ), ); diff --git a/packages/client/src/pages/Home/Section/Body/TilesView/sub-components/TileContent.js b/packages/client/src/pages/Home/Section/Body/TilesView/sub-components/TileContent.js index 6b5a79c509..fbfc270be3 100644 --- a/packages/client/src/pages/Home/Section/Body/TilesView/sub-components/TileContent.js +++ b/packages/client/src/pages/Home/Section/Body/TilesView/sub-components/TileContent.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/Home/Section/Body/index.js b/packages/client/src/pages/Home/Section/Body/index.js index 010804717f..7d9ded9697 100644 --- a/packages/client/src/pages/Home/Section/Body/index.js +++ b/packages/client/src/pages/Home/Section/Body/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/Home/Section/Filter/FilterUtils.js b/packages/client/src/pages/Home/Section/Filter/FilterUtils.js index 2b08ba8f8c..5ff122b6d9 100644 --- a/packages/client/src/pages/Home/Section/Filter/FilterUtils.js +++ b/packages/client/src/pages/Home/Section/Filter/FilterUtils.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/Home/Section/Filter/index.js b/packages/client/src/pages/Home/Section/Filter/index.js index 8a138119a7..ad6ed42426 100644 --- a/packages/client/src/pages/Home/Section/Filter/index.js +++ b/packages/client/src/pages/Home/Section/Filter/index.js @@ -1,30 +1,30 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode -import React, { useCallback } from "react"; +import React, { useCallback } from "react"; import { inject, observer } from "mobx-react"; import { useLocation, useNavigate, useParams } from "react-router-dom"; diff --git a/packages/client/src/pages/Home/Section/Header/index.js b/packages/client/src/pages/Home/Section/Header/index.js index a41baa3dc3..5a33e7cddd 100644 --- a/packages/client/src/pages/Home/Section/Header/index.js +++ b/packages/client/src/pages/Home/Section/Header/index.js @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/client/src/pages/Home/Section/Paging/index.js b/packages/client/src/pages/Home/Section/Paging/index.js index 06fef9e2d9..5a23466b4c 100644 --- a/packages/client/src/pages/Home/Section/Paging/index.js +++ b/packages/client/src/pages/Home/Section/Paging/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode @@ -80,11 +80,11 @@ const SectionPagingContent = ({ setIsLoading(true); if (isRooms) { fetchRooms(selectedFolderId, newFilter).finally(() => - setIsLoading(false) + setIsLoading(false), ); } else { fetchFiles(selectedFolderId, newFilter).finally(() => - setIsLoading(false) + setIsLoading(false), ); } } @@ -98,7 +98,7 @@ const SectionPagingContent = ({ setIsLoading, fetchFiles, isRooms, - ] + ], ); const onPrevClick = useCallback( @@ -130,11 +130,11 @@ const SectionPagingContent = ({ setIsLoading(true); if (isRooms) { fetchRooms(selectedFolderId, newFilter).finally(() => - setIsLoading(false) + setIsLoading(false), ); } else { fetchFiles(selectedFolderId, newFilter).finally(() => - setIsLoading(false) + setIsLoading(false), ); } } @@ -147,7 +147,7 @@ const SectionPagingContent = ({ selectedFolderId, setIsLoading, fetchFiles, - ] + ], ); const onChangePageSize = useCallback( @@ -170,11 +170,11 @@ const SectionPagingContent = ({ setIsLoading(true); if (isRooms) { fetchRooms(selectedFolderId, newFilter).finally(() => - setIsLoading(false) + setIsLoading(false), ); } else { fetchFiles(selectedFolderId, newFilter).finally(() => - setIsLoading(false) + setIsLoading(false), ); } } @@ -187,7 +187,7 @@ const SectionPagingContent = ({ selectedFolderId, setIsLoading, fetchFiles, - ] + ], ); const onChangePage = useCallback( @@ -206,16 +206,16 @@ const SectionPagingContent = ({ setIsLoading(true); if (isRooms) { fetchRooms(selectedFolderId, newFilter).finally(() => - setIsLoading(false) + setIsLoading(false), ); } else { fetchFiles(selectedFolderId, newFilter).finally(() => - setIsLoading(false) + setIsLoading(false), ); } } }, - [filter, selectedFolderId, setIsLoading, fetchFiles] + [filter, selectedFolderId, setIsLoading, fetchFiles], ); const countItems = useMemo( @@ -233,13 +233,13 @@ const SectionPagingContent = ({ label: t("Common:CountPerPage", { count: 100 }), }, ], - [t] + [t], ); const pageItems = useMemo(() => { if (isAccountsPage) { const totalPages = Math.ceil( - accountsFilter.total / accountsFilter.pageCount + accountsFilter.total / accountsFilter.pageCount, ); return [...Array(totalPages).keys()].map((item) => { return { @@ -381,5 +381,5 @@ export default inject( accountsFilter, fetchPeople, }; - } + }, )(observer(SectionPagingContent)); diff --git a/packages/client/src/pages/Home/Section/SettingsBody/AdminSettings.js b/packages/client/src/pages/Home/Section/SettingsBody/AdminSettings.js index 3697a8f10b..80d849ebbc 100644 --- a/packages/client/src/pages/Home/Section/SettingsBody/AdminSettings.js +++ b/packages/client/src/pages/Home/Section/SettingsBody/AdminSettings.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/Home/Section/SettingsBody/CommonSettings.js b/packages/client/src/pages/Home/Section/SettingsBody/CommonSettings.js index 2602a4fb9d..8636377a62 100644 --- a/packages/client/src/pages/Home/Section/SettingsBody/CommonSettings.js +++ b/packages/client/src/pages/Home/Section/SettingsBody/CommonSettings.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode @@ -90,7 +90,7 @@ const PersonalSettings = ({ .catch((err) => toastr.error(err)) .finally(() => setIsLoadingFavorites(false)); }, - [setIsLoadingFavorites, setFavoritesSetting] + [setIsLoadingFavorites, setFavoritesSetting], ); const onChangeRecent = React.useCallback( @@ -100,7 +100,7 @@ const PersonalSettings = ({ .catch((err) => toastr.error(err)) .finally(() => setIsLoadingRecent(false)); }, - [setIsLoadingRecent, setRecentSetting] + [setIsLoadingRecent, setRecentSetting], ); const thumbnailsSizeLabel = "Thumbnails 1280x720"; diff --git a/packages/client/src/pages/Home/Section/SettingsBody/StyledSettings.js b/packages/client/src/pages/Home/Section/SettingsBody/StyledSettings.js index 7ea43b80f0..4fb8b302ee 100644 --- a/packages/client/src/pages/Home/Section/SettingsBody/StyledSettings.js +++ b/packages/client/src/pages/Home/Section/SettingsBody/StyledSettings.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/Home/Section/SettingsBody/index.js b/packages/client/src/pages/Home/Section/SettingsBody/index.js index fa7d57ae65..01ddae9ff9 100644 --- a/packages/client/src/pages/Home/Section/SettingsBody/index.js +++ b/packages/client/src/pages/Home/Section/SettingsBody/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/Home/Section/Submenu/AccountsSubmenu/index.js b/packages/client/src/pages/Home/Section/Submenu/AccountsSubmenu/index.js index f762aca102..744f70d36c 100644 --- a/packages/client/src/pages/Home/Section/Submenu/AccountsSubmenu/index.js +++ b/packages/client/src/pages/Home/Section/Submenu/AccountsSubmenu/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/Home/Section/Submenu/AccountsSubmenu/index.styled.js b/packages/client/src/pages/Home/Section/Submenu/AccountsSubmenu/index.styled.js index 0812b5cb0b..41eafee470 100644 --- a/packages/client/src/pages/Home/Section/Submenu/AccountsSubmenu/index.styled.js +++ b/packages/client/src/pages/Home/Section/Submenu/AccountsSubmenu/index.styled.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/Home/Section/Submenu/MyDocumentsSubmenu/index.js b/packages/client/src/pages/Home/Section/Submenu/MyDocumentsSubmenu/index.js index 4aa37156ae..2641d13447 100644 --- a/packages/client/src/pages/Home/Section/Submenu/MyDocumentsSubmenu/index.js +++ b/packages/client/src/pages/Home/Section/Submenu/MyDocumentsSubmenu/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/Home/Section/Submenu/index.js b/packages/client/src/pages/Home/Section/Submenu/index.js index a327042fb5..74ef59b3c6 100644 --- a/packages/client/src/pages/Home/Section/Submenu/index.js +++ b/packages/client/src/pages/Home/Section/Submenu/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/Home/Section/Warning/index.js b/packages/client/src/pages/Home/Section/Warning/index.js index cdc5a2a068..2ef42b3900 100644 --- a/packages/client/src/pages/Home/Section/Warning/index.js +++ b/packages/client/src/pages/Home/Section/Warning/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/Home/Section/index.js b/packages/client/src/pages/Home/Section/index.js index 9e3d7b8390..53d2e21556 100644 --- a/packages/client/src/pages/Home/Section/index.js +++ b/packages/client/src/pages/Home/Section/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/Home/SelectionArea/AccountsSelectionArea.js b/packages/client/src/pages/Home/SelectionArea/AccountsSelectionArea.js index 144bc729f4..e42aa23cdc 100644 --- a/packages/client/src/pages/Home/SelectionArea/AccountsSelectionArea.js +++ b/packages/client/src/pages/Home/SelectionArea/AccountsSelectionArea.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/Home/SelectionArea/FilesSelectionArea.js b/packages/client/src/pages/Home/SelectionArea/FilesSelectionArea.js index 92080957e5..be02f99d56 100644 --- a/packages/client/src/pages/Home/SelectionArea/FilesSelectionArea.js +++ b/packages/client/src/pages/Home/SelectionArea/FilesSelectionArea.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/Home/View/Accounts.js b/packages/client/src/pages/Home/View/Accounts.js index 1a3a5a559a..531e975c9b 100644 --- a/packages/client/src/pages/Home/View/Accounts.js +++ b/packages/client/src/pages/Home/View/Accounts.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/Home/View/Files.js b/packages/client/src/pages/Home/View/Files.js index 90ca1b5128..07b3240d3b 100644 --- a/packages/client/src/pages/Home/View/Files.js +++ b/packages/client/src/pages/Home/View/Files.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/Home/View/Settings.js b/packages/client/src/pages/Home/View/Settings.js index 21d7d4913d..95fd0efa65 100644 --- a/packages/client/src/pages/Home/View/Settings.js +++ b/packages/client/src/pages/Home/View/Settings.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/Home/index.js b/packages/client/src/pages/Home/index.js index b97d3ce200..96805f3425 100644 --- a/packages/client/src/pages/Home/index.js +++ b/packages/client/src/pages/Home/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/Layout/Article/Body/index.js b/packages/client/src/pages/PortalSettings/Layout/Article/Body/index.js index 428dfae594..f1b9f2beac 100644 --- a/packages/client/src/pages/PortalSettings/Layout/Article/Body/index.js +++ b/packages/client/src/pages/PortalSettings/Layout/Article/Body/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/Layout/Article/Body/loaderArticleBody.js b/packages/client/src/pages/PortalSettings/Layout/Article/Body/loaderArticleBody.js index eb6e630a9d..98ae3c4628 100644 --- a/packages/client/src/pages/PortalSettings/Layout/Article/Body/loaderArticleBody.js +++ b/packages/client/src/pages/PortalSettings/Layout/Article/Body/loaderArticleBody.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/Layout/Article/Header/index.js b/packages/client/src/pages/PortalSettings/Layout/Article/Header/index.js index e20eef71dd..30e4c4163e 100644 --- a/packages/client/src/pages/PortalSettings/Layout/Article/Header/index.js +++ b/packages/client/src/pages/PortalSettings/Layout/Article/Header/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/Layout/Article/index.js b/packages/client/src/pages/PortalSettings/Layout/Article/index.js index 8824391e15..201c7ff9d2 100644 --- a/packages/client/src/pages/PortalSettings/Layout/Article/index.js +++ b/packages/client/src/pages/PortalSettings/Layout/Article/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/Layout/Section/Header/index.js b/packages/client/src/pages/PortalSettings/Layout/Section/Header/index.js index c48d96aebd..fbe671df7c 100644 --- a/packages/client/src/pages/PortalSettings/Layout/Section/Header/index.js +++ b/packages/client/src/pages/PortalSettings/Layout/Section/Header/index.js @@ -1,30 +1,30 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode -import DeleteReactSvgUrl from "PUBLIC_DIR/images/delete.react.svg?url"; +import DeleteReactSvgUrl from "PUBLIC_DIR/images/delete.react.svg?url"; import ArrowPathReactSvgUrl from "PUBLIC_DIR/images/arrow.path.react.svg?url"; import ActionsHeaderTouchReactSvgUrl from "PUBLIC_DIR/images/actions.header.touch.react.svg?url"; import React from "react"; diff --git a/packages/client/src/pages/PortalSettings/Layout/Section/Paging/index.js b/packages/client/src/pages/PortalSettings/Layout/Section/Paging/index.js index 63cacefa95..042fdcfee7 100644 --- a/packages/client/src/pages/PortalSettings/Layout/Section/Paging/index.js +++ b/packages/client/src/pages/PortalSettings/Layout/Section/Paging/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode @@ -53,7 +53,7 @@ const SectionPagingContent = ({ setIsLoading(true); fetchPeople(newFilter).finally(() => setIsLoading(false)); }, - [filter, fetchPeople, setIsLoading] + [filter, fetchPeople, setIsLoading], ); const onPrevClick = useCallback( @@ -71,7 +71,7 @@ const SectionPagingContent = ({ setIsLoading(true); fetchPeople(newFilter).finally(() => setIsLoading(false)); }, - [filter, fetchPeople, setIsLoading] + [filter, fetchPeople, setIsLoading], ); const onChangePageSize = useCallback( @@ -85,7 +85,7 @@ const SectionPagingContent = ({ setIsLoading(true); fetchPeople(newFilter).finally(() => setIsLoading(false)); }, - [filter, fetchPeople, setIsLoading] + [filter, fetchPeople, setIsLoading], ); const onChangePage = useCallback( @@ -98,7 +98,7 @@ const SectionPagingContent = ({ setIsLoading(true); fetchPeople(newFilter).finally(() => setIsLoading(false)); }, - [filter, fetchPeople, setIsLoading] + [filter, fetchPeople, setIsLoading], ); const countItems = useMemo( @@ -116,7 +116,7 @@ const SectionPagingContent = ({ label: t("Common:CountPerPage", { count: 100 }), }, ], - [t] + [t], ); const pageItems = useMemo(() => { diff --git a/packages/client/src/pages/PortalSettings/Layout/Section/index.js b/packages/client/src/pages/PortalSettings/Layout/Section/index.js index 884b33155c..4d98c0c223 100644 --- a/packages/client/src/pages/PortalSettings/Layout/Section/index.js +++ b/packages/client/src/pages/PortalSettings/Layout/Section/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/Layout/Section/loaderSectionHeader.js b/packages/client/src/pages/PortalSettings/Layout/Section/loaderSectionHeader.js index ac8cf976fd..644fd5b996 100644 --- a/packages/client/src/pages/PortalSettings/Layout/Section/loaderSectionHeader.js +++ b/packages/client/src/pages/PortalSettings/Layout/Section/loaderSectionHeader.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode @@ -48,8 +48,8 @@ const StyledLoader = styled.div` props.isTabletView ? "16px 0 17px" : props.isDesktopView - ? "21px 0 23px" - : "14px 0 0"}; + ? "21px 0 23px" + : "14px 0 0"}; `; const LoaderSectionHeader = () => { diff --git a/packages/client/src/pages/PortalSettings/Layout/index.js b/packages/client/src/pages/PortalSettings/Layout/index.js index f44dfbe97d..5a30218e9e 100644 --- a/packages/client/src/pages/PortalSettings/Layout/index.js +++ b/packages/client/src/pages/PortalSettings/Layout/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/StyledSettingsSeparator.js b/packages/client/src/pages/PortalSettings/StyledSettingsSeparator.js index 0b6731a3bb..98aa551a43 100644 --- a/packages/client/src/pages/PortalSettings/StyledSettingsSeparator.js +++ b/packages/client/src/pages/PortalSettings/StyledSettingsSeparator.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/common/Appearance/StyledApperance.js b/packages/client/src/pages/PortalSettings/categories/common/Appearance/StyledApperance.js index a7b2133dcc..11d8b5d0ba 100644 --- a/packages/client/src/pages/PortalSettings/categories/common/Appearance/StyledApperance.js +++ b/packages/client/src/pages/PortalSettings/categories/common/Appearance/StyledApperance.js @@ -1,30 +1,30 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode -import { mobile } from "@docspace/shared/utils"; +import { mobile } from "@docspace/shared/utils"; import PlusThemeSvgUrl from "PUBLIC_DIR/images/plus.theme.svg?url"; import styled, { css } from "styled-components"; diff --git a/packages/client/src/pages/PortalSettings/categories/common/Appearance/StyledPreview.js b/packages/client/src/pages/PortalSettings/categories/common/Appearance/StyledPreview.js index 8c6968c88f..911fdb6319 100644 --- a/packages/client/src/pages/PortalSettings/categories/common/Appearance/StyledPreview.js +++ b/packages/client/src/pages/PortalSettings/categories/common/Appearance/StyledPreview.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode @@ -52,7 +52,7 @@ const StyledComponent = styled.div` border-style: solid; border-radius: ${getCorrectBorderRadius( "16px 0px 0px 16px", - props.theme.interfaceDirection + props.theme.interfaceDirection, )}; `} } @@ -366,7 +366,7 @@ const StyledComponent = styled.div` padding: ${({ theme }) => getCorrectFourValuesStyle( `16px 0px 16px 16px`, - theme.interfaceDirection + theme.interfaceDirection, )}; } diff --git a/packages/client/src/pages/PortalSettings/categories/common/Appearance/preview.js b/packages/client/src/pages/PortalSettings/categories/common/Appearance/preview.js index 11f39c05b3..c32ce0948b 100644 --- a/packages/client/src/pages/PortalSettings/categories/common/Appearance/preview.js +++ b/packages/client/src/pages/PortalSettings/categories/common/Appearance/preview.js @@ -1,30 +1,30 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode -import PlusPreviewSvgUrl from "PUBLIC_DIR/images/plus.preview.svg?url"; +import PlusPreviewSvgUrl from "PUBLIC_DIR/images/plus.preview.svg?url"; import { useState, useEffect, useLayoutEffect } from "react"; import { RectangleSkeleton } from "@docspace/shared/skeletons"; import { ContextMenuButton } from "@docspace/shared/components/context-menu-button"; diff --git a/packages/client/src/pages/PortalSettings/categories/common/Branding/CommonWhiteLabel.js b/packages/client/src/pages/PortalSettings/categories/common/Branding/CommonWhiteLabel.js index a59699b033..c60871f11d 100644 --- a/packages/client/src/pages/PortalSettings/categories/common/Branding/CommonWhiteLabel.js +++ b/packages/client/src/pages/PortalSettings/categories/common/Branding/CommonWhiteLabel.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/common/Branding/MobileView.js b/packages/client/src/pages/PortalSettings/categories/common/Branding/MobileView.js index 281c5881ee..0e64b78b59 100644 --- a/packages/client/src/pages/PortalSettings/categories/common/Branding/MobileView.js +++ b/packages/client/src/pages/PortalSettings/categories/common/Branding/MobileView.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/common/Branding/StyledWhitelabel.js b/packages/client/src/pages/PortalSettings/categories/common/Branding/StyledWhitelabel.js index db0d3c4ff9..f5af88b57b 100644 --- a/packages/client/src/pages/PortalSettings/categories/common/Branding/StyledWhitelabel.js +++ b/packages/client/src/pages/PortalSettings/categories/common/Branding/StyledWhitelabel.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/common/Branding/WhiteLabelWrapper.js b/packages/client/src/pages/PortalSettings/categories/common/Branding/WhiteLabelWrapper.js index 2cb995e9fb..4c75de7526 100644 --- a/packages/client/src/pages/PortalSettings/categories/common/Branding/WhiteLabelWrapper.js +++ b/packages/client/src/pages/PortalSettings/categories/common/Branding/WhiteLabelWrapper.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/common/Branding/additionalResources.js b/packages/client/src/pages/PortalSettings/categories/common/Branding/additionalResources.js index 4e6ede1b69..e925e74b18 100644 --- a/packages/client/src/pages/PortalSettings/categories/common/Branding/additionalResources.js +++ b/packages/client/src/pages/PortalSettings/categories/common/Branding/additionalResources.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/common/Branding/companyInfoSettings.js b/packages/client/src/pages/PortalSettings/categories/common/Branding/companyInfoSettings.js index acd40040c9..f68c526448 100644 --- a/packages/client/src/pages/PortalSettings/categories/common/Branding/companyInfoSettings.js +++ b/packages/client/src/pages/PortalSettings/categories/common/Branding/companyInfoSettings.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/common/Branding/sub-components/logo.js b/packages/client/src/pages/PortalSettings/categories/common/Branding/sub-components/logo.js index b83fabfcf0..c6b629a525 100644 --- a/packages/client/src/pages/PortalSettings/categories/common/Branding/sub-components/logo.js +++ b/packages/client/src/pages/PortalSettings/categories/common/Branding/sub-components/logo.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/common/Branding/whitelabel.js b/packages/client/src/pages/PortalSettings/categories/common/Branding/whitelabel.js index b65f4cc56b..09c4452760 100644 --- a/packages/client/src/pages/PortalSettings/categories/common/Branding/whitelabel.js +++ b/packages/client/src/pages/PortalSettings/categories/common/Branding/whitelabel.js @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/client/src/pages/PortalSettings/categories/common/Customization/StyledSettings.js b/packages/client/src/pages/PortalSettings/categories/common/Customization/StyledSettings.js index 83122ab534..3eb25e73c5 100644 --- a/packages/client/src/pages/PortalSettings/categories/common/Customization/StyledSettings.js +++ b/packages/client/src/pages/PortalSettings/categories/common/Customization/StyledSettings.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/common/Customization/dns-settings.js b/packages/client/src/pages/PortalSettings/categories/common/Customization/dns-settings.js index 277cb853a6..a3bb54397e 100644 --- a/packages/client/src/pages/PortalSettings/categories/common/Customization/dns-settings.js +++ b/packages/client/src/pages/PortalSettings/categories/common/Customization/dns-settings.js @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/client/src/pages/PortalSettings/categories/common/Customization/language-and-time-zone.js b/packages/client/src/pages/PortalSettings/categories/common/Customization/language-and-time-zone.js index 4a9e6b14d2..91bd861142 100644 --- a/packages/client/src/pages/PortalSettings/categories/common/Customization/language-and-time-zone.js +++ b/packages/client/src/pages/PortalSettings/categories/common/Customization/language-and-time-zone.js @@ -1,30 +1,30 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode -import React from "react"; +import React from "react"; import { withTranslation, Trans } from "react-i18next"; import { FieldContainer } from "@docspace/shared/components/field-container"; import { ComboBox } from "@docspace/shared/components/combobox"; diff --git a/packages/client/src/pages/PortalSettings/categories/common/Customization/portal-renaming.js b/packages/client/src/pages/PortalSettings/categories/common/Customization/portal-renaming.js index 18fe00b123..8834e70e6a 100644 --- a/packages/client/src/pages/PortalSettings/categories/common/Customization/portal-renaming.js +++ b/packages/client/src/pages/PortalSettings/categories/common/Customization/portal-renaming.js @@ -1,30 +1,30 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode -import React, { useState, useEffect, useCallback } from "react"; +import React, { useState, useEffect, useCallback } from "react"; import { withTranslation, Trans } from "react-i18next"; import { toastr } from "@docspace/shared/components/toast"; import { FieldContainer } from "@docspace/shared/components/field-container"; diff --git a/packages/client/src/pages/PortalSettings/categories/common/Customization/welcome-page-settings.js b/packages/client/src/pages/PortalSettings/categories/common/Customization/welcome-page-settings.js index e09d6219df..0b88ca143d 100644 --- a/packages/client/src/pages/PortalSettings/categories/common/Customization/welcome-page-settings.js +++ b/packages/client/src/pages/PortalSettings/categories/common/Customization/welcome-page-settings.js @@ -1,30 +1,30 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode -import CombinedShapeSvgUrl from "PUBLIC_DIR/images/combined.shape.svg?url"; +import CombinedShapeSvgUrl from "PUBLIC_DIR/images/combined.shape.svg?url"; import React from "react"; import { withTranslation } from "react-i18next"; import { FieldContainer } from "@docspace/shared/components/field-container"; @@ -94,7 +94,7 @@ const WelcomePageSettings = (props) => { greetingTitleFromSessionStorage = getFromSessionStorage("greetingTitle"); greetingTitleDefaultFromSessionStorage = getFromSessionStorage( - "greetingTitleDefault" + "greetingTitleDefault", ); getGreetingSettingsIsDefault(); @@ -288,7 +288,7 @@ const WelcomePageSettings = (props) => { const currentUrl = window.location.href.replace( window.location.origin, - "" + "", ); const newUrl = "/portal-settings/customization/general"; @@ -411,6 +411,6 @@ export default inject(({ settingsStore, setup, common }) => { }; })( withLoading( - withTranslation(["Settings", "Common"])(observer(WelcomePageSettings)) - ) + withTranslation(["Settings", "Common"])(observer(WelcomePageSettings)), + ), ); diff --git a/packages/client/src/pages/PortalSettings/categories/common/appearance.js b/packages/client/src/pages/PortalSettings/categories/common/appearance.js index 356177bb5f..841f8fcaef 100644 --- a/packages/client/src/pages/PortalSettings/categories/common/appearance.js +++ b/packages/client/src/pages/PortalSettings/categories/common/appearance.js @@ -1,30 +1,30 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode -import CheckWhiteSvgUrl from "PUBLIC_DIR/images/check.white.svg?url"; +import CheckWhiteSvgUrl from "PUBLIC_DIR/images/check.white.svg?url"; import { useState, useEffect, useCallback, useMemo } from "react"; import { withTranslation } from "react-i18next"; import { toastr } from "@docspace/shared/components/toast"; diff --git a/packages/client/src/pages/PortalSettings/categories/common/branding.js b/packages/client/src/pages/PortalSettings/categories/common/branding.js index 2d4c4ca3c7..743bd95afd 100644 --- a/packages/client/src/pages/PortalSettings/categories/common/branding.js +++ b/packages/client/src/pages/PortalSettings/categories/common/branding.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/common/customization-navbar.js b/packages/client/src/pages/PortalSettings/categories/common/customization-navbar.js index 82c1007cff..6bfe54a306 100644 --- a/packages/client/src/pages/PortalSettings/categories/common/customization-navbar.js +++ b/packages/client/src/pages/PortalSettings/categories/common/customization-navbar.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/common/customization.js b/packages/client/src/pages/PortalSettings/categories/common/customization.js index ca4507de65..b0c8c06056 100644 --- a/packages/client/src/pages/PortalSettings/categories/common/customization.js +++ b/packages/client/src/pages/PortalSettings/categories/common/customization.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/common/index.js b/packages/client/src/pages/PortalSettings/categories/common/index.js index 94974f1b71..d885fad5ee 100644 --- a/packages/client/src/pages/PortalSettings/categories/common/index.js +++ b/packages/client/src/pages/PortalSettings/categories/common/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode @@ -70,7 +70,7 @@ const SubmenuCommon = (props) => { const load = async () => { const currentTab = getCurrentTab(); await loadBaseInfo( - !isMobileView ? (currentTab === 0 ? "general" : "branding") : "" + !isMobileView ? (currentTab === 0 ? "general" : "branding") : "", ); }; @@ -97,8 +97,8 @@ const SubmenuCommon = (props) => { combineUrl( window.DocSpaceConfig?.proxy?.url, config.homepage, - `/portal-settings/customization/${e.id}` - ) + `/portal-settings/customization/${e.id}`, + ), ); }; diff --git a/packages/client/src/pages/PortalSettings/categories/common/sub-components/colorSchemeDialog.js b/packages/client/src/pages/PortalSettings/categories/common/sub-components/colorSchemeDialog.js index f8013a9e58..19b54af4eb 100644 --- a/packages/client/src/pages/PortalSettings/categories/common/sub-components/colorSchemeDialog.js +++ b/packages/client/src/pages/PortalSettings/categories/common/sub-components/colorSchemeDialog.js @@ -1,30 +1,30 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode -import PlusThemeSvgUrl from "PUBLIC_DIR/images/plus.theme.svg?url"; +import PlusThemeSvgUrl from "PUBLIC_DIR/images/plus.theme.svg?url"; import React, { useEffect } from "react"; import { ModalDialog } from "@docspace/shared/components/modal-dialog"; import styled, { css } from "styled-components"; diff --git a/packages/client/src/pages/PortalSettings/categories/common/sub-components/loaderAdditionalResources.js b/packages/client/src/pages/PortalSettings/categories/common/sub-components/loaderAdditionalResources.js index 3d25c530e8..cf8918f713 100644 --- a/packages/client/src/pages/PortalSettings/categories/common/sub-components/loaderAdditionalResources.js +++ b/packages/client/src/pages/PortalSettings/categories/common/sub-components/loaderAdditionalResources.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/common/sub-components/loaderAppearance.js b/packages/client/src/pages/PortalSettings/categories/common/sub-components/loaderAppearance.js index 062897f3c1..c8a6979946 100644 --- a/packages/client/src/pages/PortalSettings/categories/common/sub-components/loaderAppearance.js +++ b/packages/client/src/pages/PortalSettings/categories/common/sub-components/loaderAppearance.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/common/sub-components/loaderBrandingDescription.js b/packages/client/src/pages/PortalSettings/categories/common/sub-components/loaderBrandingDescription.js index f3df582cba..677cfb42b2 100644 --- a/packages/client/src/pages/PortalSettings/categories/common/sub-components/loaderBrandingDescription.js +++ b/packages/client/src/pages/PortalSettings/categories/common/sub-components/loaderBrandingDescription.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/common/sub-components/loaderCompanyInfoSettings.js b/packages/client/src/pages/PortalSettings/categories/common/sub-components/loaderCompanyInfoSettings.js index 5bc6dcd68b..09ddda5f08 100644 --- a/packages/client/src/pages/PortalSettings/categories/common/sub-components/loaderCompanyInfoSettings.js +++ b/packages/client/src/pages/PortalSettings/categories/common/sub-components/loaderCompanyInfoSettings.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/common/sub-components/loaderCustomization.js b/packages/client/src/pages/PortalSettings/categories/common/sub-components/loaderCustomization.js index 274cfb0bb6..ef3eddae7c 100644 --- a/packages/client/src/pages/PortalSettings/categories/common/sub-components/loaderCustomization.js +++ b/packages/client/src/pages/PortalSettings/categories/common/sub-components/loaderCustomization.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode @@ -36,10 +36,10 @@ const tabletStyles = css` props.lngTZSettings ? "283px" : props.welcomePage - ? "201px" - : props.portalRenaming - ? "150px" - : 0}; + ? "201px" + : props.portalRenaming + ? "150px" + : 0}; padding-bottom: 16px; } @@ -53,10 +53,10 @@ const tabletStyles = css` props.lngTZSettings ? "61px" : props.welcomePage - ? "28px" - : props.portalRenaming - ? "109px" - : 0}; + ? "28px" + : props.portalRenaming + ? "109px" + : 0}; padding-bottom: 4px; } diff --git a/packages/client/src/pages/PortalSettings/categories/common/sub-components/loaderCustomizationNavbar.js b/packages/client/src/pages/PortalSettings/categories/common/sub-components/loaderCustomizationNavbar.js index 1250d1daf2..9f5255fd2e 100644 --- a/packages/client/src/pages/PortalSettings/categories/common/sub-components/loaderCustomizationNavbar.js +++ b/packages/client/src/pages/PortalSettings/categories/common/sub-components/loaderCustomizationNavbar.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/common/sub-components/loaderDescriptionCustomization.js b/packages/client/src/pages/PortalSettings/categories/common/sub-components/loaderDescriptionCustomization.js index 306051c8f4..77cf87df24 100644 --- a/packages/client/src/pages/PortalSettings/categories/common/sub-components/loaderDescriptionCustomization.js +++ b/packages/client/src/pages/PortalSettings/categories/common/sub-components/loaderDescriptionCustomization.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/common/sub-components/loaderSubmenu.js b/packages/client/src/pages/PortalSettings/categories/common/sub-components/loaderSubmenu.js index 895b10a95b..87c1084f41 100644 --- a/packages/client/src/pages/PortalSettings/categories/common/sub-components/loaderSubmenu.js +++ b/packages/client/src/pages/PortalSettings/categories/common/sub-components/loaderSubmenu.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/common/sub-components/loaderWhiteLabel.js b/packages/client/src/pages/PortalSettings/categories/common/sub-components/loaderWhiteLabel.js index 98b77d832c..6d1f63496c 100644 --- a/packages/client/src/pages/PortalSettings/categories/common/sub-components/loaderWhiteLabel.js +++ b/packages/client/src/pages/PortalSettings/categories/common/sub-components/loaderWhiteLabel.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/common/sub-components/modalDialogDelete.js b/packages/client/src/pages/PortalSettings/categories/common/sub-components/modalDialogDelete.js index 9c90ac0712..159b7da88b 100644 --- a/packages/client/src/pages/PortalSettings/categories/common/sub-components/modalDialogDelete.js +++ b/packages/client/src/pages/PortalSettings/categories/common/sub-components/modalDialogDelete.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/common/utils.js b/packages/client/src/pages/PortalSettings/categories/common/utils.js index 86c46980e9..5e8576d643 100644 --- a/packages/client/src/pages/PortalSettings/categories/common/utils.js +++ b/packages/client/src/pages/PortalSettings/categories/common/utils.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode @@ -33,12 +33,12 @@ const checkScrollSettingsBlock = () => { const height = parseInt( !!settingsDiv ? getComputedStyle(settingsDiv).height.slice(0, -2) : 0, - 0 + 0, ); const heightScroll = parseInt( !!scrollBody ? getComputedStyle(scrollBody).height.slice(0, -2) : 0, - 0 + 0, ); return () => { diff --git a/packages/client/src/pages/PortalSettings/categories/data-import/GoogleWorkspace/Stepper/ImportCompleteStep/index.js b/packages/client/src/pages/PortalSettings/categories/data-import/GoogleWorkspace/Stepper/ImportCompleteStep/index.js index 178da72473..8c4dee1f4d 100644 --- a/packages/client/src/pages/PortalSettings/categories/data-import/GoogleWorkspace/Stepper/ImportCompleteStep/index.js +++ b/packages/client/src/pages/PortalSettings/categories/data-import/GoogleWorkspace/Stepper/ImportCompleteStep/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/data-import/GoogleWorkspace/Stepper/ImportProcessingStep/index.js b/packages/client/src/pages/PortalSettings/categories/data-import/GoogleWorkspace/Stepper/ImportProcessingStep/index.js index d00a0ff6a9..f0874beb27 100644 --- a/packages/client/src/pages/PortalSettings/categories/data-import/GoogleWorkspace/Stepper/ImportProcessingStep/index.js +++ b/packages/client/src/pages/PortalSettings/categories/data-import/GoogleWorkspace/Stepper/ImportProcessingStep/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/data-import/GoogleWorkspace/Stepper/ImportStep/index.js b/packages/client/src/pages/PortalSettings/categories/data-import/GoogleWorkspace/Stepper/ImportStep/index.js index c418631856..a0e0c2162a 100644 --- a/packages/client/src/pages/PortalSettings/categories/data-import/GoogleWorkspace/Stepper/ImportStep/index.js +++ b/packages/client/src/pages/PortalSettings/categories/data-import/GoogleWorkspace/Stepper/ImportStep/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/data-import/GoogleWorkspace/Stepper/SelectFileStep/index.js b/packages/client/src/pages/PortalSettings/categories/data-import/GoogleWorkspace/Stepper/SelectFileStep/index.js index eac1b9a5f4..0912360193 100644 --- a/packages/client/src/pages/PortalSettings/categories/data-import/GoogleWorkspace/Stepper/SelectFileStep/index.js +++ b/packages/client/src/pages/PortalSettings/categories/data-import/GoogleWorkspace/Stepper/SelectFileStep/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/data-import/GoogleWorkspace/Stepper/SelectUsersStep/AccountsTable/RowView/UsersRow.js b/packages/client/src/pages/PortalSettings/categories/data-import/GoogleWorkspace/Stepper/SelectUsersStep/AccountsTable/RowView/UsersRow.js index b8d223a77c..a6161a47df 100644 --- a/packages/client/src/pages/PortalSettings/categories/data-import/GoogleWorkspace/Stepper/SelectUsersStep/AccountsTable/RowView/UsersRow.js +++ b/packages/client/src/pages/PortalSettings/categories/data-import/GoogleWorkspace/Stepper/SelectUsersStep/AccountsTable/RowView/UsersRow.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/data-import/GoogleWorkspace/Stepper/SelectUsersStep/AccountsTable/RowView/UsersRowContent.js b/packages/client/src/pages/PortalSettings/categories/data-import/GoogleWorkspace/Stepper/SelectUsersStep/AccountsTable/RowView/UsersRowContent.js index 4826a5986e..7b51cf8595 100644 --- a/packages/client/src/pages/PortalSettings/categories/data-import/GoogleWorkspace/Stepper/SelectUsersStep/AccountsTable/RowView/UsersRowContent.js +++ b/packages/client/src/pages/PortalSettings/categories/data-import/GoogleWorkspace/Stepper/SelectUsersStep/AccountsTable/RowView/UsersRowContent.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/data-import/GoogleWorkspace/Stepper/SelectUsersStep/AccountsTable/RowView/index.js b/packages/client/src/pages/PortalSettings/categories/data-import/GoogleWorkspace/Stepper/SelectUsersStep/AccountsTable/RowView/index.js index c63cf04f22..2c151da44a 100644 --- a/packages/client/src/pages/PortalSettings/categories/data-import/GoogleWorkspace/Stepper/SelectUsersStep/AccountsTable/RowView/index.js +++ b/packages/client/src/pages/PortalSettings/categories/data-import/GoogleWorkspace/Stepper/SelectUsersStep/AccountsTable/RowView/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/data-import/GoogleWorkspace/Stepper/SelectUsersStep/AccountsTable/TableView/UsersTableHeader.js b/packages/client/src/pages/PortalSettings/categories/data-import/GoogleWorkspace/Stepper/SelectUsersStep/AccountsTable/TableView/UsersTableHeader.js index 80ea35f69c..5cad6dce43 100644 --- a/packages/client/src/pages/PortalSettings/categories/data-import/GoogleWorkspace/Stepper/SelectUsersStep/AccountsTable/TableView/UsersTableHeader.js +++ b/packages/client/src/pages/PortalSettings/categories/data-import/GoogleWorkspace/Stepper/SelectUsersStep/AccountsTable/TableView/UsersTableHeader.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/data-import/GoogleWorkspace/Stepper/SelectUsersStep/AccountsTable/TableView/UsersTableRow.js b/packages/client/src/pages/PortalSettings/categories/data-import/GoogleWorkspace/Stepper/SelectUsersStep/AccountsTable/TableView/UsersTableRow.js index 34a9b027d5..af19f34181 100644 --- a/packages/client/src/pages/PortalSettings/categories/data-import/GoogleWorkspace/Stepper/SelectUsersStep/AccountsTable/TableView/UsersTableRow.js +++ b/packages/client/src/pages/PortalSettings/categories/data-import/GoogleWorkspace/Stepper/SelectUsersStep/AccountsTable/TableView/UsersTableRow.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/data-import/GoogleWorkspace/Stepper/SelectUsersStep/AccountsTable/TableView/index.js b/packages/client/src/pages/PortalSettings/categories/data-import/GoogleWorkspace/Stepper/SelectUsersStep/AccountsTable/TableView/index.js index c90d2fa8a1..59151bfc55 100644 --- a/packages/client/src/pages/PortalSettings/categories/data-import/GoogleWorkspace/Stepper/SelectUsersStep/AccountsTable/TableView/index.js +++ b/packages/client/src/pages/PortalSettings/categories/data-import/GoogleWorkspace/Stepper/SelectUsersStep/AccountsTable/TableView/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/data-import/GoogleWorkspace/Stepper/SelectUsersStep/AccountsTable/index.js b/packages/client/src/pages/PortalSettings/categories/data-import/GoogleWorkspace/Stepper/SelectUsersStep/AccountsTable/index.js index a932329051..957141ae90 100644 --- a/packages/client/src/pages/PortalSettings/categories/data-import/GoogleWorkspace/Stepper/SelectUsersStep/AccountsTable/index.js +++ b/packages/client/src/pages/PortalSettings/categories/data-import/GoogleWorkspace/Stepper/SelectUsersStep/AccountsTable/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/data-import/GoogleWorkspace/Stepper/SelectUsersStep/index.js b/packages/client/src/pages/PortalSettings/categories/data-import/GoogleWorkspace/Stepper/SelectUsersStep/index.js index 56857ce439..6556994a5d 100644 --- a/packages/client/src/pages/PortalSettings/categories/data-import/GoogleWorkspace/Stepper/SelectUsersStep/index.js +++ b/packages/client/src/pages/PortalSettings/categories/data-import/GoogleWorkspace/Stepper/SelectUsersStep/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/data-import/GoogleWorkspace/Stepper/SelectUsersTypeStep/AccountsTable/RowView/UsersTypeRow.js b/packages/client/src/pages/PortalSettings/categories/data-import/GoogleWorkspace/Stepper/SelectUsersTypeStep/AccountsTable/RowView/UsersTypeRow.js index 0585c8885f..a8bb5f1c78 100644 --- a/packages/client/src/pages/PortalSettings/categories/data-import/GoogleWorkspace/Stepper/SelectUsersTypeStep/AccountsTable/RowView/UsersTypeRow.js +++ b/packages/client/src/pages/PortalSettings/categories/data-import/GoogleWorkspace/Stepper/SelectUsersTypeStep/AccountsTable/RowView/UsersTypeRow.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/data-import/GoogleWorkspace/Stepper/SelectUsersTypeStep/AccountsTable/RowView/UsersTypeRowContent.js b/packages/client/src/pages/PortalSettings/categories/data-import/GoogleWorkspace/Stepper/SelectUsersTypeStep/AccountsTable/RowView/UsersTypeRowContent.js index 6f236a38c9..9641259753 100644 --- a/packages/client/src/pages/PortalSettings/categories/data-import/GoogleWorkspace/Stepper/SelectUsersTypeStep/AccountsTable/RowView/UsersTypeRowContent.js +++ b/packages/client/src/pages/PortalSettings/categories/data-import/GoogleWorkspace/Stepper/SelectUsersTypeStep/AccountsTable/RowView/UsersTypeRowContent.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/data-import/GoogleWorkspace/Stepper/SelectUsersTypeStep/AccountsTable/RowView/index.js b/packages/client/src/pages/PortalSettings/categories/data-import/GoogleWorkspace/Stepper/SelectUsersTypeStep/AccountsTable/RowView/index.js index ebdb4091b0..7b67bc8124 100644 --- a/packages/client/src/pages/PortalSettings/categories/data-import/GoogleWorkspace/Stepper/SelectUsersTypeStep/AccountsTable/RowView/index.js +++ b/packages/client/src/pages/PortalSettings/categories/data-import/GoogleWorkspace/Stepper/SelectUsersTypeStep/AccountsTable/RowView/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/data-import/GoogleWorkspace/Stepper/SelectUsersTypeStep/AccountsTable/TableView/UsersTypeTableHeader.js b/packages/client/src/pages/PortalSettings/categories/data-import/GoogleWorkspace/Stepper/SelectUsersTypeStep/AccountsTable/TableView/UsersTypeTableHeader.js index 843c3384a6..1c0dba24cf 100644 --- a/packages/client/src/pages/PortalSettings/categories/data-import/GoogleWorkspace/Stepper/SelectUsersTypeStep/AccountsTable/TableView/UsersTypeTableHeader.js +++ b/packages/client/src/pages/PortalSettings/categories/data-import/GoogleWorkspace/Stepper/SelectUsersTypeStep/AccountsTable/TableView/UsersTypeTableHeader.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/data-import/GoogleWorkspace/Stepper/SelectUsersTypeStep/AccountsTable/TableView/UsersTypeTableRow.js b/packages/client/src/pages/PortalSettings/categories/data-import/GoogleWorkspace/Stepper/SelectUsersTypeStep/AccountsTable/TableView/UsersTypeTableRow.js index 4c88de1a3a..f89d96d324 100644 --- a/packages/client/src/pages/PortalSettings/categories/data-import/GoogleWorkspace/Stepper/SelectUsersTypeStep/AccountsTable/TableView/UsersTypeTableRow.js +++ b/packages/client/src/pages/PortalSettings/categories/data-import/GoogleWorkspace/Stepper/SelectUsersTypeStep/AccountsTable/TableView/UsersTypeTableRow.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/data-import/GoogleWorkspace/Stepper/SelectUsersTypeStep/AccountsTable/TableView/index.js b/packages/client/src/pages/PortalSettings/categories/data-import/GoogleWorkspace/Stepper/SelectUsersTypeStep/AccountsTable/TableView/index.js index 1b8d7360c7..adf58cfe2a 100644 --- a/packages/client/src/pages/PortalSettings/categories/data-import/GoogleWorkspace/Stepper/SelectUsersTypeStep/AccountsTable/TableView/index.js +++ b/packages/client/src/pages/PortalSettings/categories/data-import/GoogleWorkspace/Stepper/SelectUsersTypeStep/AccountsTable/TableView/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/data-import/GoogleWorkspace/Stepper/SelectUsersTypeStep/AccountsTable/index.js b/packages/client/src/pages/PortalSettings/categories/data-import/GoogleWorkspace/Stepper/SelectUsersTypeStep/AccountsTable/index.js index 04eb26c83c..2415803c9d 100644 --- a/packages/client/src/pages/PortalSettings/categories/data-import/GoogleWorkspace/Stepper/SelectUsersTypeStep/AccountsTable/index.js +++ b/packages/client/src/pages/PortalSettings/categories/data-import/GoogleWorkspace/Stepper/SelectUsersTypeStep/AccountsTable/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode @@ -89,5 +89,5 @@ export default inject(({ setup, importAccountsStore }) => { UserTypes, }; })( - withTranslation(["ChangeUserTypeDialog", "People"])(observer(AccountsTable)) + withTranslation(["ChangeUserTypeDialog", "People"])(observer(AccountsTable)), ); diff --git a/packages/client/src/pages/PortalSettings/categories/data-import/GoogleWorkspace/Stepper/SelectUsersTypeStep/index.js b/packages/client/src/pages/PortalSettings/categories/data-import/GoogleWorkspace/Stepper/SelectUsersTypeStep/index.js index b9ffcecb2e..1872e1cc82 100644 --- a/packages/client/src/pages/PortalSettings/categories/data-import/GoogleWorkspace/Stepper/SelectUsersTypeStep/index.js +++ b/packages/client/src/pages/PortalSettings/categories/data-import/GoogleWorkspace/Stepper/SelectUsersTypeStep/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/data-import/GoogleWorkspace/Stepper/index.js b/packages/client/src/pages/PortalSettings/categories/data-import/GoogleWorkspace/Stepper/index.js index a071b58c0c..5947e48709 100644 --- a/packages/client/src/pages/PortalSettings/categories/data-import/GoogleWorkspace/Stepper/index.js +++ b/packages/client/src/pages/PortalSettings/categories/data-import/GoogleWorkspace/Stepper/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/data-import/GoogleWorkspace/index.js b/packages/client/src/pages/PortalSettings/categories/data-import/GoogleWorkspace/index.js index 09865cb8f6..fc7e75e4e5 100644 --- a/packages/client/src/pages/PortalSettings/categories/data-import/GoogleWorkspace/index.js +++ b/packages/client/src/pages/PortalSettings/categories/data-import/GoogleWorkspace/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/data-import/NextCloudWorkspace/Stepper/AddEmailsStep/AccountsTable/RowView/UsersRow.js b/packages/client/src/pages/PortalSettings/categories/data-import/NextCloudWorkspace/Stepper/AddEmailsStep/AccountsTable/RowView/UsersRow.js index 6cc6c9159b..55df34a562 100644 --- a/packages/client/src/pages/PortalSettings/categories/data-import/NextCloudWorkspace/Stepper/AddEmailsStep/AccountsTable/RowView/UsersRow.js +++ b/packages/client/src/pages/PortalSettings/categories/data-import/NextCloudWorkspace/Stepper/AddEmailsStep/AccountsTable/RowView/UsersRow.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/data-import/NextCloudWorkspace/Stepper/AddEmailsStep/AccountsTable/RowView/UsersRowContent.js b/packages/client/src/pages/PortalSettings/categories/data-import/NextCloudWorkspace/Stepper/AddEmailsStep/AccountsTable/RowView/UsersRowContent.js index 98c6a0dcec..eed423e859 100644 --- a/packages/client/src/pages/PortalSettings/categories/data-import/NextCloudWorkspace/Stepper/AddEmailsStep/AccountsTable/RowView/UsersRowContent.js +++ b/packages/client/src/pages/PortalSettings/categories/data-import/NextCloudWorkspace/Stepper/AddEmailsStep/AccountsTable/RowView/UsersRowContent.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/data-import/NextCloudWorkspace/Stepper/AddEmailsStep/AccountsTable/RowView/index.js b/packages/client/src/pages/PortalSettings/categories/data-import/NextCloudWorkspace/Stepper/AddEmailsStep/AccountsTable/RowView/index.js index e007d29a42..64575b7deb 100644 --- a/packages/client/src/pages/PortalSettings/categories/data-import/NextCloudWorkspace/Stepper/AddEmailsStep/AccountsTable/RowView/index.js +++ b/packages/client/src/pages/PortalSettings/categories/data-import/NextCloudWorkspace/Stepper/AddEmailsStep/AccountsTable/RowView/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/data-import/NextCloudWorkspace/Stepper/AddEmailsStep/AccountsTable/TableView/UsersTableHeader.js b/packages/client/src/pages/PortalSettings/categories/data-import/NextCloudWorkspace/Stepper/AddEmailsStep/AccountsTable/TableView/UsersTableHeader.js index 1e01bed5e4..cf8154e309 100644 --- a/packages/client/src/pages/PortalSettings/categories/data-import/NextCloudWorkspace/Stepper/AddEmailsStep/AccountsTable/TableView/UsersTableHeader.js +++ b/packages/client/src/pages/PortalSettings/categories/data-import/NextCloudWorkspace/Stepper/AddEmailsStep/AccountsTable/TableView/UsersTableHeader.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/data-import/NextCloudWorkspace/Stepper/AddEmailsStep/AccountsTable/TableView/UsersTableRow.js b/packages/client/src/pages/PortalSettings/categories/data-import/NextCloudWorkspace/Stepper/AddEmailsStep/AccountsTable/TableView/UsersTableRow.js index 591e2afd5d..89dc0c0e06 100644 --- a/packages/client/src/pages/PortalSettings/categories/data-import/NextCloudWorkspace/Stepper/AddEmailsStep/AccountsTable/TableView/UsersTableRow.js +++ b/packages/client/src/pages/PortalSettings/categories/data-import/NextCloudWorkspace/Stepper/AddEmailsStep/AccountsTable/TableView/UsersTableRow.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/data-import/NextCloudWorkspace/Stepper/AddEmailsStep/AccountsTable/TableView/index.js b/packages/client/src/pages/PortalSettings/categories/data-import/NextCloudWorkspace/Stepper/AddEmailsStep/AccountsTable/TableView/index.js index 7acbf39141..bec312d2f8 100644 --- a/packages/client/src/pages/PortalSettings/categories/data-import/NextCloudWorkspace/Stepper/AddEmailsStep/AccountsTable/TableView/index.js +++ b/packages/client/src/pages/PortalSettings/categories/data-import/NextCloudWorkspace/Stepper/AddEmailsStep/AccountsTable/TableView/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/data-import/NextCloudWorkspace/Stepper/AddEmailsStep/AccountsTable/index.js b/packages/client/src/pages/PortalSettings/categories/data-import/NextCloudWorkspace/Stepper/AddEmailsStep/AccountsTable/index.js index 9b66e6d649..d460786251 100644 --- a/packages/client/src/pages/PortalSettings/categories/data-import/NextCloudWorkspace/Stepper/AddEmailsStep/AccountsTable/index.js +++ b/packages/client/src/pages/PortalSettings/categories/data-import/NextCloudWorkspace/Stepper/AddEmailsStep/AccountsTable/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/data-import/NextCloudWorkspace/Stepper/AddEmailsStep/index.js b/packages/client/src/pages/PortalSettings/categories/data-import/NextCloudWorkspace/Stepper/AddEmailsStep/index.js index 33de4d2410..8805976643 100644 --- a/packages/client/src/pages/PortalSettings/categories/data-import/NextCloudWorkspace/Stepper/AddEmailsStep/index.js +++ b/packages/client/src/pages/PortalSettings/categories/data-import/NextCloudWorkspace/Stepper/AddEmailsStep/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/data-import/NextCloudWorkspace/Stepper/ImportCompleteStep/index.js b/packages/client/src/pages/PortalSettings/categories/data-import/NextCloudWorkspace/Stepper/ImportCompleteStep/index.js index 68c08c22bd..e1124e21f6 100644 --- a/packages/client/src/pages/PortalSettings/categories/data-import/NextCloudWorkspace/Stepper/ImportCompleteStep/index.js +++ b/packages/client/src/pages/PortalSettings/categories/data-import/NextCloudWorkspace/Stepper/ImportCompleteStep/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/data-import/NextCloudWorkspace/Stepper/ImportProcessingStep/index.js b/packages/client/src/pages/PortalSettings/categories/data-import/NextCloudWorkspace/Stepper/ImportProcessingStep/index.js index 60e5c1370f..161f82c8f9 100644 --- a/packages/client/src/pages/PortalSettings/categories/data-import/NextCloudWorkspace/Stepper/ImportProcessingStep/index.js +++ b/packages/client/src/pages/PortalSettings/categories/data-import/NextCloudWorkspace/Stepper/ImportProcessingStep/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/data-import/NextCloudWorkspace/Stepper/ImportStep/index.js b/packages/client/src/pages/PortalSettings/categories/data-import/NextCloudWorkspace/Stepper/ImportStep/index.js index 58328a7374..f41f0b11cc 100644 --- a/packages/client/src/pages/PortalSettings/categories/data-import/NextCloudWorkspace/Stepper/ImportStep/index.js +++ b/packages/client/src/pages/PortalSettings/categories/data-import/NextCloudWorkspace/Stepper/ImportStep/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/data-import/NextCloudWorkspace/Stepper/SelectFileStep/index.js b/packages/client/src/pages/PortalSettings/categories/data-import/NextCloudWorkspace/Stepper/SelectFileStep/index.js index 61a30f2366..1ae34008c7 100644 --- a/packages/client/src/pages/PortalSettings/categories/data-import/NextCloudWorkspace/Stepper/SelectFileStep/index.js +++ b/packages/client/src/pages/PortalSettings/categories/data-import/NextCloudWorkspace/Stepper/SelectFileStep/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/data-import/NextCloudWorkspace/Stepper/SelectUsersStep/AccountsTable/RowView/UsersRow.js b/packages/client/src/pages/PortalSettings/categories/data-import/NextCloudWorkspace/Stepper/SelectUsersStep/AccountsTable/RowView/UsersRow.js index 1815fa24dd..122198098c 100644 --- a/packages/client/src/pages/PortalSettings/categories/data-import/NextCloudWorkspace/Stepper/SelectUsersStep/AccountsTable/RowView/UsersRow.js +++ b/packages/client/src/pages/PortalSettings/categories/data-import/NextCloudWorkspace/Stepper/SelectUsersStep/AccountsTable/RowView/UsersRow.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/data-import/NextCloudWorkspace/Stepper/SelectUsersStep/AccountsTable/RowView/UsersRowContent.js b/packages/client/src/pages/PortalSettings/categories/data-import/NextCloudWorkspace/Stepper/SelectUsersStep/AccountsTable/RowView/UsersRowContent.js index 4826a5986e..7b51cf8595 100644 --- a/packages/client/src/pages/PortalSettings/categories/data-import/NextCloudWorkspace/Stepper/SelectUsersStep/AccountsTable/RowView/UsersRowContent.js +++ b/packages/client/src/pages/PortalSettings/categories/data-import/NextCloudWorkspace/Stepper/SelectUsersStep/AccountsTable/RowView/UsersRowContent.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/data-import/NextCloudWorkspace/Stepper/SelectUsersStep/AccountsTable/RowView/index.js b/packages/client/src/pages/PortalSettings/categories/data-import/NextCloudWorkspace/Stepper/SelectUsersStep/AccountsTable/RowView/index.js index 3172411e96..f34d53aa80 100644 --- a/packages/client/src/pages/PortalSettings/categories/data-import/NextCloudWorkspace/Stepper/SelectUsersStep/AccountsTable/RowView/index.js +++ b/packages/client/src/pages/PortalSettings/categories/data-import/NextCloudWorkspace/Stepper/SelectUsersStep/AccountsTable/RowView/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/data-import/NextCloudWorkspace/Stepper/SelectUsersStep/AccountsTable/TableView/UsersTableHeader.js b/packages/client/src/pages/PortalSettings/categories/data-import/NextCloudWorkspace/Stepper/SelectUsersStep/AccountsTable/TableView/UsersTableHeader.js index b196e61ad8..4327db71ff 100644 --- a/packages/client/src/pages/PortalSettings/categories/data-import/NextCloudWorkspace/Stepper/SelectUsersStep/AccountsTable/TableView/UsersTableHeader.js +++ b/packages/client/src/pages/PortalSettings/categories/data-import/NextCloudWorkspace/Stepper/SelectUsersStep/AccountsTable/TableView/UsersTableHeader.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/data-import/NextCloudWorkspace/Stepper/SelectUsersStep/AccountsTable/TableView/UsersTableRow.js b/packages/client/src/pages/PortalSettings/categories/data-import/NextCloudWorkspace/Stepper/SelectUsersStep/AccountsTable/TableView/UsersTableRow.js index 34a9b027d5..af19f34181 100644 --- a/packages/client/src/pages/PortalSettings/categories/data-import/NextCloudWorkspace/Stepper/SelectUsersStep/AccountsTable/TableView/UsersTableRow.js +++ b/packages/client/src/pages/PortalSettings/categories/data-import/NextCloudWorkspace/Stepper/SelectUsersStep/AccountsTable/TableView/UsersTableRow.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/data-import/NextCloudWorkspace/Stepper/SelectUsersStep/AccountsTable/TableView/index.js b/packages/client/src/pages/PortalSettings/categories/data-import/NextCloudWorkspace/Stepper/SelectUsersStep/AccountsTable/TableView/index.js index bd5c0b89a6..4272c85147 100644 --- a/packages/client/src/pages/PortalSettings/categories/data-import/NextCloudWorkspace/Stepper/SelectUsersStep/AccountsTable/TableView/index.js +++ b/packages/client/src/pages/PortalSettings/categories/data-import/NextCloudWorkspace/Stepper/SelectUsersStep/AccountsTable/TableView/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/data-import/NextCloudWorkspace/Stepper/SelectUsersStep/AccountsTable/index.js b/packages/client/src/pages/PortalSettings/categories/data-import/NextCloudWorkspace/Stepper/SelectUsersStep/AccountsTable/index.js index 2c1f09c73e..9e13946e00 100644 --- a/packages/client/src/pages/PortalSettings/categories/data-import/NextCloudWorkspace/Stepper/SelectUsersStep/AccountsTable/index.js +++ b/packages/client/src/pages/PortalSettings/categories/data-import/NextCloudWorkspace/Stepper/SelectUsersStep/AccountsTable/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/data-import/NextCloudWorkspace/Stepper/SelectUsersStep/index.js b/packages/client/src/pages/PortalSettings/categories/data-import/NextCloudWorkspace/Stepper/SelectUsersStep/index.js index d62354a1dd..6576b7563d 100644 --- a/packages/client/src/pages/PortalSettings/categories/data-import/NextCloudWorkspace/Stepper/SelectUsersStep/index.js +++ b/packages/client/src/pages/PortalSettings/categories/data-import/NextCloudWorkspace/Stepper/SelectUsersStep/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/data-import/NextCloudWorkspace/Stepper/SelectUsersTypeStep/AccountsTable/RowView/UsersRow.js b/packages/client/src/pages/PortalSettings/categories/data-import/NextCloudWorkspace/Stepper/SelectUsersTypeStep/AccountsTable/RowView/UsersRow.js index 3859393f65..a406a716d8 100644 --- a/packages/client/src/pages/PortalSettings/categories/data-import/NextCloudWorkspace/Stepper/SelectUsersTypeStep/AccountsTable/RowView/UsersRow.js +++ b/packages/client/src/pages/PortalSettings/categories/data-import/NextCloudWorkspace/Stepper/SelectUsersTypeStep/AccountsTable/RowView/UsersRow.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/data-import/NextCloudWorkspace/Stepper/SelectUsersTypeStep/AccountsTable/RowView/UsersRowContent.js b/packages/client/src/pages/PortalSettings/categories/data-import/NextCloudWorkspace/Stepper/SelectUsersTypeStep/AccountsTable/RowView/UsersRowContent.js index 076ed04ea0..f0b91ed764 100644 --- a/packages/client/src/pages/PortalSettings/categories/data-import/NextCloudWorkspace/Stepper/SelectUsersTypeStep/AccountsTable/RowView/UsersRowContent.js +++ b/packages/client/src/pages/PortalSettings/categories/data-import/NextCloudWorkspace/Stepper/SelectUsersTypeStep/AccountsTable/RowView/UsersRowContent.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/data-import/NextCloudWorkspace/Stepper/SelectUsersTypeStep/AccountsTable/RowView/index.js b/packages/client/src/pages/PortalSettings/categories/data-import/NextCloudWorkspace/Stepper/SelectUsersTypeStep/AccountsTable/RowView/index.js index 64bc056df8..5530d20746 100644 --- a/packages/client/src/pages/PortalSettings/categories/data-import/NextCloudWorkspace/Stepper/SelectUsersTypeStep/AccountsTable/RowView/index.js +++ b/packages/client/src/pages/PortalSettings/categories/data-import/NextCloudWorkspace/Stepper/SelectUsersTypeStep/AccountsTable/RowView/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/data-import/NextCloudWorkspace/Stepper/SelectUsersTypeStep/AccountsTable/TableView/UsersTableHeader.js b/packages/client/src/pages/PortalSettings/categories/data-import/NextCloudWorkspace/Stepper/SelectUsersTypeStep/AccountsTable/TableView/UsersTableHeader.js index af8b2cc6fe..d887cbf6c6 100644 --- a/packages/client/src/pages/PortalSettings/categories/data-import/NextCloudWorkspace/Stepper/SelectUsersTypeStep/AccountsTable/TableView/UsersTableHeader.js +++ b/packages/client/src/pages/PortalSettings/categories/data-import/NextCloudWorkspace/Stepper/SelectUsersTypeStep/AccountsTable/TableView/UsersTableHeader.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/data-import/NextCloudWorkspace/Stepper/SelectUsersTypeStep/AccountsTable/TableView/UsersTableRow.js b/packages/client/src/pages/PortalSettings/categories/data-import/NextCloudWorkspace/Stepper/SelectUsersTypeStep/AccountsTable/TableView/UsersTableRow.js index 4c88de1a3a..f89d96d324 100644 --- a/packages/client/src/pages/PortalSettings/categories/data-import/NextCloudWorkspace/Stepper/SelectUsersTypeStep/AccountsTable/TableView/UsersTableRow.js +++ b/packages/client/src/pages/PortalSettings/categories/data-import/NextCloudWorkspace/Stepper/SelectUsersTypeStep/AccountsTable/TableView/UsersTableRow.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/data-import/NextCloudWorkspace/Stepper/SelectUsersTypeStep/AccountsTable/TableView/index.js b/packages/client/src/pages/PortalSettings/categories/data-import/NextCloudWorkspace/Stepper/SelectUsersTypeStep/AccountsTable/TableView/index.js index fe2c0d55c6..4c67f32394 100644 --- a/packages/client/src/pages/PortalSettings/categories/data-import/NextCloudWorkspace/Stepper/SelectUsersTypeStep/AccountsTable/TableView/index.js +++ b/packages/client/src/pages/PortalSettings/categories/data-import/NextCloudWorkspace/Stepper/SelectUsersTypeStep/AccountsTable/TableView/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/data-import/NextCloudWorkspace/Stepper/SelectUsersTypeStep/AccountsTable/index.js b/packages/client/src/pages/PortalSettings/categories/data-import/NextCloudWorkspace/Stepper/SelectUsersTypeStep/AccountsTable/index.js index 5db0df2718..d8240a4d71 100644 --- a/packages/client/src/pages/PortalSettings/categories/data-import/NextCloudWorkspace/Stepper/SelectUsersTypeStep/AccountsTable/index.js +++ b/packages/client/src/pages/PortalSettings/categories/data-import/NextCloudWorkspace/Stepper/SelectUsersTypeStep/AccountsTable/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode @@ -87,4 +87,6 @@ export default inject(({ setup, importAccountsStore }) => { changeGroupType, UserTypes, }; -})(withTranslation(["ChangeUserTypeDialog", "People"])(observer(AccountsTable))); +})( + withTranslation(["ChangeUserTypeDialog", "People"])(observer(AccountsTable)), +); diff --git a/packages/client/src/pages/PortalSettings/categories/data-import/NextCloudWorkspace/Stepper/SelectUsersTypeStep/index.js b/packages/client/src/pages/PortalSettings/categories/data-import/NextCloudWorkspace/Stepper/SelectUsersTypeStep/index.js index fa3a8d84a9..3390cf3dc0 100644 --- a/packages/client/src/pages/PortalSettings/categories/data-import/NextCloudWorkspace/Stepper/SelectUsersTypeStep/index.js +++ b/packages/client/src/pages/PortalSettings/categories/data-import/NextCloudWorkspace/Stepper/SelectUsersTypeStep/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/data-import/NextCloudWorkspace/Stepper/StyledStepper.js b/packages/client/src/pages/PortalSettings/categories/data-import/NextCloudWorkspace/Stepper/StyledStepper.js index 36d96ee7f7..689555a3b3 100644 --- a/packages/client/src/pages/PortalSettings/categories/data-import/NextCloudWorkspace/Stepper/StyledStepper.js +++ b/packages/client/src/pages/PortalSettings/categories/data-import/NextCloudWorkspace/Stepper/StyledStepper.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/data-import/NextCloudWorkspace/Stepper/index.js b/packages/client/src/pages/PortalSettings/categories/data-import/NextCloudWorkspace/Stepper/index.js index 5f70ed489e..9d7e35a5a1 100644 --- a/packages/client/src/pages/PortalSettings/categories/data-import/NextCloudWorkspace/Stepper/index.js +++ b/packages/client/src/pages/PortalSettings/categories/data-import/NextCloudWorkspace/Stepper/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/data-import/NextCloudWorkspace/index.js b/packages/client/src/pages/PortalSettings/categories/data-import/NextCloudWorkspace/index.js index ea30992ca6..3528cff9c5 100644 --- a/packages/client/src/pages/PortalSettings/categories/data-import/NextCloudWorkspace/index.js +++ b/packages/client/src/pages/PortalSettings/categories/data-import/NextCloudWorkspace/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/data-import/OnlyofficeWorkspace/Stepper/ImportCompleteStep/index.js b/packages/client/src/pages/PortalSettings/categories/data-import/OnlyofficeWorkspace/Stepper/ImportCompleteStep/index.js index 893d1bdae7..756e07d91a 100644 --- a/packages/client/src/pages/PortalSettings/categories/data-import/OnlyofficeWorkspace/Stepper/ImportCompleteStep/index.js +++ b/packages/client/src/pages/PortalSettings/categories/data-import/OnlyofficeWorkspace/Stepper/ImportCompleteStep/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/data-import/OnlyofficeWorkspace/Stepper/ImportProcessingStep/index.js b/packages/client/src/pages/PortalSettings/categories/data-import/OnlyofficeWorkspace/Stepper/ImportProcessingStep/index.js index a0975b7726..066abb114f 100644 --- a/packages/client/src/pages/PortalSettings/categories/data-import/OnlyofficeWorkspace/Stepper/ImportProcessingStep/index.js +++ b/packages/client/src/pages/PortalSettings/categories/data-import/OnlyofficeWorkspace/Stepper/ImportProcessingStep/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/data-import/OnlyofficeWorkspace/Stepper/ImportStep/index.js b/packages/client/src/pages/PortalSettings/categories/data-import/OnlyofficeWorkspace/Stepper/ImportStep/index.js index 4e039979fc..71c0c6c50a 100644 --- a/packages/client/src/pages/PortalSettings/categories/data-import/OnlyofficeWorkspace/Stepper/ImportStep/index.js +++ b/packages/client/src/pages/PortalSettings/categories/data-import/OnlyofficeWorkspace/Stepper/ImportStep/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/data-import/OnlyofficeWorkspace/Stepper/SelectFileStep/index.js b/packages/client/src/pages/PortalSettings/categories/data-import/OnlyofficeWorkspace/Stepper/SelectFileStep/index.js index 4e954ec97b..da37d1b992 100644 --- a/packages/client/src/pages/PortalSettings/categories/data-import/OnlyofficeWorkspace/Stepper/SelectFileStep/index.js +++ b/packages/client/src/pages/PortalSettings/categories/data-import/OnlyofficeWorkspace/Stepper/SelectFileStep/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/data-import/OnlyofficeWorkspace/Stepper/SelectUsersStep/AccountsTable/RowView/UsersRow.js b/packages/client/src/pages/PortalSettings/categories/data-import/OnlyofficeWorkspace/Stepper/SelectUsersStep/AccountsTable/RowView/UsersRow.js index b8d223a77c..a6161a47df 100644 --- a/packages/client/src/pages/PortalSettings/categories/data-import/OnlyofficeWorkspace/Stepper/SelectUsersStep/AccountsTable/RowView/UsersRow.js +++ b/packages/client/src/pages/PortalSettings/categories/data-import/OnlyofficeWorkspace/Stepper/SelectUsersStep/AccountsTable/RowView/UsersRow.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/data-import/OnlyofficeWorkspace/Stepper/SelectUsersStep/AccountsTable/RowView/UsersRowContent.js b/packages/client/src/pages/PortalSettings/categories/data-import/OnlyofficeWorkspace/Stepper/SelectUsersStep/AccountsTable/RowView/UsersRowContent.js index 4826a5986e..7b51cf8595 100644 --- a/packages/client/src/pages/PortalSettings/categories/data-import/OnlyofficeWorkspace/Stepper/SelectUsersStep/AccountsTable/RowView/UsersRowContent.js +++ b/packages/client/src/pages/PortalSettings/categories/data-import/OnlyofficeWorkspace/Stepper/SelectUsersStep/AccountsTable/RowView/UsersRowContent.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/data-import/OnlyofficeWorkspace/Stepper/SelectUsersStep/AccountsTable/RowView/index.js b/packages/client/src/pages/PortalSettings/categories/data-import/OnlyofficeWorkspace/Stepper/SelectUsersStep/AccountsTable/RowView/index.js index 487e2b60cb..a75717098b 100644 --- a/packages/client/src/pages/PortalSettings/categories/data-import/OnlyofficeWorkspace/Stepper/SelectUsersStep/AccountsTable/RowView/index.js +++ b/packages/client/src/pages/PortalSettings/categories/data-import/OnlyofficeWorkspace/Stepper/SelectUsersStep/AccountsTable/RowView/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/data-import/OnlyofficeWorkspace/Stepper/SelectUsersStep/AccountsTable/TableView/UsersTableHeader.js b/packages/client/src/pages/PortalSettings/categories/data-import/OnlyofficeWorkspace/Stepper/SelectUsersStep/AccountsTable/TableView/UsersTableHeader.js index 80ea35f69c..5cad6dce43 100644 --- a/packages/client/src/pages/PortalSettings/categories/data-import/OnlyofficeWorkspace/Stepper/SelectUsersStep/AccountsTable/TableView/UsersTableHeader.js +++ b/packages/client/src/pages/PortalSettings/categories/data-import/OnlyofficeWorkspace/Stepper/SelectUsersStep/AccountsTable/TableView/UsersTableHeader.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/data-import/OnlyofficeWorkspace/Stepper/SelectUsersStep/AccountsTable/TableView/UsersTableRow.js b/packages/client/src/pages/PortalSettings/categories/data-import/OnlyofficeWorkspace/Stepper/SelectUsersStep/AccountsTable/TableView/UsersTableRow.js index 34a9b027d5..af19f34181 100644 --- a/packages/client/src/pages/PortalSettings/categories/data-import/OnlyofficeWorkspace/Stepper/SelectUsersStep/AccountsTable/TableView/UsersTableRow.js +++ b/packages/client/src/pages/PortalSettings/categories/data-import/OnlyofficeWorkspace/Stepper/SelectUsersStep/AccountsTable/TableView/UsersTableRow.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/data-import/OnlyofficeWorkspace/Stepper/SelectUsersStep/AccountsTable/TableView/index.js b/packages/client/src/pages/PortalSettings/categories/data-import/OnlyofficeWorkspace/Stepper/SelectUsersStep/AccountsTable/TableView/index.js index fc3da25566..9f5e77f848 100644 --- a/packages/client/src/pages/PortalSettings/categories/data-import/OnlyofficeWorkspace/Stepper/SelectUsersStep/AccountsTable/TableView/index.js +++ b/packages/client/src/pages/PortalSettings/categories/data-import/OnlyofficeWorkspace/Stepper/SelectUsersStep/AccountsTable/TableView/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/data-import/OnlyofficeWorkspace/Stepper/SelectUsersStep/AccountsTable/index.js b/packages/client/src/pages/PortalSettings/categories/data-import/OnlyofficeWorkspace/Stepper/SelectUsersStep/AccountsTable/index.js index a932329051..957141ae90 100644 --- a/packages/client/src/pages/PortalSettings/categories/data-import/OnlyofficeWorkspace/Stepper/SelectUsersStep/AccountsTable/index.js +++ b/packages/client/src/pages/PortalSettings/categories/data-import/OnlyofficeWorkspace/Stepper/SelectUsersStep/AccountsTable/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/data-import/OnlyofficeWorkspace/Stepper/SelectUsersStep/index.js b/packages/client/src/pages/PortalSettings/categories/data-import/OnlyofficeWorkspace/Stepper/SelectUsersStep/index.js index cdbc34c6ed..ddb52379e2 100644 --- a/packages/client/src/pages/PortalSettings/categories/data-import/OnlyofficeWorkspace/Stepper/SelectUsersStep/index.js +++ b/packages/client/src/pages/PortalSettings/categories/data-import/OnlyofficeWorkspace/Stepper/SelectUsersStep/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/data-import/OnlyofficeWorkspace/Stepper/SelectUsersTypeStep/AccountsTable/RowView/UsersTypeRow.js b/packages/client/src/pages/PortalSettings/categories/data-import/OnlyofficeWorkspace/Stepper/SelectUsersTypeStep/AccountsTable/RowView/UsersTypeRow.js index cd10591fc6..315cd6f458 100644 --- a/packages/client/src/pages/PortalSettings/categories/data-import/OnlyofficeWorkspace/Stepper/SelectUsersTypeStep/AccountsTable/RowView/UsersTypeRow.js +++ b/packages/client/src/pages/PortalSettings/categories/data-import/OnlyofficeWorkspace/Stepper/SelectUsersTypeStep/AccountsTable/RowView/UsersTypeRow.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/data-import/OnlyofficeWorkspace/Stepper/SelectUsersTypeStep/AccountsTable/RowView/UsersTypeRowContent.js b/packages/client/src/pages/PortalSettings/categories/data-import/OnlyofficeWorkspace/Stepper/SelectUsersTypeStep/AccountsTable/RowView/UsersTypeRowContent.js index f2b668c5b3..f269de81d6 100644 --- a/packages/client/src/pages/PortalSettings/categories/data-import/OnlyofficeWorkspace/Stepper/SelectUsersTypeStep/AccountsTable/RowView/UsersTypeRowContent.js +++ b/packages/client/src/pages/PortalSettings/categories/data-import/OnlyofficeWorkspace/Stepper/SelectUsersTypeStep/AccountsTable/RowView/UsersTypeRowContent.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/data-import/OnlyofficeWorkspace/Stepper/SelectUsersTypeStep/AccountsTable/RowView/index.js b/packages/client/src/pages/PortalSettings/categories/data-import/OnlyofficeWorkspace/Stepper/SelectUsersTypeStep/AccountsTable/RowView/index.js index 4773c24633..b2ca8d23b7 100644 --- a/packages/client/src/pages/PortalSettings/categories/data-import/OnlyofficeWorkspace/Stepper/SelectUsersTypeStep/AccountsTable/RowView/index.js +++ b/packages/client/src/pages/PortalSettings/categories/data-import/OnlyofficeWorkspace/Stepper/SelectUsersTypeStep/AccountsTable/RowView/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/data-import/OnlyofficeWorkspace/Stepper/SelectUsersTypeStep/AccountsTable/TableView/UsersTypeTableHeader.js b/packages/client/src/pages/PortalSettings/categories/data-import/OnlyofficeWorkspace/Stepper/SelectUsersTypeStep/AccountsTable/TableView/UsersTypeTableHeader.js index 1e3a0f18c1..94b2ad8960 100644 --- a/packages/client/src/pages/PortalSettings/categories/data-import/OnlyofficeWorkspace/Stepper/SelectUsersTypeStep/AccountsTable/TableView/UsersTypeTableHeader.js +++ b/packages/client/src/pages/PortalSettings/categories/data-import/OnlyofficeWorkspace/Stepper/SelectUsersTypeStep/AccountsTable/TableView/UsersTypeTableHeader.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/data-import/OnlyofficeWorkspace/Stepper/SelectUsersTypeStep/AccountsTable/TableView/UsersTypeTableRow.js b/packages/client/src/pages/PortalSettings/categories/data-import/OnlyofficeWorkspace/Stepper/SelectUsersTypeStep/AccountsTable/TableView/UsersTypeTableRow.js index 4c2b3fd871..23981e4e3b 100644 --- a/packages/client/src/pages/PortalSettings/categories/data-import/OnlyofficeWorkspace/Stepper/SelectUsersTypeStep/AccountsTable/TableView/UsersTypeTableRow.js +++ b/packages/client/src/pages/PortalSettings/categories/data-import/OnlyofficeWorkspace/Stepper/SelectUsersTypeStep/AccountsTable/TableView/UsersTypeTableRow.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/data-import/OnlyofficeWorkspace/Stepper/SelectUsersTypeStep/AccountsTable/TableView/index.js b/packages/client/src/pages/PortalSettings/categories/data-import/OnlyofficeWorkspace/Stepper/SelectUsersTypeStep/AccountsTable/TableView/index.js index afbd69c153..ecc20ea68d 100644 --- a/packages/client/src/pages/PortalSettings/categories/data-import/OnlyofficeWorkspace/Stepper/SelectUsersTypeStep/AccountsTable/TableView/index.js +++ b/packages/client/src/pages/PortalSettings/categories/data-import/OnlyofficeWorkspace/Stepper/SelectUsersTypeStep/AccountsTable/TableView/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/data-import/OnlyofficeWorkspace/Stepper/SelectUsersTypeStep/AccountsTable/index.js b/packages/client/src/pages/PortalSettings/categories/data-import/OnlyofficeWorkspace/Stepper/SelectUsersTypeStep/AccountsTable/index.js index 2610e9bd8e..3e3d3aaad4 100644 --- a/packages/client/src/pages/PortalSettings/categories/data-import/OnlyofficeWorkspace/Stepper/SelectUsersTypeStep/AccountsTable/index.js +++ b/packages/client/src/pages/PortalSettings/categories/data-import/OnlyofficeWorkspace/Stepper/SelectUsersTypeStep/AccountsTable/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode @@ -88,5 +88,5 @@ export default inject(({ setup, importAccountsStore }) => { UserTypes, }; })( - withTranslation(["ChangeUserTypeDialog", "People"])(observer(AccountsTable)) + withTranslation(["ChangeUserTypeDialog", "People"])(observer(AccountsTable)), ); diff --git a/packages/client/src/pages/PortalSettings/categories/data-import/OnlyofficeWorkspace/Stepper/SelectUsersTypeStep/index.js b/packages/client/src/pages/PortalSettings/categories/data-import/OnlyofficeWorkspace/Stepper/SelectUsersTypeStep/index.js index d8db4dc292..aa0ff29e70 100644 --- a/packages/client/src/pages/PortalSettings/categories/data-import/OnlyofficeWorkspace/Stepper/SelectUsersTypeStep/index.js +++ b/packages/client/src/pages/PortalSettings/categories/data-import/OnlyofficeWorkspace/Stepper/SelectUsersTypeStep/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/data-import/OnlyofficeWorkspace/Stepper/index.js b/packages/client/src/pages/PortalSettings/categories/data-import/OnlyofficeWorkspace/Stepper/index.js index c6b8b29f36..ca608c7b70 100644 --- a/packages/client/src/pages/PortalSettings/categories/data-import/OnlyofficeWorkspace/Stepper/index.js +++ b/packages/client/src/pages/PortalSettings/categories/data-import/OnlyofficeWorkspace/Stepper/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/data-import/OnlyofficeWorkspace/index.js b/packages/client/src/pages/PortalSettings/categories/data-import/OnlyofficeWorkspace/index.js index 557422b2eb..e2a4cda9a7 100644 --- a/packages/client/src/pages/PortalSettings/categories/data-import/OnlyofficeWorkspace/index.js +++ b/packages/client/src/pages/PortalSettings/categories/data-import/OnlyofficeWorkspace/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/data-import/StyledDataImport.js b/packages/client/src/pages/PortalSettings/categories/data-import/StyledDataImport.js index 8ed64eae87..e374293422 100644 --- a/packages/client/src/pages/PortalSettings/categories/data-import/StyledDataImport.js +++ b/packages/client/src/pages/PortalSettings/categories/data-import/StyledDataImport.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/data-import/index.js b/packages/client/src/pages/PortalSettings/categories/data-import/index.js index d457fff33f..5414c6961c 100644 --- a/packages/client/src/pages/PortalSettings/categories/data-import/index.js +++ b/packages/client/src/pages/PortalSettings/categories/data-import/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/data-import/sub-components/AccountsPaging.js b/packages/client/src/pages/PortalSettings/categories/data-import/sub-components/AccountsPaging.js index 375b9aefa5..5293996a3a 100644 --- a/packages/client/src/pages/PortalSettings/categories/data-import/sub-components/AccountsPaging.js +++ b/packages/client/src/pages/PortalSettings/categories/data-import/sub-components/AccountsPaging.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode @@ -71,7 +71,7 @@ const AccountsPaging = (props) => { const [selectedCountItem, setSelectedCountItem] = useState(countItems[0]); const [pageItems, setPageItems] = useState( - createPageItems(Math.ceil(numberOfItems / selectedCountItem.count)) + createPageItems(Math.ceil(numberOfItems / selectedCountItem.count)), ); const [selectedPageItem, setSelectedPageItems] = useState(pageItems[0]); @@ -80,7 +80,7 @@ const AccountsPaging = (props) => { if (currentPage) { setDataPortion( currentPage.pageNumber * selectedCountItem.count, - (currentPage.pageNumber + 1) * selectedCountItem.count + (currentPage.pageNumber + 1) * selectedCountItem.count, ); setSelectedPageItems(currentPage); } @@ -91,7 +91,7 @@ const AccountsPaging = (props) => { if (currentPage) { setDataPortion( currentPage.pageNumber * selectedCountItem.count, - (currentPage.pageNumber + 1) * selectedCountItem.count + (currentPage.pageNumber + 1) * selectedCountItem.count, ); setSelectedPageItems(currentPage); } @@ -107,7 +107,7 @@ const AccountsPaging = (props) => { setSelectedCountItem(countItem); setDataPortion(0, countItem.count); const tempPageItems = createPageItems( - Math.ceil(numberOfItems / countItem.count) + Math.ceil(numberOfItems / countItem.count), ); setPageItems(tempPageItems); setSelectedPageItems(tempPageItems[0]); diff --git a/packages/client/src/pages/PortalSettings/categories/data-import/sub-components/DataImportLoader.js b/packages/client/src/pages/PortalSettings/categories/data-import/sub-components/DataImportLoader.js index 81d487fcca..0417a27d3e 100644 --- a/packages/client/src/pages/PortalSettings/categories/data-import/sub-components/DataImportLoader.js +++ b/packages/client/src/pages/PortalSettings/categories/data-import/sub-components/DataImportLoader.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/data-import/sub-components/ImportSection.js b/packages/client/src/pages/PortalSettings/categories/data-import/sub-components/ImportSection.js index c5669b694b..82135be8a1 100644 --- a/packages/client/src/pages/PortalSettings/categories/data-import/sub-components/ImportSection.js +++ b/packages/client/src/pages/PortalSettings/categories/data-import/sub-components/ImportSection.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/data-import/sub-components/NoEmailUsersBlock.js b/packages/client/src/pages/PortalSettings/categories/data-import/sub-components/NoEmailUsersBlock.js index 5ea632750f..71f8554ca7 100644 --- a/packages/client/src/pages/PortalSettings/categories/data-import/sub-components/NoEmailUsersBlock.js +++ b/packages/client/src/pages/PortalSettings/categories/data-import/sub-components/NoEmailUsersBlock.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode @@ -31,15 +31,15 @@ export const NoEmailUsersBlock = ({ t, users, isCurrentStep }) => { return isCurrentStep ? (

- We found {{ users }} users without emails. You can fill their emails or continue - without this action. + We found {{ users }} users without emails. You can fill their + emails or continue without this action.

) : (

- We found {{ users }} users without emails. You can add necessary data to their - accounts on the next step. + We found {{ users }} users without emails. You can add necessary + data to their accounts on the next step.

); diff --git a/packages/client/src/pages/PortalSettings/categories/data-import/sub-components/SelectFileLoader.js b/packages/client/src/pages/PortalSettings/categories/data-import/sub-components/SelectFileLoader.js index ee5e7ae01b..5c8356ea53 100644 --- a/packages/client/src/pages/PortalSettings/categories/data-import/sub-components/SelectFileLoader.js +++ b/packages/client/src/pages/PortalSettings/categories/data-import/sub-components/SelectFileLoader.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/data-import/sub-components/UsersInfoBlock.js b/packages/client/src/pages/PortalSettings/categories/data-import/sub-components/UsersInfoBlock.js index cf1fa596b0..69552169cf 100644 --- a/packages/client/src/pages/PortalSettings/categories/data-import/sub-components/UsersInfoBlock.js +++ b/packages/client/src/pages/PortalSettings/categories/data-import/sub-components/UsersInfoBlock.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/data-management/backup/StyledBackup.js b/packages/client/src/pages/PortalSettings/categories/data-management/backup/StyledBackup.js index 0bd1c39056..1bc68118ef 100644 --- a/packages/client/src/pages/PortalSettings/categories/data-management/backup/StyledBackup.js +++ b/packages/client/src/pages/PortalSettings/categories/data-management/backup/StyledBackup.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode @@ -583,8 +583,8 @@ const StyledBackup = styled.div` !props.isMobileScale ? "" : props.isConnectedAccount - ? "grid-template-columns:minmax(100px, 1fr) 32px" - : "grid-template-columns:minmax(100px, 1fr)"}; + ? "grid-template-columns:minmax(100px, 1fr) 32px" + : "grid-template-columns:minmax(100px, 1fr)"}; } } diff --git a/packages/client/src/pages/PortalSettings/categories/data-management/backup/auto-backup/index.js b/packages/client/src/pages/PortalSettings/categories/data-management/backup/auto-backup/index.js index 21ad5f0fe7..78b73f0c9d 100644 --- a/packages/client/src/pages/PortalSettings/categories/data-management/backup/auto-backup/index.js +++ b/packages/client/src/pages/PortalSettings/categories/data-management/backup/auto-backup/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/data-management/backup/auto-backup/sub-components/ButtonContainer.js b/packages/client/src/pages/PortalSettings/categories/data-management/backup/auto-backup/sub-components/ButtonContainer.js index 2e20e91301..8984588a31 100644 --- a/packages/client/src/pages/PortalSettings/categories/data-management/backup/auto-backup/sub-components/ButtonContainer.js +++ b/packages/client/src/pages/PortalSettings/categories/data-management/backup/auto-backup/sub-components/ButtonContainer.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/data-management/backup/auto-backup/sub-components/RoomsModule.js b/packages/client/src/pages/PortalSettings/categories/data-management/backup/auto-backup/sub-components/RoomsModule.js index 7ae77c4ce2..0c7425904c 100644 --- a/packages/client/src/pages/PortalSettings/categories/data-management/backup/auto-backup/sub-components/RoomsModule.js +++ b/packages/client/src/pages/PortalSettings/categories/data-management/backup/auto-backup/sub-components/RoomsModule.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/data-management/backup/auto-backup/sub-components/ScheduleComponent.js b/packages/client/src/pages/PortalSettings/categories/data-management/backup/auto-backup/sub-components/ScheduleComponent.js index af50d029b0..431e6eab9f 100644 --- a/packages/client/src/pages/PortalSettings/categories/data-management/backup/auto-backup/sub-components/ScheduleComponent.js +++ b/packages/client/src/pages/PortalSettings/categories/data-management/backup/auto-backup/sub-components/ScheduleComponent.js @@ -1,30 +1,30 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode -import HelpReactSvgUrl from "PUBLIC_DIR/images/help.react.svg?url"; +import HelpReactSvgUrl from "PUBLIC_DIR/images/help.react.svg?url"; import React from "react"; import { inject, observer } from "mobx-react"; import { useTranslation } from "react-i18next"; diff --git a/packages/client/src/pages/PortalSettings/categories/data-management/backup/auto-backup/sub-components/ThirdPartyModule.js b/packages/client/src/pages/PortalSettings/categories/data-management/backup/auto-backup/sub-components/ThirdPartyModule.js index 1ee96792b6..beab0a9da4 100644 --- a/packages/client/src/pages/PortalSettings/categories/data-management/backup/auto-backup/sub-components/ThirdPartyModule.js +++ b/packages/client/src/pages/PortalSettings/categories/data-management/backup/auto-backup/sub-components/ThirdPartyModule.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/data-management/backup/auto-backup/sub-components/ThirdPartyStorageModule.js b/packages/client/src/pages/PortalSettings/categories/data-management/backup/auto-backup/sub-components/ThirdPartyStorageModule.js index 37d09ee65b..5eebf4992a 100644 --- a/packages/client/src/pages/PortalSettings/categories/data-management/backup/auto-backup/sub-components/ThirdPartyStorageModule.js +++ b/packages/client/src/pages/PortalSettings/categories/data-management/backup/auto-backup/sub-components/ThirdPartyStorageModule.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/data-management/backup/auto-backup/sub-components/storages/AmazonStorage.js b/packages/client/src/pages/PortalSettings/categories/data-management/backup/auto-backup/sub-components/storages/AmazonStorage.js index 7cb557c797..b8e31ba36c 100644 --- a/packages/client/src/pages/PortalSettings/categories/data-management/backup/auto-backup/sub-components/storages/AmazonStorage.js +++ b/packages/client/src/pages/PortalSettings/categories/data-management/backup/auto-backup/sub-components/storages/AmazonStorage.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode @@ -34,15 +34,12 @@ import { StyledStoragesModule } from "../../../StyledBackup"; class AmazonStorage extends React.Component { constructor(props) { super(props); - const { - selectedStorage, - setCompletedFormFields, - storageRegions, - } = this.props; + const { selectedStorage, setCompletedFormFields, storageRegions } = + this.props; setCompletedFormFields( AmazonSettings.formNames(storageRegions[0].systemName), - "s3" + "s3", ); this.isDisabled = !selectedStorage?.isSet; diff --git a/packages/client/src/pages/PortalSettings/categories/data-management/backup/auto-backup/sub-components/storages/GoogleCloudStorage.js b/packages/client/src/pages/PortalSettings/categories/data-management/backup/auto-backup/sub-components/storages/GoogleCloudStorage.js index 7c65d2f3d0..9ea7fcb61b 100644 --- a/packages/client/src/pages/PortalSettings/categories/data-management/backup/auto-backup/sub-components/storages/GoogleCloudStorage.js +++ b/packages/client/src/pages/PortalSettings/categories/data-management/backup/auto-backup/sub-components/storages/GoogleCloudStorage.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/data-management/backup/auto-backup/sub-components/storages/RackspaceStorage.js b/packages/client/src/pages/PortalSettings/categories/data-management/backup/auto-backup/sub-components/storages/RackspaceStorage.js index b38abe1c1d..44da820be8 100644 --- a/packages/client/src/pages/PortalSettings/categories/data-management/backup/auto-backup/sub-components/storages/RackspaceStorage.js +++ b/packages/client/src/pages/PortalSettings/categories/data-management/backup/auto-backup/sub-components/storages/RackspaceStorage.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/data-management/backup/auto-backup/sub-components/storages/SelectelStorage.js b/packages/client/src/pages/PortalSettings/categories/data-management/backup/auto-backup/sub-components/storages/SelectelStorage.js index dd33e8406e..61d6ac35fe 100644 --- a/packages/client/src/pages/PortalSettings/categories/data-management/backup/auto-backup/sub-components/storages/SelectelStorage.js +++ b/packages/client/src/pages/PortalSettings/categories/data-management/backup/auto-backup/sub-components/storages/SelectelStorage.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode @@ -40,13 +40,8 @@ class SelectelStorage extends React.Component { } render() { - const { - t, - isLoadingData, - formErrors, - selectedStorage, - ...rest - } = this.props; + const { t, isLoadingData, formErrors, selectedStorage, ...rest } = + this.props; return ( diff --git a/packages/client/src/pages/PortalSettings/categories/data-management/backup/common-container/DirectThirdPartyConnection.js b/packages/client/src/pages/PortalSettings/categories/data-management/backup/common-container/DirectThirdPartyConnection.js index b587629040..3c30f4166a 100644 --- a/packages/client/src/pages/PortalSettings/categories/data-management/backup/common-container/DirectThirdPartyConnection.js +++ b/packages/client/src/pages/PortalSettings/categories/data-management/backup/common-container/DirectThirdPartyConnection.js @@ -1,30 +1,30 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode -import VerticalDotsReactSvgUrl from "PUBLIC_DIR/images/vertical-dots.react.svg?url"; +import VerticalDotsReactSvgUrl from "PUBLIC_DIR/images/vertical-dots.react.svg?url"; import RefreshReactSvgUrl from "PUBLIC_DIR/images/refresh.react.svg?url"; import AccessNoneReactSvgUrl from "PUBLIC_DIR/images/access.none.react.svg?url"; import React, { useEffect, useReducer } from "react"; @@ -100,7 +100,7 @@ const DirectThirdPartyConnection = (props) => { const [state, setState] = useReducer( (state, newState) => ({ ...state, ...newState }), - initialState + initialState, ); const isDirectConnection = () => { @@ -172,7 +172,7 @@ const DirectThirdPartyConnection = (props) => { setSelectedThirdPartyAccount( Object.keys(selectedAccount).length !== 0 ? selectedAccount - : { ...accounts[0] } + : { ...accounts[0] }, ); setState({ @@ -203,7 +203,7 @@ const DirectThirdPartyConnection = (props) => { let authModal = window.open( "", t("Common:Authorization"), - "height=600, width=1020" + "height=600, width=1020", ); openConnectWindow(provider_key, authModal) @@ -226,7 +226,7 @@ const DirectThirdPartyConnection = (props) => { token = "", urlValue = "", loginValue = "", - passwordValue = "" + passwordValue = "", ) => { const { label, provider_key, provider_id } = selectedThirdPartyAccount; setState({ isLoading: true, isUpdatingInfo: true }); @@ -242,7 +242,7 @@ const DirectThirdPartyConnection = (props) => { false, label, provider_key, - provider_id + provider_id, ); updateAccountsInfo(); diff --git a/packages/client/src/pages/PortalSettings/categories/data-management/backup/common-container/GetThirdPartyStoragesOptions.js b/packages/client/src/pages/PortalSettings/categories/data-management/backup/common-container/GetThirdPartyStoragesOptions.js index 8dabca7096..66ae6616e7 100644 --- a/packages/client/src/pages/PortalSettings/categories/data-management/backup/common-container/GetThirdPartyStoragesOptions.js +++ b/packages/client/src/pages/PortalSettings/categories/data-management/backup/common-container/GetThirdPartyStoragesOptions.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/data-management/backup/consumer-storage-settings/AmazonSettings.js b/packages/client/src/pages/PortalSettings/categories/data-management/backup/consumer-storage-settings/AmazonSettings.js index a2eda1513e..66d7868e45 100644 --- a/packages/client/src/pages/PortalSettings/categories/data-management/backup/consumer-storage-settings/AmazonSettings.js +++ b/packages/client/src/pages/PortalSettings/categories/data-management/backup/consumer-storage-settings/AmazonSettings.js @@ -1,30 +1,30 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode -import HelpReactSvgUrl from "PUBLIC_DIR/images/help.react.svg?url"; +import HelpReactSvgUrl from "PUBLIC_DIR/images/help.react.svg?url"; import React from "react"; import { inject, observer } from "mobx-react"; import { TextInput } from "@docspace/shared/components/text-input"; @@ -387,7 +387,7 @@ class AmazonSettings extends React.Component {
{renderTooltip( t("AmazonForcePathStyleTip"), - "force-path-style-tooltip" + "force-path-style-tooltip", )}
} diff --git a/packages/client/src/pages/PortalSettings/categories/data-management/backup/consumer-storage-settings/GoogleCloudSettings.js b/packages/client/src/pages/PortalSettings/categories/data-management/backup/consumer-storage-settings/GoogleCloudSettings.js index a6d10958be..f9e72017b8 100644 --- a/packages/client/src/pages/PortalSettings/categories/data-management/backup/consumer-storage-settings/GoogleCloudSettings.js +++ b/packages/client/src/pages/PortalSettings/categories/data-management/backup/consumer-storage-settings/GoogleCloudSettings.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/data-management/backup/consumer-storage-settings/RackspaceSettings.js b/packages/client/src/pages/PortalSettings/categories/data-management/backup/consumer-storage-settings/RackspaceSettings.js index 9cb1220521..9404646609 100644 --- a/packages/client/src/pages/PortalSettings/categories/data-management/backup/consumer-storage-settings/RackspaceSettings.js +++ b/packages/client/src/pages/PortalSettings/categories/data-management/backup/consumer-storage-settings/RackspaceSettings.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/data-management/backup/consumer-storage-settings/SelectelSettings.js b/packages/client/src/pages/PortalSettings/categories/data-management/backup/consumer-storage-settings/SelectelSettings.js index b50dae6b09..cd8e298344 100644 --- a/packages/client/src/pages/PortalSettings/categories/data-management/backup/consumer-storage-settings/SelectelSettings.js +++ b/packages/client/src/pages/PortalSettings/categories/data-management/backup/consumer-storage-settings/SelectelSettings.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/data-management/backup/index.js b/packages/client/src/pages/PortalSettings/categories/data-management/backup/index.js index 6370f6bfe0..abd39c8ff4 100644 --- a/packages/client/src/pages/PortalSettings/categories/data-management/backup/index.js +++ b/packages/client/src/pages/PortalSettings/categories/data-management/backup/index.js @@ -1,30 +1,30 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode -import { inject, observer } from "mobx-react"; +import { inject, observer } from "mobx-react"; import { withTranslation } from "react-i18next"; import { useNavigate } from "react-router-dom"; import { combineUrl } from "@docspace/shared/utils/combineUrl"; @@ -55,8 +55,8 @@ const Backup = ({ t, buttonSize, isNotPaidPeriod }) => { combineUrl( window.DocSpaceConfig?.proxy?.url, config.homepage, - `/portal-settings/backup/${e.id}` - ) + `/portal-settings/backup/${e.id}`, + ), ); }; diff --git a/packages/client/src/pages/PortalSettings/categories/data-management/backup/manual-backup/index.js b/packages/client/src/pages/PortalSettings/categories/data-management/backup/manual-backup/index.js index 0186faa24c..014b92ff68 100644 --- a/packages/client/src/pages/PortalSettings/categories/data-management/backup/manual-backup/index.js +++ b/packages/client/src/pages/PortalSettings/categories/data-management/backup/manual-backup/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/data-management/backup/manual-backup/sub-components/RoomsModule.js b/packages/client/src/pages/PortalSettings/categories/data-management/backup/manual-backup/sub-components/RoomsModule.js index 15deca8ee0..82507a7782 100644 --- a/packages/client/src/pages/PortalSettings/categories/data-management/backup/manual-backup/sub-components/RoomsModule.js +++ b/packages/client/src/pages/PortalSettings/categories/data-management/backup/manual-backup/sub-components/RoomsModule.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/data-management/backup/manual-backup/sub-components/ThirdPartyModule.js b/packages/client/src/pages/PortalSettings/categories/data-management/backup/manual-backup/sub-components/ThirdPartyModule.js index 9c7c91c6f2..48c7a14042 100644 --- a/packages/client/src/pages/PortalSettings/categories/data-management/backup/manual-backup/sub-components/ThirdPartyModule.js +++ b/packages/client/src/pages/PortalSettings/categories/data-management/backup/manual-backup/sub-components/ThirdPartyModule.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode @@ -98,7 +98,7 @@ class ThirdPartyModule extends React.Component { await onMakeCopy( selectedFolder, ThirdPartyResource, - `${ResourcesModuleType}` + `${ResourcesModuleType}`, ); this.setState({ diff --git a/packages/client/src/pages/PortalSettings/categories/data-management/backup/manual-backup/sub-components/ThirdPartyStorageModule.js b/packages/client/src/pages/PortalSettings/categories/data-management/backup/manual-backup/sub-components/ThirdPartyStorageModule.js index e4cb5162f0..781a2b524e 100644 --- a/packages/client/src/pages/PortalSettings/categories/data-management/backup/manual-backup/sub-components/ThirdPartyStorageModule.js +++ b/packages/client/src/pages/PortalSettings/categories/data-management/backup/manual-backup/sub-components/ThirdPartyStorageModule.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode @@ -104,7 +104,7 @@ class ThirdPartyStorageModule extends React.PureComponent { "ThirdPartyStorage", `${StorageModuleType}`, selectedId, - selectedStorageTitle + selectedStorageTitle, ); this.setState({ diff --git a/packages/client/src/pages/PortalSettings/categories/data-management/backup/manual-backup/sub-components/storages/AmazonStorage.js b/packages/client/src/pages/PortalSettings/categories/data-management/backup/manual-backup/sub-components/storages/AmazonStorage.js index e344dbffc5..eaa72de72e 100644 --- a/packages/client/src/pages/PortalSettings/categories/data-management/backup/manual-backup/sub-components/storages/AmazonStorage.js +++ b/packages/client/src/pages/PortalSettings/categories/data-management/backup/manual-backup/sub-components/storages/AmazonStorage.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode @@ -40,13 +40,13 @@ class AmazonStorage extends React.Component { const basicValues = AmazonSettings.formNames(storageRegions[0].systemName); const moduleValues = getFromLocalStorage( - "LocalCopyThirdPartyStorageValues" + "LocalCopyThirdPartyStorageValues", ); const moduleType = getFromLocalStorage("LocalCopyStorage") === ThirdPartyStorages.AmazonId; setCompletedFormFields( - moduleType && moduleValues ? moduleValues : basicValues + moduleType && moduleValues ? moduleValues : basicValues, ); this.isDisabled = selectedStorage && !selectedStorage.isSet; diff --git a/packages/client/src/pages/PortalSettings/categories/data-management/backup/manual-backup/sub-components/storages/GoogleCloudStorage.js b/packages/client/src/pages/PortalSettings/categories/data-management/backup/manual-backup/sub-components/storages/GoogleCloudStorage.js index bc6b1e1f5c..ec7c6fba46 100644 --- a/packages/client/src/pages/PortalSettings/categories/data-management/backup/manual-backup/sub-components/storages/GoogleCloudStorage.js +++ b/packages/client/src/pages/PortalSettings/categories/data-management/backup/manual-backup/sub-components/storages/GoogleCloudStorage.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode @@ -40,14 +40,14 @@ class GoogleCloudStorage extends React.Component { const basicValues = GoogleCloudSettings.formNames(); const moduleValues = getFromLocalStorage( - "LocalCopyThirdPartyStorageValues" + "LocalCopyThirdPartyStorageValues", ); const moduleType = getFromLocalStorage("LocalCopyStorage") === ThirdPartyStorages.GoogleId; setCompletedFormFields( - moduleType && moduleValues ? moduleValues : basicValues + moduleType && moduleValues ? moduleValues : basicValues, ); this.isDisabled = selectedStorage && !selectedStorage.isSet; diff --git a/packages/client/src/pages/PortalSettings/categories/data-management/backup/manual-backup/sub-components/storages/RackspaceStorage.js b/packages/client/src/pages/PortalSettings/categories/data-management/backup/manual-backup/sub-components/storages/RackspaceStorage.js index 1e0eba7885..ccfa927b70 100644 --- a/packages/client/src/pages/PortalSettings/categories/data-management/backup/manual-backup/sub-components/storages/RackspaceStorage.js +++ b/packages/client/src/pages/PortalSettings/categories/data-management/backup/manual-backup/sub-components/storages/RackspaceStorage.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode @@ -40,14 +40,14 @@ class RackspaceStorage extends React.Component { const basicValues = RackspaceSettings.formNames(); const moduleValues = getFromLocalStorage( - "LocalCopyThirdPartyStorageValues" + "LocalCopyThirdPartyStorageValues", ); const moduleType = getFromLocalStorage("LocalCopyStorage") === ThirdPartyStorages.RackspaceId; setCompletedFormFields( - moduleType && moduleValues ? moduleValues : basicValues + moduleType && moduleValues ? moduleValues : basicValues, ); this.isDisabled = selectedStorage && !selectedStorage.isSet; diff --git a/packages/client/src/pages/PortalSettings/categories/data-management/backup/manual-backup/sub-components/storages/SelectelStorage.js b/packages/client/src/pages/PortalSettings/categories/data-management/backup/manual-backup/sub-components/storages/SelectelStorage.js index d526f4fdee..654e46f589 100644 --- a/packages/client/src/pages/PortalSettings/categories/data-management/backup/manual-backup/sub-components/storages/SelectelStorage.js +++ b/packages/client/src/pages/PortalSettings/categories/data-management/backup/manual-backup/sub-components/storages/SelectelStorage.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode @@ -40,13 +40,13 @@ class SelectelStorage extends React.Component { const basicValues = SelectelSettings.formNames(); const moduleValues = getFromLocalStorage( - "LocalCopyThirdPartyStorageValues" + "LocalCopyThirdPartyStorageValues", ); const moduleType = getFromLocalStorage("LocalCopyStorage") === ThirdPartyStorages.SelectelId; setCompletedFormFields( - moduleType && moduleValues ? moduleValues : basicValues + moduleType && moduleValues ? moduleValues : basicValues, ); this.isDisabled = selectedStorage && !selectedStorage.isSet; diff --git a/packages/client/src/pages/PortalSettings/categories/data-management/backup/restore-backup/index.js b/packages/client/src/pages/PortalSettings/categories/data-management/backup/restore-backup/index.js index bb48db4be2..d24dcd77be 100644 --- a/packages/client/src/pages/PortalSettings/categories/data-management/backup/restore-backup/index.js +++ b/packages/client/src/pages/PortalSettings/categories/data-management/backup/restore-backup/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/data-management/backup/restore-backup/sub-components/ButtonComponent.js b/packages/client/src/pages/PortalSettings/categories/data-management/backup/restore-backup/sub-components/ButtonComponent.js index 7dbbedd3cc..7df7f6dffc 100644 --- a/packages/client/src/pages/PortalSettings/categories/data-management/backup/restore-backup/sub-components/ButtonComponent.js +++ b/packages/client/src/pages/PortalSettings/categories/data-management/backup/restore-backup/sub-components/ButtonComponent.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode @@ -110,8 +110,8 @@ const ButtonContainer = (props) => { combineUrl( window.DocSpaceConfig?.proxy?.url, config.homepage, - "/preparation-portal" - ) + "/preparation-portal", + ), ); } catch (e) { toastr.error(e); diff --git a/packages/client/src/pages/PortalSettings/categories/data-management/backup/restore-backup/sub-components/LocalFileModule.js b/packages/client/src/pages/PortalSettings/categories/data-management/backup/restore-backup/sub-components/LocalFileModule.js index 90c1d80444..3160275845 100644 --- a/packages/client/src/pages/PortalSettings/categories/data-management/backup/restore-backup/sub-components/LocalFileModule.js +++ b/packages/client/src/pages/PortalSettings/categories/data-management/backup/restore-backup/sub-components/LocalFileModule.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/data-management/backup/restore-backup/sub-components/RoomsModule.js b/packages/client/src/pages/PortalSettings/categories/data-management/backup/restore-backup/sub-components/RoomsModule.js index e51f6ee63a..34efbe687c 100644 --- a/packages/client/src/pages/PortalSettings/categories/data-management/backup/restore-backup/sub-components/RoomsModule.js +++ b/packages/client/src/pages/PortalSettings/categories/data-management/backup/restore-backup/sub-components/RoomsModule.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/data-management/backup/restore-backup/sub-components/ThirdPartyResourcesModule.js b/packages/client/src/pages/PortalSettings/categories/data-management/backup/restore-backup/sub-components/ThirdPartyResourcesModule.js index 4a25742aa4..89f1f4131d 100644 --- a/packages/client/src/pages/PortalSettings/categories/data-management/backup/restore-backup/sub-components/ThirdPartyResourcesModule.js +++ b/packages/client/src/pages/PortalSettings/categories/data-management/backup/restore-backup/sub-components/ThirdPartyResourcesModule.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/data-management/backup/restore-backup/sub-components/ThirdPartyStoragesModule.js b/packages/client/src/pages/PortalSettings/categories/data-management/backup/restore-backup/sub-components/ThirdPartyStoragesModule.js index 28efcdd8f1..8d0f27c646 100644 --- a/packages/client/src/pages/PortalSettings/categories/data-management/backup/restore-backup/sub-components/ThirdPartyStoragesModule.js +++ b/packages/client/src/pages/PortalSettings/categories/data-management/backup/restore-backup/sub-components/ThirdPartyStoragesModule.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/data-management/backup/restore-backup/sub-components/backup-list/BackupListBody.js b/packages/client/src/pages/PortalSettings/categories/data-management/backup/restore-backup/sub-components/backup-list/BackupListBody.js index f3e1ef0333..fad252f521 100644 --- a/packages/client/src/pages/PortalSettings/categories/data-management/backup/restore-backup/sub-components/backup-list/BackupListBody.js +++ b/packages/client/src/pages/PortalSettings/categories/data-management/backup/restore-backup/sub-components/backup-list/BackupListBody.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode @@ -45,7 +45,7 @@ const BackupListBody = ({ (index) => { return index === selectedFileIndex; }, - [selectedFileIndex] + [selectedFileIndex], ); const onTrashClick = (id) => { @@ -89,7 +89,7 @@ const BackupListBody = ({ ); }, - [filesList, isFileChecked] + [filesList, isFileChecked], ); return ( diff --git a/packages/client/src/pages/PortalSettings/categories/data-management/backup/restore-backup/sub-components/backup-list/index.js b/packages/client/src/pages/PortalSettings/categories/data-management/backup/restore-backup/sub-components/backup-list/index.js index 40f71a337d..39e59c99e0 100644 --- a/packages/client/src/pages/PortalSettings/categories/data-management/backup/restore-backup/sub-components/backup-list/index.js +++ b/packages/client/src/pages/PortalSettings/categories/data-management/backup/restore-backup/sub-components/backup-list/index.js @@ -1,30 +1,30 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode -import HelpReactSvgUrl from "PUBLIC_DIR/images/help.react.svg?url"; +import HelpReactSvgUrl from "PUBLIC_DIR/images/help.react.svg?url"; import React from "react"; import { inject, observer } from "mobx-react"; import { useNavigate } from "react-router-dom"; diff --git a/packages/client/src/pages/PortalSettings/categories/data-management/backup/restore-backup/sub-components/storages/AmazonStorage.js b/packages/client/src/pages/PortalSettings/categories/data-management/backup/restore-backup/sub-components/storages/AmazonStorage.js index 9c222df6be..8bc9169437 100644 --- a/packages/client/src/pages/PortalSettings/categories/data-management/backup/restore-backup/sub-components/storages/AmazonStorage.js +++ b/packages/client/src/pages/PortalSettings/categories/data-management/backup/restore-backup/sub-components/storages/AmazonStorage.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/data-management/backup/restore-backup/sub-components/storages/GoogleCloudStorage.js b/packages/client/src/pages/PortalSettings/categories/data-management/backup/restore-backup/sub-components/storages/GoogleCloudStorage.js index 6e153a6200..e5c1c2c4a8 100644 --- a/packages/client/src/pages/PortalSettings/categories/data-management/backup/restore-backup/sub-components/storages/GoogleCloudStorage.js +++ b/packages/client/src/pages/PortalSettings/categories/data-management/backup/restore-backup/sub-components/storages/GoogleCloudStorage.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/data-management/backup/restore-backup/sub-components/storages/RackspaceStorage.js b/packages/client/src/pages/PortalSettings/categories/data-management/backup/restore-backup/sub-components/storages/RackspaceStorage.js index 8abb5a86e5..cdfdc1f4a1 100644 --- a/packages/client/src/pages/PortalSettings/categories/data-management/backup/restore-backup/sub-components/storages/RackspaceStorage.js +++ b/packages/client/src/pages/PortalSettings/categories/data-management/backup/restore-backup/sub-components/storages/RackspaceStorage.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/data-management/backup/restore-backup/sub-components/storages/SelectelStorage.js b/packages/client/src/pages/PortalSettings/categories/data-management/backup/restore-backup/sub-components/storages/SelectelStorage.js index 8f4c475285..53802075bb 100644 --- a/packages/client/src/pages/PortalSettings/categories/data-management/backup/restore-backup/sub-components/storages/SelectelStorage.js +++ b/packages/client/src/pages/PortalSettings/categories/data-management/backup/restore-backup/sub-components/storages/SelectelStorage.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/data-management/index.js b/packages/client/src/pages/PortalSettings/categories/data-management/index.js index cda95e2ec8..98c8009f40 100644 --- a/packages/client/src/pages/PortalSettings/categories/data-management/index.js +++ b/packages/client/src/pages/PortalSettings/categories/data-management/index.js @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/client/src/pages/PortalSettings/categories/delete-data/DeleteDataLoader.js b/packages/client/src/pages/PortalSettings/categories/delete-data/DeleteDataLoader.js index 716bb26423..ab54a73ea3 100644 --- a/packages/client/src/pages/PortalSettings/categories/delete-data/DeleteDataLoader.js +++ b/packages/client/src/pages/PortalSettings/categories/delete-data/DeleteDataLoader.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/delete-data/StyledDeleteData.js b/packages/client/src/pages/PortalSettings/categories/delete-data/StyledDeleteData.js index 5f5ba6fda7..1bf28acd24 100644 --- a/packages/client/src/pages/PortalSettings/categories/delete-data/StyledDeleteData.js +++ b/packages/client/src/pages/PortalSettings/categories/delete-data/StyledDeleteData.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/delete-data/index.js b/packages/client/src/pages/PortalSettings/categories/delete-data/index.js index d0b2d81cde..d261fbbb7a 100644 --- a/packages/client/src/pages/PortalSettings/categories/delete-data/index.js +++ b/packages/client/src/pages/PortalSettings/categories/delete-data/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode @@ -68,8 +68,8 @@ const DeleteData = (props) => { combineUrl( window.DocSpaceConfig?.proxy?.url, config.homepage, - `/portal-settings/delete-data/${e.id}` - ) + `/portal-settings/delete-data/${e.id}`, + ), ); }; diff --git a/packages/client/src/pages/PortalSettings/categories/delete-data/portalDeactivation.js b/packages/client/src/pages/PortalSettings/categories/delete-data/portalDeactivation.js index 0f2e255454..4e57f2f509 100644 --- a/packages/client/src/pages/PortalSettings/categories/delete-data/portalDeactivation.js +++ b/packages/client/src/pages/PortalSettings/categories/delete-data/portalDeactivation.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode @@ -64,7 +64,7 @@ const PortalDeactivation = (props) => { try { await sendSuspendPortalEmail(); toastr.success( - t("PortalDeletionEmailSended", { ownerEmail: owner.email }) + t("PortalDeletionEmailSended", { ownerEmail: owner.email }), ); } catch (error) { toastr.error(error); diff --git a/packages/client/src/pages/PortalSettings/categories/delete-data/portalDeletion.js b/packages/client/src/pages/PortalSettings/categories/delete-data/portalDeletion.js index 8de9b11774..18bd3fc46b 100644 --- a/packages/client/src/pages/PortalSettings/categories/delete-data/portalDeletion.js +++ b/packages/client/src/pages/PortalSettings/categories/delete-data/portalDeletion.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/developer-tools/Api/index.js b/packages/client/src/pages/PortalSettings/categories/developer-tools/Api/index.js index c3f8c0708b..eaa400993f 100644 --- a/packages/client/src/pages/PortalSettings/categories/developer-tools/Api/index.js +++ b/packages/client/src/pages/PortalSettings/categories/developer-tools/Api/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/developer-tools/JavascriptSDK/index.js b/packages/client/src/pages/PortalSettings/categories/developer-tools/JavascriptSDK/index.js index f8c44ce0e4..e7cfb02b10 100644 --- a/packages/client/src/pages/PortalSettings/categories/developer-tools/JavascriptSDK/index.js +++ b/packages/client/src/pages/PortalSettings/categories/developer-tools/JavascriptSDK/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/developer-tools/JavascriptSDK/presets/DocSpace.js b/packages/client/src/pages/PortalSettings/categories/developer-tools/JavascriptSDK/presets/DocSpace.js index b2b40b3fb2..f9bfa2a8a2 100644 --- a/packages/client/src/pages/PortalSettings/categories/developer-tools/JavascriptSDK/presets/DocSpace.js +++ b/packages/client/src/pages/PortalSettings/categories/developer-tools/JavascriptSDK/presets/DocSpace.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/developer-tools/JavascriptSDK/presets/Editor.js b/packages/client/src/pages/PortalSettings/categories/developer-tools/JavascriptSDK/presets/Editor.js index 7ef89479eb..ced3f35b90 100644 --- a/packages/client/src/pages/PortalSettings/categories/developer-tools/JavascriptSDK/presets/Editor.js +++ b/packages/client/src/pages/PortalSettings/categories/developer-tools/JavascriptSDK/presets/Editor.js @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/client/src/pages/PortalSettings/categories/developer-tools/JavascriptSDK/presets/FileSelector.js b/packages/client/src/pages/PortalSettings/categories/developer-tools/JavascriptSDK/presets/FileSelector.js index ebb04faa46..a7a9da74d7 100644 --- a/packages/client/src/pages/PortalSettings/categories/developer-tools/JavascriptSDK/presets/FileSelector.js +++ b/packages/client/src/pages/PortalSettings/categories/developer-tools/JavascriptSDK/presets/FileSelector.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/developer-tools/JavascriptSDK/presets/Manager.js b/packages/client/src/pages/PortalSettings/categories/developer-tools/JavascriptSDK/presets/Manager.js index abac5f8c64..7656da69e9 100644 --- a/packages/client/src/pages/PortalSettings/categories/developer-tools/JavascriptSDK/presets/Manager.js +++ b/packages/client/src/pages/PortalSettings/categories/developer-tools/JavascriptSDK/presets/Manager.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/developer-tools/JavascriptSDK/presets/RoomSelector.js b/packages/client/src/pages/PortalSettings/categories/developer-tools/JavascriptSDK/presets/RoomSelector.js index 16845c0076..fbe365fdb7 100644 --- a/packages/client/src/pages/PortalSettings/categories/developer-tools/JavascriptSDK/presets/RoomSelector.js +++ b/packages/client/src/pages/PortalSettings/categories/developer-tools/JavascriptSDK/presets/RoomSelector.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/developer-tools/JavascriptSDK/presets/SimpleRoom.js b/packages/client/src/pages/PortalSettings/categories/developer-tools/JavascriptSDK/presets/SimpleRoom.js index 551255257d..0aa5d0e6eb 100644 --- a/packages/client/src/pages/PortalSettings/categories/developer-tools/JavascriptSDK/presets/SimpleRoom.js +++ b/packages/client/src/pages/PortalSettings/categories/developer-tools/JavascriptSDK/presets/SimpleRoom.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/developer-tools/JavascriptSDK/presets/StyledPresets.js b/packages/client/src/pages/PortalSettings/categories/developer-tools/JavascriptSDK/presets/StyledPresets.js index 5f4f4dd9f3..dd8dd9ae55 100644 --- a/packages/client/src/pages/PortalSettings/categories/developer-tools/JavascriptSDK/presets/StyledPresets.js +++ b/packages/client/src/pages/PortalSettings/categories/developer-tools/JavascriptSDK/presets/StyledPresets.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/developer-tools/JavascriptSDK/presets/Viewer.js b/packages/client/src/pages/PortalSettings/categories/developer-tools/JavascriptSDK/presets/Viewer.js index 8a86c84d0e..a0dd331a9d 100644 --- a/packages/client/src/pages/PortalSettings/categories/developer-tools/JavascriptSDK/presets/Viewer.js +++ b/packages/client/src/pages/PortalSettings/categories/developer-tools/JavascriptSDK/presets/Viewer.js @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/client/src/pages/PortalSettings/categories/developer-tools/JavascriptSDK/sub-components/EmptyIframeContainer.js b/packages/client/src/pages/PortalSettings/categories/developer-tools/JavascriptSDK/sub-components/EmptyIframeContainer.js index 441766d9a1..365f8bf19f 100644 --- a/packages/client/src/pages/PortalSettings/categories/developer-tools/JavascriptSDK/sub-components/EmptyIframeContainer.js +++ b/packages/client/src/pages/PortalSettings/categories/developer-tools/JavascriptSDK/sub-components/EmptyIframeContainer.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/developer-tools/JavascriptSDK/sub-components/GetCodeDialog.js b/packages/client/src/pages/PortalSettings/categories/developer-tools/JavascriptSDK/sub-components/GetCodeDialog.js index b4279094d5..3c2f566059 100644 --- a/packages/client/src/pages/PortalSettings/categories/developer-tools/JavascriptSDK/sub-components/GetCodeDialog.js +++ b/packages/client/src/pages/PortalSettings/categories/developer-tools/JavascriptSDK/sub-components/GetCodeDialog.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/developer-tools/JavascriptSDK/sub-components/PresetTile.js b/packages/client/src/pages/PortalSettings/categories/developer-tools/JavascriptSDK/sub-components/PresetTile.js index 73f81c79a0..6bf7b4d475 100644 --- a/packages/client/src/pages/PortalSettings/categories/developer-tools/JavascriptSDK/sub-components/PresetTile.js +++ b/packages/client/src/pages/PortalSettings/categories/developer-tools/JavascriptSDK/sub-components/PresetTile.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/developer-tools/JavascriptSDK/sub-components/TooltipContent.js b/packages/client/src/pages/PortalSettings/categories/developer-tools/JavascriptSDK/sub-components/TooltipContent.js index d0af5cf1f7..75d920427f 100644 --- a/packages/client/src/pages/PortalSettings/categories/developer-tools/JavascriptSDK/sub-components/TooltipContent.js +++ b/packages/client/src/pages/PortalSettings/categories/developer-tools/JavascriptSDK/sub-components/TooltipContent.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/developer-tools/JavascriptSDK/sub-components/csp.js b/packages/client/src/pages/PortalSettings/categories/developer-tools/JavascriptSDK/sub-components/csp.js index f310f45682..50a0843b01 100644 --- a/packages/client/src/pages/PortalSettings/categories/developer-tools/JavascriptSDK/sub-components/csp.js +++ b/packages/client/src/pages/PortalSettings/categories/developer-tools/JavascriptSDK/sub-components/csp.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/developer-tools/PluginSDK/StyledPluginSDK.js b/packages/client/src/pages/PortalSettings/categories/developer-tools/PluginSDK/StyledPluginSDK.js index ce61553b40..65340a09d4 100644 --- a/packages/client/src/pages/PortalSettings/categories/developer-tools/PluginSDK/StyledPluginSDK.js +++ b/packages/client/src/pages/PortalSettings/categories/developer-tools/PluginSDK/StyledPluginSDK.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/developer-tools/PluginSDK/index.js b/packages/client/src/pages/PortalSettings/categories/developer-tools/PluginSDK/index.js index 720686dcf0..65d4b517cf 100644 --- a/packages/client/src/pages/PortalSettings/categories/developer-tools/PluginSDK/index.js +++ b/packages/client/src/pages/PortalSettings/categories/developer-tools/PluginSDK/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/developer-tools/Webhooks/WebhookEventDetails/index.js b/packages/client/src/pages/PortalSettings/categories/developer-tools/Webhooks/WebhookEventDetails/index.js index 243ebf2be7..d534ca70ce 100644 --- a/packages/client/src/pages/PortalSettings/categories/developer-tools/Webhooks/WebhookEventDetails/index.js +++ b/packages/client/src/pages/PortalSettings/categories/developer-tools/Webhooks/WebhookEventDetails/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/developer-tools/Webhooks/WebhookEventDetails/sub-components/DetailsBar.js b/packages/client/src/pages/PortalSettings/categories/developer-tools/Webhooks/WebhookEventDetails/sub-components/DetailsBar.js index efdd6a64bf..4a97c84ea3 100644 --- a/packages/client/src/pages/PortalSettings/categories/developer-tools/Webhooks/WebhookEventDetails/sub-components/DetailsBar.js +++ b/packages/client/src/pages/PortalSettings/categories/developer-tools/Webhooks/WebhookEventDetails/sub-components/DetailsBar.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/developer-tools/Webhooks/WebhookEventDetails/sub-components/DetailsNavigationHeader.js b/packages/client/src/pages/PortalSettings/categories/developer-tools/Webhooks/WebhookEventDetails/sub-components/DetailsNavigationHeader.js index 400206968d..9f2889d9fe 100644 --- a/packages/client/src/pages/PortalSettings/categories/developer-tools/Webhooks/WebhookEventDetails/sub-components/DetailsNavigationHeader.js +++ b/packages/client/src/pages/PortalSettings/categories/developer-tools/Webhooks/WebhookEventDetails/sub-components/DetailsNavigationHeader.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/developer-tools/Webhooks/WebhookEventDetails/sub-components/MessagesDetails.js b/packages/client/src/pages/PortalSettings/categories/developer-tools/Webhooks/WebhookEventDetails/sub-components/MessagesDetails.js index 7dfb924ef2..7a24be8950 100644 --- a/packages/client/src/pages/PortalSettings/categories/developer-tools/Webhooks/WebhookEventDetails/sub-components/MessagesDetails.js +++ b/packages/client/src/pages/PortalSettings/categories/developer-tools/Webhooks/WebhookEventDetails/sub-components/MessagesDetails.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/developer-tools/Webhooks/WebhookEventDetails/sub-components/RequestDetails.js b/packages/client/src/pages/PortalSettings/categories/developer-tools/Webhooks/WebhookEventDetails/sub-components/RequestDetails.js index c6237c0abc..77a9825252 100644 --- a/packages/client/src/pages/PortalSettings/categories/developer-tools/Webhooks/WebhookEventDetails/sub-components/RequestDetails.js +++ b/packages/client/src/pages/PortalSettings/categories/developer-tools/Webhooks/WebhookEventDetails/sub-components/RequestDetails.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/developer-tools/Webhooks/WebhookEventDetails/sub-components/ResponseDetails.js b/packages/client/src/pages/PortalSettings/categories/developer-tools/Webhooks/WebhookEventDetails/sub-components/ResponseDetails.js index 9111c44dd5..74f5b40277 100644 --- a/packages/client/src/pages/PortalSettings/categories/developer-tools/Webhooks/WebhookEventDetails/sub-components/ResponseDetails.js +++ b/packages/client/src/pages/PortalSettings/categories/developer-tools/Webhooks/WebhookEventDetails/sub-components/ResponseDetails.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode @@ -106,7 +106,7 @@ const ResponseDetails = ({ eventDetails }) => { const rawPayload = window.open(""); isJSON(responsePayload) ? rawPayload.document.write( - beautifiedJSON.replace(/(?:\r\n|\r|\n)/g, "
") + beautifiedJSON.replace(/(?:\r\n|\r|\n)/g, "
"), ) : rawPayload.document.write(responsePayload); rawPayload.focus(); diff --git a/packages/client/src/pages/PortalSettings/categories/developer-tools/Webhooks/WebhookHistory/index.js b/packages/client/src/pages/PortalSettings/categories/developer-tools/Webhooks/WebhookHistory/index.js index 3bc1168983..9fb21300c6 100644 --- a/packages/client/src/pages/PortalSettings/categories/developer-tools/Webhooks/WebhookHistory/index.js +++ b/packages/client/src/pages/PortalSettings/categories/developer-tools/Webhooks/WebhookHistory/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode @@ -53,11 +53,9 @@ const parseUrl = (url) => { ? null : moment(params.deliveryDate, "YYYY-MM-DD").tz(window.timezone); params.deliveryFrom = moment(params.deliveryFrom, "HH:mm").tz( - window.timezone - ); - params.deliveryTo = moment(params.deliveryTo, "HH:mm").tz( - window.timezone + window.timezone, ); + params.deliveryTo = moment(params.deliveryTo, "HH:mm").tz(window.timezone); params.status = JSON.parse(params.status); return params; diff --git a/packages/client/src/pages/PortalSettings/categories/developer-tools/Webhooks/WebhookHistory/sub-components/EmptyFilter.js b/packages/client/src/pages/PortalSettings/categories/developer-tools/Webhooks/WebhookHistory/sub-components/EmptyFilter.js index 6137c5f7fd..a261ef987f 100644 --- a/packages/client/src/pages/PortalSettings/categories/developer-tools/Webhooks/WebhookHistory/sub-components/EmptyFilter.js +++ b/packages/client/src/pages/PortalSettings/categories/developer-tools/Webhooks/WebhookHistory/sub-components/EmptyFilter.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode @@ -75,7 +75,7 @@ const EmptyFilter = (props) => { formatFilters({ deliveryDate: null, status: [], - }) + }), ); }; diff --git a/packages/client/src/pages/PortalSettings/categories/developer-tools/Webhooks/WebhookHistory/sub-components/FilterDialog/DeliveryDatePicker.js b/packages/client/src/pages/PortalSettings/categories/developer-tools/Webhooks/WebhookHistory/sub-components/FilterDialog/DeliveryDatePicker.js index 1b03426fc2..0747484bc0 100644 --- a/packages/client/src/pages/PortalSettings/categories/developer-tools/Webhooks/WebhookHistory/sub-components/FilterDialog/DeliveryDatePicker.js +++ b/packages/client/src/pages/PortalSettings/categories/developer-tools/Webhooks/WebhookHistory/sub-components/FilterDialog/DeliveryDatePicker.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode @@ -97,12 +97,8 @@ const DeliveryDatePicker = ({ setFilters((prevFilters) => ({ ...prevFilters, deliveryDate: null, - deliveryFrom: moment() - .tz(window.timezone) - .startOf("day"), - deliveryTo: moment() - .tz(window.timezone) - .endOf("day"), + deliveryFrom: moment().tz(window.timezone).startOf("day"), + deliveryTo: moment().tz(window.timezone).endOf("day"), })); setIsTimeOpen(false); setIsCalendarOpen(false); @@ -121,12 +117,8 @@ const DeliveryDatePicker = ({ setFilters((prevFilters) => ({ ...prevFilters, deliveryDate: date, - deliveryFrom: moment() - .tz(window.timezone) - .startOf("day"), - deliveryTo: moment() - .tz(window.timezone) - .endOf("day"), + deliveryFrom: moment().tz(window.timezone).startOf("day"), + deliveryTo: moment().tz(window.timezone).endOf("day"), })); }; @@ -189,7 +181,7 @@ const DeliveryDatePicker = ({ const isTimeEqual = isEqualDates( filters.deliveryFrom, - filters.deliveryFrom.clone().startOf("day") + filters.deliveryFrom.clone().startOf("day"), ) && isEqualDates(filters.deliveryTo, filters.deliveryTo.clone().endOf("day")); diff --git a/packages/client/src/pages/PortalSettings/categories/developer-tools/Webhooks/WebhookHistory/sub-components/FilterDialog/StatusPicker.js b/packages/client/src/pages/PortalSettings/categories/developer-tools/Webhooks/WebhookHistory/sub-components/FilterDialog/StatusPicker.js index 9ce3ea65e5..48e905c902 100644 --- a/packages/client/src/pages/PortalSettings/categories/developer-tools/Webhooks/WebhookHistory/sub-components/FilterDialog/StatusPicker.js +++ b/packages/client/src/pages/PortalSettings/categories/developer-tools/Webhooks/WebhookHistory/sub-components/FilterDialog/StatusPicker.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/developer-tools/Webhooks/WebhookHistory/sub-components/FilterDialog/index.js b/packages/client/src/pages/PortalSettings/categories/developer-tools/Webhooks/WebhookHistory/sub-components/FilterDialog/index.js index 3a0fd8ec53..7a7cafaba3 100644 --- a/packages/client/src/pages/PortalSettings/categories/developer-tools/Webhooks/WebhookHistory/sub-components/FilterDialog/index.js +++ b/packages/client/src/pages/PortalSettings/categories/developer-tools/Webhooks/WebhookHistory/sub-components/FilterDialog/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode @@ -82,7 +82,7 @@ const constructUrl = (baseUrl, filters) => { const url = new URL(baseUrl, "http://127.0.0.1:8092/"); url.searchParams.append( "deliveryDate", - filters.deliveryDate?.format("YYYY-MM-DD") || null + filters.deliveryDate?.format("YYYY-MM-DD") || null, ); url.searchParams.append("deliveryFrom", filters.deliveryFrom.format("HH:mm")); url.searchParams.append("deliveryTo", filters.deliveryTo.format("HH:mm")); @@ -113,12 +113,8 @@ const FilterDialog = (props) => { const [filters, setFilters] = useState({ deliveryDate: null, - deliveryFrom: moment() - .tz(window.timezone) - .startOf("day"), - deliveryTo: moment() - .tz(window.timezone) - .endOf("day"), + deliveryFrom: moment().tz(window.timezone).startOf("day"), + deliveryTo: moment().tz(window.timezone).endOf("day"), status: [], }); @@ -143,12 +139,8 @@ const FilterDialog = (props) => { if (filters.deliveryDate !== null || filters.status.length > 0) { setFilters({ deliveryDate: null, - deliveryFrom: moment() - .tz(window.timezone) - .startOf("day"), - deliveryTo: moment() - .tz(window.timezone) - .endOf("day"), + deliveryFrom: moment().tz(window.timezone).startOf("day"), + deliveryTo: moment().tz(window.timezone).endOf("day"), status: [], }); } @@ -159,8 +151,8 @@ const FilterDialog = (props) => { navigate( constructUrl( `/portal-settings/developer-tools/webhooks/${id}`, - historyFilters - ) + historyFilters, + ), ); } setIsLoaded(true); diff --git a/packages/client/src/pages/PortalSettings/categories/developer-tools/Webhooks/WebhookHistory/sub-components/HistoryFilterHeader.js b/packages/client/src/pages/PortalSettings/categories/developer-tools/Webhooks/WebhookHistory/sub-components/HistoryFilterHeader.js index c3d82dcf5b..4d1ccd4a07 100644 --- a/packages/client/src/pages/PortalSettings/categories/developer-tools/Webhooks/WebhookHistory/sub-components/HistoryFilterHeader.js +++ b/packages/client/src/pages/PortalSettings/categories/developer-tools/Webhooks/WebhookHistory/sub-components/HistoryFilterHeader.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/developer-tools/Webhooks/WebhookHistory/sub-components/HistoryHeader.js b/packages/client/src/pages/PortalSettings/categories/developer-tools/Webhooks/WebhookHistory/sub-components/HistoryHeader.js index e5e2ce98eb..ee92855046 100644 --- a/packages/client/src/pages/PortalSettings/categories/developer-tools/Webhooks/WebhookHistory/sub-components/HistoryHeader.js +++ b/packages/client/src/pages/PortalSettings/categories/developer-tools/Webhooks/WebhookHistory/sub-components/HistoryHeader.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode @@ -186,7 +186,7 @@ const HistoryHeader = (props) => { }); toastr.success( `${t("WebhookRedilivered")}: ${checkedEventIds.length}`, - {t("Common:Done")} + {t("Common:Done")}, ); } catch (error) { console.error(error); diff --git a/packages/client/src/pages/PortalSettings/categories/developer-tools/Webhooks/WebhookHistory/sub-components/StatusBar.js b/packages/client/src/pages/PortalSettings/categories/developer-tools/Webhooks/WebhookHistory/sub-components/StatusBar.js index c2ee9ce9e4..bb0b6b8d22 100644 --- a/packages/client/src/pages/PortalSettings/categories/developer-tools/Webhooks/WebhookHistory/sub-components/StatusBar.js +++ b/packages/client/src/pages/PortalSettings/categories/developer-tools/Webhooks/WebhookHistory/sub-components/StatusBar.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode @@ -59,7 +59,7 @@ const StatusBar = (props) => { formatFilters({ deliveryDate: null, status: [], - }) + }), ); clearHistoryFilters(); }; @@ -126,11 +126,11 @@ const StatusBar = (props) => { {historyFilters.deliveryDate !== null ? ( !isEqualDates( historyFilters.deliveryFrom, - historyFilters.deliveryFrom.clone().startOf("day") + historyFilters.deliveryFrom.clone().startOf("day"), ) || !isEqualDates( historyFilters.deliveryTo, - historyFilters.deliveryTo.clone().endOf("day") + historyFilters.deliveryTo.clone().endOf("day"), ) ? ( ) : ( diff --git a/packages/client/src/pages/PortalSettings/categories/developer-tools/Webhooks/WebhookHistory/sub-components/WebhookHistoryTable/HistoryRowView/HistoryRow.js b/packages/client/src/pages/PortalSettings/categories/developer-tools/Webhooks/WebhookHistory/sub-components/WebhookHistoryTable/HistoryRowView/HistoryRow.js index c57eb87c4c..cb58aa67aa 100644 --- a/packages/client/src/pages/PortalSettings/categories/developer-tools/Webhooks/WebhookHistory/sub-components/WebhookHistoryTable/HistoryRowView/HistoryRow.js +++ b/packages/client/src/pages/PortalSettings/categories/developer-tools/Webhooks/WebhookHistory/sub-components/WebhookHistoryTable/HistoryRowView/HistoryRow.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/developer-tools/Webhooks/WebhookHistory/sub-components/WebhookHistoryTable/HistoryRowView/HistoryRowContent.js b/packages/client/src/pages/PortalSettings/categories/developer-tools/Webhooks/WebhookHistory/sub-components/WebhookHistoryTable/HistoryRowView/HistoryRowContent.js index 8370502672..405f419cb5 100644 --- a/packages/client/src/pages/PortalSettings/categories/developer-tools/Webhooks/WebhookHistory/sub-components/WebhookHistoryTable/HistoryRowView/HistoryRowContent.js +++ b/packages/client/src/pages/PortalSettings/categories/developer-tools/Webhooks/WebhookHistory/sub-components/WebhookHistoryTable/HistoryRowView/HistoryRowContent.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/developer-tools/Webhooks/WebhookHistory/sub-components/WebhookHistoryTable/HistoryRowView/index.js b/packages/client/src/pages/PortalSettings/categories/developer-tools/Webhooks/WebhookHistory/sub-components/WebhookHistoryTable/HistoryRowView/index.js index 88359d58f4..5770606191 100644 --- a/packages/client/src/pages/PortalSettings/categories/developer-tools/Webhooks/WebhookHistory/sub-components/WebhookHistoryTable/HistoryRowView/index.js +++ b/packages/client/src/pages/PortalSettings/categories/developer-tools/Webhooks/WebhookHistory/sub-components/WebhookHistoryTable/HistoryRowView/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/developer-tools/Webhooks/WebhookHistory/sub-components/WebhookHistoryTable/HistoryTableView/HistoryTableHeader.js b/packages/client/src/pages/PortalSettings/categories/developer-tools/Webhooks/WebhookHistory/sub-components/WebhookHistoryTable/HistoryTableView/HistoryTableHeader.js index 33d7b723b5..4322c2716f 100644 --- a/packages/client/src/pages/PortalSettings/categories/developer-tools/Webhooks/WebhookHistory/sub-components/WebhookHistoryTable/HistoryTableView/HistoryTableHeader.js +++ b/packages/client/src/pages/PortalSettings/categories/developer-tools/Webhooks/WebhookHistory/sub-components/WebhookHistoryTable/HistoryTableView/HistoryTableHeader.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode @@ -98,8 +98,8 @@ const HistoryTableHeader = (props) => { setColumns((prevColumns) => prevColumns.map((item, index) => - index === columnIndex ? { ...item, enable: !item.enable } : item - ) + index === columnIndex ? { ...item, enable: !item.enable } : item, + ), ); const tableColumns = columns.map((c) => c.enable && c.key); diff --git a/packages/client/src/pages/PortalSettings/categories/developer-tools/Webhooks/WebhookHistory/sub-components/WebhookHistoryTable/HistoryTableView/HistoryTableRow.js b/packages/client/src/pages/PortalSettings/categories/developer-tools/Webhooks/WebhookHistory/sub-components/WebhookHistoryTable/HistoryTableView/HistoryTableRow.js index 46fd1982e5..fd315af0da 100644 --- a/packages/client/src/pages/PortalSettings/categories/developer-tools/Webhooks/WebhookHistory/sub-components/WebhookHistoryTable/HistoryTableView/HistoryTableRow.js +++ b/packages/client/src/pages/PortalSettings/categories/developer-tools/Webhooks/WebhookHistory/sub-components/WebhookHistoryTable/HistoryTableView/HistoryTableRow.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/developer-tools/Webhooks/WebhookHistory/sub-components/WebhookHistoryTable/HistoryTableView/index.js b/packages/client/src/pages/PortalSettings/categories/developer-tools/Webhooks/WebhookHistory/sub-components/WebhookHistoryTable/HistoryTableView/index.js index d90357894f..6408fe3aa6 100644 --- a/packages/client/src/pages/PortalSettings/categories/developer-tools/Webhooks/WebhookHistory/sub-components/WebhookHistoryTable/HistoryTableView/index.js +++ b/packages/client/src/pages/PortalSettings/categories/developer-tools/Webhooks/WebhookHistory/sub-components/WebhookHistoryTable/HistoryTableView/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/developer-tools/Webhooks/WebhookHistory/sub-components/WebhookHistoryTable/index.js b/packages/client/src/pages/PortalSettings/categories/developer-tools/Webhooks/WebhookHistory/sub-components/WebhookHistoryTable/index.js index 4ac15e6db2..1106083064 100644 --- a/packages/client/src/pages/PortalSettings/categories/developer-tools/Webhooks/WebhookHistory/sub-components/WebhookHistoryTable/index.js +++ b/packages/client/src/pages/PortalSettings/categories/developer-tools/Webhooks/WebhookHistory/sub-components/WebhookHistoryTable/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/developer-tools/Webhooks/index.js b/packages/client/src/pages/PortalSettings/categories/developer-tools/Webhooks/index.js index 1c8b6bfacf..434eb9d14f 100644 --- a/packages/client/src/pages/PortalSettings/categories/developer-tools/Webhooks/index.js +++ b/packages/client/src/pages/PortalSettings/categories/developer-tools/Webhooks/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/developer-tools/Webhooks/styled-components/Hint.js b/packages/client/src/pages/PortalSettings/categories/developer-tools/Webhooks/styled-components/Hint.js index ca5db938e1..be2a6b1640 100644 --- a/packages/client/src/pages/PortalSettings/categories/developer-tools/Webhooks/styled-components/Hint.js +++ b/packages/client/src/pages/PortalSettings/categories/developer-tools/Webhooks/styled-components/Hint.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/developer-tools/Webhooks/styled-components/NoBoxShadowToast.js b/packages/client/src/pages/PortalSettings/categories/developer-tools/Webhooks/styled-components/NoBoxShadowToast.js index f6bf57f46f..927478dd1e 100644 --- a/packages/client/src/pages/PortalSettings/categories/developer-tools/Webhooks/styled-components/NoBoxShadowToast.js +++ b/packages/client/src/pages/PortalSettings/categories/developer-tools/Webhooks/styled-components/NoBoxShadowToast.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/developer-tools/Webhooks/styled-components/index.js b/packages/client/src/pages/PortalSettings/categories/developer-tools/Webhooks/styled-components/index.js index 09b7017b02..e1df19cd85 100644 --- a/packages/client/src/pages/PortalSettings/categories/developer-tools/Webhooks/styled-components/index.js +++ b/packages/client/src/pages/PortalSettings/categories/developer-tools/Webhooks/styled-components/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/developer-tools/Webhooks/sub-components/DeleteWebhookDialog.js b/packages/client/src/pages/PortalSettings/categories/developer-tools/Webhooks/sub-components/DeleteWebhookDialog.js index f7b1bd4417..4999a65622 100644 --- a/packages/client/src/pages/PortalSettings/categories/developer-tools/Webhooks/sub-components/DeleteWebhookDialog.js +++ b/packages/client/src/pages/PortalSettings/categories/developer-tools/Webhooks/sub-components/DeleteWebhookDialog.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/developer-tools/Webhooks/sub-components/LabledInput.js b/packages/client/src/pages/PortalSettings/categories/developer-tools/Webhooks/sub-components/LabledInput.js index 67ca16108e..3d439bdfb2 100644 --- a/packages/client/src/pages/PortalSettings/categories/developer-tools/Webhooks/sub-components/LabledInput.js +++ b/packages/client/src/pages/PortalSettings/categories/developer-tools/Webhooks/sub-components/LabledInput.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/developer-tools/Webhooks/sub-components/Loaders/HistoryHeaderLoader.js b/packages/client/src/pages/PortalSettings/categories/developer-tools/Webhooks/sub-components/Loaders/HistoryHeaderLoader.js index cd2f3e0f4b..2e353633a0 100644 --- a/packages/client/src/pages/PortalSettings/categories/developer-tools/Webhooks/sub-components/Loaders/HistoryHeaderLoader.js +++ b/packages/client/src/pages/PortalSettings/categories/developer-tools/Webhooks/sub-components/Loaders/HistoryHeaderLoader.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/developer-tools/Webhooks/sub-components/Loaders/WebhookConfigsLoader.js b/packages/client/src/pages/PortalSettings/categories/developer-tools/Webhooks/sub-components/Loaders/WebhookConfigsLoader.js index 23f7cf4b3c..89445d8ee9 100644 --- a/packages/client/src/pages/PortalSettings/categories/developer-tools/Webhooks/sub-components/Loaders/WebhookConfigsLoader.js +++ b/packages/client/src/pages/PortalSettings/categories/developer-tools/Webhooks/sub-components/Loaders/WebhookConfigsLoader.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/developer-tools/Webhooks/sub-components/Loaders/WebhookDetailsLoader.js b/packages/client/src/pages/PortalSettings/categories/developer-tools/Webhooks/sub-components/Loaders/WebhookDetailsLoader.js index bea19b6c52..eea3d35423 100644 --- a/packages/client/src/pages/PortalSettings/categories/developer-tools/Webhooks/sub-components/Loaders/WebhookDetailsLoader.js +++ b/packages/client/src/pages/PortalSettings/categories/developer-tools/Webhooks/sub-components/Loaders/WebhookDetailsLoader.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/developer-tools/Webhooks/sub-components/Loaders/WebhookHistoryLoader.js b/packages/client/src/pages/PortalSettings/categories/developer-tools/Webhooks/sub-components/Loaders/WebhookHistoryLoader.js index 266892f815..4401c7cf8c 100644 --- a/packages/client/src/pages/PortalSettings/categories/developer-tools/Webhooks/sub-components/Loaders/WebhookHistoryLoader.js +++ b/packages/client/src/pages/PortalSettings/categories/developer-tools/Webhooks/sub-components/Loaders/WebhookHistoryLoader.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/developer-tools/Webhooks/sub-components/Loaders/index.js b/packages/client/src/pages/PortalSettings/categories/developer-tools/Webhooks/sub-components/Loaders/index.js index 8cf9e71574..84cad6b984 100644 --- a/packages/client/src/pages/PortalSettings/categories/developer-tools/Webhooks/sub-components/Loaders/index.js +++ b/packages/client/src/pages/PortalSettings/categories/developer-tools/Webhooks/sub-components/Loaders/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/developer-tools/Webhooks/sub-components/SSLVerification.js b/packages/client/src/pages/PortalSettings/categories/developer-tools/Webhooks/sub-components/SSLVerification.js index dd58dafde5..cee1db3615 100644 --- a/packages/client/src/pages/PortalSettings/categories/developer-tools/Webhooks/sub-components/SSLVerification.js +++ b/packages/client/src/pages/PortalSettings/categories/developer-tools/Webhooks/sub-components/SSLVerification.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/developer-tools/Webhooks/sub-components/SecretKeyInput.js b/packages/client/src/pages/PortalSettings/categories/developer-tools/Webhooks/sub-components/SecretKeyInput.js index a415c01440..4f5ea64788 100644 --- a/packages/client/src/pages/PortalSettings/categories/developer-tools/Webhooks/sub-components/SecretKeyInput.js +++ b/packages/client/src/pages/PortalSettings/categories/developer-tools/Webhooks/sub-components/SecretKeyInput.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/developer-tools/Webhooks/sub-components/StatusBadge.js b/packages/client/src/pages/PortalSettings/categories/developer-tools/Webhooks/sub-components/StatusBadge.js index 66ae043a78..97512aca8e 100644 --- a/packages/client/src/pages/PortalSettings/categories/developer-tools/Webhooks/sub-components/StatusBadge.js +++ b/packages/client/src/pages/PortalSettings/categories/developer-tools/Webhooks/sub-components/StatusBadge.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/developer-tools/Webhooks/sub-components/WebhookDialog.js b/packages/client/src/pages/PortalSettings/categories/developer-tools/Webhooks/sub-components/WebhookDialog.js index 41ec8b8111..3d5b9a2bb4 100644 --- a/packages/client/src/pages/PortalSettings/categories/developer-tools/Webhooks/sub-components/WebhookDialog.js +++ b/packages/client/src/pages/PortalSettings/categories/developer-tools/Webhooks/sub-components/WebhookDialog.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/developer-tools/Webhooks/sub-components/WebhookInfo.js b/packages/client/src/pages/PortalSettings/categories/developer-tools/Webhooks/sub-components/WebhookInfo.js index 360547fff6..60660ad74d 100644 --- a/packages/client/src/pages/PortalSettings/categories/developer-tools/Webhooks/sub-components/WebhookInfo.js +++ b/packages/client/src/pages/PortalSettings/categories/developer-tools/Webhooks/sub-components/WebhookInfo.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/developer-tools/Webhooks/sub-components/WebhooksTable/WebhooksRowView/WebhookRow.js b/packages/client/src/pages/PortalSettings/categories/developer-tools/Webhooks/sub-components/WebhooksTable/WebhooksRowView/WebhookRow.js index ac9d7eeacb..82c4ea0ed4 100644 --- a/packages/client/src/pages/PortalSettings/categories/developer-tools/Webhooks/sub-components/WebhooksTable/WebhooksRowView/WebhookRow.js +++ b/packages/client/src/pages/PortalSettings/categories/developer-tools/Webhooks/sub-components/WebhooksTable/WebhooksRowView/WebhookRow.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/developer-tools/Webhooks/sub-components/WebhooksTable/WebhooksRowView/WebhookRowContent.js b/packages/client/src/pages/PortalSettings/categories/developer-tools/Webhooks/sub-components/WebhooksTable/WebhooksRowView/WebhookRowContent.js index 8df628c2ba..6fa962904b 100644 --- a/packages/client/src/pages/PortalSettings/categories/developer-tools/Webhooks/sub-components/WebhooksTable/WebhooksRowView/WebhookRowContent.js +++ b/packages/client/src/pages/PortalSettings/categories/developer-tools/Webhooks/sub-components/WebhooksTable/WebhooksRowView/WebhookRowContent.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/developer-tools/Webhooks/sub-components/WebhooksTable/WebhooksRowView/index.js b/packages/client/src/pages/PortalSettings/categories/developer-tools/Webhooks/sub-components/WebhooksTable/WebhooksRowView/index.js index fcba27044b..00e452cbf9 100644 --- a/packages/client/src/pages/PortalSettings/categories/developer-tools/Webhooks/sub-components/WebhooksTable/WebhooksRowView/index.js +++ b/packages/client/src/pages/PortalSettings/categories/developer-tools/Webhooks/sub-components/WebhooksTable/WebhooksRowView/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/developer-tools/Webhooks/sub-components/WebhooksTable/WebhooksTableView/WebhookTableHeader.js b/packages/client/src/pages/PortalSettings/categories/developer-tools/Webhooks/sub-components/WebhooksTable/WebhooksTableView/WebhookTableHeader.js index ff155509cb..e3b351f592 100644 --- a/packages/client/src/pages/PortalSettings/categories/developer-tools/Webhooks/sub-components/WebhooksTable/WebhooksTableView/WebhookTableHeader.js +++ b/packages/client/src/pages/PortalSettings/categories/developer-tools/Webhooks/sub-components/WebhooksTable/WebhooksTableView/WebhookTableHeader.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode @@ -99,8 +99,8 @@ const WebhookTableHeader = (props) => { setColumns((prevColumns) => prevColumns.map((item, index) => - index === columnIndex ? { ...item, enable: !item.enable } : item - ) + index === columnIndex ? { ...item, enable: !item.enable } : item, + ), ); const tableColumns = columns.map((c) => c.enable && c.key); diff --git a/packages/client/src/pages/PortalSettings/categories/developer-tools/Webhooks/sub-components/WebhooksTable/WebhooksTableView/WebhooksTableRow.js b/packages/client/src/pages/PortalSettings/categories/developer-tools/Webhooks/sub-components/WebhooksTable/WebhooksTableView/WebhooksTableRow.js index 442452a1fd..f928267779 100644 --- a/packages/client/src/pages/PortalSettings/categories/developer-tools/Webhooks/sub-components/WebhooksTable/WebhooksTableView/WebhooksTableRow.js +++ b/packages/client/src/pages/PortalSettings/categories/developer-tools/Webhooks/sub-components/WebhooksTable/WebhooksTableView/WebhooksTableRow.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/developer-tools/Webhooks/sub-components/WebhooksTable/WebhooksTableView/index.js b/packages/client/src/pages/PortalSettings/categories/developer-tools/Webhooks/sub-components/WebhooksTable/WebhooksTableView/index.js index e7f16235c3..afd0d07108 100644 --- a/packages/client/src/pages/PortalSettings/categories/developer-tools/Webhooks/sub-components/WebhooksTable/WebhooksTableView/index.js +++ b/packages/client/src/pages/PortalSettings/categories/developer-tools/Webhooks/sub-components/WebhooksTable/WebhooksTableView/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/developer-tools/Webhooks/sub-components/WebhooksTable/index.js b/packages/client/src/pages/PortalSettings/categories/developer-tools/Webhooks/sub-components/WebhooksTable/index.js index 0f637ea210..4411356f7a 100644 --- a/packages/client/src/pages/PortalSettings/categories/developer-tools/Webhooks/sub-components/WebhooksTable/index.js +++ b/packages/client/src/pages/PortalSettings/categories/developer-tools/Webhooks/sub-components/WebhooksTable/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/developer-tools/index.js b/packages/client/src/pages/PortalSettings/categories/developer-tools/index.js index 5fdef58e3b..1f83d7ae47 100644 --- a/packages/client/src/pages/PortalSettings/categories/developer-tools/index.js +++ b/packages/client/src/pages/PortalSettings/categories/developer-tools/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/developer-tools/sub-components/ssoLoader.js b/packages/client/src/pages/PortalSettings/categories/developer-tools/sub-components/ssoLoader.js index 41e16ebb13..110c844b65 100644 --- a/packages/client/src/pages/PortalSettings/categories/developer-tools/sub-components/ssoLoader.js +++ b/packages/client/src/pages/PortalSettings/categories/developer-tools/sub-components/ssoLoader.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/i18n.js b/packages/client/src/pages/PortalSettings/categories/i18n.js index 94aa9a8903..573fb857ec 100644 --- a/packages/client/src/pages/PortalSettings/categories/i18n.js +++ b/packages/client/src/pages/PortalSettings/categories/i18n.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/integration/DocumentService/index.js b/packages/client/src/pages/PortalSettings/categories/integration/DocumentService/index.js index d1f082d6a1..ba42a4f236 100644 --- a/packages/client/src/pages/PortalSettings/categories/integration/DocumentService/index.js +++ b/packages/client/src/pages/PortalSettings/categories/integration/DocumentService/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/integration/DocumentService/index.styled.js b/packages/client/src/pages/PortalSettings/categories/integration/DocumentService/index.styled.js index eb5e15ae73..40557f6ff6 100644 --- a/packages/client/src/pages/PortalSettings/categories/integration/DocumentService/index.styled.js +++ b/packages/client/src/pages/PortalSettings/categories/integration/DocumentService/index.styled.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/integration/Plugins/Plugins.styled.ts b/packages/client/src/pages/PortalSettings/categories/integration/Plugins/Plugins.styled.ts index 59549928b8..0e7b46af63 100644 --- a/packages/client/src/pages/PortalSettings/categories/integration/Plugins/Plugins.styled.ts +++ b/packages/client/src/pages/PortalSettings/categories/integration/Plugins/Plugins.styled.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/client/src/pages/PortalSettings/categories/integration/Plugins/Plugins.types.ts b/packages/client/src/pages/PortalSettings/categories/integration/Plugins/Plugins.types.ts index e6bdf4d99e..5fc1a83795 100644 --- a/packages/client/src/pages/PortalSettings/categories/integration/Plugins/Plugins.types.ts +++ b/packages/client/src/pages/PortalSettings/categories/integration/Plugins/Plugins.types.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/client/src/pages/PortalSettings/categories/integration/Plugins/index.tsx b/packages/client/src/pages/PortalSettings/categories/integration/Plugins/index.tsx index 5ac759cde3..e1c5196a15 100644 --- a/packages/client/src/pages/PortalSettings/categories/integration/Plugins/index.tsx +++ b/packages/client/src/pages/PortalSettings/categories/integration/Plugins/index.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/client/src/pages/PortalSettings/categories/integration/Plugins/sub-components/Dropzone.tsx b/packages/client/src/pages/PortalSettings/categories/integration/Plugins/sub-components/Dropzone.tsx index 1a6909feff..585429b4f2 100644 --- a/packages/client/src/pages/PortalSettings/categories/integration/Plugins/sub-components/Dropzone.tsx +++ b/packages/client/src/pages/PortalSettings/categories/integration/Plugins/sub-components/Dropzone.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/client/src/pages/PortalSettings/categories/integration/Plugins/sub-components/EmptyScreen.tsx b/packages/client/src/pages/PortalSettings/categories/integration/Plugins/sub-components/EmptyScreen.tsx index f0a9095116..52b1f7badb 100644 --- a/packages/client/src/pages/PortalSettings/categories/integration/Plugins/sub-components/EmptyScreen.tsx +++ b/packages/client/src/pages/PortalSettings/categories/integration/Plugins/sub-components/EmptyScreen.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/client/src/pages/PortalSettings/categories/integration/Plugins/sub-components/ListLoader.tsx b/packages/client/src/pages/PortalSettings/categories/integration/Plugins/sub-components/ListLoader.tsx index 26a57ffb36..6b9a4c3a74 100644 --- a/packages/client/src/pages/PortalSettings/categories/integration/Plugins/sub-components/ListLoader.tsx +++ b/packages/client/src/pages/PortalSettings/categories/integration/Plugins/sub-components/ListLoader.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/client/src/pages/PortalSettings/categories/integration/Plugins/sub-components/PluginItem.tsx b/packages/client/src/pages/PortalSettings/categories/integration/Plugins/sub-components/PluginItem.tsx index 8011998662..cefd39f3db 100644 --- a/packages/client/src/pages/PortalSettings/categories/integration/Plugins/sub-components/PluginItem.tsx +++ b/packages/client/src/pages/PortalSettings/categories/integration/Plugins/sub-components/PluginItem.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/client/src/pages/PortalSettings/categories/integration/SMTPSettings/StyledComponent.js b/packages/client/src/pages/PortalSettings/categories/integration/SMTPSettings/StyledComponent.js index ca4d020b1a..295f958d83 100644 --- a/packages/client/src/pages/PortalSettings/categories/integration/SMTPSettings/StyledComponent.js +++ b/packages/client/src/pages/PortalSettings/categories/integration/SMTPSettings/StyledComponent.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/integration/SMTPSettings/constants.js b/packages/client/src/pages/PortalSettings/categories/integration/SMTPSettings/constants.js index f68b8bb724..335460d237 100644 --- a/packages/client/src/pages/PortalSettings/categories/integration/SMTPSettings/constants.js +++ b/packages/client/src/pages/PortalSettings/categories/integration/SMTPSettings/constants.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/integration/SMTPSettings/index.js b/packages/client/src/pages/PortalSettings/categories/integration/SMTPSettings/index.js index 51884ae152..43b03ce28c 100644 --- a/packages/client/src/pages/PortalSettings/categories/integration/SMTPSettings/index.js +++ b/packages/client/src/pages/PortalSettings/categories/integration/SMTPSettings/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/integration/SMTPSettings/sub-components/ButtonContainer.js b/packages/client/src/pages/PortalSettings/categories/integration/SMTPSettings/sub-components/ButtonContainer.js index 140a50a3a7..f3c0696b2b 100644 --- a/packages/client/src/pages/PortalSettings/categories/integration/SMTPSettings/sub-components/ButtonContainer.js +++ b/packages/client/src/pages/PortalSettings/categories/integration/SMTPSettings/sub-components/ButtonContainer.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/integration/SMTPSettings/sub-components/CustomSettings.js b/packages/client/src/pages/PortalSettings/categories/integration/SMTPSettings/sub-components/CustomSettings.js index c6ab1d3748..55051724a2 100644 --- a/packages/client/src/pages/PortalSettings/categories/integration/SMTPSettings/sub-components/CustomSettings.js +++ b/packages/client/src/pages/PortalSettings/categories/integration/SMTPSettings/sub-components/CustomSettings.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/integration/SMTPSettings/sub-components/MailServerSettings.js b/packages/client/src/pages/PortalSettings/categories/integration/SMTPSettings/sub-components/MailServerSettings.js index 3b4cd7e60a..895d38fec4 100644 --- a/packages/client/src/pages/PortalSettings/categories/integration/SMTPSettings/sub-components/MailServerSettings.js +++ b/packages/client/src/pages/PortalSettings/categories/integration/SMTPSettings/sub-components/MailServerSettings.js @@ -1,26 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode - diff --git a/packages/client/src/pages/PortalSettings/categories/integration/SingleSignOn/Certificates.js b/packages/client/src/pages/PortalSettings/categories/integration/SingleSignOn/Certificates.js index 3f13570c30..15da75aac3 100644 --- a/packages/client/src/pages/PortalSettings/categories/integration/SingleSignOn/Certificates.js +++ b/packages/client/src/pages/PortalSettings/categories/integration/SingleSignOn/Certificates.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/integration/SingleSignOn/FieldMapping.js b/packages/client/src/pages/PortalSettings/categories/integration/SingleSignOn/FieldMapping.js index ce96284431..614471c593 100644 --- a/packages/client/src/pages/PortalSettings/categories/integration/SingleSignOn/FieldMapping.js +++ b/packages/client/src/pages/PortalSettings/categories/integration/SingleSignOn/FieldMapping.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/integration/SingleSignOn/IdpSettings.js b/packages/client/src/pages/PortalSettings/categories/integration/SingleSignOn/IdpSettings.js index e9cec7dc12..36fd2da1c7 100644 --- a/packages/client/src/pages/PortalSettings/categories/integration/SingleSignOn/IdpSettings.js +++ b/packages/client/src/pages/PortalSettings/categories/integration/SingleSignOn/IdpSettings.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/integration/SingleSignOn/MobileView.js b/packages/client/src/pages/PortalSettings/categories/integration/SingleSignOn/MobileView.js index f121b5da90..3a277a95de 100644 --- a/packages/client/src/pages/PortalSettings/categories/integration/SingleSignOn/MobileView.js +++ b/packages/client/src/pages/PortalSettings/categories/integration/SingleSignOn/MobileView.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/integration/SingleSignOn/ProviderMetadata.js b/packages/client/src/pages/PortalSettings/categories/integration/SingleSignOn/ProviderMetadata.js index b4e854c097..08aa7529a9 100644 --- a/packages/client/src/pages/PortalSettings/categories/integration/SingleSignOn/ProviderMetadata.js +++ b/packages/client/src/pages/PortalSettings/categories/integration/SingleSignOn/ProviderMetadata.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode @@ -127,6 +127,6 @@ export default inject(({ ssoStore, settingsStore }) => { return { downloadMetadata, - currentDeviceType + currentDeviceType, }; })(observer(ProviderMetadata)); diff --git a/packages/client/src/pages/PortalSettings/categories/integration/SingleSignOn/SPSettings.js b/packages/client/src/pages/PortalSettings/categories/integration/SingleSignOn/SPSettings.js index 13c4acbd85..79b29ba94a 100644 --- a/packages/client/src/pages/PortalSettings/categories/integration/SingleSignOn/SPSettings.js +++ b/packages/client/src/pages/PortalSettings/categories/integration/SingleSignOn/SPSettings.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/integration/SingleSignOn/SubmitButton.js b/packages/client/src/pages/PortalSettings/categories/integration/SingleSignOn/SubmitButton.js index 45a408e11f..dd7f2fa63b 100644 --- a/packages/client/src/pages/PortalSettings/categories/integration/SingleSignOn/SubmitButton.js +++ b/packages/client/src/pages/PortalSettings/categories/integration/SingleSignOn/SubmitButton.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/integration/SingleSignOn/index.js b/packages/client/src/pages/PortalSettings/categories/integration/SingleSignOn/index.js index e304d62b04..bbcf3b8f0c 100644 --- a/packages/client/src/pages/PortalSettings/categories/integration/SingleSignOn/index.js +++ b/packages/client/src/pages/PortalSettings/categories/integration/SingleSignOn/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode @@ -120,5 +120,5 @@ export default inject( isInit, currentDeviceType, }; - } + }, )(observer(SingleSignOn)); diff --git a/packages/client/src/pages/PortalSettings/categories/integration/SingleSignOn/styled-containers/StyledCertificatesTable.js b/packages/client/src/pages/PortalSettings/categories/integration/SingleSignOn/styled-containers/StyledCertificatesTable.js index a9caaf322e..cb47992bf0 100644 --- a/packages/client/src/pages/PortalSettings/categories/integration/SingleSignOn/styled-containers/StyledCertificatesTable.js +++ b/packages/client/src/pages/PortalSettings/categories/integration/SingleSignOn/styled-containers/StyledCertificatesTable.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/integration/SingleSignOn/styled-containers/StyledInputWrapper.js b/packages/client/src/pages/PortalSettings/categories/integration/SingleSignOn/styled-containers/StyledInputWrapper.js index c9da5aa8cc..a0d9e5174a 100644 --- a/packages/client/src/pages/PortalSettings/categories/integration/SingleSignOn/styled-containers/StyledInputWrapper.js +++ b/packages/client/src/pages/PortalSettings/categories/integration/SingleSignOn/styled-containers/StyledInputWrapper.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/integration/SingleSignOn/styled-containers/StyledModalDialog.js b/packages/client/src/pages/PortalSettings/categories/integration/SingleSignOn/styled-containers/StyledModalDialog.js index 48c61b67a7..7a6960a9e0 100644 --- a/packages/client/src/pages/PortalSettings/categories/integration/SingleSignOn/styled-containers/StyledModalDialog.js +++ b/packages/client/src/pages/PortalSettings/categories/integration/SingleSignOn/styled-containers/StyledModalDialog.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/integration/SingleSignOn/styled-containers/StyledSsoPageContainer.js b/packages/client/src/pages/PortalSettings/categories/integration/SingleSignOn/styled-containers/StyledSsoPageContainer.js index b3530b8b7b..cd7c120efe 100644 --- a/packages/client/src/pages/PortalSettings/categories/integration/SingleSignOn/styled-containers/StyledSsoPageContainer.js +++ b/packages/client/src/pages/PortalSettings/categories/integration/SingleSignOn/styled-containers/StyledSsoPageContainer.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/integration/SingleSignOn/sub-components/AddIdpCertificateModal.js b/packages/client/src/pages/PortalSettings/categories/integration/SingleSignOn/sub-components/AddIdpCertificateModal.js index 5259935735..7ce5603536 100644 --- a/packages/client/src/pages/PortalSettings/categories/integration/SingleSignOn/sub-components/AddIdpCertificateModal.js +++ b/packages/client/src/pages/PortalSettings/categories/integration/SingleSignOn/sub-components/AddIdpCertificateModal.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/integration/SingleSignOn/sub-components/AddSpCertificateModal.js b/packages/client/src/pages/PortalSettings/categories/integration/SingleSignOn/sub-components/AddSpCertificateModal.js index a7d0e13952..f7841f9229 100644 --- a/packages/client/src/pages/PortalSettings/categories/integration/SingleSignOn/sub-components/AddSpCertificateModal.js +++ b/packages/client/src/pages/PortalSettings/categories/integration/SingleSignOn/sub-components/AddSpCertificateModal.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/integration/SingleSignOn/sub-components/CertificatesTable.js b/packages/client/src/pages/PortalSettings/categories/integration/SingleSignOn/sub-components/CertificatesTable.js index 990f4a3fc4..16b1ed9f8b 100644 --- a/packages/client/src/pages/PortalSettings/categories/integration/SingleSignOn/sub-components/CertificatesTable.js +++ b/packages/client/src/pages/PortalSettings/categories/integration/SingleSignOn/sub-components/CertificatesTable.js @@ -1,30 +1,30 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode -import AccessEditReactSvgUrl from "PUBLIC_DIR/images/access.edit.react.svg?url"; +import AccessEditReactSvgUrl from "PUBLIC_DIR/images/access.edit.react.svg?url"; import CatalogTrashReactSvgUrl from "PUBLIC_DIR/images/catalog.trash.react.svg?url"; import FileSvgUrl from "PUBLIC_DIR/images/icons/32/file.svg?url"; import React from "react"; diff --git a/packages/client/src/pages/PortalSettings/categories/integration/SingleSignOn/sub-components/CheckboxSet.js b/packages/client/src/pages/PortalSettings/categories/integration/SingleSignOn/sub-components/CheckboxSet.js index 4c7176d8cf..6e7ad60c2d 100644 --- a/packages/client/src/pages/PortalSettings/categories/integration/SingleSignOn/sub-components/CheckboxSet.js +++ b/packages/client/src/pages/PortalSettings/categories/integration/SingleSignOn/sub-components/CheckboxSet.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/integration/SingleSignOn/sub-components/HideButton.js b/packages/client/src/pages/PortalSettings/categories/integration/SingleSignOn/sub-components/HideButton.js index 2d30e123e4..0b7f14380d 100644 --- a/packages/client/src/pages/PortalSettings/categories/integration/SingleSignOn/sub-components/HideButton.js +++ b/packages/client/src/pages/PortalSettings/categories/integration/SingleSignOn/sub-components/HideButton.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/integration/SingleSignOn/sub-components/MetadataUrlField.js b/packages/client/src/pages/PortalSettings/categories/integration/SingleSignOn/sub-components/MetadataUrlField.js index 1ba16f0bf2..834b9c449b 100644 --- a/packages/client/src/pages/PortalSettings/categories/integration/SingleSignOn/sub-components/MetadataUrlField.js +++ b/packages/client/src/pages/PortalSettings/categories/integration/SingleSignOn/sub-components/MetadataUrlField.js @@ -1,30 +1,30 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode -import CopyReactSvgUrl from "PUBLIC_DIR/images/copy.react.svg?url"; +import CopyReactSvgUrl from "PUBLIC_DIR/images/copy.react.svg?url"; import React from "react"; import styled, { css } from "styled-components"; import { observer } from "mobx-react"; diff --git a/packages/client/src/pages/PortalSettings/categories/integration/SingleSignOn/sub-components/ModalComboBox.js b/packages/client/src/pages/PortalSettings/categories/integration/SingleSignOn/sub-components/ModalComboBox.js index cc72194d4a..2adc680adc 100644 --- a/packages/client/src/pages/PortalSettings/categories/integration/SingleSignOn/sub-components/ModalComboBox.js +++ b/packages/client/src/pages/PortalSettings/categories/integration/SingleSignOn/sub-components/ModalComboBox.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode @@ -42,7 +42,7 @@ const ModalComboBox = (props) => { ]; const currentOption = certificateOptions.find( - (option) => option.key === spAction + (option) => option.key === spAction, ); return ( diff --git a/packages/client/src/pages/PortalSettings/categories/integration/SingleSignOn/sub-components/ResetConfirmationModal.js b/packages/client/src/pages/PortalSettings/categories/integration/SingleSignOn/sub-components/ResetConfirmationModal.js index ee2f5edb87..5782288d12 100644 --- a/packages/client/src/pages/PortalSettings/categories/integration/SingleSignOn/sub-components/ResetConfirmationModal.js +++ b/packages/client/src/pages/PortalSettings/categories/integration/SingleSignOn/sub-components/ResetConfirmationModal.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/integration/SingleSignOn/sub-components/SsoComboBox.js b/packages/client/src/pages/PortalSettings/categories/integration/SingleSignOn/sub-components/SsoComboBox.js index f8988a5a26..033933de32 100644 --- a/packages/client/src/pages/PortalSettings/categories/integration/SingleSignOn/sub-components/SsoComboBox.js +++ b/packages/client/src/pages/PortalSettings/categories/integration/SingleSignOn/sub-components/SsoComboBox.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/integration/SingleSignOn/sub-components/SsoFormField.js b/packages/client/src/pages/PortalSettings/categories/integration/SingleSignOn/sub-components/SsoFormField.js index d0bef79970..33d7331522 100644 --- a/packages/client/src/pages/PortalSettings/categories/integration/SingleSignOn/sub-components/SsoFormField.js +++ b/packages/client/src/pages/PortalSettings/categories/integration/SingleSignOn/sub-components/SsoFormField.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/integration/SingleSignOn/sub-components/SsoTextInput.js b/packages/client/src/pages/PortalSettings/categories/integration/SingleSignOn/sub-components/SsoTextInput.js index 5f096806f2..87db7682b0 100644 --- a/packages/client/src/pages/PortalSettings/categories/integration/SingleSignOn/sub-components/SsoTextInput.js +++ b/packages/client/src/pages/PortalSettings/categories/integration/SingleSignOn/sub-components/SsoTextInput.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/integration/SingleSignOn/sub-components/ToggleSSO.js b/packages/client/src/pages/PortalSettings/categories/integration/SingleSignOn/sub-components/ToggleSSO.js index a0bbc9b50e..691c5ce35e 100644 --- a/packages/client/src/pages/PortalSettings/categories/integration/SingleSignOn/sub-components/ToggleSSO.js +++ b/packages/client/src/pages/PortalSettings/categories/integration/SingleSignOn/sub-components/ToggleSSO.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/integration/SingleSignOn/sub-components/UploadXML.js b/packages/client/src/pages/PortalSettings/categories/integration/SingleSignOn/sub-components/UploadXML.js index 88445ce8d5..9395472914 100644 --- a/packages/client/src/pages/PortalSettings/categories/integration/SingleSignOn/sub-components/UploadXML.js +++ b/packages/client/src/pages/PortalSettings/categories/integration/SingleSignOn/sub-components/UploadXML.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/integration/SingleSignOn/sub-components/constants.js b/packages/client/src/pages/PortalSettings/categories/integration/SingleSignOn/sub-components/constants.js index 3ead419f7b..b0ececa5a6 100644 --- a/packages/client/src/pages/PortalSettings/categories/integration/SingleSignOn/sub-components/constants.js +++ b/packages/client/src/pages/PortalSettings/categories/integration/SingleSignOn/sub-components/constants.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode @@ -42,14 +42,14 @@ export const verifyAlgorithmsOptions = Object.keys(verifyAlgorithms).map( (key) => ({ key: verifyAlgorithms[key], label: key, - }) + }), ); export const decryptAlgorithmsOptions = Object.keys(decryptAlgorithms).map( (key) => ({ key: decryptAlgorithms[key], label: key, - }) + }), ); export const nameIdFormats = { diff --git a/packages/client/src/pages/PortalSettings/categories/integration/SingleSignOn/sub-components/ssoLoader.js b/packages/client/src/pages/PortalSettings/categories/integration/SingleSignOn/sub-components/ssoLoader.js index 41e16ebb13..110c844b65 100644 --- a/packages/client/src/pages/PortalSettings/categories/integration/SingleSignOn/sub-components/ssoLoader.js +++ b/packages/client/src/pages/PortalSettings/categories/integration/SingleSignOn/sub-components/ssoLoader.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/integration/ThirdPartyServicesSettings/index.js b/packages/client/src/pages/PortalSettings/categories/integration/ThirdPartyServicesSettings/index.js index f0b0217c8b..3e6ad69f72 100644 --- a/packages/client/src/pages/PortalSettings/categories/integration/ThirdPartyServicesSettings/index.js +++ b/packages/client/src/pages/PortalSettings/categories/integration/ThirdPartyServicesSettings/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode @@ -199,14 +199,14 @@ class ThirdPartyServices extends React.Component { consumer.title !== "WordPress" && consumer.title !== "DocuSign" && consumer.name !== "clickatell" && //TODO: hide while 2fa by sms is not working - consumer.name !== "twilio" + consumer.name !== "twilio", ); const freeConsumers = filteredConsumers.filter( - (consumer) => consumer.canSet === false + (consumer) => consumer.canSet === false, ); const paidConsumers = filteredConsumers.filter( - (consumer) => !freeConsumers.includes(consumer) + (consumer) => !freeConsumers.includes(consumer), ); const imgSrc = theme.isBase ? IntegrationSvgUrl : IntegrationDarkSvgUrl; @@ -355,5 +355,5 @@ export default inject( isThirdPartyAvailable, supportEmail: companyInfoSettingsData?.email, }; - } + }, )(withTranslation(["Settings", "Common"])(observer(ThirdPartyServices))); diff --git a/packages/client/src/pages/PortalSettings/categories/integration/ThirdPartyServicesSettings/sub-components/consumerItem.js b/packages/client/src/pages/PortalSettings/categories/integration/ThirdPartyServicesSettings/sub-components/consumerItem.js index 8f2c19bfa9..9b28897dff 100644 --- a/packages/client/src/pages/PortalSettings/categories/integration/ThirdPartyServicesSettings/sub-components/consumerItem.js +++ b/packages/client/src/pages/PortalSettings/categories/integration/ThirdPartyServicesSettings/sub-components/consumerItem.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/integration/ThirdPartyServicesSettings/sub-components/consumerModalDialog.js b/packages/client/src/pages/PortalSettings/categories/integration/ThirdPartyServicesSettings/sub-components/consumerModalDialog.js index 44e3aafd94..ba78c80f01 100644 --- a/packages/client/src/pages/PortalSettings/categories/integration/ThirdPartyServicesSettings/sub-components/consumerModalDialog.js +++ b/packages/client/src/pages/PortalSettings/categories/integration/ThirdPartyServicesSettings/sub-components/consumerModalDialog.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode @@ -65,7 +65,7 @@ class ConsumerModalDialog extends React.Component { selectedConsumer.props.map((prop) => this.setState({ [`${prop.name}`]: prop.value, - }) + }), ); }; diff --git a/packages/client/src/pages/PortalSettings/categories/integration/ThirdPartyServicesSettings/sub-components/consumerToggle.js b/packages/client/src/pages/PortalSettings/categories/integration/ThirdPartyServicesSettings/sub-components/consumerToggle.js index 390a9fb26d..98eeb602d1 100644 --- a/packages/client/src/pages/PortalSettings/categories/integration/ThirdPartyServicesSettings/sub-components/consumerToggle.js +++ b/packages/client/src/pages/PortalSettings/categories/integration/ThirdPartyServicesSettings/sub-components/consumerToggle.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/integration/ThirdPartyServicesSettings/sub-components/modalDialogContainer.js b/packages/client/src/pages/PortalSettings/categories/integration/ThirdPartyServicesSettings/sub-components/modalDialogContainer.js index 39b806c4bc..b592f5d40e 100644 --- a/packages/client/src/pages/PortalSettings/categories/integration/ThirdPartyServicesSettings/sub-components/modalDialogContainer.js +++ b/packages/client/src/pages/PortalSettings/categories/integration/ThirdPartyServicesSettings/sub-components/modalDialogContainer.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/integration/ThirdPartyServicesSettings/sub-components/thirdPartyLoader.js b/packages/client/src/pages/PortalSettings/categories/integration/ThirdPartyServicesSettings/sub-components/thirdPartyLoader.js index 72096ba57c..618af58475 100644 --- a/packages/client/src/pages/PortalSettings/categories/integration/ThirdPartyServicesSettings/sub-components/thirdPartyLoader.js +++ b/packages/client/src/pages/PortalSettings/categories/integration/ThirdPartyServicesSettings/sub-components/thirdPartyLoader.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/integration/index.js b/packages/client/src/pages/PortalSettings/categories/integration/index.js index 1b71e3262e..f0d3af8586 100644 --- a/packages/client/src/pages/PortalSettings/categories/integration/index.js +++ b/packages/client/src/pages/PortalSettings/categories/integration/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/payments/SaaS/BenefitsContainer.js b/packages/client/src/pages/PortalSettings/categories/payments/SaaS/BenefitsContainer.js index 9512b8929c..b3973bc50e 100644 --- a/packages/client/src/pages/PortalSettings/categories/payments/SaaS/BenefitsContainer.js +++ b/packages/client/src/pages/PortalSettings/categories/payments/SaaS/BenefitsContainer.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/payments/SaaS/ContactContainer.js b/packages/client/src/pages/PortalSettings/categories/payments/SaaS/ContactContainer.js index bdb4076b8a..9bbb0974e6 100644 --- a/packages/client/src/pages/PortalSettings/categories/payments/SaaS/ContactContainer.js +++ b/packages/client/src/pages/PortalSettings/categories/payments/SaaS/ContactContainer.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/payments/SaaS/CurrentTariffContainer.js b/packages/client/src/pages/PortalSettings/categories/payments/SaaS/CurrentTariffContainer.js index 3523607cf0..413e15c34f 100644 --- a/packages/client/src/pages/PortalSettings/categories/payments/SaaS/CurrentTariffContainer.js +++ b/packages/client/src/pages/PortalSettings/categories/payments/SaaS/CurrentTariffContainer.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/payments/SaaS/PayerInformationContainer.js b/packages/client/src/pages/PortalSettings/categories/payments/SaaS/PayerInformationContainer.js index e5d10f0330..c7700aa56e 100644 --- a/packages/client/src/pages/PortalSettings/categories/payments/SaaS/PayerInformationContainer.js +++ b/packages/client/src/pages/PortalSettings/categories/payments/SaaS/PayerInformationContainer.js @@ -1,30 +1,30 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode -import HelpReactSvgUrl from "PUBLIC_DIR/images/help.react.svg?url"; +import HelpReactSvgUrl from "PUBLIC_DIR/images/help.react.svg?url"; import React from "react"; import styled, { css } from "styled-components"; import { Text } from "@docspace/shared/components/text"; diff --git a/packages/client/src/pages/PortalSettings/categories/payments/SaaS/PaymentContainer.js b/packages/client/src/pages/PortalSettings/categories/payments/SaaS/PaymentContainer.js index ffb1252a31..5462b2fbd5 100644 --- a/packages/client/src/pages/PortalSettings/categories/payments/SaaS/PaymentContainer.js +++ b/packages/client/src/pages/PortalSettings/categories/payments/SaaS/PaymentContainer.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/payments/SaaS/PriceCalculation.js b/packages/client/src/pages/PortalSettings/categories/payments/SaaS/PriceCalculation.js index 6b644bafcc..54635490fb 100644 --- a/packages/client/src/pages/PortalSettings/categories/payments/SaaS/PriceCalculation.js +++ b/packages/client/src/pages/PortalSettings/categories/payments/SaaS/PriceCalculation.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/payments/SaaS/index.js b/packages/client/src/pages/PortalSettings/categories/payments/SaaS/index.js index 24742d86aa..c74fd90071 100644 --- a/packages/client/src/pages/PortalSettings/categories/payments/SaaS/index.js +++ b/packages/client/src/pages/PortalSettings/categories/payments/SaaS/index.js @@ -1,30 +1,30 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode -import React, { useEffect } from "react"; +import React, { useEffect } from "react"; import { inject, observer } from "mobx-react"; import moment from "moment"; diff --git a/packages/client/src/pages/PortalSettings/categories/payments/SaaS/sub-components/ButtonContainer.js b/packages/client/src/pages/PortalSettings/categories/payments/SaaS/sub-components/ButtonContainer.js index db34fdf962..7c17ddb70e 100644 --- a/packages/client/src/pages/PortalSettings/categories/payments/SaaS/sub-components/ButtonContainer.js +++ b/packages/client/src/pages/PortalSettings/categories/payments/SaaS/sub-components/ButtonContainer.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/payments/SaaS/sub-components/CurrentUsersCount.js b/packages/client/src/pages/PortalSettings/categories/payments/SaaS/sub-components/CurrentUsersCount.js index 307dcac7bd..c7f3647e03 100644 --- a/packages/client/src/pages/PortalSettings/categories/payments/SaaS/sub-components/CurrentUsersCount.js +++ b/packages/client/src/pages/PortalSettings/categories/payments/SaaS/sub-components/CurrentUsersCount.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode @@ -85,5 +85,5 @@ export default inject( maxCountManagersByQuota, addedManagersCountTitle, }; - } + }, )(observer(CurrentUsersCountContainer)); diff --git a/packages/client/src/pages/PortalSettings/categories/payments/SaaS/sub-components/DowngradePlanButtonContainer.js b/packages/client/src/pages/PortalSettings/categories/payments/SaaS/sub-components/DowngradePlanButtonContainer.js index fb1b204fde..c38451b699 100644 --- a/packages/client/src/pages/PortalSettings/categories/payments/SaaS/sub-components/DowngradePlanButtonContainer.js +++ b/packages/client/src/pages/PortalSettings/categories/payments/SaaS/sub-components/DowngradePlanButtonContainer.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/payments/SaaS/sub-components/RequestButtonContainer.js b/packages/client/src/pages/PortalSettings/categories/payments/SaaS/sub-components/RequestButtonContainer.js index 1c80a0d439..0264f275e4 100644 --- a/packages/client/src/pages/PortalSettings/categories/payments/SaaS/sub-components/RequestButtonContainer.js +++ b/packages/client/src/pages/PortalSettings/categories/payments/SaaS/sub-components/RequestButtonContainer.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/payments/SaaS/sub-components/SelectTotalSizeContainer.js b/packages/client/src/pages/PortalSettings/categories/payments/SaaS/sub-components/SelectTotalSizeContainer.js index 2b0edeec43..3bbe26747c 100644 --- a/packages/client/src/pages/PortalSettings/categories/payments/SaaS/sub-components/SelectTotalSizeContainer.js +++ b/packages/client/src/pages/PortalSettings/categories/payments/SaaS/sub-components/SelectTotalSizeContainer.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/payments/SaaS/sub-components/SelectUsersCountContainer.js b/packages/client/src/pages/PortalSettings/categories/payments/SaaS/sub-components/SelectUsersCountContainer.js index 34a2cff8e4..667b1e56f9 100644 --- a/packages/client/src/pages/PortalSettings/categories/payments/SaaS/sub-components/SelectUsersCountContainer.js +++ b/packages/client/src/pages/PortalSettings/categories/payments/SaaS/sub-components/SelectUsersCountContainer.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/payments/SaaS/sub-components/TotalTariffContainer.js b/packages/client/src/pages/PortalSettings/categories/payments/SaaS/sub-components/TotalTariffContainer.js index 54f1836e5f..c9d72c1e4f 100644 --- a/packages/client/src/pages/PortalSettings/categories/payments/SaaS/sub-components/TotalTariffContainer.js +++ b/packages/client/src/pages/PortalSettings/categories/payments/SaaS/sub-components/TotalTariffContainer.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/payments/SaaS/sub-components/UpdatePlanButtonContainer.js b/packages/client/src/pages/PortalSettings/categories/payments/SaaS/sub-components/UpdatePlanButtonContainer.js index faa7a01873..4f3ee2b89e 100644 --- a/packages/client/src/pages/PortalSettings/categories/payments/SaaS/sub-components/UpdatePlanButtonContainer.js +++ b/packages/client/src/pages/PortalSettings/categories/payments/SaaS/sub-components/UpdatePlanButtonContainer.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/payments/Standalone/EnterpriseContainer.js b/packages/client/src/pages/PortalSettings/categories/payments/Standalone/EnterpriseContainer.js index c29bcfe2fc..5d05b52fb1 100644 --- a/packages/client/src/pages/PortalSettings/categories/payments/Standalone/EnterpriseContainer.js +++ b/packages/client/src/pages/PortalSettings/categories/payments/Standalone/EnterpriseContainer.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/payments/Standalone/LicenseContainer.js b/packages/client/src/pages/PortalSettings/categories/payments/Standalone/LicenseContainer.js index d0d296887b..125248b617 100644 --- a/packages/client/src/pages/PortalSettings/categories/payments/Standalone/LicenseContainer.js +++ b/packages/client/src/pages/PortalSettings/categories/payments/Standalone/LicenseContainer.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/payments/Standalone/StyledComponent.js b/packages/client/src/pages/PortalSettings/categories/payments/Standalone/StyledComponent.js index 77f13fd018..e17178bf0e 100644 --- a/packages/client/src/pages/PortalSettings/categories/payments/Standalone/StyledComponent.js +++ b/packages/client/src/pages/PortalSettings/categories/payments/Standalone/StyledComponent.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/payments/Standalone/TrialContainer.js b/packages/client/src/pages/PortalSettings/categories/payments/Standalone/TrialContainer.js index db53232315..a10bf6a18f 100644 --- a/packages/client/src/pages/PortalSettings/categories/payments/Standalone/TrialContainer.js +++ b/packages/client/src/pages/PortalSettings/categories/payments/Standalone/TrialContainer.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/payments/Standalone/index.js b/packages/client/src/pages/PortalSettings/categories/payments/Standalone/index.js index cc2b42d5cd..eb81b72179 100644 --- a/packages/client/src/pages/PortalSettings/categories/payments/Standalone/index.js +++ b/packages/client/src/pages/PortalSettings/categories/payments/Standalone/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/payments/Standalone/sub-components/ButtonContainer.js b/packages/client/src/pages/PortalSettings/categories/payments/Standalone/sub-components/ButtonContainer.js index ab31a00d35..3475553d0d 100644 --- a/packages/client/src/pages/PortalSettings/categories/payments/Standalone/sub-components/ButtonContainer.js +++ b/packages/client/src/pages/PortalSettings/categories/payments/Standalone/sub-components/ButtonContainer.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/payments/Standalone/sub-components/TariffTitleContainer.js b/packages/client/src/pages/PortalSettings/categories/payments/Standalone/sub-components/TariffTitleContainer.js index 5c8b90270b..57dc033be2 100644 --- a/packages/client/src/pages/PortalSettings/categories/payments/Standalone/sub-components/TariffTitleContainer.js +++ b/packages/client/src/pages/PortalSettings/categories/payments/Standalone/sub-components/TariffTitleContainer.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/payments/index.js b/packages/client/src/pages/PortalSettings/categories/payments/index.js index 235229088d..9a5ac65ca0 100644 --- a/packages/client/src/pages/PortalSettings/categories/payments/index.js +++ b/packages/client/src/pages/PortalSettings/categories/payments/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/security/StyledSecurity.js b/packages/client/src/pages/PortalSettings/categories/security/StyledSecurity.js index 25e7c415a3..55dd5cf401 100644 --- a/packages/client/src/pages/PortalSettings/categories/security/StyledSecurity.js +++ b/packages/client/src/pages/PortalSettings/categories/security/StyledSecurity.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/security/access-portal/adminMessage.js b/packages/client/src/pages/PortalSettings/categories/security/access-portal/adminMessage.js index 4abce86aa8..1ae3f20876 100644 --- a/packages/client/src/pages/PortalSettings/categories/security/access-portal/adminMessage.js +++ b/packages/client/src/pages/PortalSettings/categories/security/access-portal/adminMessage.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode @@ -74,7 +74,7 @@ const AdminMessage = (props) => { const getSettings = () => { const currentSettings = getFromSessionStorage( - "currentAdminMessageSettings" + "currentAdminMessageSettings", ); const enable = enableAdmMess ? "enable" : "disabled"; @@ -107,7 +107,7 @@ const AdminMessage = (props) => { if (!isLoading) return; const defaultSettings = getFromSessionStorage( - "defaultAdminMessageSettings" + "defaultAdminMessageSettings", ); saveToSessionStorage("currentAdminMessageSettings", type); @@ -140,7 +140,7 @@ const AdminMessage = (props) => { const onCancelClick = () => { const defaultSettings = getFromSessionStorage( - "defaultAdminMessageSettings" + "defaultAdminMessageSettings", ); setType(defaultSettings); setShowReminder(false); diff --git a/packages/client/src/pages/PortalSettings/categories/security/access-portal/bruteForceProtection.js b/packages/client/src/pages/PortalSettings/categories/security/access-portal/bruteForceProtection.js index 59f7c5b27e..50a3b3519f 100644 --- a/packages/client/src/pages/PortalSettings/categories/security/access-portal/bruteForceProtection.js +++ b/packages/client/src/pages/PortalSettings/categories/security/access-portal/bruteForceProtection.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode @@ -111,7 +111,7 @@ const BruteForceProtection = (props) => { if (!isGetSettingsLoaded) return; const defaultSettings = getFromSessionStorage( - "defaultBruteForceProtection" + "defaultBruteForceProtection", ); const checkNullNumberAttempt = !+currentNumberAttempt; @@ -153,7 +153,7 @@ const BruteForceProtection = (props) => { const getSettings = () => { const currentSettings = getFromSessionStorage( - "currentBruteForceProtection" + "currentBruteForceProtection", ); const defaultData = { @@ -225,7 +225,7 @@ const BruteForceProtection = (props) => { .setBruteForceProtection( numberCurrentNumberAttempt, numberCurrentBlockingTime, - numberCurrentCheckPeriod + numberCurrentCheckPeriod, ) .then(() => { saveToSessionStorage("defaultBruteForceProtection", { @@ -246,7 +246,7 @@ const BruteForceProtection = (props) => { const onCancelClick = () => { const defaultSettings = getFromSessionStorage( - "defaultBruteForceProtection" + "defaultBruteForceProtection", ); setCurrentNumberAttempt(defaultSettings.numberAttempt); setCurrentBlockingTime(defaultSettings.blockingTime); diff --git a/packages/client/src/pages/PortalSettings/categories/security/access-portal/index.js b/packages/client/src/pages/PortalSettings/categories/security/access-portal/index.js index 152f1db570..6b6df97134 100644 --- a/packages/client/src/pages/PortalSettings/categories/security/access-portal/index.js +++ b/packages/client/src/pages/PortalSettings/categories/security/access-portal/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/security/access-portal/ipSecurity.js b/packages/client/src/pages/PortalSettings/categories/security/access-portal/ipSecurity.js index 8a9a69c8a3..6a5d1eee48 100644 --- a/packages/client/src/pages/PortalSettings/categories/security/access-portal/ipSecurity.js +++ b/packages/client/src/pages/PortalSettings/categories/security/access-portal/ipSecurity.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/security/access-portal/mobileView.js b/packages/client/src/pages/PortalSettings/categories/security/access-portal/mobileView.js index fc30df1bf2..5e24026046 100644 --- a/packages/client/src/pages/PortalSettings/categories/security/access-portal/mobileView.js +++ b/packages/client/src/pages/PortalSettings/categories/security/access-portal/mobileView.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/security/access-portal/passwordStrength.js b/packages/client/src/pages/PortalSettings/categories/security/access-portal/passwordStrength.js index d4755d7c12..9ca029e048 100644 --- a/packages/client/src/pages/PortalSettings/categories/security/access-portal/passwordStrength.js +++ b/packages/client/src/pages/PortalSettings/categories/security/access-portal/passwordStrength.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode @@ -192,7 +192,7 @@ const PasswordStrength = (props) => { passwordLen, useUpperCase, useDigits, - useSpecialSymbols + useSpecialSymbols, ); setShowReminder(false); saveToSessionStorage("currentPasswordSettings", data); diff --git a/packages/client/src/pages/PortalSettings/categories/security/access-portal/sessionLifetime.js b/packages/client/src/pages/PortalSettings/categories/security/access-portal/sessionLifetime.js index 1cbe9d551a..f5164bb3b0 100644 --- a/packages/client/src/pages/PortalSettings/categories/security/access-portal/sessionLifetime.js +++ b/packages/client/src/pages/PortalSettings/categories/security/access-portal/sessionLifetime.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode @@ -85,7 +85,7 @@ const SessionLifetime = (props) => { const getSettings = () => { const currentSettings = getFromSessionStorage( - "currentSessionLifetimeSettings" + "currentSessionLifetimeSettings", ); const defaultData = { @@ -131,7 +131,7 @@ const SessionLifetime = (props) => { if (!isLoading) return; const defaultSettings = getFromSessionStorage( - "defaultSessionLifetimeSettings" + "defaultSessionLifetimeSettings", ); const newSettings = { lifetime: sessionLifetime?.toString(), @@ -206,7 +206,7 @@ const SessionLifetime = (props) => { const onCancelClick = () => { const defaultSettings = getFromSessionStorage( - "defaultSessionLifetimeSettings" + "defaultSessionLifetimeSettings", ); setType(defaultSettings.type); setSessionLifetime(defaultSettings.lifetime); diff --git a/packages/client/src/pages/PortalSettings/categories/security/access-portal/tfa.js b/packages/client/src/pages/PortalSettings/categories/security/access-portal/tfa.js index 225c541c07..d06626bf26 100644 --- a/packages/client/src/pages/PortalSettings/categories/security/access-portal/tfa.js +++ b/packages/client/src/pages/PortalSettings/categories/security/access-portal/tfa.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/security/access-portal/trustedMail.js b/packages/client/src/pages/PortalSettings/categories/security/access-portal/trustedMail.js index 811bcf45ba..d5f0581d60 100644 --- a/packages/client/src/pages/PortalSettings/categories/security/access-portal/trustedMail.js +++ b/packages/client/src/pages/PortalSettings/categories/security/access-portal/trustedMail.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/security/audit-trail/RowView/AuditContent.js b/packages/client/src/pages/PortalSettings/categories/security/audit-trail/RowView/AuditContent.js index f618547445..8b356d96d7 100644 --- a/packages/client/src/pages/PortalSettings/categories/security/audit-trail/RowView/AuditContent.js +++ b/packages/client/src/pages/PortalSettings/categories/security/audit-trail/RowView/AuditContent.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/security/audit-trail/RowView/AuditRowContainer.js b/packages/client/src/pages/PortalSettings/categories/security/audit-trail/RowView/AuditRowContainer.js index 44dd6210d3..5a19a63d7b 100644 --- a/packages/client/src/pages/PortalSettings/categories/security/audit-trail/RowView/AuditRowContainer.js +++ b/packages/client/src/pages/PortalSettings/categories/security/audit-trail/RowView/AuditRowContainer.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/security/audit-trail/RowView/AuditUserRow.js b/packages/client/src/pages/PortalSettings/categories/security/audit-trail/RowView/AuditUserRow.js index 71cd94bec6..a1a5d329f6 100644 --- a/packages/client/src/pages/PortalSettings/categories/security/audit-trail/RowView/AuditUserRow.js +++ b/packages/client/src/pages/PortalSettings/categories/security/audit-trail/RowView/AuditUserRow.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/security/audit-trail/TableView/TableContainer.js b/packages/client/src/pages/PortalSettings/categories/security/audit-trail/TableView/TableContainer.js index 6b872b2c0d..c2a7adcc62 100644 --- a/packages/client/src/pages/PortalSettings/categories/security/audit-trail/TableView/TableContainer.js +++ b/packages/client/src/pages/PortalSettings/categories/security/audit-trail/TableView/TableContainer.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/security/audit-trail/TableView/TableHeader.js b/packages/client/src/pages/PortalSettings/categories/security/audit-trail/TableView/TableHeader.js index 575073cff2..9036c14943 100644 --- a/packages/client/src/pages/PortalSettings/categories/security/audit-trail/TableView/TableHeader.js +++ b/packages/client/src/pages/PortalSettings/categories/security/audit-trail/TableView/TableHeader.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode @@ -81,7 +81,7 @@ class AuditTableHeader extends React.Component { getColumns = (defaultColumns) => { const storageColumns = localStorage.getItem( - `${TABLE_COLUMNS}=${this.props.userId}` + `${TABLE_COLUMNS}=${this.props.userId}`, ); const columns = []; @@ -151,6 +151,6 @@ export default inject(({ userStore }) => { }; })( withTranslation(["Home", "Common", "Translations"])( - observer(AuditTableHeader) - ) + observer(AuditTableHeader), + ), ); diff --git a/packages/client/src/pages/PortalSettings/categories/security/audit-trail/TableView/TableRow.js b/packages/client/src/pages/PortalSettings/categories/security/audit-trail/TableView/TableRow.js index 89f6f9807e..26dc4967c3 100644 --- a/packages/client/src/pages/PortalSettings/categories/security/audit-trail/TableView/TableRow.js +++ b/packages/client/src/pages/PortalSettings/categories/security/audit-trail/TableView/TableRow.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/security/audit-trail/TableView/TableView.js b/packages/client/src/pages/PortalSettings/categories/security/audit-trail/TableView/TableView.js index 162a728a14..c5a6767818 100644 --- a/packages/client/src/pages/PortalSettings/categories/security/audit-trail/TableView/TableView.js +++ b/packages/client/src/pages/PortalSettings/categories/security/audit-trail/TableView/TableView.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/security/audit-trail/index.js b/packages/client/src/pages/PortalSettings/categories/security/audit-trail/index.js index dbee3bf69d..f5fbec7027 100644 --- a/packages/client/src/pages/PortalSettings/categories/security/audit-trail/index.js +++ b/packages/client/src/pages/PortalSettings/categories/security/audit-trail/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/security/index.js b/packages/client/src/pages/PortalSettings/categories/security/index.js index 67e21b5b2e..8af5f06bc9 100644 --- a/packages/client/src/pages/PortalSettings/categories/security/index.js +++ b/packages/client/src/pages/PortalSettings/categories/security/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode @@ -90,8 +90,8 @@ const SecurityWrapper = (props) => { combineUrl( window.DocSpaceConfig?.proxy?.url, config.homepage, - `/portal-settings/security/${e.id}` - ) + `/portal-settings/security/${e.id}`, + ), ); }; diff --git a/packages/client/src/pages/PortalSettings/categories/security/login-history/RowView/HistoryContent.js b/packages/client/src/pages/PortalSettings/categories/security/login-history/RowView/HistoryContent.js index 9c340b77cc..c08e140556 100644 --- a/packages/client/src/pages/PortalSettings/categories/security/login-history/RowView/HistoryContent.js +++ b/packages/client/src/pages/PortalSettings/categories/security/login-history/RowView/HistoryContent.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/security/login-history/RowView/HistoryRowContainer.js b/packages/client/src/pages/PortalSettings/categories/security/login-history/RowView/HistoryRowContainer.js index 2b6828e2be..7d08191175 100644 --- a/packages/client/src/pages/PortalSettings/categories/security/login-history/RowView/HistoryRowContainer.js +++ b/packages/client/src/pages/PortalSettings/categories/security/login-history/RowView/HistoryRowContainer.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/security/login-history/RowView/HistoryUserRow.js b/packages/client/src/pages/PortalSettings/categories/security/login-history/RowView/HistoryUserRow.js index 0d9f4a758d..fbd2569987 100644 --- a/packages/client/src/pages/PortalSettings/categories/security/login-history/RowView/HistoryUserRow.js +++ b/packages/client/src/pages/PortalSettings/categories/security/login-history/RowView/HistoryUserRow.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/security/login-history/TableView/TableContainer.js b/packages/client/src/pages/PortalSettings/categories/security/login-history/TableView/TableContainer.js index dd666d9d77..f9236bafc6 100644 --- a/packages/client/src/pages/PortalSettings/categories/security/login-history/TableView/TableContainer.js +++ b/packages/client/src/pages/PortalSettings/categories/security/login-history/TableView/TableContainer.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/security/login-history/TableView/TableHeader.js b/packages/client/src/pages/PortalSettings/categories/security/login-history/TableView/TableHeader.js index fbd6082cb5..1601d4a556 100644 --- a/packages/client/src/pages/PortalSettings/categories/security/login-history/TableView/TableHeader.js +++ b/packages/client/src/pages/PortalSettings/categories/security/login-history/TableView/TableHeader.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode @@ -73,7 +73,7 @@ class PeopleTableHeader extends React.Component { getColumns = (defaultColumns) => { const storageColumns = localStorage.getItem( - `${TABLE_COLUMNS}=${this.props.userId}` + `${TABLE_COLUMNS}=${this.props.userId}`, ); const columns = []; @@ -143,6 +143,6 @@ export default inject(({ userStore }) => { }; })( withTranslation(["Home", "Common", "Translations"])( - observer(PeopleTableHeader) - ) + observer(PeopleTableHeader), + ), ); diff --git a/packages/client/src/pages/PortalSettings/categories/security/login-history/TableView/TableRow.js b/packages/client/src/pages/PortalSettings/categories/security/login-history/TableView/TableRow.js index 934e432f79..4d1e2b1edc 100644 --- a/packages/client/src/pages/PortalSettings/categories/security/login-history/TableView/TableRow.js +++ b/packages/client/src/pages/PortalSettings/categories/security/login-history/TableView/TableRow.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/security/login-history/TableView/TableView.js b/packages/client/src/pages/PortalSettings/categories/security/login-history/TableView/TableView.js index 723271870f..8b4c22f574 100644 --- a/packages/client/src/pages/PortalSettings/categories/security/login-history/TableView/TableView.js +++ b/packages/client/src/pages/PortalSettings/categories/security/login-history/TableView/TableView.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/security/login-history/index.js b/packages/client/src/pages/PortalSettings/categories/security/login-history/index.js index bff96b631f..f603458b72 100644 --- a/packages/client/src/pages/PortalSettings/categories/security/login-history/index.js +++ b/packages/client/src/pages/PortalSettings/categories/security/login-history/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/security/sub-components/HistoryMainContent.js b/packages/client/src/pages/PortalSettings/categories/security/sub-components/HistoryMainContent.js index 94f3bf98a1..847e9e61a8 100644 --- a/packages/client/src/pages/PortalSettings/categories/security/sub-components/HistoryMainContent.js +++ b/packages/client/src/pages/PortalSettings/categories/security/sub-components/HistoryMainContent.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/security/sub-components/loaders/access-loader.js b/packages/client/src/pages/PortalSettings/categories/security/sub-components/loaders/access-loader.js index 2757f230a9..863095aee5 100644 --- a/packages/client/src/pages/PortalSettings/categories/security/sub-components/loaders/access-loader.js +++ b/packages/client/src/pages/PortalSettings/categories/security/sub-components/loaders/access-loader.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/security/sub-components/loaders/admmsg-loader.js b/packages/client/src/pages/PortalSettings/categories/security/sub-components/loaders/admmsg-loader.js index 3ea9f518f9..46a8ec793e 100644 --- a/packages/client/src/pages/PortalSettings/categories/security/sub-components/loaders/admmsg-loader.js +++ b/packages/client/src/pages/PortalSettings/categories/security/sub-components/loaders/admmsg-loader.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/security/sub-components/loaders/brute-force-protection-loader.js b/packages/client/src/pages/PortalSettings/categories/security/sub-components/loaders/brute-force-protection-loader.js index 8a4ec30478..29d2e3ed65 100644 --- a/packages/client/src/pages/PortalSettings/categories/security/sub-components/loaders/brute-force-protection-loader.js +++ b/packages/client/src/pages/PortalSettings/categories/security/sub-components/loaders/brute-force-protection-loader.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/security/sub-components/loaders/ip-security-loader.js b/packages/client/src/pages/PortalSettings/categories/security/sub-components/loaders/ip-security-loader.js index 5aea8a58a4..8d7c9208e7 100644 --- a/packages/client/src/pages/PortalSettings/categories/security/sub-components/loaders/ip-security-loader.js +++ b/packages/client/src/pages/PortalSettings/categories/security/sub-components/loaders/ip-security-loader.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/security/sub-components/loaders/mobile-security-loader.js b/packages/client/src/pages/PortalSettings/categories/security/sub-components/loaders/mobile-security-loader.js index 34ee8564dd..a3fd3ecf77 100644 --- a/packages/client/src/pages/PortalSettings/categories/security/sub-components/loaders/mobile-security-loader.js +++ b/packages/client/src/pages/PortalSettings/categories/security/sub-components/loaders/mobile-security-loader.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/security/sub-components/loaders/password-loader.js b/packages/client/src/pages/PortalSettings/categories/security/sub-components/loaders/password-loader.js index 4d42647ecf..4e56fc65d8 100644 --- a/packages/client/src/pages/PortalSettings/categories/security/sub-components/loaders/password-loader.js +++ b/packages/client/src/pages/PortalSettings/categories/security/sub-components/loaders/password-loader.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/security/sub-components/loaders/security-loader.js b/packages/client/src/pages/PortalSettings/categories/security/sub-components/loaders/security-loader.js index ff34e5a5d9..16d9ba3aa6 100644 --- a/packages/client/src/pages/PortalSettings/categories/security/sub-components/loaders/security-loader.js +++ b/packages/client/src/pages/PortalSettings/categories/security/sub-components/loaders/security-loader.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/security/sub-components/loaders/session-lifetime-loader.js b/packages/client/src/pages/PortalSettings/categories/security/sub-components/loaders/session-lifetime-loader.js index e81c5d5bb8..f010094add 100644 --- a/packages/client/src/pages/PortalSettings/categories/security/sub-components/loaders/session-lifetime-loader.js +++ b/packages/client/src/pages/PortalSettings/categories/security/sub-components/loaders/session-lifetime-loader.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/security/sub-components/loaders/tfa-loader.js b/packages/client/src/pages/PortalSettings/categories/security/sub-components/loaders/tfa-loader.js index c7e99e8ac9..4177dbaca6 100644 --- a/packages/client/src/pages/PortalSettings/categories/security/sub-components/loaders/tfa-loader.js +++ b/packages/client/src/pages/PortalSettings/categories/security/sub-components/loaders/tfa-loader.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/security/sub-components/loaders/trusted-mail-loader.js b/packages/client/src/pages/PortalSettings/categories/security/sub-components/loaders/trusted-mail-loader.js index 68c711cb20..18c552afdf 100644 --- a/packages/client/src/pages/PortalSettings/categories/security/sub-components/loaders/trusted-mail-loader.js +++ b/packages/client/src/pages/PortalSettings/categories/security/sub-components/loaders/trusted-mail-loader.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/security/sub-components/modules.js b/packages/client/src/pages/PortalSettings/categories/security/sub-components/modules.js index 713dabeb4f..5fd5fd284c 100644 --- a/packages/client/src/pages/PortalSettings/categories/security/sub-components/modules.js +++ b/packages/client/src/pages/PortalSettings/categories/security/sub-components/modules.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/security/sub-components/user-fields.js b/packages/client/src/pages/PortalSettings/categories/security/sub-components/user-fields.js index 74fc422af5..b6cf30885a 100644 --- a/packages/client/src/pages/PortalSettings/categories/security/sub-components/user-fields.js +++ b/packages/client/src/pages/PortalSettings/categories/security/sub-components/user-fields.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/storage-management/MainInfo.js b/packages/client/src/pages/PortalSettings/categories/storage-management/MainInfo.js index ee0ae2b648..9dd08db3f6 100644 --- a/packages/client/src/pages/PortalSettings/categories/storage-management/MainInfo.js +++ b/packages/client/src/pages/PortalSettings/categories/storage-management/MainInfo.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/storage-management/Quotas.js b/packages/client/src/pages/PortalSettings/categories/storage-management/Quotas.js index d02586d0c3..d7ee2a50fc 100644 --- a/packages/client/src/pages/PortalSettings/categories/storage-management/Quotas.js +++ b/packages/client/src/pages/PortalSettings/categories/storage-management/Quotas.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/storage-management/Statistics.js b/packages/client/src/pages/PortalSettings/categories/storage-management/Statistics.js index d43acbfaaa..b2a5ed8f02 100644 --- a/packages/client/src/pages/PortalSettings/categories/storage-management/Statistics.js +++ b/packages/client/src/pages/PortalSettings/categories/storage-management/Statistics.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode @@ -54,21 +54,21 @@ const StatisticsComponent = (props) => { className, title, color, - logo + logo, ) => ( -
- -
- ); +
+ +
+ ); const quotaElement = (item, type) => ( ); diff --git a/packages/client/src/pages/PortalSettings/categories/storage-management/StorageSpaceUsed.js b/packages/client/src/pages/PortalSettings/categories/storage-management/StorageSpaceUsed.js index 849f92ccdb..57a95f9032 100644 --- a/packages/client/src/pages/PortalSettings/categories/storage-management/StorageSpaceUsed.js +++ b/packages/client/src/pages/PortalSettings/categories/storage-management/StorageSpaceUsed.js @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/client/src/pages/PortalSettings/categories/storage-management/StyledComponent.js b/packages/client/src/pages/PortalSettings/categories/storage-management/StyledComponent.js index 7953ed3194..67c8c2a361 100644 --- a/packages/client/src/pages/PortalSettings/categories/storage-management/StyledComponent.js +++ b/packages/client/src/pages/PortalSettings/categories/storage-management/StyledComponent.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/storage-management/index.js b/packages/client/src/pages/PortalSettings/categories/storage-management/index.js index 81e9c96a7f..14d249efa4 100644 --- a/packages/client/src/pages/PortalSettings/categories/storage-management/index.js +++ b/packages/client/src/pages/PortalSettings/categories/storage-management/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/storage-management/sub-components/Diagram.js b/packages/client/src/pages/PortalSettings/categories/storage-management/sub-components/Diagram.js index c6a0d31a40..294229bb9d 100644 --- a/packages/client/src/pages/PortalSettings/categories/storage-management/sub-components/Diagram.js +++ b/packages/client/src/pages/PortalSettings/categories/storage-management/sub-components/Diagram.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/storage-management/sub-components/MobileQuotas.js b/packages/client/src/pages/PortalSettings/categories/storage-management/sub-components/MobileQuotas.js index 9b52133682..9dea78f541 100644 --- a/packages/client/src/pages/PortalSettings/categories/storage-management/sub-components/MobileQuotas.js +++ b/packages/client/src/pages/PortalSettings/categories/storage-management/sub-components/MobileQuotas.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/storage-management/sub-components/QuotaPerItem.js b/packages/client/src/pages/PortalSettings/categories/storage-management/sub-components/QuotaPerItem.js index f0f6ca6d81..78e24d9df8 100644 --- a/packages/client/src/pages/PortalSettings/categories/storage-management/sub-components/QuotaPerItem.js +++ b/packages/client/src/pages/PortalSettings/categories/storage-management/sub-components/QuotaPerItem.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/storage-management/sub-components/QuotaPerRoom.js b/packages/client/src/pages/PortalSettings/categories/storage-management/sub-components/QuotaPerRoom.js index 9fd5228b4e..14111847db 100644 --- a/packages/client/src/pages/PortalSettings/categories/storage-management/sub-components/QuotaPerRoom.js +++ b/packages/client/src/pages/PortalSettings/categories/storage-management/sub-components/QuotaPerRoom.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/storage-management/sub-components/QuotaPerUser.js b/packages/client/src/pages/PortalSettings/categories/storage-management/sub-components/QuotaPerUser.js index 6dbb0085fb..3fc17e6f0f 100644 --- a/packages/client/src/pages/PortalSettings/categories/storage-management/sub-components/QuotaPerUser.js +++ b/packages/client/src/pages/PortalSettings/categories/storage-management/sub-components/QuotaPerUser.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/storage-management/sub-components/RecalculateButton.js b/packages/client/src/pages/PortalSettings/categories/storage-management/sub-components/RecalculateButton.js index 1775f4a0a8..4c0dd0eed8 100644 --- a/packages/client/src/pages/PortalSettings/categories/storage-management/sub-components/RecalculateButton.js +++ b/packages/client/src/pages/PortalSettings/categories/storage-management/sub-components/RecalculateButton.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/categories/storage-management/sub-components/RoomsList.js b/packages/client/src/pages/PortalSettings/categories/storage-management/sub-components/RoomsList.js index 90126b3708..cc6946cea0 100644 --- a/packages/client/src/pages/PortalSettings/categories/storage-management/sub-components/RoomsList.js +++ b/packages/client/src/pages/PortalSettings/categories/storage-management/sub-components/RoomsList.js @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms @@ -35,7 +35,6 @@ import RoomsFilter from "@docspace/shared/api/rooms/filter"; import { StyledStatistics, StyledSimpleFilesRow } from "../StyledComponent"; - const RoomsListComponent = (props) => { const { rooms, diff --git a/packages/client/src/pages/PortalSettings/categories/storage-management/sub-components/UsersList.js b/packages/client/src/pages/PortalSettings/categories/storage-management/sub-components/UsersList.js index e658decf80..293119445e 100644 --- a/packages/client/src/pages/PortalSettings/categories/storage-management/sub-components/UsersList.js +++ b/packages/client/src/pages/PortalSettings/categories/storage-management/sub-components/UsersList.js @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms @@ -34,7 +34,6 @@ import Filter from "@docspace/shared/api/people/filter"; import { StyledStatistics, StyledSimpleFilesRow } from "../StyledComponent"; - const StatisticsComponent = (props) => { const { accounts, diff --git a/packages/client/src/pages/PortalSettings/components/MobileCategoryWrapper.js b/packages/client/src/pages/PortalSettings/components/MobileCategoryWrapper.js index 1306085e71..cb4fb22e5e 100644 --- a/packages/client/src/pages/PortalSettings/components/MobileCategoryWrapper.js +++ b/packages/client/src/pages/PortalSettings/components/MobileCategoryWrapper.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/components/styles.js b/packages/client/src/pages/PortalSettings/components/styles.js index 8a607f64de..50450fff3f 100644 --- a/packages/client/src/pages/PortalSettings/components/styles.js +++ b/packages/client/src/pages/PortalSettings/components/styles.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/index.js b/packages/client/src/pages/PortalSettings/index.js index a921450697..7e634e3022 100644 --- a/packages/client/src/pages/PortalSettings/index.js +++ b/packages/client/src/pages/PortalSettings/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/utils/checkForRoot.js b/packages/client/src/pages/PortalSettings/utils/checkForRoot.js index 6afbbc7574..5cbfe3a709 100644 --- a/packages/client/src/pages/PortalSettings/utils/checkForRoot.js +++ b/packages/client/src/pages/PortalSettings/utils/checkForRoot.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/utils/checkPropertyByLink.js b/packages/client/src/pages/PortalSettings/utils/checkPropertyByLink.js index c39cd06346..8dcb2db9db 100644 --- a/packages/client/src/pages/PortalSettings/utils/checkPropertyByLink.js +++ b/packages/client/src/pages/PortalSettings/utils/checkPropertyByLink.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/utils/commonSettingsStyles.js b/packages/client/src/pages/PortalSettings/utils/commonSettingsStyles.js index ab7601100f..7c03a60048 100644 --- a/packages/client/src/pages/PortalSettings/utils/commonSettingsStyles.js +++ b/packages/client/src/pages/PortalSettings/utils/commonSettingsStyles.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/utils/getCurrentSettingsCategory.js b/packages/client/src/pages/PortalSettings/utils/getCurrentSettingsCategory.js index 7c18a95226..6a07890082 100644 --- a/packages/client/src/pages/PortalSettings/utils/getCurrentSettingsCategory.js +++ b/packages/client/src/pages/PortalSettings/utils/getCurrentSettingsCategory.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode @@ -48,7 +48,7 @@ export const getCurrentSettingsCategory = (arrayOfParams, settingsTree) => { categoryIndex = getSettingsIndex( settingsTree, currentParam, - groupIndex + groupIndex, ); key = (categoryIndex || categoryIndex === 0) && diff --git a/packages/client/src/pages/PortalSettings/utils/getFromLocalStorage.js b/packages/client/src/pages/PortalSettings/utils/getFromLocalStorage.js index b79a1cb409..9f4512c4e4 100644 --- a/packages/client/src/pages/PortalSettings/utils/getFromLocalStorage.js +++ b/packages/client/src/pages/PortalSettings/utils/getFromLocalStorage.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/utils/getFromSessionStorage.js b/packages/client/src/pages/PortalSettings/utils/getFromSessionStorage.js index c08ee3a74f..14945ef071 100644 --- a/packages/client/src/pages/PortalSettings/utils/getFromSessionStorage.js +++ b/packages/client/src/pages/PortalSettings/utils/getFromSessionStorage.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/utils/getKeyByLink.js b/packages/client/src/pages/PortalSettings/utils/getKeyByLink.js index c7f6ee7044..1ac0eaf642 100644 --- a/packages/client/src/pages/PortalSettings/utils/getKeyByLink.js +++ b/packages/client/src/pages/PortalSettings/utils/getKeyByLink.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/utils/getSelectedLinkByKey.js b/packages/client/src/pages/PortalSettings/utils/getSelectedLinkByKey.js index ba627601c6..7209b60de6 100644 --- a/packages/client/src/pages/PortalSettings/utils/getSelectedLinkByKey.js +++ b/packages/client/src/pages/PortalSettings/utils/getSelectedLinkByKey.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/utils/getSettingsIndex.js b/packages/client/src/pages/PortalSettings/utils/getSettingsIndex.js index f17218db41..58d14d75e5 100644 --- a/packages/client/src/pages/PortalSettings/utils/getSettingsIndex.js +++ b/packages/client/src/pages/PortalSettings/utils/getSettingsIndex.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/utils/getStepDescription.js b/packages/client/src/pages/PortalSettings/utils/getStepDescription.js index 791435f204..b139c178f8 100644 --- a/packages/client/src/pages/PortalSettings/utils/getStepDescription.js +++ b/packages/client/src/pages/PortalSettings/utils/getStepDescription.js @@ -1,30 +1,35 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode -export const getGoogleStepDescription = (t, stepIndex, renderTooltip, Trans) => { +export const getGoogleStepDescription = ( + t, + stepIndex, + renderTooltip, + Trans, +) => { switch (stepIndex) { case 1: return t("Settings:SelectFileDescriptionGoogle"); @@ -34,9 +39,10 @@ export const getGoogleStepDescription = (t, stepIndex, renderTooltip, Trans) => return ( <> - Select DocSpace roles for the imported users: DocSpace admin, Room admin - or Power user. By default, Power user role is selected for each user. You can - manage the roles after the import. + Select DocSpace roles for the imported users: DocSpace admin,{" "} + Room admin + or Power user. By default, Power user role is selected for + each user. You can manage the roles after the import. {renderTooltip} @@ -52,7 +58,12 @@ export const getGoogleStepDescription = (t, stepIndex, renderTooltip, Trans) => } }; -export const getWorkspaceStepDescription = (t, stepIndex, renderTooltip, Trans) => { +export const getWorkspaceStepDescription = ( + t, + stepIndex, + renderTooltip, + Trans, +) => { switch (stepIndex) { case 1: return t("Settings:SelectFileDescriptionWorkspace"); @@ -62,9 +73,10 @@ export const getWorkspaceStepDescription = (t, stepIndex, renderTooltip, Trans) return ( <> - Select DocSpace roles for the imported users: DocSpace admin, Room admin - or Power user. By default, Power user role is selected for each user. You can - manage the roles after the import. + Select DocSpace roles for the imported users: DocSpace admin,{" "} + Room admin + or Power user. By default, Power user role is selected for + each user. You can manage the roles after the import. {renderTooltip} diff --git a/packages/client/src/pages/PortalSettings/utils/getStepTitle.js b/packages/client/src/pages/PortalSettings/utils/getStepTitle.js index c80954d83e..870485c7ee 100644 --- a/packages/client/src/pages/PortalSettings/utils/getStepTitle.js +++ b/packages/client/src/pages/PortalSettings/utils/getStepTitle.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/utils/getTKeyByKey.js b/packages/client/src/pages/PortalSettings/utils/getTKeyByKey.js index fb7bf53820..f2cf983b98 100644 --- a/packages/client/src/pages/PortalSettings/utils/getTKeyByKey.js +++ b/packages/client/src/pages/PortalSettings/utils/getTKeyByKey.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/utils/index.js b/packages/client/src/pages/PortalSettings/utils/index.js index b0b4f17968..e6e246836b 100644 --- a/packages/client/src/pages/PortalSettings/utils/index.js +++ b/packages/client/src/pages/PortalSettings/utils/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/utils/isArrayEqual.js b/packages/client/src/pages/PortalSettings/utils/isArrayEqual.js index 694e99f976..0948a81cad 100644 --- a/packages/client/src/pages/PortalSettings/utils/isArrayEqual.js +++ b/packages/client/src/pages/PortalSettings/utils/isArrayEqual.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/utils/removeLocalStorage.js b/packages/client/src/pages/PortalSettings/utils/removeLocalStorage.js index b98c7cf221..400b313e92 100644 --- a/packages/client/src/pages/PortalSettings/utils/removeLocalStorage.js +++ b/packages/client/src/pages/PortalSettings/utils/removeLocalStorage.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/utils/resetSessionStorage.js b/packages/client/src/pages/PortalSettings/utils/resetSessionStorage.js index 7483f7509e..4b0408978c 100644 --- a/packages/client/src/pages/PortalSettings/utils/resetSessionStorage.js +++ b/packages/client/src/pages/PortalSettings/utils/resetSessionStorage.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode @@ -34,7 +34,7 @@ export const resetSessionStorage = () => { const greetingTitleFromSessionStorage = getFromSessionStorage("greetingTitle"); const greetingTitleDefaultFromSessionStorage = getFromSessionStorage( - "greetingTitleDefault" + "greetingTitleDefault", ); const languageFromSessionStorage = getFromSessionStorage("language"); const languageDefaultFromSessionStorage = @@ -49,53 +49,53 @@ export const resetSessionStorage = () => { const defaultColorAccent = getFromSessionStorage("defaultColorAccent"); const currentPasswordSettings = getFromSessionStorage( - "currentPasswordSettings" + "currentPasswordSettings", ); const defaultPasswordSettings = getFromSessionStorage( - "defaultPasswordSettings" + "defaultPasswordSettings", ); const currentTfaSettings = getFromSessionStorage("currentTfaSettings"); const defaultTfaSettings = getFromSessionStorage("defaultTfaSettings"); const currentTrustedMailSettings = getFromSessionStorage( - "currentTrustedMailSettings" + "currentTrustedMailSettings", ); const defaultTrustedMailSettings = getFromSessionStorage( - "defaultTrustedMailSettings" + "defaultTrustedMailSettings", ); const currentIPSettings = getFromSessionStorage("currentIPSettings"); const defaultIPSettings = getFromSessionStorage("defaultIPSettings"); const currentBruteForceProtection = getFromSessionStorage( - "currentBruteForceProtection" + "currentBruteForceProtection", ); const defaultBruteForceProtection = getFromSessionStorage( - "defaultBruteForceProtection" + "defaultBruteForceProtection", ); const currentAdminMessageSettings = getFromSessionStorage( - "currentAdminMessageSettings" + "currentAdminMessageSettings", ); const defaultAdminMessageSettings = getFromSessionStorage( - "defaultAdminMessageSettings" + "defaultAdminMessageSettings", ); const currentSessionLifetimeSettings = getFromSessionStorage( - "currentSessionLifetimeSettings" + "currentSessionLifetimeSettings", ); const defaultSessionLifetimeSettings = getFromSessionStorage( - "defaultSessionLifetimeSettings" + "defaultSessionLifetimeSettings", ); const storagePeriodSettings = getFromSessionStorage("storagePeriod"); const defaultStoragePeriodSettings = getFromSessionStorage( - "defaultStoragePeriod" + "defaultStoragePeriod", ); const companyNameFromSessionStorage = getFromSessionStorage("companyName"); const companySettingsFromSessionStorage = getFromSessionStorage("companySettings"); const defaultCompanySettingsFromSessionStorage = getFromSessionStorage( - "defaultCompanySettings" + "defaultCompanySettings", ); const additionalSettings = getFromSessionStorage("additionalSettings"); const defaultAdditionalSettings = getFromSessionStorage( - "defaultAdditionalSettings" + "defaultAdditionalSettings", ); if (portalNameFromSessionStorage !== portalNameDefaultFromSessionStorage) { @@ -122,7 +122,7 @@ export const resetSessionStorage = () => { if (currentTrustedMailSettings !== defaultTrustedMailSettings) { saveToSessionStorage( "currentTrustedMailSettings", - defaultTrustedMailSettings + defaultTrustedMailSettings, ); } if (currentIPSettings !== defaultIPSettings) { @@ -131,19 +131,19 @@ export const resetSessionStorage = () => { if (currentBruteForceProtection !== defaultBruteForceProtection) { saveToSessionStorage( "currentBruteForceProtection", - defaultBruteForceProtection + defaultBruteForceProtection, ); } if (currentAdminMessageSettings !== defaultAdminMessageSettings) { saveToSessionStorage( "currentAdminMessageSettings", - defaultAdminMessageSettings + defaultAdminMessageSettings, ); } if (currentSessionLifetimeSettings !== defaultSessionLifetimeSettings) { saveToSessionStorage( "currentSessionLifetimeSettings", - defaultSessionLifetimeSettings + defaultSessionLifetimeSettings, ); } if (storagePeriodSettings !== defaultStoragePeriodSettings) { @@ -158,7 +158,7 @@ export const resetSessionStorage = () => { ) { saveToSessionStorage( "companySettings", - defaultCompanySettingsFromSessionStorage + defaultCompanySettingsFromSessionStorage, ); } if (additionalSettings !== defaultAdditionalSettings) { diff --git a/packages/client/src/pages/PortalSettings/utils/saveToLocalStorage.js b/packages/client/src/pages/PortalSettings/utils/saveToLocalStorage.js index 5e70dfdf4d..04d8000fda 100644 --- a/packages/client/src/pages/PortalSettings/utils/saveToLocalStorage.js +++ b/packages/client/src/pages/PortalSettings/utils/saveToLocalStorage.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/utils/saveToSessionStorage.js b/packages/client/src/pages/PortalSettings/utils/saveToSessionStorage.js index 22915dfdec..0f3e86e519 100644 --- a/packages/client/src/pages/PortalSettings/utils/saveToSessionStorage.js +++ b/packages/client/src/pages/PortalSettings/utils/saveToSessionStorage.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/utils/selectFirstChildItem.js b/packages/client/src/pages/PortalSettings/utils/selectFirstChildItem.js index e1c4293325..015a07a856 100644 --- a/packages/client/src/pages/PortalSettings/utils/selectFirstChildItem.js +++ b/packages/client/src/pages/PortalSettings/utils/selectFirstChildItem.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/utils/selectKeyOfTreeElement.js b/packages/client/src/pages/PortalSettings/utils/selectKeyOfTreeElement.js index 545ae61a80..c95dc386c9 100644 --- a/packages/client/src/pages/PortalSettings/utils/selectKeyOfTreeElement.js +++ b/packages/client/src/pages/PortalSettings/utils/selectKeyOfTreeElement.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PortalSettings/utils/settingsTree.js b/packages/client/src/pages/PortalSettings/utils/settingsTree.js index a8587af306..8ca4a32cb4 100644 --- a/packages/client/src/pages/PortalSettings/utils/settingsTree.js +++ b/packages/client/src/pages/PortalSettings/utils/settingsTree.js @@ -1,30 +1,30 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode -import { PageType } from "@docspace/shared/enums"; +import { PageType } from "@docspace/shared/enums"; import { DOCSPACE } from "@docspace/shared/constants"; import SettingsReactSvgUrl from "PUBLIC_DIR/images/settings.react.svg?url"; /** diff --git a/packages/client/src/pages/PortalSettings/utils/whiteLabelHelper.js b/packages/client/src/pages/PortalSettings/utils/whiteLabelHelper.js index 1842650879..a408272209 100644 --- a/packages/client/src/pages/PortalSettings/utils/whiteLabelHelper.js +++ b/packages/client/src/pages/PortalSettings/utils/whiteLabelHelper.js @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/client/src/pages/PortalUnavailable/index.js b/packages/client/src/pages/PortalUnavailable/index.js index 8c1791cfd8..a084dd0123 100644 --- a/packages/client/src/pages/PortalUnavailable/index.js +++ b/packages/client/src/pages/PortalUnavailable/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PrivateRoomsPage/i18n.js b/packages/client/src/pages/PrivateRoomsPage/i18n.js index 3b59d95137..4cdd04a661 100644 --- a/packages/client/src/pages/PrivateRoomsPage/i18n.js +++ b/packages/client/src/pages/PrivateRoomsPage/i18n.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PrivateRoomsPage/index.js b/packages/client/src/pages/PrivateRoomsPage/index.js index dcd0dd85a5..310b2f87e8 100644 --- a/packages/client/src/pages/PrivateRoomsPage/index.js +++ b/packages/client/src/pages/PrivateRoomsPage/index.js @@ -1,30 +1,30 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode -import DarkGeneralPngUrl from "PUBLIC_DIR/images/dark_general.png"; +import DarkGeneralPngUrl from "PUBLIC_DIR/images/dark_general.png"; import React, { useEffect, useState } from "react"; import styled, { css } from "styled-components"; import { Text } from "@docspace/shared/components/text"; @@ -245,7 +245,7 @@ const PrivacyPageComponent = ({ t, tReady }) => { }; const PrivacyPageWrapper = withTranslation(["PrivacyPage"])( - PrivacyPageComponent + PrivacyPageComponent, ); const PrivacyPage = (props) => { diff --git a/packages/client/src/pages/Profile/Section/Body/index.js b/packages/client/src/pages/Profile/Section/Body/index.js index f028282d86..610c10ac5b 100644 --- a/packages/client/src/pages/Profile/Section/Body/index.js +++ b/packages/client/src/pages/Profile/Section/Body/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/Profile/Section/Body/sub-components/LoginContent.js b/packages/client/src/pages/Profile/Section/Body/sub-components/LoginContent.js index d9cd1b3f04..4a52d9c894 100644 --- a/packages/client/src/pages/Profile/Section/Body/sub-components/LoginContent.js +++ b/packages/client/src/pages/Profile/Section/Body/sub-components/LoginContent.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/Profile/Section/Body/sub-components/active-session/index.js b/packages/client/src/pages/Profile/Section/Body/sub-components/active-session/index.js index 258960646d..95b8faaf7d 100644 --- a/packages/client/src/pages/Profile/Section/Body/sub-components/active-session/index.js +++ b/packages/client/src/pages/Profile/Section/Body/sub-components/active-session/index.js @@ -1,30 +1,30 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode -import RemoveSessionSvgUrl from "PUBLIC_DIR/images/remove.session.svg?url"; +import RemoveSessionSvgUrl from "PUBLIC_DIR/images/remove.session.svg?url"; import TickSvgUrl from "PUBLIC_DIR/images/tick.svg?url"; import InfoReactSvgUrl from "PUBLIC_DIR/images/info.react.svg?url"; import React, { useState, useEffect } from "react"; diff --git a/packages/client/src/pages/Profile/Section/Body/sub-components/active-session/styled-active-sessions.js b/packages/client/src/pages/Profile/Section/Body/sub-components/active-session/styled-active-sessions.js index 089f3acc7d..e97b2530b7 100644 --- a/packages/client/src/pages/Profile/Section/Body/sub-components/active-session/styled-active-sessions.js +++ b/packages/client/src/pages/Profile/Section/Body/sub-components/active-session/styled-active-sessions.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/Profile/Section/Body/sub-components/file-management/index.js b/packages/client/src/pages/Profile/Section/Body/sub-components/file-management/index.js index a41ed4dbc0..00043ebabf 100644 --- a/packages/client/src/pages/Profile/Section/Body/sub-components/file-management/index.js +++ b/packages/client/src/pages/Profile/Section/Body/sub-components/file-management/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/Profile/Section/Body/sub-components/file-management/styled-file-management.js b/packages/client/src/pages/Profile/Section/Body/sub-components/file-management/styled-file-management.js index 043e273225..7bb53876c9 100644 --- a/packages/client/src/pages/Profile/Section/Body/sub-components/file-management/styled-file-management.js +++ b/packages/client/src/pages/Profile/Section/Body/sub-components/file-management/styled-file-management.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/Profile/Section/Body/sub-components/interface-theme/index.js b/packages/client/src/pages/Profile/Section/Body/sub-components/interface-theme/index.js index b557dcffb1..4a1fa851ca 100644 --- a/packages/client/src/pages/Profile/Section/Body/sub-components/interface-theme/index.js +++ b/packages/client/src/pages/Profile/Section/Body/sub-components/interface-theme/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/Profile/Section/Body/sub-components/interface-theme/styled-preview.js b/packages/client/src/pages/Profile/Section/Body/sub-components/interface-theme/styled-preview.js index 52c0924b85..aaf6bce80d 100644 --- a/packages/client/src/pages/Profile/Section/Body/sub-components/interface-theme/styled-preview.js +++ b/packages/client/src/pages/Profile/Section/Body/sub-components/interface-theme/styled-preview.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/Profile/Section/Body/sub-components/interface-theme/theme-preview.js b/packages/client/src/pages/Profile/Section/Body/sub-components/interface-theme/theme-preview.js index 786112d31d..d2e203e761 100644 --- a/packages/client/src/pages/Profile/Section/Body/sub-components/interface-theme/theme-preview.js +++ b/packages/client/src/pages/Profile/Section/Body/sub-components/interface-theme/theme-preview.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/Profile/Section/Body/sub-components/login-settings/index.js b/packages/client/src/pages/Profile/Section/Body/sub-components/login-settings/index.js index 32da01e2a7..145bbfe60d 100644 --- a/packages/client/src/pages/Profile/Section/Body/sub-components/login-settings/index.js +++ b/packages/client/src/pages/Profile/Section/Body/sub-components/login-settings/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/Profile/Section/Body/sub-components/login-settings/styled-login-settings.js b/packages/client/src/pages/Profile/Section/Body/sub-components/login-settings/styled-login-settings.js index b754378ae1..82665e9d52 100644 --- a/packages/client/src/pages/Profile/Section/Body/sub-components/login-settings/styled-login-settings.js +++ b/packages/client/src/pages/Profile/Section/Body/sub-components/login-settings/styled-login-settings.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/Profile/Section/Body/sub-components/main-profile/index.js b/packages/client/src/pages/Profile/Section/Body/sub-components/main-profile/index.js index 9b80c3e023..4f3324f3ed 100644 --- a/packages/client/src/pages/Profile/Section/Body/sub-components/main-profile/index.js +++ b/packages/client/src/pages/Profile/Section/Body/sub-components/main-profile/index.js @@ -1,30 +1,30 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode -import SendClockReactSvgUrl from "PUBLIC_DIR/images/send.clock.react.svg?url"; +import SendClockReactSvgUrl from "PUBLIC_DIR/images/send.clock.react.svg?url"; import PencilOutlineReactSvgUrl from "PUBLIC_DIR/images/pencil.outline.react.svg?url"; import DefaultUserAvatarMax from "PUBLIC_DIR/images/default_user_photo_size_200-200.png"; import React, { useState, useEffect } from "react"; diff --git a/packages/client/src/pages/Profile/Section/Body/sub-components/main-profile/styled-main-profile.js b/packages/client/src/pages/Profile/Section/Body/sub-components/main-profile/styled-main-profile.js index c20fccf78c..3b255cbce1 100644 --- a/packages/client/src/pages/Profile/Section/Body/sub-components/main-profile/styled-main-profile.js +++ b/packages/client/src/pages/Profile/Section/Body/sub-components/main-profile/styled-main-profile.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/Profile/Section/Body/sub-components/main-profile/timezoneCombo.js b/packages/client/src/pages/Profile/Section/Body/sub-components/main-profile/timezoneCombo.js index ea5ead2785..53584899cf 100644 --- a/packages/client/src/pages/Profile/Section/Body/sub-components/main-profile/timezoneCombo.js +++ b/packages/client/src/pages/Profile/Section/Body/sub-components/main-profile/timezoneCombo.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/Profile/Section/Body/sub-components/notifications/StyledComponent.js b/packages/client/src/pages/Profile/Section/Body/sub-components/notifications/StyledComponent.js index a07a068077..b0bb4eb9d7 100644 --- a/packages/client/src/pages/Profile/Section/Body/sub-components/notifications/StyledComponent.js +++ b/packages/client/src/pages/Profile/Section/Body/sub-components/notifications/StyledComponent.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/Profile/Section/Body/sub-components/notifications/index.js b/packages/client/src/pages/Profile/Section/Body/sub-components/notifications/index.js index b35b360034..57f6548a92 100644 --- a/packages/client/src/pages/Profile/Section/Body/sub-components/notifications/index.js +++ b/packages/client/src/pages/Profile/Section/Body/sub-components/notifications/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/Profile/Section/Body/sub-components/notifications/sub-components/DailyFeedContainer.js b/packages/client/src/pages/Profile/Section/Body/sub-components/notifications/sub-components/DailyFeedContainer.js index 9895207eb8..8508829505 100644 --- a/packages/client/src/pages/Profile/Section/Body/sub-components/notifications/sub-components/DailyFeedContainer.js +++ b/packages/client/src/pages/Profile/Section/Body/sub-components/notifications/sub-components/DailyFeedContainer.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/Profile/Section/Body/sub-components/notifications/sub-components/RoomsActionsContainer.js b/packages/client/src/pages/Profile/Section/Body/sub-components/notifications/sub-components/RoomsActionsContainer.js index 92d4af9c6c..9bbc2f4234 100644 --- a/packages/client/src/pages/Profile/Section/Body/sub-components/notifications/sub-components/RoomsActionsContainer.js +++ b/packages/client/src/pages/Profile/Section/Body/sub-components/notifications/sub-components/RoomsActionsContainer.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/Profile/Section/Body/sub-components/notifications/sub-components/RoomsActivityContainer.js b/packages/client/src/pages/Profile/Section/Body/sub-components/notifications/sub-components/RoomsActivityContainer.js index f4e02e97ae..dc44dd705a 100644 --- a/packages/client/src/pages/Profile/Section/Body/sub-components/notifications/sub-components/RoomsActivityContainer.js +++ b/packages/client/src/pages/Profile/Section/Body/sub-components/notifications/sub-components/RoomsActivityContainer.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/Profile/Section/Body/sub-components/notifications/sub-components/UsefulTipsContainer.js b/packages/client/src/pages/Profile/Section/Body/sub-components/notifications/sub-components/UsefulTipsContainer.js index 7b9251e904..4be773ebbb 100644 --- a/packages/client/src/pages/Profile/Section/Body/sub-components/notifications/sub-components/UsefulTipsContainer.js +++ b/packages/client/src/pages/Profile/Section/Body/sub-components/notifications/sub-components/UsefulTipsContainer.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/Profile/Section/Body/sub-components/social-networks/index.js b/packages/client/src/pages/Profile/Section/Body/sub-components/social-networks/index.js index fc6395f7fb..0ca6942f42 100644 --- a/packages/client/src/pages/Profile/Section/Body/sub-components/social-networks/index.js +++ b/packages/client/src/pages/Profile/Section/Body/sub-components/social-networks/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/Profile/Section/Body/sub-components/social-networks/styled-social-networks.js b/packages/client/src/pages/Profile/Section/Body/sub-components/social-networks/styled-social-networks.js index e0429ed841..45a7e44eca 100644 --- a/packages/client/src/pages/Profile/Section/Body/sub-components/social-networks/styled-social-networks.js +++ b/packages/client/src/pages/Profile/Section/Body/sub-components/social-networks/styled-social-networks.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/Profile/Section/Header/StyledHeader.js b/packages/client/src/pages/Profile/Section/Header/StyledHeader.js index 57d8b4c9d1..79e588bc8a 100644 --- a/packages/client/src/pages/Profile/Section/Header/StyledHeader.js +++ b/packages/client/src/pages/Profile/Section/Header/StyledHeader.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/Profile/Section/Header/index.js b/packages/client/src/pages/Profile/Section/Header/index.js index 18d8bd3fdd..41d5527a5e 100644 --- a/packages/client/src/pages/Profile/Section/Header/index.js +++ b/packages/client/src/pages/Profile/Section/Header/index.js @@ -1,30 +1,30 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode -import EmailReactSvgUrl from "PUBLIC_DIR/images/email.react.svg?url"; +import EmailReactSvgUrl from "PUBLIC_DIR/images/email.react.svg?url"; import SecurityReactSvgUrl from "PUBLIC_DIR/images/security.react.svg?url"; import ImageReactSvgUrl from "PUBLIC_DIR/images/image.react.svg?url"; import CatalogTrashReactSvgUrl from "PUBLIC_DIR/images/catalog.trash.react.svg?url"; diff --git a/packages/client/src/pages/Profile/Section/index.js b/packages/client/src/pages/Profile/Section/index.js index 8cf312f826..9c1ce0a243 100644 --- a/packages/client/src/pages/Profile/Section/index.js +++ b/packages/client/src/pages/Profile/Section/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/Profile/index.js b/packages/client/src/pages/Profile/index.js index 7d286e09c1..49c8015fba 100644 --- a/packages/client/src/pages/Profile/index.js +++ b/packages/client/src/pages/Profile/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PublicRoom/PublicRoomPage.js b/packages/client/src/pages/PublicRoom/PublicRoomPage.js index 231869372b..47d9b10f9d 100644 --- a/packages/client/src/pages/PublicRoom/PublicRoomPage.js +++ b/packages/client/src/pages/PublicRoom/PublicRoomPage.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PublicRoom/StyledPublicRoom.js b/packages/client/src/pages/PublicRoom/StyledPublicRoom.js index 707d1d5639..7adfa2c658 100644 --- a/packages/client/src/pages/PublicRoom/StyledPublicRoom.js +++ b/packages/client/src/pages/PublicRoom/StyledPublicRoom.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PublicRoom/index.js b/packages/client/src/pages/PublicRoom/index.js index d82b986f87..9b0e260159 100644 --- a/packages/client/src/pages/PublicRoom/index.js +++ b/packages/client/src/pages/PublicRoom/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PublicRoom/sub-components/RoomErrors.js b/packages/client/src/pages/PublicRoom/sub-components/RoomErrors.js index 6c19e606a4..a5bd11ffa0 100644 --- a/packages/client/src/pages/PublicRoom/sub-components/RoomErrors.js +++ b/packages/client/src/pages/PublicRoom/sub-components/RoomErrors.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PublicRoom/sub-components/RoomPassword.js b/packages/client/src/pages/PublicRoom/sub-components/RoomPassword.js index e2a8839413..bbda13005c 100644 --- a/packages/client/src/pages/PublicRoom/sub-components/RoomPassword.js +++ b/packages/client/src/pages/PublicRoom/sub-components/RoomPassword.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/PublicRoom/sub-components/RoomStyles.js b/packages/client/src/pages/PublicRoom/sub-components/RoomStyles.js index 9527136fe0..08ab6d83cb 100644 --- a/packages/client/src/pages/PublicRoom/sub-components/RoomStyles.js +++ b/packages/client/src/pages/PublicRoom/sub-components/RoomStyles.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/Sdk/index.js b/packages/client/src/pages/Sdk/index.js index bcf8f07d83..0ee659313e 100644 --- a/packages/client/src/pages/Sdk/index.js +++ b/packages/client/src/pages/Sdk/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/ThirdParty/index.js b/packages/client/src/pages/ThirdParty/index.js index af3d7b96b1..277cce302e 100644 --- a/packages/client/src/pages/ThirdParty/index.js +++ b/packages/client/src/pages/ThirdParty/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/VersionHistory/Section/Body/StyledVersionHistory.js b/packages/client/src/pages/VersionHistory/Section/Body/StyledVersionHistory.js index 0757eb7bd4..319d1ee701 100644 --- a/packages/client/src/pages/VersionHistory/Section/Body/StyledVersionHistory.js +++ b/packages/client/src/pages/VersionHistory/Section/Body/StyledVersionHistory.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/VersionHistory/Section/Body/VersionBadge.js b/packages/client/src/pages/VersionHistory/Section/Body/VersionBadge.js index 1a7bf6e6cc..0ba4fdc92f 100644 --- a/packages/client/src/pages/VersionHistory/Section/Body/VersionBadge.js +++ b/packages/client/src/pages/VersionHistory/Section/Body/VersionBadge.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/VersionHistory/Section/Body/VersionRow.js b/packages/client/src/pages/VersionHistory/Section/Body/VersionRow.js index 92affa1f4f..7bfd9ced05 100644 --- a/packages/client/src/pages/VersionHistory/Section/Body/VersionRow.js +++ b/packages/client/src/pages/VersionHistory/Section/Body/VersionRow.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/VersionHistory/Section/Body/index.js b/packages/client/src/pages/VersionHistory/Section/Body/index.js index 15c439d62c..cd0fea9d2c 100644 --- a/packages/client/src/pages/VersionHistory/Section/Body/index.js +++ b/packages/client/src/pages/VersionHistory/Section/Body/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/VersionHistory/Section/Header/index.js b/packages/client/src/pages/VersionHistory/Section/Header/index.js index f031f59f5c..a4811ac077 100644 --- a/packages/client/src/pages/VersionHistory/Section/Header/index.js +++ b/packages/client/src/pages/VersionHistory/Section/Header/index.js @@ -1,30 +1,30 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode -import ArrowPathReactSvgUrl from "PUBLIC_DIR/images/arrow.path.react.svg?url"; +import ArrowPathReactSvgUrl from "PUBLIC_DIR/images/arrow.path.react.svg?url"; import React from "react"; import styled, { css } from "styled-components"; import Headline from "@docspace/shared/components/headline/Headline"; diff --git a/packages/client/src/pages/VersionHistory/Section/index.js b/packages/client/src/pages/VersionHistory/Section/index.js index 8cf312f826..9c1ce0a243 100644 --- a/packages/client/src/pages/VersionHistory/Section/index.js +++ b/packages/client/src/pages/VersionHistory/Section/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/VersionHistory/index.js b/packages/client/src/pages/VersionHistory/index.js index 604b021c56..8c5fb6a211 100644 --- a/packages/client/src/pages/VersionHistory/index.js +++ b/packages/client/src/pages/VersionHistory/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/Wizard/StyledWizard.js b/packages/client/src/pages/Wizard/StyledWizard.js index 844dae924b..0b81a49025 100644 --- a/packages/client/src/pages/Wizard/StyledWizard.js +++ b/packages/client/src/pages/Wizard/StyledWizard.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/Wizard/index.js b/packages/client/src/pages/Wizard/index.js index 45f0f5c31a..9418adc269 100644 --- a/packages/client/src/pages/Wizard/index.js +++ b/packages/client/src/pages/Wizard/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/pages/Wizard/timezonesHelper.js b/packages/client/src/pages/Wizard/timezonesHelper.js index 3ab531e88d..6e84cf9e17 100644 --- a/packages/client/src/pages/Wizard/timezonesHelper.js +++ b/packages/client/src/pages/Wizard/timezonesHelper.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/router.js b/packages/client/src/router.js index 7e1e296b0f..55bab308ce 100644 --- a/packages/client/src/router.js +++ b/packages/client/src/router.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/routes/client.js b/packages/client/src/routes/client.js index b1180815ca..38e816381c 100644 --- a/packages/client/src/routes/client.js +++ b/packages/client/src/routes/client.js @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/client/src/routes/confirm.js b/packages/client/src/routes/confirm.js index f8d999ddef..81ee08cc12 100644 --- a/packages/client/src/routes/confirm.js +++ b/packages/client/src/routes/confirm.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/routes/general.js b/packages/client/src/routes/general.js index 33df5e4bf6..0e6e23bf9e 100644 --- a/packages/client/src/routes/general.js +++ b/packages/client/src/routes/general.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/routes/index.js b/packages/client/src/routes/index.js index 360072e193..3a1f402997 100644 --- a/packages/client/src/routes/index.js +++ b/packages/client/src/routes/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/routes/portalSettings.js b/packages/client/src/routes/portalSettings.js index 407afeb5a7..99ef59001f 100644 --- a/packages/client/src/routes/portalSettings.js +++ b/packages/client/src/routes/portalSettings.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/store/AccessRightsStore.js b/packages/client/src/store/AccessRightsStore.js index 162f4824ea..7626cc354d 100644 --- a/packages/client/src/store/AccessRightsStore.js +++ b/packages/client/src/store/AccessRightsStore.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/store/AccountsContextOptionsStore.js b/packages/client/src/store/AccountsContextOptionsStore.js index 5dff6639b0..fcc0df41be 100644 --- a/packages/client/src/store/AccountsContextOptionsStore.js +++ b/packages/client/src/store/AccountsContextOptionsStore.js @@ -1,30 +1,30 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode -import PencilReactSvgUrl from "PUBLIC_DIR/images/pencil.react.svg?url"; +import PencilReactSvgUrl from "PUBLIC_DIR/images/pencil.react.svg?url"; import ChangeMailReactSvgUrl from "PUBLIC_DIR/images/email.react.svg?url"; import ChangeSecurityReactSvgUrl from "PUBLIC_DIR/images/change.security.react.svg?url"; import FolderReactSvgUrl from "PUBLIC_DIR/images/folder.react.svg?url"; diff --git a/packages/client/src/store/BackupStore.js b/packages/client/src/store/BackupStore.js index 0bb8b87a41..fdd6016ff9 100644 --- a/packages/client/src/store/BackupStore.js +++ b/packages/client/src/store/BackupStore.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode @@ -389,7 +389,7 @@ class BackupStore { isStorage, moduleName, selectedId, - selectedStorageTitle + selectedStorageTitle, ) => { saveToLocalStorage("LocalCopyStorageType", moduleName); @@ -397,7 +397,7 @@ class BackupStore { saveToLocalStorage("LocalCopyStorage", `${selectedId}`); saveToLocalStorage( "LocalCopyThirdPartyStorageType", - selectedStorageTitle + selectedStorageTitle, ); saveToLocalStorage("LocalCopyThirdPartyStorageValues", this.formSettings); } else { @@ -526,7 +526,7 @@ class BackupStore { getStorageParams = ( isCheckedThirdPartyStorage, selectedFolderId, - selectedStorageId + selectedStorageId, ) => { let storageParams = [ { @@ -653,7 +653,7 @@ class BackupStore { for (let index = 0; index < length; index++) { res = await uploadBackup( combineUrl(window.DocSpaceConfig?.proxy?.url, config.homepage, url), - requestsDataArray[index] + requestsDataArray[index], ); if (!res) return false; @@ -680,8 +680,8 @@ class BackupStore { combineUrl( window.DocSpaceConfig?.proxy?.url, config.homepage, - `${url}?init=true&totalSize=${this.restoreResource.size}&extension=${extension}` - ) + `${url}?init=true&totalSize=${this.restoreResource.size}&extension=${extension}`, + ), ); if (!res) return false; @@ -692,7 +692,7 @@ class BackupStore { const chunks = Math.ceil( this.restoreResource.size / chunkUploadSize, - chunkUploadSize + chunkUploadSize, ); const requestsDataArray = []; @@ -704,7 +704,7 @@ class BackupStore { const formData = new FormData(); formData.append( "file", - this.restoreResource.slice(offset, offset + chunkUploadSize) + this.restoreResource.slice(offset, offset + chunkUploadSize), ); requestsDataArray.push(formData); diff --git a/packages/client/src/store/CampaignsStore.ts b/packages/client/src/store/CampaignsStore.ts index 6707753f20..53223d5700 100644 --- a/packages/client/src/store/CampaignsStore.ts +++ b/packages/client/src/store/CampaignsStore.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/client/src/store/ClientLoadingStore.js b/packages/client/src/store/ClientLoadingStore.js index 036533d334..7e406ac0e9 100644 --- a/packages/client/src/store/ClientLoadingStore.js +++ b/packages/client/src/store/ClientLoadingStore.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode @@ -111,7 +111,7 @@ class ClientLoadingStore { const currentDate = new Date(); let ms = Math.abs( - this.startLoadingTime.header.getTime() - currentDate.getTime() + this.startLoadingTime.header.getTime() - currentDate.getTime(), ); if (this.sectionHeaderTimer) { ms = Math.abs(ms - SHOW_LOADER_TIMER); @@ -158,7 +158,7 @@ class ClientLoadingStore { const currentDate = new Date(); let ms = Math.abs( - this.startLoadingTime.filter.getTime() - currentDate.getTime() + this.startLoadingTime.filter.getTime() - currentDate.getTime(), ); if (this.sectionFilterTimer) { @@ -207,7 +207,7 @@ class ClientLoadingStore { const currentDate = new Date(); let ms = Math.abs( - this.startLoadingTime.body.getTime() - currentDate.getTime() + this.startLoadingTime.body.getTime() - currentDate.getTime(), ); if (this.sectionBodyTimer) { diff --git a/packages/client/src/store/CommonStore.js b/packages/client/src/store/CommonStore.js index 4b128744a9..3d767cb1a0 100644 --- a/packages/client/src/store/CommonStore.js +++ b/packages/client/src/store/CommonStore.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/store/ConfirmStore.js b/packages/client/src/store/ConfirmStore.js index 89af8ff22c..a47303c8cd 100644 --- a/packages/client/src/store/ConfirmStore.js +++ b/packages/client/src/store/ConfirmStore.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/store/ContextOptionsStore.js b/packages/client/src/store/ContextOptionsStore.js index 23a8c55693..181ff29757 100644 --- a/packages/client/src/store/ContextOptionsStore.js +++ b/packages/client/src/store/ContextOptionsStore.js @@ -1,30 +1,30 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode -import HistoryReactSvgUrl from "PUBLIC_DIR/images/history.react.svg?url"; +import HistoryReactSvgUrl from "PUBLIC_DIR/images/history.react.svg?url"; import HistoryFinalizedReactSvgUrl from "PUBLIC_DIR/images/history-finalized.react.svg?url"; import MoveReactSvgUrl from "PUBLIC_DIR/images/move.react.svg?url"; import CheckBoxReactSvgUrl from "PUBLIC_DIR/images/check-box.react.svg?url"; diff --git a/packages/client/src/store/CreateEditRoomStore.js b/packages/client/src/store/CreateEditRoomStore.js index 1999865720..0faa4b530f 100644 --- a/packages/client/src/store/CreateEditRoomStore.js +++ b/packages/client/src/store/CreateEditRoomStore.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/store/DialogStore.js b/packages/client/src/store/DialogStore.js index 6fdfe09bb1..5952c651aa 100644 --- a/packages/client/src/store/DialogStore.js +++ b/packages/client/src/store/DialogStore.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/store/DialogsStore.js b/packages/client/src/store/DialogsStore.js index f87774a24b..2ae5498e91 100644 --- a/packages/client/src/store/DialogsStore.js +++ b/packages/client/src/store/DialogsStore.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/store/EditingFormStore.js b/packages/client/src/store/EditingFormStore.js index 87ed26ac2f..d2df179d28 100644 --- a/packages/client/src/store/EditingFormStore.js +++ b/packages/client/src/store/EditingFormStore.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/store/FilesActionsStore.js b/packages/client/src/store/FilesActionsStore.js index 4d53a4e26f..b1c303a505 100644 --- a/packages/client/src/store/FilesActionsStore.js +++ b/packages/client/src/store/FilesActionsStore.js @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/client/src/store/FilesSelectorInput.js b/packages/client/src/store/FilesSelectorInput.js index cd4f73eaf1..6ffeca767a 100644 --- a/packages/client/src/store/FilesSelectorInput.js +++ b/packages/client/src/store/FilesSelectorInput.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/store/FilesSettingsStore.js b/packages/client/src/store/FilesSettingsStore.js index 9da2557ff4..5d46a560ac 100644 --- a/packages/client/src/store/FilesSettingsStore.js +++ b/packages/client/src/store/FilesSettingsStore.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/store/FilesStore.js b/packages/client/src/store/FilesStore.js index 0180e917c9..e1739474cb 100644 --- a/packages/client/src/store/FilesStore.js +++ b/packages/client/src/store/FilesStore.js @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/client/src/store/FilterStore.js b/packages/client/src/store/FilterStore.js index d6cd225f85..f17634c409 100644 --- a/packages/client/src/store/FilterStore.js +++ b/packages/client/src/store/FilterStore.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/store/GroupsStore.ts b/packages/client/src/store/GroupsStore.ts index a02caf9a7d..7f6f700c8c 100644 --- a/packages/client/src/store/GroupsStore.ts +++ b/packages/client/src/store/GroupsStore.ts @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/store/HeaderMenuStore.js b/packages/client/src/store/HeaderMenuStore.js index df1a38c81a..5845690215 100644 --- a/packages/client/src/store/HeaderMenuStore.js +++ b/packages/client/src/store/HeaderMenuStore.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/store/HotkeyStore.js b/packages/client/src/store/HotkeyStore.js index 712a4abb98..fc4e42014b 100644 --- a/packages/client/src/store/HotkeyStore.js +++ b/packages/client/src/store/HotkeyStore.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/store/ImportAccountsStore.js b/packages/client/src/store/ImportAccountsStore.js index ff651ba53e..2f1ef9db7f 100644 --- a/packages/client/src/store/ImportAccountsStore.js +++ b/packages/client/src/store/ImportAccountsStore.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/store/InfoPanelStore.js b/packages/client/src/store/InfoPanelStore.js index f2f7b84ba3..797c004696 100644 --- a/packages/client/src/store/InfoPanelStore.js +++ b/packages/client/src/store/InfoPanelStore.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/store/InviteLinksStore.js b/packages/client/src/store/InviteLinksStore.js index d4c2fcafcf..550ffbc6fa 100644 --- a/packages/client/src/store/InviteLinksStore.js +++ b/packages/client/src/store/InviteLinksStore.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/store/MediaViewerDataStore.js b/packages/client/src/store/MediaViewerDataStore.js index 1f4b52d3e7..d7a7e6f963 100644 --- a/packages/client/src/store/MediaViewerDataStore.js +++ b/packages/client/src/store/MediaViewerDataStore.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/store/OformsStore.js b/packages/client/src/store/OformsStore.js index ba8312dc0b..0d89b6d1a7 100644 --- a/packages/client/src/store/OformsStore.js +++ b/packages/client/src/store/OformsStore.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode @@ -69,7 +69,7 @@ class OformsStore { oformFilesLoaded = false; submitToGalleryTileIsVisible = !localStorage.getItem( - "submitToGalleryTileIsHidden" + "submitToGalleryTileIsHidden", ); constructor(settingsStore, infoPanelStore, userStore) { @@ -213,7 +213,7 @@ class OformsStore { if (!category) return; const [categoryType] = this.categoryTitles.filter( - (categoryTitle) => !!category.attributes[categoryTitle] + (categoryTitle) => !!category.attributes[categoryTitle], ); return categoryType; @@ -226,7 +226,7 @@ class OformsStore { const categoryTitle = category.attributes[categoryType]; const [localizedCategory] = category.attributes.localizations?.data.filter( - (localization) => localization.attributes.locale === locale + (localization) => localization.attributes.locale === locale, ); return localizedCategory?.attributes[categoryType] || categoryTitle; }; @@ -239,7 +239,7 @@ class OformsStore { file, formName, language, - signal + signal, ); return res; }; @@ -258,7 +258,7 @@ class OformsStore { combineUrl(uploadDomain, uploadDashboard), categorizeBy, categoryId, - locale + locale, ); this.currentCategory = fetchedCategory; @@ -273,7 +273,7 @@ class OformsStore { try { const menuItems = await getCategoryTypes(url, locale); this.categoryTitles = menuItems.map( - (item) => item.attributes.categoryTitle + (item) => item.attributes.categoryTitle, ); return menuItems; } catch (err) { @@ -290,7 +290,7 @@ class OformsStore { const categories = await getCategoriesOfCategoryType( url, - this.oformsFilter.locale + this.oformsFilter.locale, ); return categories; }; diff --git a/packages/client/src/store/PaymentStore.ts b/packages/client/src/store/PaymentStore.ts index 44cb8492a4..8ff02209b1 100644 --- a/packages/client/src/store/PaymentStore.ts +++ b/packages/client/src/store/PaymentStore.ts @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/store/PeopleStore.js b/packages/client/src/store/PeopleStore.js index d14a143b7c..a44d8d9f94 100644 --- a/packages/client/src/store/PeopleStore.js +++ b/packages/client/src/store/PeopleStore.js @@ -1,30 +1,30 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode -import InfoReactSvgUrl from "PUBLIC_DIR/images/info.outline.react.svg?url"; +import InfoReactSvgUrl from "PUBLIC_DIR/images/info.outline.react.svg?url"; import EnableReactSvgUrl from "PUBLIC_DIR/images/enable.react.svg?url"; import DisableReactSvgUrl from "PUBLIC_DIR/images/disable.react.svg?url"; import ChangeToEmployeeReactSvgUrl from "PUBLIC_DIR/images/change.to.employee.react.svg?url"; diff --git a/packages/client/src/store/PluginStore.ts b/packages/client/src/store/PluginStore.ts index 2c91920495..eeaa228213 100644 --- a/packages/client/src/store/PluginStore.ts +++ b/packages/client/src/store/PluginStore.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/client/src/store/PrimaryProgressDataStore.js b/packages/client/src/store/PrimaryProgressDataStore.js index e989615ff1..3230bc1132 100644 --- a/packages/client/src/store/PrimaryProgressDataStore.js +++ b/packages/client/src/store/PrimaryProgressDataStore.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/store/ProfileActionsStore.js b/packages/client/src/store/ProfileActionsStore.js index 4a46ae15cb..38d713e971 100644 --- a/packages/client/src/store/ProfileActionsStore.js +++ b/packages/client/src/store/ProfileActionsStore.js @@ -1,30 +1,30 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode -import CatalogSettingsReactSvgUrl from "PUBLIC_DIR/images/catalog.settings.react.svg?url"; +import CatalogSettingsReactSvgUrl from "PUBLIC_DIR/images/catalog.settings.react.svg?url"; import HotkeysReactSvgUrl from "PUBLIC_DIR/images/hotkeys.react.svg?url"; import ProfileReactSvgUrl from "PUBLIC_DIR/images/profile.react.svg?url"; import PaymentsReactSvgUrl from "PUBLIC_DIR/images/payments.react.svg?url"; diff --git a/packages/client/src/store/PublicRoomStore.js b/packages/client/src/store/PublicRoomStore.js index 03b266e0a9..961157341b 100644 --- a/packages/client/src/store/PublicRoomStore.js +++ b/packages/client/src/store/PublicRoomStore.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/store/SecondaryProgressDataStore.js b/packages/client/src/store/SecondaryProgressDataStore.js index 706b1214f8..03fc489a76 100644 --- a/packages/client/src/store/SecondaryProgressDataStore.js +++ b/packages/client/src/store/SecondaryProgressDataStore.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode @@ -45,7 +45,7 @@ class SecondaryProgressDataStore { setSecondaryProgressBarData = (secondaryProgressData) => { const progressIndex = this.secondaryOperationsArray.findIndex( - (p) => p.operationId === secondaryProgressData.operationId + (p) => p.operationId === secondaryProgressData.operationId, ); if (progressIndex !== -1) { @@ -76,12 +76,12 @@ class SecondaryProgressDataStore { clearSecondaryProgressData = (operationId) => { const progressIndex = this.secondaryOperationsArray.findIndex( - (p) => p.operationId === operationId + (p) => p.operationId === operationId, ); if (progressIndex !== -1) { this.secondaryOperationsArray = this.secondaryOperationsArray.filter( - (p) => p.operationId !== operationId + (p) => p.operationId !== operationId, ); if (this.secondaryOperationsArray.length > 0) { diff --git a/packages/client/src/store/SelectedFolderStore.ts b/packages/client/src/store/SelectedFolderStore.ts index 13a918d2fc..7f2ed00a4c 100644 --- a/packages/client/src/store/SelectedFolderStore.ts +++ b/packages/client/src/store/SelectedFolderStore.ts @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/store/SelectedGroupStore.js b/packages/client/src/store/SelectedGroupStore.js index 1635eeaaab..aa19e8094f 100644 --- a/packages/client/src/store/SelectedGroupStore.js +++ b/packages/client/src/store/SelectedGroupStore.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/store/SelectionPeopleStore.js b/packages/client/src/store/SelectionPeopleStore.js index 78bfc77a80..dc06a44ab8 100644 --- a/packages/client/src/store/SelectionPeopleStore.js +++ b/packages/client/src/store/SelectionPeopleStore.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode @@ -103,7 +103,7 @@ class SelectionStore { if (isFound) { const user = this.peopleStore.usersStore.peopleList.find( - (f) => f.id == id + (f) => f.id == id, ); newSelections.push(user); @@ -192,7 +192,7 @@ class SelectionStore { selectByStatus = (status) => { this.bufferSelection = null; const list = this.peopleStore.usersStore.peopleList.filter( - (u) => u.status === status + (u) => u.status === status, ); this.setSelection(list); @@ -272,7 +272,7 @@ class SelectionStore { get hasFreeUsers() { const users = this.selection.filter( - (x) => x.status !== EmployeeStatus.Disabled && x.isVisitor + (x) => x.status !== EmployeeStatus.Disabled && x.isVisitor, ); return users.length > 0; diff --git a/packages/client/src/store/SelectionStore.js b/packages/client/src/store/SelectionStore.js index fa47fe7151..0108c4555c 100644 --- a/packages/client/src/store/SelectionStore.js +++ b/packages/client/src/store/SelectionStore.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode @@ -65,7 +65,7 @@ class SelectionStore { selectByStatus = (status) => { const list = this.peopleStore.usersStore.peopleList.filter( - (u) => u.status === status + (u) => u.status === status, ); return (this.selection = list); diff --git a/packages/client/src/store/SettingsSetupStore.js b/packages/client/src/store/SettingsSetupStore.js index 84502c09bc..3a11501b13 100644 --- a/packages/client/src/store/SettingsSetupStore.js +++ b/packages/client/src/store/SettingsSetupStore.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/store/SsoFormStore.js b/packages/client/src/store/SsoFormStore.js index 36e750784f..9ce915f8c4 100644 --- a/packages/client/src/store/SsoFormStore.js +++ b/packages/client/src/store/SsoFormStore.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/store/StorageManagement.js b/packages/client/src/store/StorageManagement.js index 2c6625f54d..da0f6526ee 100644 --- a/packages/client/src/store/StorageManagement.js +++ b/packages/client/src/store/StorageManagement.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode @@ -92,8 +92,6 @@ class StorageManagement { getQuotaSettings(), ]; - - if (!isFreeTariff || standalone) { requests.push( getUserList(this.userFilterData), diff --git a/packages/client/src/store/TableStore.js b/packages/client/src/store/TableStore.js index 762d136b12..466b2cb78d 100644 --- a/packages/client/src/store/TableStore.js +++ b/packages/client/src/store/TableStore.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/store/TagsStore.js b/packages/client/src/store/TagsStore.js index 4e0795303e..16b964f902 100644 --- a/packages/client/src/store/TagsStore.js +++ b/packages/client/src/store/TagsStore.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/store/TargetUserStore.js b/packages/client/src/store/TargetUserStore.js index c2dfc8b818..440eb804e4 100644 --- a/packages/client/src/store/TargetUserStore.js +++ b/packages/client/src/store/TargetUserStore.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/store/ThirdPartyStore.js b/packages/client/src/store/ThirdPartyStore.js index 097503f0f7..8a2b9d397d 100644 --- a/packages/client/src/store/ThirdPartyStore.js +++ b/packages/client/src/store/ThirdPartyStore.js @@ -1,30 +1,30 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode -import IconBoxSmallReactSvgUrl from "PUBLIC_DIR/images/icon_box_small.react.svg?url"; +import IconBoxSmallReactSvgUrl from "PUBLIC_DIR/images/icon_box_small.react.svg?url"; import IconBoxReactSvgUrl from "PUBLIC_DIR/images/icon_box.react.svg?url"; import IconDropboxSmallReactSvgUrl from "PUBLIC_DIR/images/icon_dropbox_small.react.svg?url"; import IconDropboxReactSvgUrl from "PUBLIC_DIR/images/icon_dropbox.react.svg?url"; @@ -80,7 +80,7 @@ class ThirdPartyStore { customerTitle, providerKey, providerId, - isRoomsStorage + isRoomsStorage, ) => { return api.files.saveThirdParty( url, @@ -91,7 +91,7 @@ class ThirdPartyStore { customerTitle, providerKey, providerId, - isRoomsStorage + isRoomsStorage, ); }; @@ -274,7 +274,7 @@ class ThirdPartyStore { ...(item[0] === "WebDav" && { category: item[item.length - 1], }), - } + }, ) .filter((item) => !!item); diff --git a/packages/client/src/store/TreeFoldersStore.js b/packages/client/src/store/TreeFoldersStore.js index cc2a912442..f9dbd9dc6d 100644 --- a/packages/client/src/store/TreeFoldersStore.js +++ b/packages/client/src/store/TreeFoldersStore.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/store/UploadDataStore.js b/packages/client/src/store/UploadDataStore.js index 8d1ac8c518..0da32e492b 100644 --- a/packages/client/src/store/UploadDataStore.js +++ b/packages/client/src/store/UploadDataStore.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode @@ -103,7 +103,7 @@ class UploadDataStore { secondaryProgressDataStore, primaryProgressDataStore, dialogsStore, - filesSettingsStore + filesSettingsStore, ) { makeAutoObservable(this); this.settingsStore = settingsStore; @@ -119,7 +119,7 @@ class UploadDataStore { removeFiles = (fileIds) => { fileIds.forEach((id) => { this.files = this.files?.filter( - (file) => !(file.action === "converted" && file.fileInfo?.id === id) + (file) => !(file.action === "converted" && file.fileInfo?.id === id), ); }); }; @@ -147,7 +147,7 @@ class UploadDataStore { updateUploadedFile = (id, info) => { const files = this.files.map((file) => - file.fileId === id ? { ...file, fileInfo: info } : file + file.fileId === id ? { ...file, fileInfo: info } : file, ); this.files = files; }; @@ -219,7 +219,7 @@ class UploadDataStore { }; const newHistory = this.uploadedFilesHistory.filter( - (el) => el.action === "uploaded" + (el) => el.action === "uploaded", ); if (newUploadData.files.length === 0) this.setUploadPanelVisible(false); @@ -257,7 +257,7 @@ class UploadDataStore { if (this.isParallel) { runInAction(() => { const uploadedFilesHistory = this.uploadedFilesHistory.filter( - (el) => el.uniqueId !== id + (el) => el.uniqueId !== id, ); const canceledFile = this.files.find((f) => f.uniqueId === id); @@ -280,7 +280,7 @@ class UploadDataStore { const newFiles = this.files.filter((el) => el.uniqueId !== id); const uploadedFilesHistory = this.uploadedFilesHistory.filter( - (el) => el.uniqueId !== id + (el) => el.uniqueId !== id, ); const newUploadData = { @@ -301,7 +301,7 @@ class UploadDataStore { const files = this.files.filter((el) => el.fileId + "" !== fileId); const filesToConversion = this.filesToConversion.filter( - (el) => el.fileId + "" !== fileId + (el) => el.fileId + "" !== fileId, ); const newUploadData = { @@ -322,7 +322,7 @@ class UploadDataStore { const conversionPositionIndex = file.hasOwnProperty("index"); let alreadyConverting = this.files.some( - (item) => item.fileId === file.fileId + (item) => item.fileId === file.fileId, ); if (this.isConvertSingleFile) alreadyConverting = false; @@ -365,11 +365,11 @@ class UploadDataStore { getNewPercent = (uploadedSize, indexOfFile) => { const newTotalSize = sumBy(this.files, (f) => - f.file && !this.uploaded ? f.file.size : 0 + f.file && !this.uploaded ? f.file.size : 0, ); const totalUploadedFiles = this.files.filter((_, i) => i < indexOfFile); const totalUploadedSize = sumBy(totalUploadedFiles, (f) => - f.file && !this.uploaded ? f.file.size : 0 + f.file && !this.uploaded ? f.file.size : 0, ); const newPercent = ((uploadedSize + totalUploadedSize) / newTotalSize) * 100; @@ -382,7 +382,7 @@ class UploadDataStore { this.uploadedFilesSize = newSize; const newTotalSize = sumBy(this.files, (f) => - f.file && !this.uploaded ? f.file.size : 0 + f.file && !this.uploaded ? f.file.size : 0, ); const newPercent = (newSize / newTotalSize) * 100; @@ -417,7 +417,7 @@ class UploadDataStore { if (this.uploaded) { this.primaryProgressDataStore.setPrimaryProgressBarData( - alert ? { ...data, ...{ alert } } : data + alert ? { ...data, ...{ alert } } : data, ); } }; @@ -453,7 +453,7 @@ class UploadDataStore { if (file) runInAction(() => (file.inConversion = true)); const historyFile = this.uploadedFilesHistory.find( - (f) => f.fileId === fileId + (f) => f.fileId === fileId, ); if (historyFile) runInAction(() => (historyFile.inConversion = true)); @@ -478,7 +478,7 @@ class UploadDataStore { this.primaryProgressDataStore.setPrimaryProgressBarData( numberFiles === 1 ? { ...primaryProgressData, ...{ percent: 100 } } - : primaryProgressData + : primaryProgressData, ); } @@ -502,7 +502,7 @@ class UploadDataStore { if (file) file.convertProgress = progress; const historyFile = this.uploadedFilesHistory.find( - (file) => file.fileId === fileId + (file) => file.fileId === fileId, ); if (historyFile) historyFile.convertProgress = progress; }); @@ -521,7 +521,7 @@ class UploadDataStore { } const historyFile = this.uploadedFilesHistory.find( - (file) => file.fileId === fileId + (file) => file.fileId === fileId, ); if (historyFile) { @@ -556,16 +556,16 @@ class UploadDataStore { combineUrl( window.DocSpaceConfig?.proxy?.url, config.homepage, - `/doceditor` + `/doceditor`, ), - "_blank" + "_blank", ) : null; this.filesStore.openDocEditor( fileInfo.id, fileInfo.providerKey, - tab + tab, ); } @@ -584,7 +584,7 @@ class UploadDataStore { } const historyFile = this.uploadedFilesHistory.find( - (file) => file.fileId === fileId + (file) => file.fileId === fileId, ); if (historyFile) { @@ -620,8 +620,8 @@ class UploadDataStore { t("InfoCreateFileIn", { fileTitle, folderTitle: folderInfo.title, - }) - ) + }), + ), ) .catch((error) => toastr.error(error)); } @@ -648,7 +648,7 @@ class UploadDataStore { f.action !== "uploaded" && f.action !== "convert" && f.action !== "converted" && - !f.error + !f.error, ) === -1; if (this.uploaded || (this.isParallel && allFilesIsUploaded)) { @@ -705,7 +705,7 @@ class UploadDataStore { handleUploadConflicts = async (t, toFolderId, newUploadData) => { const filesArray = newUploadData.files.map( - (fileInfo) => fileInfo.file.name + (fileInfo) => fileInfo.file.name, ); let conflicts = await checkIsFileExist(toFolderId, filesArray); const folderInfo = await getFolderInfo(toFolderId); @@ -856,7 +856,7 @@ class UploadDataStore { const newFolders = folders; const path = currentFile.path ? currentFile.path.slice() : []; const fileIndex = newFiles.findIndex( - (x) => x.id === currentFile.fileInfo.id + (x) => x.id === currentFile.fileInfo.id, ); let folderInfo = null; @@ -988,7 +988,7 @@ class UploadDataStore { const percentCurrentFile = (index / chunksLength) * 100; const fileIndex = this.uploadedFilesHistory.findIndex( - (f) => f.uniqueId === this.files[indexOfFile].uniqueId + (f) => f.uniqueId === this.files[indexOfFile].uniqueId, ); if (fileIndex > -1) this.uploadedFilesHistory[fileIndex].percent = percentCurrentFile; @@ -1101,14 +1101,14 @@ class UploadDataStore { const activeLength = this.asyncUploadObj[operationId] ? this.asyncUploadObj[operationId].chunksArray.filter( - (x) => x.isActive + (x) => x.isActive, ).length - 1 : 0; let allIsUploaded; if (this.asyncUploadObj[operationId]) { const finished = this.asyncUploadObj[operationId].chunksArray.filter( - (x) => x.isFinished + (x) => x.isFinished, ); allIsUploaded = @@ -1183,7 +1183,7 @@ class UploadDataStore { path, t, operationId, - toFolderId + toFolderId, ) => { const { chunkUploadCount: asyncChunkUploadCount } = this.filesSettingsStore; const length = requestsDataArray.length; @@ -1199,7 +1199,7 @@ class UploadDataStore { onUpload: () => uploadFile( location + `&chunkNumber=${index + 1}&upload=true`, - requestsDataArray[index] + requestsDataArray[index], ), }); } @@ -1223,7 +1223,7 @@ class UploadDataStore { t, { operationId, file, fileSize, indexOfFile, path, length }, resolve, - reject + reject, ); i--; } @@ -1291,7 +1291,7 @@ class UploadDataStore { for (let i = 0; i < countFiles; i++) { if (this.currentUploadNumber <= chunkUploadCount) { const fileIndex = this.files.findIndex( - (f) => f.uniqueId === notUploadedFiles[i].uniqueId + (f) => f.uniqueId === notUploadedFiles[i].uniqueId, ); if (fileIndex !== -1) { this.currentUploadNumber += 1; @@ -1416,7 +1416,7 @@ class UploadDataStore { toFolderId, }) => { const fileIndex = this.uploadedFilesHistory.findIndex( - (f) => f.uniqueId === this.files[indexOfFile].uniqueId + (f) => f.uniqueId === this.files[indexOfFile].uniqueId, ); if (fileIndex > -1) this.uploadedFilesHistory[fileIndex].percent = chunks < 2 ? 50 : 0; @@ -1442,9 +1442,9 @@ class UploadDataStore { path, t, operationId, - toFolderId + toFolderId, ); - } + }, ) .catch((error) => { if (this.files[indexOfFile] === undefined) { @@ -1501,7 +1501,7 @@ class UploadDataStore { f.action !== "uploaded" && f.action !== "convert" && f.action !== "converted" && - !f.error + !f.error, ) === -1; if (allFilesIsUploaded) { @@ -1514,10 +1514,10 @@ class UploadDataStore { this.asyncUploadObj = {}; }); const uploadedFiles = this.files.filter( - (x) => x.action === "uploaded" + (x) => x.action === "uploaded", ); const totalErrorsCount = sumBy(uploadedFiles, (f) => - f.error ? 1 : 0 + f.error ? 1 : 0, ); if (totalErrorsCount > 0) console.log("Upload errors: ", totalErrorsCount); @@ -1564,7 +1564,7 @@ class UploadDataStore { if (totalErrorsCount > 0) { this.primaryProgressDataStore.setPrimaryProgressBarShowError(true); // for empty file this.primaryProgressDataStore.setPrimaryProgressBarErrors( - totalErrorsCount + totalErrorsCount, ); console.log("Errors: ", totalErrorsCount); } @@ -1622,7 +1622,7 @@ class UploadDataStore { conflictResolveType, deleteAfter, operationId, - content + content, ) => { const { setSecondaryProgressBarData, clearSecondaryProgressData } = this.secondaryProgressDataStore; @@ -1633,7 +1633,7 @@ class UploadDataStore { fileIds, conflictResolveType, deleteAfter, - content + content, ) .then((res) => { const pbData = { icon: "duplicate", operationId }; @@ -1649,7 +1649,7 @@ class UploadDataStore { return this.loopFilesOperations(data, pbData) .then(() => - this.moveToCopyTo(destFolderId, pbData, true, fileIds, folderIds) + this.moveToCopyTo(destFolderId, pbData, true, fileIds, folderIds), ) .finally(async () => { //to update the status of trashIsEmpty filesStore @@ -1675,7 +1675,7 @@ class UploadDataStore { fileIds, conflictResolveType, deleteAfter, - operationId + operationId, ) => { const { setSecondaryProgressBarData, clearSecondaryProgressData } = this.secondaryProgressDataStore; @@ -1686,7 +1686,7 @@ class UploadDataStore { folderIds, fileIds, conflictResolveType, - deleteAfter + deleteAfter, ) .then((res) => { const pbData = { icon: "move", operationId }; @@ -1702,7 +1702,7 @@ class UploadDataStore { return this.loopFilesOperations(data, pbData) .then(() => - this.moveToCopyTo(destFolderId, pbData, false, fileIds, folderIds) + this.moveToCopyTo(destFolderId, pbData, false, fileIds, folderIds), ) .finally(async () => { //to update the status of trashIsEmpty filesStore @@ -1772,7 +1772,7 @@ class UploadDataStore { conflictResolveType, deleteAfter, operationId, - content + content, ) : this.moveToAction( destFolderId, @@ -1780,7 +1780,7 @@ class UploadDataStore { fileIds, conflictResolveType, deleteAfter, - operationId + operationId, ); }; @@ -1833,7 +1833,7 @@ class UploadDataStore { const { rootFolderType, parentId } = await getFolderInfo(folderId); const path = getCategoryUrl( getCategoryTypeByFolderType(rootFolderType, parentId), - folderId + folderId, ); window.DocSpace.navigate(`${path}?${filter.toUrlParams()}`, { @@ -1874,7 +1874,7 @@ class UploadDataStore { this.clearActiveOperations(fileIds, folderIds); setTimeout( () => clearSecondaryProgressData(pbData.operationId), - TIMEOUT + TIMEOUT, ); isMovingCurrentFolder && this.navigateToNewFolderLocation(this.selectedFolderStore.id); @@ -1891,12 +1891,12 @@ class UploadDataStore { newFilter ? newFilter : filter, true, true, - false + false, ).finally(() => { this.clearActiveOperations(fileIds, folderIds); setTimeout( () => clearSecondaryProgressData(pbData.operationId), - TIMEOUT + TIMEOUT, ); isMovingCurrentFolder && this.navigateToNewFolderLocation(this.selectedFolderStore.id); @@ -1945,10 +1945,10 @@ class UploadDataStore { this.filesStore; const newActiveFiles = activeFiles.filter( - (el) => !fileIds?.includes(el.id) + (el) => !fileIds?.includes(el.id), ); const newActiveFolders = activeFolders.filter( - (el) => !folderIds.includes(el.id) + (el) => !folderIds.includes(el.id), ); setActiveFiles(newActiveFiles); diff --git a/packages/client/src/store/UsersStore.js b/packages/client/src/store/UsersStore.js index 9a7fd2a3cb..13c8b1e000 100644 --- a/packages/client/src/store/UsersStore.js +++ b/packages/client/src/store/UsersStore.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/store/VersionHistoryStore.js b/packages/client/src/store/VersionHistoryStore.js index 42de6d399c..1b4847c206 100644 --- a/packages/client/src/store/VersionHistoryStore.js +++ b/packages/client/src/store/VersionHistoryStore.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/store/WebhooksStore.js b/packages/client/src/store/WebhooksStore.js index 6797a06596..488e087163 100644 --- a/packages/client/src/store/WebhooksStore.js +++ b/packages/client/src/store/WebhooksStore.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode @@ -109,7 +109,7 @@ class WebhooksStore { webhook.name, webhook.uri, webhook.secretKey, - webhook.ssl + webhook.ssl, ); this.webhooks = [ @@ -128,7 +128,7 @@ class WebhooksStore { toggleEnabled = async (desiredWebhook) => { await toggleEnabledWebhook(desiredWebhook); const index = this.webhooks.findIndex( - (webhook) => webhook.id === desiredWebhook.id + (webhook) => webhook.id === desiredWebhook.id, ); this.webhooks[index].enabled = !this.webhooks[index].enabled; }; @@ -136,7 +136,7 @@ class WebhooksStore { deleteWebhook = async (webhook) => { await removeWebhook(webhook.id); this.webhooks = this.webhooks.filter( - (currentWebhook) => currentWebhook.id !== webhook.id + (currentWebhook) => currentWebhook.id !== webhook.id, ); }; @@ -146,12 +146,12 @@ class WebhooksStore { webhookInfo.name, webhookInfo.uri, webhookInfo.secretKey || prevWebhook.secretKey, - webhookInfo.ssl + webhookInfo.ssl, ); this.webhooks = this.webhooks.map((webhook) => webhook.id === prevWebhook.id ? { ...prevWebhook, ...webhookInfo } - : webhook + : webhook, ); }; @@ -257,7 +257,7 @@ class WebhooksStore { if (filters.status.length > 0) { const statusFlag = filters.status.reduce( (sum, currentValue) => sum + statusEnum[currentValue], - 0 + 0, ); params.groupStatus = statusFlag; } diff --git a/packages/client/src/store/WizardStore.ts b/packages/client/src/store/WizardStore.ts index cdbc539c2e..732e64522d 100644 --- a/packages/client/src/store/WizardStore.ts +++ b/packages/client/src/store/WizardStore.ts @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/src/store/index.js b/packages/client/src/store/index.js index aa9faf6512..7747bbb82f 100644 --- a/packages/client/src/store/index.js +++ b/packages/client/src/store/index.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/steps.d.ts b/packages/client/steps.d.ts index bb2df828bc..eb49b9d61f 100644 --- a/packages/client/steps.d.ts +++ b/packages/client/steps.d.ts @@ -1,34 +1,37 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode /// -type steps_file = typeof import('./steps_file.js'); +type steps_file = typeof import("./steps_file.js"); declare namespace CodeceptJS { - interface SupportObject { I: I, current: any } + interface SupportObject { + I: I; + current: any; + } interface Methods extends Playwright {} interface I extends ReturnType {} namespace Translation { diff --git a/packages/client/steps_file.js b/packages/client/steps_file.js index 4c8616c9a4..71a515de5d 100644 --- a/packages/client/steps_file.js +++ b/packages/client/steps_file.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/client/webpack.config.js b/packages/client/webpack.config.js index 6a89b47708..7ef40e7fb6 100644 --- a/packages/client/webpack.config.js +++ b/packages/client/webpack.config.js @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/doceditor/index.d.ts b/packages/doceditor/index.d.ts index 4e836914c2..d963d47fbf 100644 --- a/packages/doceditor/index.d.ts +++ b/packages/doceditor/index.d.ts @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode @@ -28,3 +28,4 @@ declare module "*.ico?url" { const content: string; export default content; } + diff --git a/packages/doceditor/next.config.js b/packages/doceditor/next.config.js index 592cad1c43..3cef6b3e51 100644 --- a/packages/doceditor/next.config.js +++ b/packages/doceditor/next.config.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode @@ -113,3 +113,4 @@ module.exports = { }, ...nextConfig, }; + diff --git a/packages/doceditor/scripts/buildTranslations.js b/packages/doceditor/scripts/buildTranslations.js index 545f291cc9..c53cfbe977 100644 --- a/packages/doceditor/scripts/buildTranslations.js +++ b/packages/doceditor/scripts/buildTranslations.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode @@ -36,3 +36,4 @@ beforeBuild( null, true, ); + diff --git a/packages/doceditor/server.js b/packages/doceditor/server.js index bfd17c4822..ede64092a6 100644 --- a/packages/doceditor/server.js +++ b/packages/doceditor/server.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode @@ -60,3 +60,4 @@ app.prepare().then(() => { console.log(`Server is listening on port ${port}`); }); }); + diff --git a/packages/doceditor/server.prod.js b/packages/doceditor/server.prod.js index 20f0a0ac11..0991b4ec2b 100644 --- a/packages/doceditor/server.prod.js +++ b/packages/doceditor/server.prod.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode @@ -230,3 +230,4 @@ startServer({ console.error(err); process.exit(1); }); + diff --git a/packages/doceditor/src/app/[...not-found]/page.tsx b/packages/doceditor/src/app/[...not-found]/page.tsx index 3051b8adad..cc83b29b02 100644 --- a/packages/doceditor/src/app/[...not-found]/page.tsx +++ b/packages/doceditor/src/app/[...not-found]/page.tsx @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode @@ -29,3 +29,4 @@ import { notFound } from "next/navigation"; export default function NotFoundCatchAll() { notFound(); } + diff --git a/packages/doceditor/src/app/create/page.tsx b/packages/doceditor/src/app/create/page.tsx index fa5ddf91ae..46064bb29c 100644 --- a/packages/doceditor/src/app/create/page.tsx +++ b/packages/doceditor/src/app/create/page.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms @@ -106,3 +106,4 @@ async function Page({ searchParams }: { searchParams: TSearchParams }) { } export default Page; + diff --git a/packages/doceditor/src/app/error/page.tsx b/packages/doceditor/src/app/error/page.tsx index bb16705cd0..137a05efcd 100644 --- a/packages/doceditor/src/app/error/page.tsx +++ b/packages/doceditor/src/app/error/page.tsx @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode @@ -68,3 +68,4 @@ async function Page({ searchParams }: { searchParams: TSearchParams }) { } export default Page; + diff --git a/packages/doceditor/src/app/global-error.tsx b/packages/doceditor/src/app/global-error.tsx index 2dd7efafbe..357519701a 100644 --- a/packages/doceditor/src/app/global-error.tsx +++ b/packages/doceditor/src/app/global-error.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms @@ -104,3 +104,4 @@ export default function GlobalError({ error }: { error: Error }) { ); } + diff --git a/packages/doceditor/src/app/health/page.tsx b/packages/doceditor/src/app/health/page.tsx index 297e6edfeb..8a0bd573ed 100644 --- a/packages/doceditor/src/app/health/page.tsx +++ b/packages/doceditor/src/app/health/page.tsx @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode @@ -29,3 +29,4 @@ async function Page({}) { } export default Page; + diff --git a/packages/doceditor/src/app/layout.tsx b/packages/doceditor/src/app/layout.tsx index 6a37cb26ce..fddd984427 100644 --- a/packages/doceditor/src/app/layout.tsx +++ b/packages/doceditor/src/app/layout.tsx @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode @@ -48,3 +48,4 @@ export default async function RootLayout({ ); } + diff --git a/packages/doceditor/src/app/midlleware.ts b/packages/doceditor/src/app/midlleware.ts index dedac64618..a5743372b5 100644 --- a/packages/doceditor/src/app/midlleware.ts +++ b/packages/doceditor/src/app/midlleware.ts @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode @@ -36,3 +36,4 @@ export function middleware(request: NextRequest) { export const config = { matcher: "/", }; + diff --git a/packages/doceditor/src/app/not-found.tsx b/packages/doceditor/src/app/not-found.tsx index 8434153259..1672e8a61a 100644 --- a/packages/doceditor/src/app/not-found.tsx +++ b/packages/doceditor/src/app/not-found.tsx @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode @@ -29,3 +29,4 @@ import NotFoundError from "@/components/NotFoundError"; export default function NotFound() { return ; } + diff --git a/packages/doceditor/src/app/page.tsx b/packages/doceditor/src/app/page.tsx index ee6e062caa..12b20c68d6 100644 --- a/packages/doceditor/src/app/page.tsx +++ b/packages/doceditor/src/app/page.tsx @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode @@ -72,3 +72,4 @@ async function Page({ } export default Page; + diff --git a/packages/doceditor/src/components/CreateFileError.tsx b/packages/doceditor/src/components/CreateFileError.tsx index 501c1ada71..96ea0699a4 100644 --- a/packages/doceditor/src/components/CreateFileError.tsx +++ b/packages/doceditor/src/components/CreateFileError.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms @@ -110,3 +110,4 @@ const CreateFileError = ({ }; export default CreateFileError; + diff --git a/packages/doceditor/src/components/Editor.tsx b/packages/doceditor/src/components/Editor.tsx index 315cf6bc3c..3b1b01a8d1 100644 --- a/packages/doceditor/src/components/Editor.tsx +++ b/packages/doceditor/src/components/Editor.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms @@ -269,3 +269,4 @@ const Editor = ({ }; export default Editor; + diff --git a/packages/doceditor/src/components/NotFoundError.tsx b/packages/doceditor/src/components/NotFoundError.tsx index f3e209eedc..5d9dbbdf44 100644 --- a/packages/doceditor/src/components/NotFoundError.tsx +++ b/packages/doceditor/src/components/NotFoundError.tsx @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode @@ -39,3 +39,4 @@ const NotFoundError = ({}) => { }; export default NotFoundError; + diff --git a/packages/doceditor/src/components/Root.tsx b/packages/doceditor/src/components/Root.tsx index 728e3eda58..1a6cd83bab 100644 --- a/packages/doceditor/src/components/Root.tsx +++ b/packages/doceditor/src/components/Root.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms @@ -235,3 +235,4 @@ const Root = ({ }; export default Root; + diff --git a/packages/doceditor/src/components/SelectFileDialog.tsx b/packages/doceditor/src/components/SelectFileDialog.tsx index e25bbdcbf0..ac64066cb8 100644 --- a/packages/doceditor/src/components/SelectFileDialog.tsx +++ b/packages/doceditor/src/components/SelectFileDialog.tsx @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/doceditor/src/components/SelectFolderDialog.tsx b/packages/doceditor/src/components/SelectFolderDialog.tsx index 30294f5586..2a959c5211 100644 --- a/packages/doceditor/src/components/SelectFolderDialog.tsx +++ b/packages/doceditor/src/components/SelectFolderDialog.tsx @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode @@ -98,3 +98,4 @@ const SelectFolderDialog = ({ }; export default SelectFolderDialog; + diff --git a/packages/doceditor/src/components/ShareDialog.tsx b/packages/doceditor/src/components/ShareDialog.tsx index 7c75691561..916523ec39 100644 --- a/packages/doceditor/src/components/ShareDialog.tsx +++ b/packages/doceditor/src/components/ShareDialog.tsx @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode @@ -104,3 +104,4 @@ const SharingDialog = ({ }; export default SharingDialog; + diff --git a/packages/doceditor/src/components/deep-link/DeepLink.helper.ts b/packages/doceditor/src/components/deep-link/DeepLink.helper.ts index ef72365ac9..383cbf5a4c 100644 --- a/packages/doceditor/src/components/deep-link/DeepLink.helper.ts +++ b/packages/doceditor/src/components/deep-link/DeepLink.helper.ts @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode @@ -189,3 +189,4 @@ const redirectToStore = (deepLinkConfig?: TDeepLinkConfig) => { window.location.replace(storeUrl); }; + diff --git a/packages/doceditor/src/components/deep-link/DeepLink.styled.ts b/packages/doceditor/src/components/deep-link/DeepLink.styled.ts index 56bd5e341c..e16639e4b7 100644 --- a/packages/doceditor/src/components/deep-link/DeepLink.styled.ts +++ b/packages/doceditor/src/components/deep-link/DeepLink.styled.ts @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode @@ -131,3 +131,4 @@ export const LogoWrapper = styled.div` display: none; } `; + diff --git a/packages/doceditor/src/components/deep-link/DeepLink.types.ts b/packages/doceditor/src/components/deep-link/DeepLink.types.ts index 64a8874c50..954ed26da5 100644 --- a/packages/doceditor/src/components/deep-link/DeepLink.types.ts +++ b/packages/doceditor/src/components/deep-link/DeepLink.types.ts @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode @@ -43,3 +43,4 @@ export interface DeepLinkProps { setIsShowDeepLink: (value: boolean) => void; } + diff --git a/packages/doceditor/src/components/deep-link/index.tsx b/packages/doceditor/src/components/deep-link/index.tsx index 1b387d9a14..5fe89d8a4a 100644 --- a/packages/doceditor/src/components/deep-link/index.tsx +++ b/packages/doceditor/src/components/deep-link/index.tsx @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode @@ -168,3 +168,4 @@ const DeepLink = ({ }; export default DeepLink; + diff --git a/packages/doceditor/src/hooks/useDeepLink.ts b/packages/doceditor/src/hooks/useDeepLink.ts index bc7918d525..e68684dde2 100644 --- a/packages/doceditor/src/hooks/useDeepLink.ts +++ b/packages/doceditor/src/hooks/useDeepLink.ts @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode @@ -79,3 +79,4 @@ const useDeepLink = ({ settings, fileInfo, email }: UseDeepLinkProps) => { }; export default useDeepLink; + diff --git a/packages/doceditor/src/hooks/useDeviceType.ts b/packages/doceditor/src/hooks/useDeviceType.ts index 8408607089..7addef5d4b 100644 --- a/packages/doceditor/src/hooks/useDeviceType.ts +++ b/packages/doceditor/src/hooks/useDeviceType.ts @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode @@ -57,3 +57,4 @@ const useDeviceType = () => { }; export default useDeviceType; + diff --git a/packages/doceditor/src/hooks/useEditorEvents.ts b/packages/doceditor/src/hooks/useEditorEvents.ts index 42b29a1790..6bb6ad88ad 100644 --- a/packages/doceditor/src/hooks/useEditorEvents.ts +++ b/packages/doceditor/src/hooks/useEditorEvents.ts @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode @@ -643,3 +643,4 @@ const useEditorEvents = ({ }; export default useEditorEvents; + diff --git a/packages/doceditor/src/hooks/useError.ts b/packages/doceditor/src/hooks/useError.ts index ad58d08fef..e42af83c52 100644 --- a/packages/doceditor/src/hooks/useError.ts +++ b/packages/doceditor/src/hooks/useError.ts @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode @@ -88,3 +88,4 @@ const useError = ({ error, editorUrl, t }: UseErrorProps) => { }; export default useError; + diff --git a/packages/doceditor/src/hooks/useFilesSettings.ts b/packages/doceditor/src/hooks/useFilesSettings.ts index 753a55e690..87343031dd 100644 --- a/packages/doceditor/src/hooks/useFilesSettings.ts +++ b/packages/doceditor/src/hooks/useFilesSettings.ts @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode @@ -54,3 +54,4 @@ const useFilesSettings = ({}) => { }; export default useFilesSettings; + diff --git a/packages/doceditor/src/hooks/useI18N.ts b/packages/doceditor/src/hooks/useI18N.ts index 6dca0d289d..cd25f62100 100644 --- a/packages/doceditor/src/hooks/useI18N.ts +++ b/packages/doceditor/src/hooks/useI18N.ts @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode @@ -61,3 +61,4 @@ const useI18N = ({ settings, user }: UseI18NProps) => { }; export default useI18N; + diff --git a/packages/doceditor/src/hooks/useInit.ts b/packages/doceditor/src/hooks/useInit.ts index f36222b333..4b5ca4b38a 100644 --- a/packages/doceditor/src/hooks/useInit.ts +++ b/packages/doceditor/src/hooks/useInit.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms @@ -91,3 +91,4 @@ const useInit = ({ }; export default useInit; + diff --git a/packages/doceditor/src/hooks/useRootInit.ts b/packages/doceditor/src/hooks/useRootInit.ts index 07c4230832..776cdff54a 100644 --- a/packages/doceditor/src/hooks/useRootInit.ts +++ b/packages/doceditor/src/hooks/useRootInit.ts @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode @@ -78,3 +78,4 @@ const useRootInit = ({ documentType, fileType }: UseRootInitProps) => { }; export default useRootInit; + diff --git a/packages/doceditor/src/hooks/useSelectFileDialog.ts b/packages/doceditor/src/hooks/useSelectFileDialog.ts index d442fdab37..73d9a8d5df 100644 --- a/packages/doceditor/src/hooks/useSelectFileDialog.ts +++ b/packages/doceditor/src/hooks/useSelectFileDialog.ts @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode @@ -254,3 +254,4 @@ const useSelectFileDialog = ({ instanceId }: UseSelectFileDialogProps) => { }; export default useSelectFileDialog; + diff --git a/packages/doceditor/src/hooks/useSelectFolderDialog.ts b/packages/doceditor/src/hooks/useSelectFolderDialog.ts index fb2361c06a..4017addccd 100644 --- a/packages/doceditor/src/hooks/useSelectFolderDialog.ts +++ b/packages/doceditor/src/hooks/useSelectFolderDialog.ts @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode @@ -133,3 +133,4 @@ const useSelectFolderDialog = ({}: UseSelectFolderDialogProps) => { }; export default useSelectFolderDialog; + diff --git a/packages/doceditor/src/hooks/useShareDialog.ts b/packages/doceditor/src/hooks/useShareDialog.ts index cc8d6d61d7..de13b29105 100644 --- a/packages/doceditor/src/hooks/useShareDialog.ts +++ b/packages/doceditor/src/hooks/useShareDialog.ts @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode @@ -45,3 +45,4 @@ const useShareDialog = () => { }; export default useShareDialog; + diff --git a/packages/doceditor/src/hooks/useSocketHelper.ts b/packages/doceditor/src/hooks/useSocketHelper.ts index d898f4a4eb..048796ead8 100644 --- a/packages/doceditor/src/hooks/useSocketHelper.ts +++ b/packages/doceditor/src/hooks/useSocketHelper.ts @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode @@ -76,3 +76,4 @@ const useSocketHelper = ({ socketUrl }: UseSocketHelperProps) => { }; export default useSocketHelper; + diff --git a/packages/doceditor/src/hooks/useTheme.ts b/packages/doceditor/src/hooks/useTheme.ts index 35f340d17a..16cf10a4a1 100644 --- a/packages/doceditor/src/hooks/useTheme.ts +++ b/packages/doceditor/src/hooks/useTheme.ts @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode @@ -97,3 +97,4 @@ const useTheme = ({ user }: UseThemeProps) => { }; export default useTheme; + diff --git a/packages/doceditor/src/hooks/useWhiteLabel.ts b/packages/doceditor/src/hooks/useWhiteLabel.ts index 1c4d830176..22387b5c3d 100644 --- a/packages/doceditor/src/hooks/useWhiteLabel.ts +++ b/packages/doceditor/src/hooks/useWhiteLabel.ts @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode @@ -54,3 +54,4 @@ const useWhiteLabel = () => { }; export default useWhiteLabel; + diff --git a/packages/doceditor/src/styles/globals.css b/packages/doceditor/src/styles/globals.css index 14ec1d5f9b..f88c3e6f37 100644 --- a/packages/doceditor/src/styles/globals.css +++ b/packages/doceditor/src/styles/globals.css @@ -1,5 +1,5 @@ /** - * (c) Copyright Ascensio System SIA 2010-2024 + * (c) Copyright Ascensio System SIA 2009-2024 * * This program is a free software product. * You can redistribute it and/or modify it under the terms @@ -52,3 +52,4 @@ body { body.loading * { cursor: wait !important; } + diff --git a/packages/doceditor/src/types/index.ts b/packages/doceditor/src/types/index.ts index 6565c2e8b7..b7c22300a9 100644 --- a/packages/doceditor/src/types/index.ts +++ b/packages/doceditor/src/types/index.ts @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode @@ -376,3 +376,4 @@ export type TCatchError = | { statusText: string } | { message: string } | string; + diff --git a/packages/doceditor/src/utils/actions.ts b/packages/doceditor/src/utils/actions.ts index 79861085d2..ce36907169 100644 --- a/packages/doceditor/src/utils/actions.ts +++ b/packages/doceditor/src/utils/actions.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/doceditor/src/utils/constants.ts b/packages/doceditor/src/utils/constants.ts index 7acced9a6a..0f9fdfd82e 100644 --- a/packages/doceditor/src/utils/constants.ts +++ b/packages/doceditor/src/utils/constants.ts @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode @@ -36,3 +36,4 @@ export const IS_VIEW = typeof window !== "undefined" ? window.location.search.indexOf("action=view") !== -1 : false; + diff --git a/packages/doceditor/src/utils/events.ts b/packages/doceditor/src/utils/events.ts index ef7a0a572c..78b22da292 100644 --- a/packages/doceditor/src/utils/events.ts +++ b/packages/doceditor/src/utils/events.ts @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode @@ -106,3 +106,4 @@ export const onSDKRequestRename = async ( const title = (event as TRenameEvent).data; await updateFile(id, title); }; + diff --git a/packages/doceditor/src/utils/i18n.ts b/packages/doceditor/src/utils/i18n.ts index 9f9c48223f..119cd89dcf 100644 --- a/packages/doceditor/src/utils/i18n.ts +++ b/packages/doceditor/src/utils/i18n.ts @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode @@ -72,3 +72,4 @@ export const getI18NInstance = (lng: string, portalLng: string) => { return i18n; }; + diff --git a/packages/doceditor/src/utils/index.ts b/packages/doceditor/src/utils/index.ts index 34e43a0ada..f6c4f0bc47 100644 --- a/packages/doceditor/src/utils/index.ts +++ b/packages/doceditor/src/utils/index.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms @@ -218,3 +218,4 @@ export const getIsZoom = () => typeof window !== "undefined" && (window?.navigator?.userAgent?.includes("ZoomWebKit") || window?.navigator?.userAgent?.includes("ZoomApps")); + diff --git a/packages/doceditor/src/utils/initDesktop.ts b/packages/doceditor/src/utils/initDesktop.ts index 143f0569b9..7188d5851f 100644 --- a/packages/doceditor/src/utils/initDesktop.ts +++ b/packages/doceditor/src/utils/initDesktop.ts @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode @@ -72,3 +72,4 @@ const initDesktop = ( }; export default initDesktop; + diff --git a/packages/doceditor/src/utils/registry.tsx b/packages/doceditor/src/utils/registry.tsx index a4a5febbd4..b873383028 100644 --- a/packages/doceditor/src/utils/registry.tsx +++ b/packages/doceditor/src/utils/registry.tsx @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode @@ -53,3 +53,4 @@ export default function StyledComponentsRegistry({ ); } + diff --git a/packages/login/codecept.conf.js b/packages/login/codecept.conf.js index b3983d10b3..26d7f63af3 100644 --- a/packages/login/codecept.conf.js +++ b/packages/login/codecept.conf.js @@ -1,30 +1,30 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode -const { setHeadlessWhen, setWindowSize } = require('@codeceptjs/configure'); +const { setHeadlessWhen, setWindowSize } = require("@codeceptjs/configure"); // turn on headless mode when running with HEADLESS=true environment variable // export HEADLESS=true && npx codeceptjs run @@ -37,13 +37,13 @@ const sizes = { desktop: { width: 1920, height: 1080 }, }; -const deviceType = process.env.DEVICE_TYPE || 'desktop'; +const deviceType = process.env.DEVICE_TYPE || "desktop"; const device = sizes[deviceType]; setWindowSize(device.width, device.height); -const browser = process.env.profile || 'chromium'; +const browser = process.env.profile || "chromium"; const isModel = !!process.env.MODEL; @@ -52,45 +52,45 @@ const screenshotOutput = isModel : `./tests/output/${browser}/${deviceType}`; exports.config = { - tests: './tests/*_tests.js', + tests: "./tests/*_tests.js", output: screenshotOutput, helpers: { Playwright: { - url: 'http://localhost:8092', + url: "http://localhost:8092", // show browser window show: false, browser: browser, // restart browser between tests restart: true, - waitForNavigation: 'networkidle0', + waitForNavigation: "networkidle0", // don't save screenshot on failure disableScreenshots: false, }, ResembleHelper: { - require: 'codeceptjs-resemblehelper', - screenshotFolder: './tests/output/', + require: "codeceptjs-resemblehelper", + screenshotFolder: "./tests/output/", baseFolder: `./tests/screenshots/${browser}/${deviceType}`, - diffFolder: './tests/output/diff/', + diffFolder: "./tests/output/diff/", }, PlaywrightHelper: { - require: './tests/helpers/playwright.helper.js', + require: "./tests/helpers/playwright.helper.js", }, }, include: { - I: './steps_file.js', + I: "./steps_file.js", }, bootstrap: null, mocha: { reporterOptions: { mochawesome: { - stdout: '-', + stdout: "-", options: { reportDir: `./tests/reports/${browser}/${deviceType}`, - reportFilename: 'report', + reportFilename: "report", }, }, - 'mocha-junit-reporter': { - stdout: '-', + "mocha-junit-reporter": { + stdout: "-", options: { mochaFile: `./tests/reports/${browser}/${deviceType}/report.xml`, attachments: false, //add screenshot for a failed test @@ -98,7 +98,7 @@ exports.config = { }, }, }, - name: 'ASC.Web.Login', + name: "ASC.Web.Login", plugins: { pauseOnFail: {}, retryFailedStep: { diff --git a/packages/login/index.d.ts b/packages/login/index.d.ts index ab2bc12c4d..eaf8fe1e2d 100644 --- a/packages/login/index.d.ts +++ b/packages/login/index.d.ts @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/login/scripts/buildTranslations.js b/packages/login/scripts/buildTranslations.js index 24079bb942..7a1f9e129f 100644 --- a/packages/login/scripts/buildTranslations.js +++ b/packages/login/scripts/buildTranslations.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/login/src/client/App.tsx b/packages/login/src/client/App.tsx index 6bb5fcf0ec..c5ef078621 100644 --- a/packages/login/src/client/App.tsx +++ b/packages/login/src/client/App.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/login/src/client/bootstrap.tsx b/packages/login/src/client/bootstrap.tsx index 55f4836ead..50fdbf5488 100644 --- a/packages/login/src/client/bootstrap.tsx +++ b/packages/login/src/client/bootstrap.tsx @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/login/src/client/components/ClientApp.tsx b/packages/login/src/client/components/ClientApp.tsx index aee0c892a0..74af790701 100644 --- a/packages/login/src/client/components/ClientApp.tsx +++ b/packages/login/src/client/components/ClientApp.tsx @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/login/src/client/components/CodeLogin.tsx b/packages/login/src/client/components/CodeLogin.tsx index 59cf452d7d..e7a18e0e99 100644 --- a/packages/login/src/client/components/CodeLogin.tsx +++ b/packages/login/src/client/components/CodeLogin.tsx @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode @@ -109,8 +109,8 @@ const Form: React.FC = ({ theme, setTheme, logoUrls }) => { const logoUrl = !logo ? undefined : !theme?.isBase - ? getLogoFromPath(logo.path.dark) - : getLogoFromPath(logo.path.light); + ? getLogoFromPath(logo.path.dark) + : getLogoFromPath(logo.path.light); return ( diff --git a/packages/login/src/client/components/ErrorBoundary.tsx b/packages/login/src/client/components/ErrorBoundary.tsx index e1a8c055b9..a0f8991ab0 100644 --- a/packages/login/src/client/components/ErrorBoundary.tsx +++ b/packages/login/src/client/components/ErrorBoundary.tsx @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/login/src/client/components/GlobalStyle.ts b/packages/login/src/client/components/GlobalStyle.ts index 7e2fa91421..0e85bece64 100644 --- a/packages/login/src/client/components/GlobalStyle.ts +++ b/packages/login/src/client/components/GlobalStyle.ts @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/login/src/client/components/Invalid/index.tsx b/packages/login/src/client/components/Invalid/index.tsx index a3c04502f0..e1374990a4 100644 --- a/packages/login/src/client/components/Invalid/index.tsx +++ b/packages/login/src/client/components/Invalid/index.tsx @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/login/src/client/components/Login.tsx b/packages/login/src/client/components/Login.tsx index 513209fdbb..d84c02981d 100644 --- a/packages/login/src/client/components/Login.tsx +++ b/packages/login/src/client/components/Login.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/login/src/client/components/StyledLogin.ts b/packages/login/src/client/components/StyledLogin.ts index f3252421a3..c7726fa9e3 100644 --- a/packages/login/src/client/components/StyledLogin.ts +++ b/packages/login/src/client/components/StyledLogin.ts @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/login/src/client/components/sub-components/EmailContainer.tsx b/packages/login/src/client/components/sub-components/EmailContainer.tsx index ec243597c3..5c2bb02242 100644 --- a/packages/login/src/client/components/sub-components/EmailContainer.tsx +++ b/packages/login/src/client/components/sub-components/EmailContainer.tsx @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/login/src/client/components/sub-components/GreetingContainer.tsx b/packages/login/src/client/components/sub-components/GreetingContainer.tsx index 1993415899..c70edc0a17 100644 --- a/packages/login/src/client/components/sub-components/GreetingContainer.tsx +++ b/packages/login/src/client/components/sub-components/GreetingContainer.tsx @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/login/src/client/components/sub-components/LoginForm.tsx b/packages/login/src/client/components/sub-components/LoginForm.tsx index faeb95e7c1..a9b4b7c951 100644 --- a/packages/login/src/client/components/sub-components/LoginForm.tsx +++ b/packages/login/src/client/components/sub-components/LoginForm.tsx @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/login/src/client/components/sub-components/SimpleNav.tsx b/packages/login/src/client/components/sub-components/SimpleNav.tsx index 48b0718221..ddd900b2a4 100644 --- a/packages/login/src/client/components/sub-components/SimpleNav.tsx +++ b/packages/login/src/client/components/sub-components/SimpleNav.tsx @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/login/src/client/components/sub-components/forgot-password-modal-dialog.tsx b/packages/login/src/client/components/sub-components/forgot-password-modal-dialog.tsx index f94e04d204..5d7b761b24 100644 --- a/packages/login/src/client/components/sub-components/forgot-password-modal-dialog.tsx +++ b/packages/login/src/client/components/sub-components/forgot-password-modal-dialog.tsx @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/login/src/client/components/sub-components/modal-dialog-container.ts b/packages/login/src/client/components/sub-components/modal-dialog-container.ts index 77b0bda19e..d0a8a62ceb 100644 --- a/packages/login/src/client/components/sub-components/modal-dialog-container.ts +++ b/packages/login/src/client/components/sub-components/modal-dialog-container.ts @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/login/src/client/components/sub-components/register-container.tsx b/packages/login/src/client/components/sub-components/register-container.tsx index 57e93c22e7..ffb5203785 100644 --- a/packages/login/src/client/components/sub-components/register-container.tsx +++ b/packages/login/src/client/components/sub-components/register-container.tsx @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/login/src/client/components/sub-components/register-modal-dialog.tsx b/packages/login/src/client/components/sub-components/register-modal-dialog.tsx index 1209866ef2..27012257e7 100644 --- a/packages/login/src/client/components/sub-components/register-modal-dialog.tsx +++ b/packages/login/src/client/components/sub-components/register-modal-dialog.tsx @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/login/src/client/helpers/constants.ts b/packages/login/src/client/helpers/constants.ts index d08b4b875f..19dfcbb949 100644 --- a/packages/login/src/client/helpers/constants.ts +++ b/packages/login/src/client/helpers/constants.ts @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/login/src/client/helpers/useMounted.ts b/packages/login/src/client/helpers/useMounted.ts index bbb10cc1cf..2d149cb787 100644 --- a/packages/login/src/client/helpers/useMounted.ts +++ b/packages/login/src/client/helpers/useMounted.ts @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode @@ -27,15 +27,15 @@ import { useState, useEffect } from "react"; export const useMounted = () => { - const [mounted, setMounted] = useState(false); + const [mounted, setMounted] = useState(false); - useEffect(() => { - setMounted(true); + useEffect(() => { + setMounted(true); - return () => { - setMounted(false); - }; - }, []); + return () => { + setMounted(false); + }; + }, []); - return mounted; + return mounted; }; diff --git a/packages/login/src/client/helpers/utils.ts b/packages/login/src/client/helpers/utils.ts index 6738206db3..c3ecdaf35c 100644 --- a/packages/login/src/client/helpers/utils.ts +++ b/packages/login/src/client/helpers/utils.ts @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/login/src/client/hooks/useIsomorphicLayoutEffect.ts b/packages/login/src/client/hooks/useIsomorphicLayoutEffect.ts index 19fa1ab18d..8db077ebea 100644 --- a/packages/login/src/client/hooks/useIsomorphicLayoutEffect.ts +++ b/packages/login/src/client/hooks/useIsomorphicLayoutEffect.ts @@ -1,32 +1,32 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode -import { useEffect, useLayoutEffect } from 'react'; +import { useEffect, useLayoutEffect } from "react"; -const canUseDOM = typeof window !== 'undefined'; +const canUseDOM = typeof window !== "undefined"; const useIsomorphicLayoutEffect = canUseDOM ? useLayoutEffect : useEffect; -export default useIsomorphicLayoutEffect; \ No newline at end of file +export default useIsomorphicLayoutEffect; diff --git a/packages/login/src/client/i18n.ts b/packages/login/src/client/i18n.ts index a07ae3521d..e95e628dba 100644 --- a/packages/login/src/client/i18n.ts +++ b/packages/login/src/client/i18n.ts @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/login/src/client/index.ts b/packages/login/src/client/index.ts index 58916790ba..0d86897b8f 100644 --- a/packages/login/src/client/index.ts +++ b/packages/login/src/client/index.ts @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/login/src/server/config/index.ts b/packages/login/src/server/config/index.ts index 5b9a3954a8..b5d7f73d00 100644 --- a/packages/login/src/server/config/index.ts +++ b/packages/login/src/server/config/index.ts @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode @@ -40,9 +40,12 @@ function getAndSaveAppsettings() { } const env: string = nconf.get("app").environment; - console.log('environment: ' + env); - nconf.file("appsettingsWithEnv", path.join(appsettings, 'appsettings.' + env + '.json')); - nconf.file("appsettings", path.join(appsettings, 'appsettings.json')); + console.log("environment: " + env); + nconf.file( + "appsettingsWithEnv", + path.join(appsettings, "appsettings." + env + ".json") + ); + nconf.file("appsettings", path.join(appsettings, "appsettings.json")); nconf.file( "appsettingsServices", diff --git a/packages/login/src/server/i18n.ts b/packages/login/src/server/i18n.ts index de957c1964..ddf62e91d5 100644 --- a/packages/login/src/server/i18n.ts +++ b/packages/login/src/server/i18n.ts @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/login/src/server/index.ts b/packages/login/src/server/index.ts index 121467b324..80414beb19 100644 --- a/packages/login/src/server/index.ts +++ b/packages/login/src/server/index.ts @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/login/src/server/lib/helpers/index.ts b/packages/login/src/server/lib/helpers/index.ts index e292238d83..d1ee982a9f 100644 --- a/packages/login/src/server/lib/helpers/index.ts +++ b/packages/login/src/server/lib/helpers/index.ts @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/login/src/server/lib/helpers/render-app.tsx b/packages/login/src/server/lib/helpers/render-app.tsx index 327fe1114c..c46f8c47d0 100644 --- a/packages/login/src/server/lib/helpers/render-app.tsx +++ b/packages/login/src/server/lib/helpers/render-app.tsx @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/login/src/server/lib/logger.ts b/packages/login/src/server/lib/logger.ts index 44e086acc6..4eeffd8f0b 100644 --- a/packages/login/src/server/lib/logger.ts +++ b/packages/login/src/server/lib/logger.ts @@ -1,33 +1,33 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode import winston from "winston"; -import WinstonCloudWatch from "winston-cloudwatch"; -import date from "date-and-time"; -import os from "os"; +import WinstonCloudWatch from "winston-cloudwatch"; +import date from "date-and-time"; +import os from "os"; import "winston-daily-rotate-file"; import path from "path"; import fs from "fs"; @@ -54,14 +54,15 @@ if (!fs.existsSync(dirName)) { const aws = config.get("aws").cloudWatch; -const accessKeyId = aws.accessKeyId; -const secretAccessKey = aws.secretAccessKey; -const awsRegion = aws.region; +const accessKeyId = aws.accessKeyId; +const secretAccessKey = aws.secretAccessKey; +const awsRegion = aws.region; const logGroupName = aws.logGroupName; -const logStreamName = aws.logStreamName.replace("${hostname}", os.hostname()) - .replace("${applicationContext}", "Login") - .replace("${guid}", randomUUID()) - .replace("${date}", date.format(new Date(), 'YYYY/MM/DDTHH.mm.ss')); +const logStreamName = aws.logStreamName + .replace("${hostname}", os.hostname()) + .replace("${applicationContext}", "Login") + .replace("${guid}", randomUUID()) + .replace("${date}", date.format(new Date(), "YYYY/MM/DDTHH.mm.ss")); const options = { file: { @@ -82,7 +83,7 @@ const options = { colorize: true, }, cloudWatch: { - name: 'aws', + name: "aws", level: logLevel, logStreamName: logStreamName, logGroupName: logGroupName, @@ -91,26 +92,25 @@ const options = { awsOptions: { credentials: { accessKeyId: accessKeyId, - secretAccessKey: secretAccessKey - } - } - } + secretAccessKey: secretAccessKey, + }, + }, + }, }; const transports: winston.transport[] = [ new winston.transports.Console(options.console), - new winston.transports.DailyRotateFile(options.file) + new winston.transports.DailyRotateFile(options.file), ]; -if (aws != null && aws.accessKeyId !== '') -{ +if (aws != null && aws.accessKeyId !== "") { transports.push(new WinstonCloudWatch(options.cloudWatch)); } -const customFormat = winston.format(info => { +const customFormat = winston.format((info) => { const now = new Date(); - info.date = date.format(now, 'YYYY-MM-DD HH:mm:ss'); + info.date = date.format(now, "YYYY-MM-DD HH:mm:ss"); info.applicationContext = "Login"; info.level = info.level.toUpperCase(); @@ -122,10 +122,7 @@ const customFormat = winston.format(info => { })(); const logger = winston.createLogger({ - format: winston.format.combine( - customFormat, - winston.format.json() - ), + format: winston.format.combine(customFormat, winston.format.json()), transports: transports, exitOnError: false, }); diff --git a/packages/login/src/server/lib/template.ts b/packages/login/src/server/lib/template.ts index 37ecd057ab..951bb79f14 100644 --- a/packages/login/src/server/lib/template.ts +++ b/packages/login/src/server/lib/template.ts @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/login/src/server/lib/websocket.ts b/packages/login/src/server/lib/websocket.ts index d0931e1603..8c5abd8ee0 100644 --- a/packages/login/src/server/lib/websocket.ts +++ b/packages/login/src/server/lib/websocket.ts @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/login/src/store/index.ts b/packages/login/src/store/index.ts index 1e7c7dc1fb..cd421e5276 100644 --- a/packages/login/src/store/index.ts +++ b/packages/login/src/store/index.ts @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/login/steps.d.ts b/packages/login/steps.d.ts index bb2df828bc..eb49b9d61f 100644 --- a/packages/login/steps.d.ts +++ b/packages/login/steps.d.ts @@ -1,34 +1,37 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode /// -type steps_file = typeof import('./steps_file.js'); +type steps_file = typeof import("./steps_file.js"); declare namespace CodeceptJS { - interface SupportObject { I: I, current: any } + interface SupportObject { + I: I; + current: any; + } interface Methods extends Playwright {} interface I extends ReturnType {} namespace Translation { diff --git a/packages/login/steps_file.js b/packages/login/steps_file.js index 61e5c78ee9..378a391946 100644 --- a/packages/login/steps_file.js +++ b/packages/login/steps_file.js @@ -1,36 +1,34 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode // in this file you can append custom step methods to 'I' object -module.exports = function() { +module.exports = function () { return actor({ - // Define custom steps here, use 'this' to access default methods of I. // It is recommended to place a general 'login' function here. - }); -} +}; diff --git a/packages/login/webpack/webpack.base.js b/packages/login/webpack/webpack.base.js index f013a94ef1..dd2a743a2b 100644 --- a/packages/login/webpack/webpack.base.js +++ b/packages/login/webpack/webpack.base.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/login/webpack/webpack.client.js b/packages/login/webpack/webpack.client.js index ea7e3a299e..0b8baff388 100644 --- a/packages/login/webpack/webpack.client.js +++ b/packages/login/webpack/webpack.client.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/login/webpack/webpack.server.js b/packages/login/webpack/webpack.server.js index 6da13bab27..b24369effb 100644 --- a/packages/login/webpack/webpack.server.js +++ b/packages/login/webpack/webpack.server.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/management/Dockerfile b/packages/management/Dockerfile index b927f8c354..df71e90be0 100644 --- a/packages/management/Dockerfile +++ b/packages/management/Dockerfile @@ -1,4 +1,4 @@ -# (c) Copyright Ascensio System SIA 2010-2024 +# (c) Copyright Ascensio System SIA 2009-2024 # # This program is a free software product. # You can redistribute it and/or modify it under the terms diff --git a/packages/management/index.d.ts b/packages/management/index.d.ts index 5dcb43191d..a12f1a7f2c 100644 --- a/packages/management/index.d.ts +++ b/packages/management/index.d.ts @@ -1,28 +1,28 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode -declare module '@docspace/*'; -declare module 'client/*'; +declare module "@docspace/*"; +declare module "client/*"; diff --git a/packages/management/scripts/buildTranslations.js b/packages/management/scripts/buildTranslations.js index 11fcec59c6..85c23bf192 100644 --- a/packages/management/scripts/buildTranslations.js +++ b/packages/management/scripts/buildTranslations.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/management/src/App.tsx b/packages/management/src/App.tsx index 553f07a782..b90e09e840 100644 --- a/packages/management/src/App.tsx +++ b/packages/management/src/App.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/management/src/Client.tsx b/packages/management/src/Client.tsx index 5c7a60639f..2308177ae8 100644 --- a/packages/management/src/Client.tsx +++ b/packages/management/src/Client.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/management/src/Layout/Article/Body/index.tsx b/packages/management/src/Layout/Article/Body/index.tsx index 5d7ec9c80e..db6809163f 100644 --- a/packages/management/src/Layout/Article/Body/index.tsx +++ b/packages/management/src/Layout/Article/Body/index.tsx @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/management/src/Layout/Article/Header/index.tsx b/packages/management/src/Layout/Article/Header/index.tsx index 5096e22239..08825d7f15 100644 --- a/packages/management/src/Layout/Article/Header/index.tsx +++ b/packages/management/src/Layout/Article/Header/index.tsx @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/management/src/Layout/Article/index.tsx b/packages/management/src/Layout/Article/index.tsx index f21ad89e1c..8073e7917a 100644 --- a/packages/management/src/Layout/Article/index.tsx +++ b/packages/management/src/Layout/Article/index.tsx @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/management/src/Layout/Section/Header/index.tsx b/packages/management/src/Layout/Section/Header/index.tsx index be527d18b4..55d65b6cc8 100644 --- a/packages/management/src/Layout/Section/Header/index.tsx +++ b/packages/management/src/Layout/Section/Header/index.tsx @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/management/src/Layout/Section/index.tsx b/packages/management/src/Layout/Section/index.tsx index 44db07fdee..e5c4ad8a34 100644 --- a/packages/management/src/Layout/Section/index.tsx +++ b/packages/management/src/Layout/Section/index.tsx @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/management/src/Layout/index.tsx b/packages/management/src/Layout/index.tsx index 8ad1c86bea..378994f079 100644 --- a/packages/management/src/Layout/index.tsx +++ b/packages/management/src/Layout/index.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/management/src/SimpleHeader.tsx b/packages/management/src/SimpleHeader.tsx index f05036eff6..14a430d309 100644 --- a/packages/management/src/SimpleHeader.tsx +++ b/packages/management/src/SimpleHeader.tsx @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/management/src/bootstrap.tsx b/packages/management/src/bootstrap.tsx index c067c175e4..53d9f9ae77 100644 --- a/packages/management/src/bootstrap.tsx +++ b/packages/management/src/bootstrap.tsx @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/management/src/categories/backup/index.tsx b/packages/management/src/categories/backup/index.tsx index 29846c519c..cee96e4b78 100644 --- a/packages/management/src/categories/backup/index.tsx +++ b/packages/management/src/categories/backup/index.tsx @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/management/src/categories/branding/index.tsx b/packages/management/src/categories/branding/index.tsx index 4bf821e272..871ffd18c7 100644 --- a/packages/management/src/categories/branding/index.tsx +++ b/packages/management/src/categories/branding/index.tsx @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/management/src/categories/payments/index.tsx b/packages/management/src/categories/payments/index.tsx index 1c9b5c8c59..a94c93b289 100644 --- a/packages/management/src/categories/payments/index.tsx +++ b/packages/management/src/categories/payments/index.tsx @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/management/src/categories/restore/index.tsx b/packages/management/src/categories/restore/index.tsx index cfb9e8c29b..a2fbd4247d 100644 --- a/packages/management/src/categories/restore/index.tsx +++ b/packages/management/src/categories/restore/index.tsx @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/management/src/categories/spaces/StyledSpaces.tsx b/packages/management/src/categories/spaces/StyledSpaces.tsx index 2be48d6d73..ef5e132402 100644 --- a/packages/management/src/categories/spaces/StyledSpaces.tsx +++ b/packages/management/src/categories/spaces/StyledSpaces.tsx @@ -1,31 +1,31 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode import styled, { css } from "styled-components"; -import { isMobileOnly } from "react-device-detect" +import { isMobileOnly } from "react-device-detect"; const SpaceContainer = styled.div` max-width: 700px; @@ -97,7 +97,6 @@ const StyledMultipleSpaces = styled.div` } `; - const StyledLoader = styled.div` max-width: 700px; display: flex; @@ -137,4 +136,9 @@ const StyledLoader = styled.div` } `; -export { SpaceContainer, ConfigurationWrapper, StyledMultipleSpaces, StyledLoader }; +export { + SpaceContainer, + ConfigurationWrapper, + StyledMultipleSpaces, + StyledLoader, +}; diff --git a/packages/management/src/categories/spaces/index.tsx b/packages/management/src/categories/spaces/index.tsx index a8011f5de3..bfe0ee20e5 100644 --- a/packages/management/src/categories/spaces/index.tsx +++ b/packages/management/src/categories/spaces/index.tsx @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/management/src/categories/spaces/sub-components/ConfigurationSection.tsx b/packages/management/src/categories/spaces/sub-components/ConfigurationSection.tsx index 56fcb39cd2..6a9f68d8b9 100644 --- a/packages/management/src/categories/spaces/sub-components/ConfigurationSection.tsx +++ b/packages/management/src/categories/spaces/sub-components/ConfigurationSection.tsx @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/management/src/categories/spaces/sub-components/MultipleSpaces.tsx b/packages/management/src/categories/spaces/sub-components/MultipleSpaces.tsx index af9a1d147e..5360b56503 100644 --- a/packages/management/src/categories/spaces/sub-components/MultipleSpaces.tsx +++ b/packages/management/src/categories/spaces/sub-components/MultipleSpaces.tsx @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/management/src/categories/spaces/sub-components/RowView/RoomContent.tsx b/packages/management/src/categories/spaces/sub-components/RowView/RoomContent.tsx index 8d98267491..4ec1006a3c 100644 --- a/packages/management/src/categories/spaces/sub-components/RowView/RoomContent.tsx +++ b/packages/management/src/categories/spaces/sub-components/RowView/RoomContent.tsx @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode @@ -56,7 +56,7 @@ type TRoomContent = { export const RoomContent = ({ item, isCurrentPortal }: TRoomContent) => { const { t } = useTranslation(["Management", "Common", "Settings"]); - + const { roomAdminCount, usersCount, roomsCount, usedSize } = item?.quotaUsage || { roomAdminCount: null, diff --git a/packages/management/src/categories/spaces/sub-components/RowView/SpacesRoomRow.tsx b/packages/management/src/categories/spaces/sub-components/RowView/SpacesRoomRow.tsx index 5f60c806b6..899894445d 100644 --- a/packages/management/src/categories/spaces/sub-components/RowView/SpacesRoomRow.tsx +++ b/packages/management/src/categories/spaces/sub-components/RowView/SpacesRoomRow.tsx @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/management/src/categories/spaces/sub-components/RowView/SpacesRowContainer.tsx b/packages/management/src/categories/spaces/sub-components/RowView/SpacesRowContainer.tsx index e496617438..c1aa40ea5e 100644 --- a/packages/management/src/categories/spaces/sub-components/RowView/SpacesRowContainer.tsx +++ b/packages/management/src/categories/spaces/sub-components/RowView/SpacesRowContainer.tsx @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/management/src/categories/spaces/sub-components/SpacesLoader.tsx b/packages/management/src/categories/spaces/sub-components/SpacesLoader.tsx index 0c2c8505a2..6d29add354 100644 --- a/packages/management/src/categories/spaces/sub-components/SpacesLoader.tsx +++ b/packages/management/src/categories/spaces/sub-components/SpacesLoader.tsx @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/management/src/categories/spaces/sub-components/dialogs/ChangeDomainDialog/index.tsx b/packages/management/src/categories/spaces/sub-components/dialogs/ChangeDomainDialog/index.tsx index b84ebf4446..4aa6842758 100644 --- a/packages/management/src/categories/spaces/sub-components/dialogs/ChangeDomainDialog/index.tsx +++ b/packages/management/src/categories/spaces/sub-components/dialogs/ChangeDomainDialog/index.tsx @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/management/src/categories/spaces/sub-components/dialogs/CreatePortalDialog/index.tsx b/packages/management/src/categories/spaces/sub-components/dialogs/CreatePortalDialog/index.tsx index ce834272ed..212c166a21 100644 --- a/packages/management/src/categories/spaces/sub-components/dialogs/CreatePortalDialog/index.tsx +++ b/packages/management/src/categories/spaces/sub-components/dialogs/CreatePortalDialog/index.tsx @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/management/src/categories/spaces/sub-components/dialogs/DeletePortalDialog/index.tsx b/packages/management/src/categories/spaces/sub-components/dialogs/DeletePortalDialog/index.tsx index 5f7c2bf77a..2250a4ccc0 100644 --- a/packages/management/src/categories/spaces/sub-components/dialogs/DeletePortalDialog/index.tsx +++ b/packages/management/src/categories/spaces/sub-components/dialogs/DeletePortalDialog/index.tsx @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/management/src/categories/spaces/sub-components/dialogs/SpaceCreatedDialog/index.tsx b/packages/management/src/categories/spaces/sub-components/dialogs/SpaceCreatedDialog/index.tsx index d4f1693704..40d797089d 100644 --- a/packages/management/src/categories/spaces/sub-components/dialogs/SpaceCreatedDialog/index.tsx +++ b/packages/management/src/categories/spaces/sub-components/dialogs/SpaceCreatedDialog/index.tsx @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/management/src/components/ErrorBoundaryWrapper/index.tsx b/packages/management/src/components/ErrorBoundaryWrapper/index.tsx index 1611005b64..4373275556 100644 --- a/packages/management/src/components/ErrorBoundaryWrapper/index.tsx +++ b/packages/management/src/components/ErrorBoundaryWrapper/index.tsx @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/management/src/components/ThemeProviderWrapper/index.tsx b/packages/management/src/components/ThemeProviderWrapper/index.tsx index 20826d219a..048c5cffb5 100644 --- a/packages/management/src/components/ThemeProviderWrapper/index.tsx +++ b/packages/management/src/components/ThemeProviderWrapper/index.tsx @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/management/src/i18n.ts b/packages/management/src/i18n.ts index 8ad1b3eeb1..b6eeea3469 100644 --- a/packages/management/src/i18n.ts +++ b/packages/management/src/i18n.ts @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/management/src/index.ts b/packages/management/src/index.ts index 58916790ba..0d86897b8f 100644 --- a/packages/management/src/index.ts +++ b/packages/management/src/index.ts @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/management/src/router.tsx b/packages/management/src/router.tsx index 4a96f9ceff..7d5cb4f1ba 100644 --- a/packages/management/src/router.tsx +++ b/packages/management/src/router.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/management/src/store/SpacesStore.ts b/packages/management/src/store/SpacesStore.ts index 0683a43361..aa181fc726 100644 --- a/packages/management/src/store/SpacesStore.ts +++ b/packages/management/src/store/SpacesStore.ts @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/management/src/store/index.ts b/packages/management/src/store/index.ts index bf2a16a189..c45345d0d0 100644 --- a/packages/management/src/store/index.ts +++ b/packages/management/src/store/index.ts @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/management/src/types/index.tsx b/packages/management/src/types/index.tsx index 2459211254..5bbb5d4eb6 100644 --- a/packages/management/src/types/index.tsx +++ b/packages/management/src/types/index.tsx @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/management/src/types/spaces.ts b/packages/management/src/types/spaces.ts index 067ee02ff1..14d37086fb 100644 --- a/packages/management/src/types/spaces.ts +++ b/packages/management/src/types/spaces.ts @@ -1,50 +1,48 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode - - type TQuotaUsage = { - tenantId: number, - tenantAlias: string, - tenantDomain: string, - storageSize: number, - usedSize: number, - maxRoomAdminsCount: number, - roomAdminCount: number, - maxUsers: number, - usersCount: number, - maxRoomsCount: number - roomsCount: number -} + tenantId: number; + tenantAlias: string; + tenantDomain: string; + storageSize: number; + usedSize: number; + maxRoomAdminsCount: number; + roomAdminCount: number; + maxUsers: number; + usersCount: number; + maxRoomsCount: number; + roomsCount: number; +}; type TOwner = { - displayName: string, - email: string, - id: string -} + displayName: string; + email: string; + id: string; +}; export type TPortals = { created: string; diff --git a/packages/management/src/utils/index.ts b/packages/management/src/utils/index.ts index 2e1d76ec29..ff1bc7219b 100644 --- a/packages/management/src/utils/index.ts +++ b/packages/management/src/utils/index.ts @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/management/src/utils/settingsTree.ts b/packages/management/src/utils/settingsTree.ts index 2ed3576e23..31d6acb4a4 100644 --- a/packages/management/src/utils/settingsTree.ts +++ b/packages/management/src/utils/settingsTree.ts @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode @@ -31,45 +31,44 @@ import RestoreIconUrl from "PUBLIC_DIR/images/icons/16/catalog-settings-restore. import PaymentIconUrl from "PUBLIC_DIR/images/icons/16/catalog-settings-payment.svg?url"; export const settingsTree = [ - { - id: "management-settings_catalog-spaces", - key: "0", - icon: SpacesSvgUrl, - link: "spaces", - tKey: "Common:Spaces", - isHeader: true, - }, - { - id: "management-settings_catalog-branding", - key: "1", - icon: BrandingSvgUrl, - link: "branding", - tKey: "Branding", - isHeader: true, - }, - { - id: "management-settings_catalog-backup", - key: "2", - icon: DataManagementIconUrl, - link: "backup", - tKey: "Backup", - isHeader: true, - }, - { - id: "management-settings_catalog-restore", - key: "3", - icon: RestoreIconUrl, - link: "restore", - tKey: "RestoreBackup", - isHeader: true, - }, - { - id: "management-settings_catalog-payments", - key: "4", - icon: PaymentIconUrl, - link: "payments", - tKey: "Common:PaymentsTitle", - isHeader: true, - }, + { + id: "management-settings_catalog-spaces", + key: "0", + icon: SpacesSvgUrl, + link: "spaces", + tKey: "Common:Spaces", + isHeader: true, + }, + { + id: "management-settings_catalog-branding", + key: "1", + icon: BrandingSvgUrl, + link: "branding", + tKey: "Branding", + isHeader: true, + }, + { + id: "management-settings_catalog-backup", + key: "2", + icon: DataManagementIconUrl, + link: "backup", + tKey: "Backup", + isHeader: true, + }, + { + id: "management-settings_catalog-restore", + key: "3", + icon: RestoreIconUrl, + link: "restore", + tKey: "RestoreBackup", + isHeader: true, + }, + { + id: "management-settings_catalog-payments", + key: "4", + icon: PaymentIconUrl, + link: "payments", + tKey: "Common:PaymentsTitle", + isHeader: true, + }, ]; - diff --git a/packages/management/webpack.config.js b/packages/management/webpack.config.js index f531b61ac8..ede127e7fc 100644 --- a/packages/management/webpack.config.js +++ b/packages/management/webpack.config.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/shared/HOC/withLayoutSize.tsx b/packages/shared/HOC/withLayoutSize.tsx index b16d962fc7..490381a704 100644 --- a/packages/shared/HOC/withLayoutSize.tsx +++ b/packages/shared/HOC/withLayoutSize.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/__mocks__/fileMock.js b/packages/shared/__mocks__/fileMock.js index e5c3eb21fe..2f93ef6ffa 100644 --- a/packages/shared/__mocks__/fileMock.js +++ b/packages/shared/__mocks__/fileMock.js @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/__mocks__/reacti18nextMock.tsx b/packages/shared/__mocks__/reacti18nextMock.tsx index 6ad40ae4d1..229249f08f 100644 --- a/packages/shared/__mocks__/reacti18nextMock.tsx +++ b/packages/shared/__mocks__/reacti18nextMock.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/__mocks__/styleMock.js b/packages/shared/__mocks__/styleMock.js index 4d1e4e9267..3b87c988db 100644 --- a/packages/shared/__mocks__/styleMock.js +++ b/packages/shared/__mocks__/styleMock.js @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/api/client.ts b/packages/shared/api/client.ts index e0864cd413..b7dcbf36d4 100644 --- a/packages/shared/api/client.ts +++ b/packages/shared/api/client.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/api/files/filter.ts b/packages/shared/api/files/filter.ts index 845cbff87e..a02b32e540 100644 --- a/packages/shared/api/files/filter.ts +++ b/packages/shared/api/files/filter.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/api/files/index.ts b/packages/shared/api/files/index.ts index eeb99fb3ba..eef9a0092c 100644 --- a/packages/shared/api/files/index.ts +++ b/packages/shared/api/files/index.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/api/files/types.ts b/packages/shared/api/files/types.ts index 214257cf8d..4600735486 100644 --- a/packages/shared/api/files/types.ts +++ b/packages/shared/api/files/types.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/api/groups/fake.js b/packages/shared/api/groups/fake.js index 72c508db3e..d5327fff11 100644 --- a/packages/shared/api/groups/fake.js +++ b/packages/shared/api/groups/fake.js @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/api/groups/filter.js b/packages/shared/api/groups/filter.js index ddbde5bc25..f76e42b994 100644 --- a/packages/shared/api/groups/filter.js +++ b/packages/shared/api/groups/filter.js @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/api/groups/index.ts b/packages/shared/api/groups/index.ts index dfec2cedd0..d8e475c42a 100644 --- a/packages/shared/api/groups/index.ts +++ b/packages/shared/api/groups/index.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/api/groups/types.ts b/packages/shared/api/groups/types.ts index 6cc3314078..a6726a134b 100644 --- a/packages/shared/api/groups/types.ts +++ b/packages/shared/api/groups/types.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/api/index.ts b/packages/shared/api/index.ts index 07fe6fe588..0d807bef1c 100644 --- a/packages/shared/api/index.ts +++ b/packages/shared/api/index.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/api/management/index.ts b/packages/shared/api/management/index.ts index a0179cad75..51d87d7bfd 100644 --- a/packages/shared/api/management/index.ts +++ b/packages/shared/api/management/index.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/api/management/types.ts b/packages/shared/api/management/types.ts index d15b06d135..d36b586afc 100644 --- a/packages/shared/api/management/types.ts +++ b/packages/shared/api/management/types.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/api/modules/index.js b/packages/shared/api/modules/index.js index dee854c5fe..843904c83d 100644 --- a/packages/shared/api/modules/index.js +++ b/packages/shared/api/modules/index.js @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/api/oforms/filter.js b/packages/shared/api/oforms/filter.js index 84e8f6558b..3a3e80c7fd 100644 --- a/packages/shared/api/oforms/filter.js +++ b/packages/shared/api/oforms/filter.js @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/api/oforms/index.js b/packages/shared/api/oforms/index.js index 6fcf75d573..523b4fdb31 100644 --- a/packages/shared/api/oforms/index.js +++ b/packages/shared/api/oforms/index.js @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/api/people/fake.js b/packages/shared/api/people/fake.js index 080254fac7..8ef23c4e97 100644 --- a/packages/shared/api/people/fake.js +++ b/packages/shared/api/people/fake.js @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/api/people/filter.js b/packages/shared/api/people/filter.js index 8ba975fc29..b2b2c71b9c 100644 --- a/packages/shared/api/people/filter.js +++ b/packages/shared/api/people/filter.js @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/api/people/index.ts b/packages/shared/api/people/index.ts index d404742c19..3d8b783d07 100644 --- a/packages/shared/api/people/index.ts +++ b/packages/shared/api/people/index.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/api/people/types.ts b/packages/shared/api/people/types.ts index 671067467f..5a84bfb65e 100644 --- a/packages/shared/api/people/types.ts +++ b/packages/shared/api/people/types.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/api/plugins/index.ts b/packages/shared/api/plugins/index.ts index 459db61d5e..175b6629d8 100644 --- a/packages/shared/api/plugins/index.ts +++ b/packages/shared/api/plugins/index.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/api/plugins/types.ts b/packages/shared/api/plugins/types.ts index d83576a570..6427824e02 100644 --- a/packages/shared/api/plugins/types.ts +++ b/packages/shared/api/plugins/types.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/api/portal/index.ts b/packages/shared/api/portal/index.ts index bedbcdab2e..14e779912a 100644 --- a/packages/shared/api/portal/index.ts +++ b/packages/shared/api/portal/index.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/api/portal/types.ts b/packages/shared/api/portal/types.ts index 2f3de86fc4..8d8cae7f90 100644 --- a/packages/shared/api/portal/types.ts +++ b/packages/shared/api/portal/types.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/api/rooms/filter.js b/packages/shared/api/rooms/filter.js index 02d68cb239..58975fd040 100644 --- a/packages/shared/api/rooms/filter.js +++ b/packages/shared/api/rooms/filter.js @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/api/rooms/index.ts b/packages/shared/api/rooms/index.ts index ef11007d60..f13f4356fc 100644 --- a/packages/shared/api/rooms/index.ts +++ b/packages/shared/api/rooms/index.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/api/rooms/types.ts b/packages/shared/api/rooms/types.ts index 6074a0a108..5c442a6d33 100644 --- a/packages/shared/api/rooms/types.ts +++ b/packages/shared/api/rooms/types.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/api/settings/index.ts b/packages/shared/api/settings/index.ts index 53396708e1..841f91fd5b 100644 --- a/packages/shared/api/settings/index.ts +++ b/packages/shared/api/settings/index.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/api/settings/types.ts b/packages/shared/api/settings/types.ts index f66a4a4e93..1c99a42924 100644 --- a/packages/shared/api/settings/types.ts +++ b/packages/shared/api/settings/types.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/api/user/index.js b/packages/shared/api/user/index.js index ff0096a657..31aa4d1180 100644 --- a/packages/shared/api/user/index.js +++ b/packages/shared/api/user/index.js @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/babel.config.ts b/packages/shared/babel.config.ts index 304edaafbe..61f0f8add7 100644 --- a/packages/shared/babel.config.ts +++ b/packages/shared/babel.config.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/access-right-select/AccessRightSelect.mdx b/packages/shared/components/access-right-select/AccessRightSelect.mdx index 417c477242..d468bf87a2 100644 --- a/packages/shared/components/access-right-select/AccessRightSelect.mdx +++ b/packages/shared/components/access-right-select/AccessRightSelect.mdx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/access-right-select/AccessRightSelect.stories.tsx b/packages/shared/components/access-right-select/AccessRightSelect.stories.tsx index 22431f38ac..b25c809db8 100644 --- a/packages/shared/components/access-right-select/AccessRightSelect.stories.tsx +++ b/packages/shared/components/access-right-select/AccessRightSelect.stories.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/access-right-select/AccessRightSelect.styled.ts b/packages/shared/components/access-right-select/AccessRightSelect.styled.ts index 5775ae0baa..51544eb56e 100644 --- a/packages/shared/components/access-right-select/AccessRightSelect.styled.ts +++ b/packages/shared/components/access-right-select/AccessRightSelect.styled.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/access-right-select/AccessRightSelect.tsx b/packages/shared/components/access-right-select/AccessRightSelect.tsx index 0b684350c2..54947d3958 100644 --- a/packages/shared/components/access-right-select/AccessRightSelect.tsx +++ b/packages/shared/components/access-right-select/AccessRightSelect.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/access-right-select/AccessRightSelect.types.ts b/packages/shared/components/access-right-select/AccessRightSelect.types.ts index e9f8dcf016..1a98e026f4 100644 --- a/packages/shared/components/access-right-select/AccessRightSelect.types.ts +++ b/packages/shared/components/access-right-select/AccessRightSelect.types.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/access-right-select/data.ts b/packages/shared/components/access-right-select/data.ts index 394517b188..7490efa5ad 100644 --- a/packages/shared/components/access-right-select/data.ts +++ b/packages/shared/components/access-right-select/data.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/access-right-select/index.tsx b/packages/shared/components/access-right-select/index.tsx index bd57c0ba13..e410e85aa2 100644 --- a/packages/shared/components/access-right-select/index.tsx +++ b/packages/shared/components/access-right-select/index.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/alert/Alert.styled.ts b/packages/shared/components/alert/Alert.styled.ts index 8579149867..8fb9d07792 100644 --- a/packages/shared/components/alert/Alert.styled.ts +++ b/packages/shared/components/alert/Alert.styled.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/alert/Alert.types.ts b/packages/shared/components/alert/Alert.types.ts index 4c7a6cc908..5dd077a537 100644 --- a/packages/shared/components/alert/Alert.types.ts +++ b/packages/shared/components/alert/Alert.types.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/alert/index.tsx b/packages/shared/components/alert/index.tsx index aa2ab03589..34ef61014c 100644 --- a/packages/shared/components/alert/index.tsx +++ b/packages/shared/components/alert/index.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/all/All.stories.tsx b/packages/shared/components/all/All.stories.tsx index 25212909c8..bcea380a44 100644 --- a/packages/shared/components/all/All.stories.tsx +++ b/packages/shared/components/all/All.stories.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/app-loader/AppLoader.styled.ts b/packages/shared/components/app-loader/AppLoader.styled.ts index 898b34f7fe..ed33006b49 100644 --- a/packages/shared/components/app-loader/AppLoader.styled.ts +++ b/packages/shared/components/app-loader/AppLoader.styled.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/app-loader/index.tsx b/packages/shared/components/app-loader/index.tsx index 0ec0761e1a..d6b76761c0 100644 --- a/packages/shared/components/app-loader/index.tsx +++ b/packages/shared/components/app-loader/index.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/article-item/ArticleItem.stories.tsx b/packages/shared/components/article-item/ArticleItem.stories.tsx index 1e7bf3589d..a4cea90440 100644 --- a/packages/shared/components/article-item/ArticleItem.stories.tsx +++ b/packages/shared/components/article-item/ArticleItem.stories.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/article-item/ArticleItem.styled.ts b/packages/shared/components/article-item/ArticleItem.styled.ts index 6fbf9f0e64..bbe82f170d 100644 --- a/packages/shared/components/article-item/ArticleItem.styled.ts +++ b/packages/shared/components/article-item/ArticleItem.styled.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/article-item/ArticleItem.test.tsx b/packages/shared/components/article-item/ArticleItem.test.tsx index 80e7274fcc..e2c8d6dc69 100644 --- a/packages/shared/components/article-item/ArticleItem.test.tsx +++ b/packages/shared/components/article-item/ArticleItem.test.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/article-item/ArticleItem.tsx b/packages/shared/components/article-item/ArticleItem.tsx index ee2de010e3..03fa8188a5 100644 --- a/packages/shared/components/article-item/ArticleItem.tsx +++ b/packages/shared/components/article-item/ArticleItem.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/article-item/ArticleItem.types.ts b/packages/shared/components/article-item/ArticleItem.types.ts index 13bd101a30..33e9d59d62 100644 --- a/packages/shared/components/article-item/ArticleItem.types.ts +++ b/packages/shared/components/article-item/ArticleItem.types.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/article-item/index.tsx b/packages/shared/components/article-item/index.tsx index 02054fe0a2..3376898218 100644 --- a/packages/shared/components/article-item/index.tsx +++ b/packages/shared/components/article-item/index.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/article/Article.constants.ts b/packages/shared/components/article/Article.constants.ts index 1af1afbeb0..782fc956b8 100644 --- a/packages/shared/components/article/Article.constants.ts +++ b/packages/shared/components/article/Article.constants.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/article/Article.styled.ts b/packages/shared/components/article/Article.styled.ts index 019e4b4747..24f64fecaa 100644 --- a/packages/shared/components/article/Article.styled.ts +++ b/packages/shared/components/article/Article.styled.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/article/Article.types.ts b/packages/shared/components/article/Article.types.ts index 8bc9198eea..c2d237c9b8 100644 --- a/packages/shared/components/article/Article.types.ts +++ b/packages/shared/components/article/Article.types.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/article/index.tsx b/packages/shared/components/article/index.tsx index d9e71be6fe..001275ca56 100644 --- a/packages/shared/components/article/index.tsx +++ b/packages/shared/components/article/index.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/article/sub-components/Apps.tsx b/packages/shared/components/article/sub-components/Apps.tsx index 60df55901f..84884a287d 100644 --- a/packages/shared/components/article/sub-components/Apps.tsx +++ b/packages/shared/components/article/sub-components/Apps.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/article/sub-components/Backdrop.tsx b/packages/shared/components/article/sub-components/Backdrop.tsx index 7b7c4ff00e..08799047ee 100644 --- a/packages/shared/components/article/sub-components/Backdrop.tsx +++ b/packages/shared/components/article/sub-components/Backdrop.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/article/sub-components/Body.tsx b/packages/shared/components/article/sub-components/Body.tsx index 656afd7d9b..3ccf4e2fb8 100644 --- a/packages/shared/components/article/sub-components/Body.tsx +++ b/packages/shared/components/article/sub-components/Body.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/article/sub-components/DevToolsBar.tsx b/packages/shared/components/article/sub-components/DevToolsBar.tsx index b955c54356..b119932695 100644 --- a/packages/shared/components/article/sub-components/DevToolsBar.tsx +++ b/packages/shared/components/article/sub-components/DevToolsBar.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/article/sub-components/Header.tsx b/packages/shared/components/article/sub-components/Header.tsx index 7183bf818f..1cd5a98aa6 100644 --- a/packages/shared/components/article/sub-components/Header.tsx +++ b/packages/shared/components/article/sub-components/Header.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/article/sub-components/HideMenuButton.tsx b/packages/shared/components/article/sub-components/HideMenuButton.tsx index 00917107fd..62f0661cf5 100644 --- a/packages/shared/components/article/sub-components/HideMenuButton.tsx +++ b/packages/shared/components/article/sub-components/HideMenuButton.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/article/sub-components/LiveChat.tsx b/packages/shared/components/article/sub-components/LiveChat.tsx index ad721d01ab..bbbef45b7c 100644 --- a/packages/shared/components/article/sub-components/LiveChat.tsx +++ b/packages/shared/components/article/sub-components/LiveChat.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/article/sub-components/MainButton.tsx b/packages/shared/components/article/sub-components/MainButton.tsx index adb8ead8dc..84d3ec553c 100644 --- a/packages/shared/components/article/sub-components/MainButton.tsx +++ b/packages/shared/components/article/sub-components/MainButton.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/article/sub-components/Profile.tsx b/packages/shared/components/article/sub-components/Profile.tsx index 8d163a286f..ef9d6a7abd 100644 --- a/packages/shared/components/article/sub-components/Profile.tsx +++ b/packages/shared/components/article/sub-components/Profile.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/aside/Aside.styled.tsx b/packages/shared/components/aside/Aside.styled.tsx index 475934cb3b..f83f6a025f 100644 --- a/packages/shared/components/aside/Aside.styled.tsx +++ b/packages/shared/components/aside/Aside.styled.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/aside/Aside.test.tsx b/packages/shared/components/aside/Aside.test.tsx index de2ff3b5c6..f567ca90a7 100644 --- a/packages/shared/components/aside/Aside.test.tsx +++ b/packages/shared/components/aside/Aside.test.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/aside/Aside.tsx b/packages/shared/components/aside/Aside.tsx index 51028f6bbc..2e635aaacd 100644 --- a/packages/shared/components/aside/Aside.tsx +++ b/packages/shared/components/aside/Aside.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/aside/Aside.types.ts b/packages/shared/components/aside/Aside.types.ts index 8c316bd191..f74daa4da6 100644 --- a/packages/shared/components/aside/Aside.types.ts +++ b/packages/shared/components/aside/Aside.types.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/aside/index.tsx b/packages/shared/components/aside/index.tsx index 1359c705ee..6cf8688684 100644 --- a/packages/shared/components/aside/index.tsx +++ b/packages/shared/components/aside/index.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/avatar/Avatar.enums.ts b/packages/shared/components/avatar/Avatar.enums.ts index 5e41724186..6183ed1419 100644 --- a/packages/shared/components/avatar/Avatar.enums.ts +++ b/packages/shared/components/avatar/Avatar.enums.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/avatar/Avatar.styled.ts b/packages/shared/components/avatar/Avatar.styled.ts index 1c9a044f63..8c36313b59 100644 --- a/packages/shared/components/avatar/Avatar.styled.ts +++ b/packages/shared/components/avatar/Avatar.styled.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/avatar/Avatar.tsx b/packages/shared/components/avatar/Avatar.tsx index 01bb9bf6a3..7fa4602b5b 100644 --- a/packages/shared/components/avatar/Avatar.tsx +++ b/packages/shared/components/avatar/Avatar.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/avatar/Avatar.types.ts b/packages/shared/components/avatar/Avatar.types.ts index d4f035833b..a9152c971c 100644 --- a/packages/shared/components/avatar/Avatar.types.ts +++ b/packages/shared/components/avatar/Avatar.types.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/avatar/avatar.stories.tsx b/packages/shared/components/avatar/avatar.stories.tsx index 9bb0972338..d5b208a02a 100644 --- a/packages/shared/components/avatar/avatar.stories.tsx +++ b/packages/shared/components/avatar/avatar.stories.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/avatar/avatar.test.tsx b/packages/shared/components/avatar/avatar.test.tsx index c0d7689f94..e63953ee77 100644 --- a/packages/shared/components/avatar/avatar.test.tsx +++ b/packages/shared/components/avatar/avatar.test.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/avatar/index.tsx b/packages/shared/components/avatar/index.tsx index 8ac8a4d7dc..9da2bf16a8 100644 --- a/packages/shared/components/avatar/index.tsx +++ b/packages/shared/components/avatar/index.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/avatar/svg/index.ts b/packages/shared/components/avatar/svg/index.ts index 415e3c008a..959da9f9d8 100644 --- a/packages/shared/components/avatar/svg/index.ts +++ b/packages/shared/components/avatar/svg/index.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/backdrop/Backdrop.styled.ts b/packages/shared/components/backdrop/Backdrop.styled.ts index 983dce2725..8a5354c06c 100644 --- a/packages/shared/components/backdrop/Backdrop.styled.ts +++ b/packages/shared/components/backdrop/Backdrop.styled.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/backdrop/Backdrop.tsx b/packages/shared/components/backdrop/Backdrop.tsx index 494bf24741..e255207227 100644 --- a/packages/shared/components/backdrop/Backdrop.tsx +++ b/packages/shared/components/backdrop/Backdrop.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/backdrop/Backdrop.types.ts b/packages/shared/components/backdrop/Backdrop.types.ts index bf723a3384..8998e8dbc6 100644 --- a/packages/shared/components/backdrop/Backdrop.types.ts +++ b/packages/shared/components/backdrop/Backdrop.types.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/backdrop/backdrop.stories.tsx b/packages/shared/components/backdrop/backdrop.stories.tsx index f77815c5c9..a82ce608f9 100644 --- a/packages/shared/components/backdrop/backdrop.stories.tsx +++ b/packages/shared/components/backdrop/backdrop.stories.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/backdrop/backdrop.test.tsx b/packages/shared/components/backdrop/backdrop.test.tsx index 19fc944cdf..8ef9845340 100644 --- a/packages/shared/components/backdrop/backdrop.test.tsx +++ b/packages/shared/components/backdrop/backdrop.test.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/backdrop/index.tsx b/packages/shared/components/backdrop/index.tsx index dad9f6e196..121a2633a1 100644 --- a/packages/shared/components/backdrop/index.tsx +++ b/packages/shared/components/backdrop/index.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/badge/Badge.styled.ts b/packages/shared/components/badge/Badge.styled.ts index 2d5345afae..1ef132a824 100644 --- a/packages/shared/components/badge/Badge.styled.ts +++ b/packages/shared/components/badge/Badge.styled.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/badge/Badge.theme.tsx b/packages/shared/components/badge/Badge.theme.tsx index 1d27cf8437..08c2aaccc3 100644 --- a/packages/shared/components/badge/Badge.theme.tsx +++ b/packages/shared/components/badge/Badge.theme.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/badge/Badge.tsx b/packages/shared/components/badge/Badge.tsx index 2bde4fbed5..52418c2495 100644 --- a/packages/shared/components/badge/Badge.tsx +++ b/packages/shared/components/badge/Badge.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/badge/Badge.types.ts b/packages/shared/components/badge/Badge.types.ts index 68cf3cbe95..47e6e4859c 100644 --- a/packages/shared/components/badge/Badge.types.ts +++ b/packages/shared/components/badge/Badge.types.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/badge/badge.stories.tsx b/packages/shared/components/badge/badge.stories.tsx index ab6f7b13f2..1511dae0c5 100644 --- a/packages/shared/components/badge/badge.stories.tsx +++ b/packages/shared/components/badge/badge.stories.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/badge/badge.test.tsx b/packages/shared/components/badge/badge.test.tsx index 9a1e03109e..a4f0e988b2 100644 --- a/packages/shared/components/badge/badge.test.tsx +++ b/packages/shared/components/badge/badge.test.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/badge/index.tsx b/packages/shared/components/badge/index.tsx index 4733af33a8..dbddd330fe 100644 --- a/packages/shared/components/badge/index.tsx +++ b/packages/shared/components/badge/index.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/beta-badge/BetaBadge.constants.ts b/packages/shared/components/beta-badge/BetaBadge.constants.ts index 5fcc912a13..b8b37ce410 100644 --- a/packages/shared/components/beta-badge/BetaBadge.constants.ts +++ b/packages/shared/components/beta-badge/BetaBadge.constants.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/beta-badge/BetaBadge.props.ts b/packages/shared/components/beta-badge/BetaBadge.props.ts index 764a7a447d..42e3fb1b5b 100644 --- a/packages/shared/components/beta-badge/BetaBadge.props.ts +++ b/packages/shared/components/beta-badge/BetaBadge.props.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/beta-badge/BetaBadge.tsx b/packages/shared/components/beta-badge/BetaBadge.tsx index 752b984251..8ea481cd02 100644 --- a/packages/shared/components/beta-badge/BetaBadge.tsx +++ b/packages/shared/components/beta-badge/BetaBadge.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/beta-badge/index.ts b/packages/shared/components/beta-badge/index.ts index 582f4e63c6..16dae77eaa 100644 --- a/packages/shared/components/beta-badge/index.ts +++ b/packages/shared/components/beta-badge/index.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/box/Box.stories.tsx b/packages/shared/components/box/Box.stories.tsx index 530a6950ca..0b40c6ef4c 100644 --- a/packages/shared/components/box/Box.stories.tsx +++ b/packages/shared/components/box/Box.stories.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/box/Box.styled.ts b/packages/shared/components/box/Box.styled.ts index ac2e04c32a..3b59da7e56 100644 --- a/packages/shared/components/box/Box.styled.ts +++ b/packages/shared/components/box/Box.styled.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/box/Box.test.tsx b/packages/shared/components/box/Box.test.tsx index fa1f1328cb..0cd695626a 100644 --- a/packages/shared/components/box/Box.test.tsx +++ b/packages/shared/components/box/Box.test.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/box/Box.tsx b/packages/shared/components/box/Box.tsx index a84e8b4302..1a49eaeb92 100644 --- a/packages/shared/components/box/Box.tsx +++ b/packages/shared/components/box/Box.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/box/Box.types.ts b/packages/shared/components/box/Box.types.ts index 881f0f48a9..1389f6f372 100644 --- a/packages/shared/components/box/Box.types.ts +++ b/packages/shared/components/box/Box.types.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/box/index.tsx b/packages/shared/components/box/index.tsx index 5122c97df3..90cb19decc 100644 --- a/packages/shared/components/box/index.tsx +++ b/packages/shared/components/box/index.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/button/Button.enums.ts b/packages/shared/components/button/Button.enums.ts index 0a23771ba1..05c46fff70 100644 --- a/packages/shared/components/button/Button.enums.ts +++ b/packages/shared/components/button/Button.enums.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/button/Button.styled.tsx b/packages/shared/components/button/Button.styled.tsx index 6095691dd6..70f880e05e 100644 --- a/packages/shared/components/button/Button.styled.tsx +++ b/packages/shared/components/button/Button.styled.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/button/Button.theme.tsx b/packages/shared/components/button/Button.theme.tsx index de67222bbd..9f2c24c3be 100644 --- a/packages/shared/components/button/Button.theme.tsx +++ b/packages/shared/components/button/Button.theme.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/button/Button.tsx b/packages/shared/components/button/Button.tsx index 82b4dab7da..19bc04a0a3 100644 --- a/packages/shared/components/button/Button.tsx +++ b/packages/shared/components/button/Button.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/button/Button.types.ts b/packages/shared/components/button/Button.types.ts index fca63db4bf..ecc2b65582 100644 --- a/packages/shared/components/button/Button.types.ts +++ b/packages/shared/components/button/Button.types.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/button/button.stories.tsx b/packages/shared/components/button/button.stories.tsx index 65076d098c..d140189497 100644 --- a/packages/shared/components/button/button.stories.tsx +++ b/packages/shared/components/button/button.stories.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/button/button.test.tsx b/packages/shared/components/button/button.test.tsx index cb1756b134..34d261aa5f 100644 --- a/packages/shared/components/button/button.test.tsx +++ b/packages/shared/components/button/button.test.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/button/index.tsx b/packages/shared/components/button/index.tsx index 53f704d27e..ebec4d8adb 100644 --- a/packages/shared/components/button/index.tsx +++ b/packages/shared/components/button/index.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/calendar/Calendar.styled.tsx b/packages/shared/components/calendar/Calendar.styled.tsx index caac6a15cb..bc7d39373e 100644 --- a/packages/shared/components/calendar/Calendar.styled.tsx +++ b/packages/shared/components/calendar/Calendar.styled.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/calendar/Calendar.tsx b/packages/shared/components/calendar/Calendar.tsx index 7965748cb7..13bcf52bd0 100644 --- a/packages/shared/components/calendar/Calendar.tsx +++ b/packages/shared/components/calendar/Calendar.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/calendar/Calendar.types.tsx b/packages/shared/components/calendar/Calendar.types.tsx index 63198443fe..bb877436ea 100644 --- a/packages/shared/components/calendar/Calendar.types.tsx +++ b/packages/shared/components/calendar/Calendar.types.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/calendar/calendar.stories.tsx b/packages/shared/components/calendar/calendar.stories.tsx index 8b7bf38fa8..99bcf5dda4 100644 --- a/packages/shared/components/calendar/calendar.stories.tsx +++ b/packages/shared/components/calendar/calendar.stories.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/calendar/calendar.test.tsx b/packages/shared/components/calendar/calendar.test.tsx index 1687a9e576..e4ec62b1b3 100644 --- a/packages/shared/components/calendar/calendar.test.tsx +++ b/packages/shared/components/calendar/calendar.test.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/calendar/index.tsx b/packages/shared/components/calendar/index.tsx index 2e729fc452..e1941344fa 100644 --- a/packages/shared/components/calendar/index.tsx +++ b/packages/shared/components/calendar/index.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/calendar/sub-components/Days.tsx b/packages/shared/components/calendar/sub-components/Days.tsx index 70699a4ab8..4a34548ba5 100644 --- a/packages/shared/components/calendar/sub-components/Days.tsx +++ b/packages/shared/components/calendar/sub-components/Days.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/calendar/sub-components/DaysBody.tsx b/packages/shared/components/calendar/sub-components/DaysBody.tsx index 080c09acc9..deb5f34425 100644 --- a/packages/shared/components/calendar/sub-components/DaysBody.tsx +++ b/packages/shared/components/calendar/sub-components/DaysBody.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/calendar/sub-components/DaysHeader.tsx b/packages/shared/components/calendar/sub-components/DaysHeader.tsx index 46994102b7..ea2cbc1525 100644 --- a/packages/shared/components/calendar/sub-components/DaysHeader.tsx +++ b/packages/shared/components/calendar/sub-components/DaysHeader.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/calendar/sub-components/HeaderButtons.tsx b/packages/shared/components/calendar/sub-components/HeaderButtons.tsx index 072c469463..2c225b6768 100644 --- a/packages/shared/components/calendar/sub-components/HeaderButtons.tsx +++ b/packages/shared/components/calendar/sub-components/HeaderButtons.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/calendar/sub-components/Months.tsx b/packages/shared/components/calendar/sub-components/Months.tsx index bdc6177822..8985e12a86 100644 --- a/packages/shared/components/calendar/sub-components/Months.tsx +++ b/packages/shared/components/calendar/sub-components/Months.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/calendar/sub-components/MonthsBody.tsx b/packages/shared/components/calendar/sub-components/MonthsBody.tsx index fd6f549b62..00ff31690f 100644 --- a/packages/shared/components/calendar/sub-components/MonthsBody.tsx +++ b/packages/shared/components/calendar/sub-components/MonthsBody.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/calendar/sub-components/MonthsHeader.tsx b/packages/shared/components/calendar/sub-components/MonthsHeader.tsx index 8d7f177e14..108dac187b 100644 --- a/packages/shared/components/calendar/sub-components/MonthsHeader.tsx +++ b/packages/shared/components/calendar/sub-components/MonthsHeader.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/calendar/sub-components/Years.tsx b/packages/shared/components/calendar/sub-components/Years.tsx index 689b2795ef..0f6e70fb48 100644 --- a/packages/shared/components/calendar/sub-components/Years.tsx +++ b/packages/shared/components/calendar/sub-components/Years.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/calendar/sub-components/YearsBody.tsx b/packages/shared/components/calendar/sub-components/YearsBody.tsx index 6f3f49be01..42db87dd2b 100644 --- a/packages/shared/components/calendar/sub-components/YearsBody.tsx +++ b/packages/shared/components/calendar/sub-components/YearsBody.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/calendar/sub-components/YearsHeader.tsx b/packages/shared/components/calendar/sub-components/YearsHeader.tsx index e0eb48721c..6e6bfab710 100644 --- a/packages/shared/components/calendar/sub-components/YearsHeader.tsx +++ b/packages/shared/components/calendar/sub-components/YearsHeader.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/calendar/sub-components/index.ts b/packages/shared/components/calendar/sub-components/index.ts index 1d8e2dc268..a7348338ef 100644 --- a/packages/shared/components/calendar/sub-components/index.ts +++ b/packages/shared/components/calendar/sub-components/index.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/calendar/utils/getCalendarDays.ts b/packages/shared/components/calendar/utils/getCalendarDays.ts index 732565fe0b..13f886dedc 100644 --- a/packages/shared/components/calendar/utils/getCalendarDays.ts +++ b/packages/shared/components/calendar/utils/getCalendarDays.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/calendar/utils/getCalendarMonths.ts b/packages/shared/components/calendar/utils/getCalendarMonths.ts index c99d2b9e7d..f3c847bd88 100644 --- a/packages/shared/components/calendar/utils/getCalendarMonths.ts +++ b/packages/shared/components/calendar/utils/getCalendarMonths.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/calendar/utils/getCalendarYears.ts b/packages/shared/components/calendar/utils/getCalendarYears.ts index d653f8300e..8e0630cf57 100644 --- a/packages/shared/components/calendar/utils/getCalendarYears.ts +++ b/packages/shared/components/calendar/utils/getCalendarYears.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/calendar/utils/getDayElements.tsx b/packages/shared/components/calendar/utils/getDayElements.tsx index a84a5435d2..b9a8399be4 100644 --- a/packages/shared/components/calendar/utils/getDayElements.tsx +++ b/packages/shared/components/calendar/utils/getDayElements.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/calendar/utils/getMonthElements.tsx b/packages/shared/components/calendar/utils/getMonthElements.tsx index 929547323a..1a72421446 100644 --- a/packages/shared/components/calendar/utils/getMonthElements.tsx +++ b/packages/shared/components/calendar/utils/getMonthElements.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/calendar/utils/getValidDates.ts b/packages/shared/components/calendar/utils/getValidDates.ts index 96193a4df5..aa593b2027 100644 --- a/packages/shared/components/calendar/utils/getValidDates.ts +++ b/packages/shared/components/calendar/utils/getValidDates.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/calendar/utils/getWeekdayElements.tsx b/packages/shared/components/calendar/utils/getWeekdayElements.tsx index 2642385746..fa82c883de 100644 --- a/packages/shared/components/calendar/utils/getWeekdayElements.tsx +++ b/packages/shared/components/calendar/utils/getWeekdayElements.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/calendar/utils/getYearElements.tsx b/packages/shared/components/calendar/utils/getYearElements.tsx index 0a6b689ea4..3182a273fe 100644 --- a/packages/shared/components/calendar/utils/getYearElements.tsx +++ b/packages/shared/components/calendar/utils/getYearElements.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/calendar/utils/index.ts b/packages/shared/components/calendar/utils/index.ts index 3d121b383a..f2ec0408e6 100644 --- a/packages/shared/components/calendar/utils/index.ts +++ b/packages/shared/components/calendar/utils/index.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/campaigns-banner/CampaignsBanner.stories.tsx b/packages/shared/components/campaigns-banner/CampaignsBanner.stories.tsx index 1c03923480..5849bf98c0 100644 --- a/packages/shared/components/campaigns-banner/CampaignsBanner.stories.tsx +++ b/packages/shared/components/campaigns-banner/CampaignsBanner.stories.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/campaigns-banner/CampaignsBanner.styled.ts b/packages/shared/components/campaigns-banner/CampaignsBanner.styled.ts index 135e95d451..11eb7def84 100644 --- a/packages/shared/components/campaigns-banner/CampaignsBanner.styled.ts +++ b/packages/shared/components/campaigns-banner/CampaignsBanner.styled.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/campaigns-banner/CampaignsBanner.test.tsx b/packages/shared/components/campaigns-banner/CampaignsBanner.test.tsx index 229adf1476..fdfbd8e77f 100644 --- a/packages/shared/components/campaigns-banner/CampaignsBanner.test.tsx +++ b/packages/shared/components/campaigns-banner/CampaignsBanner.test.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/campaigns-banner/CampaignsBanner.tsx b/packages/shared/components/campaigns-banner/CampaignsBanner.tsx index f312dae8b0..a6d26a5e04 100644 --- a/packages/shared/components/campaigns-banner/CampaignsBanner.tsx +++ b/packages/shared/components/campaigns-banner/CampaignsBanner.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/campaigns-banner/CampaignsBanner.types.tsx b/packages/shared/components/campaigns-banner/CampaignsBanner.types.tsx index 71843c3878..d611b37957 100644 --- a/packages/shared/components/campaigns-banner/CampaignsBanner.types.tsx +++ b/packages/shared/components/campaigns-banner/CampaignsBanner.types.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/campaigns-banner/campaign/CreateDocSpace.ts b/packages/shared/components/campaigns-banner/campaign/CreateDocSpace.ts index 2b14b41e25..50dd27f89c 100644 --- a/packages/shared/components/campaigns-banner/campaign/CreateDocSpace.ts +++ b/packages/shared/components/campaigns-banner/campaign/CreateDocSpace.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/campaigns-banner/index.tsx b/packages/shared/components/campaigns-banner/index.tsx index c1677c07d0..fa28b8496e 100644 --- a/packages/shared/components/campaigns-banner/index.tsx +++ b/packages/shared/components/campaigns-banner/index.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/campaigns-banner/useFitText.ts b/packages/shared/components/campaigns-banner/useFitText.ts index 134770b166..78babe9815 100644 --- a/packages/shared/components/campaigns-banner/useFitText.ts +++ b/packages/shared/components/campaigns-banner/useFitText.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/checkbox/Checkbox.stories.tsx b/packages/shared/components/checkbox/Checkbox.stories.tsx index 03fb0e2546..0fcac6f31c 100644 --- a/packages/shared/components/checkbox/Checkbox.stories.tsx +++ b/packages/shared/components/checkbox/Checkbox.stories.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/checkbox/Checkbox.styled.ts b/packages/shared/components/checkbox/Checkbox.styled.ts index 1f9d8b08b3..5f5ed1be5a 100644 --- a/packages/shared/components/checkbox/Checkbox.styled.ts +++ b/packages/shared/components/checkbox/Checkbox.styled.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/checkbox/Checkbox.test.tsx b/packages/shared/components/checkbox/Checkbox.test.tsx index d1cf454533..b4c1699b66 100644 --- a/packages/shared/components/checkbox/Checkbox.test.tsx +++ b/packages/shared/components/checkbox/Checkbox.test.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/checkbox/Checkbox.tsx b/packages/shared/components/checkbox/Checkbox.tsx index a4cfc7ff13..438c887953 100644 --- a/packages/shared/components/checkbox/Checkbox.tsx +++ b/packages/shared/components/checkbox/Checkbox.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/checkbox/Checkbox.types.ts b/packages/shared/components/checkbox/Checkbox.types.ts index e6e3e390df..ac56924bc7 100644 --- a/packages/shared/components/checkbox/Checkbox.types.ts +++ b/packages/shared/components/checkbox/Checkbox.types.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/checkbox/index.tsx b/packages/shared/components/checkbox/index.tsx index 285efc651a..a5c4d61c11 100644 --- a/packages/shared/components/checkbox/index.tsx +++ b/packages/shared/components/checkbox/index.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/code-input/CodeInput.stories.tsx b/packages/shared/components/code-input/CodeInput.stories.tsx index d774ef38ee..b9072a8c1e 100644 --- a/packages/shared/components/code-input/CodeInput.stories.tsx +++ b/packages/shared/components/code-input/CodeInput.stories.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/code-input/CodeInput.styled.ts b/packages/shared/components/code-input/CodeInput.styled.ts index 6eb5978b98..bbae0666b4 100644 --- a/packages/shared/components/code-input/CodeInput.styled.ts +++ b/packages/shared/components/code-input/CodeInput.styled.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/code-input/CodeInput.test.tsx b/packages/shared/components/code-input/CodeInput.test.tsx index f80a6595b7..2b13e59885 100644 --- a/packages/shared/components/code-input/CodeInput.test.tsx +++ b/packages/shared/components/code-input/CodeInput.test.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/code-input/CodeInput.tsx b/packages/shared/components/code-input/CodeInput.tsx index 4145c23f59..915fdb4ad0 100644 --- a/packages/shared/components/code-input/CodeInput.tsx +++ b/packages/shared/components/code-input/CodeInput.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/code-input/CodeInput.types.ts b/packages/shared/components/code-input/CodeInput.types.ts index decefde1b8..01c606fa78 100644 --- a/packages/shared/components/code-input/CodeInput.types.ts +++ b/packages/shared/components/code-input/CodeInput.types.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/code-input/index.ts b/packages/shared/components/code-input/index.ts index d12103064d..a555ba128c 100644 --- a/packages/shared/components/code-input/index.ts +++ b/packages/shared/components/code-input/index.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/color-input/ColorInput.stories.tsx b/packages/shared/components/color-input/ColorInput.stories.tsx index 8626b985ff..48d85700f9 100644 --- a/packages/shared/components/color-input/ColorInput.stories.tsx +++ b/packages/shared/components/color-input/ColorInput.stories.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/color-input/ColorInput.styled.tsx b/packages/shared/components/color-input/ColorInput.styled.tsx index cba9f8b1b9..36b2785114 100644 --- a/packages/shared/components/color-input/ColorInput.styled.tsx +++ b/packages/shared/components/color-input/ColorInput.styled.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/color-input/ColorInput.tsx b/packages/shared/components/color-input/ColorInput.tsx index ca4e5d57b9..48f2c5f577 100644 --- a/packages/shared/components/color-input/ColorInput.tsx +++ b/packages/shared/components/color-input/ColorInput.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/color-input/ColorInput.types.ts b/packages/shared/components/color-input/ColorInput.types.ts index baa20e6372..ae3b6f335a 100644 --- a/packages/shared/components/color-input/ColorInput.types.ts +++ b/packages/shared/components/color-input/ColorInput.types.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/color-input/index.tsx b/packages/shared/components/color-input/index.tsx index d65e75303e..36c8af2a53 100644 --- a/packages/shared/components/color-input/index.tsx +++ b/packages/shared/components/color-input/index.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/color-picker/ColorPicker.stories.tsx b/packages/shared/components/color-picker/ColorPicker.stories.tsx index 7735e9023c..9c93a2d49e 100644 --- a/packages/shared/components/color-picker/ColorPicker.stories.tsx +++ b/packages/shared/components/color-picker/ColorPicker.stories.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/color-picker/ColorPicker.styled.tsx b/packages/shared/components/color-picker/ColorPicker.styled.tsx index 7e505eed2f..99b4ecf33d 100644 --- a/packages/shared/components/color-picker/ColorPicker.styled.tsx +++ b/packages/shared/components/color-picker/ColorPicker.styled.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/color-picker/ColorPicker.tsx b/packages/shared/components/color-picker/ColorPicker.tsx index c399095359..358a121a30 100644 --- a/packages/shared/components/color-picker/ColorPicker.tsx +++ b/packages/shared/components/color-picker/ColorPicker.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/color-picker/ColorPicker.types.ts b/packages/shared/components/color-picker/ColorPicker.types.ts index 3668a1a826..965f94a8e0 100644 --- a/packages/shared/components/color-picker/ColorPicker.types.ts +++ b/packages/shared/components/color-picker/ColorPicker.types.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/color-picker/index.tsx b/packages/shared/components/color-picker/index.tsx index bc11dea669..ee8f656737 100644 --- a/packages/shared/components/color-picker/index.tsx +++ b/packages/shared/components/color-picker/index.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/color-theme/ColorTheme.enums.ts b/packages/shared/components/color-theme/ColorTheme.enums.ts index e2ecb89efe..c0f4fca1a4 100644 --- a/packages/shared/components/color-theme/ColorTheme.enums.ts +++ b/packages/shared/components/color-theme/ColorTheme.enums.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/color-theme/ColorTheme.tsx b/packages/shared/components/color-theme/ColorTheme.tsx index 778e00648d..34ab056125 100644 --- a/packages/shared/components/color-theme/ColorTheme.tsx +++ b/packages/shared/components/color-theme/ColorTheme.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/color-theme/ColorTheme.types.ts b/packages/shared/components/color-theme/ColorTheme.types.ts index 96167247e5..a421624866 100644 --- a/packages/shared/components/color-theme/ColorTheme.types.ts +++ b/packages/shared/components/color-theme/ColorTheme.types.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/color-theme/index.ts b/packages/shared/components/color-theme/index.ts index daa2500ffb..1fb802e431 100644 --- a/packages/shared/components/color-theme/index.ts +++ b/packages/shared/components/color-theme/index.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/color-theme/styled-components/filterBlockItemTag.ts b/packages/shared/components/color-theme/styled-components/filterBlockItemTag.ts index 2c83de8998..c0181c77b9 100644 --- a/packages/shared/components/color-theme/styled-components/filterBlockItemTag.ts +++ b/packages/shared/components/color-theme/styled-components/filterBlockItemTag.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/color-theme/styled-components/iconButton.ts b/packages/shared/components/color-theme/styled-components/iconButton.ts index a22daca484..87a391978a 100644 --- a/packages/shared/components/color-theme/styled-components/iconButton.ts +++ b/packages/shared/components/color-theme/styled-components/iconButton.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/color-theme/styled-components/iconButtonMute.ts b/packages/shared/components/color-theme/styled-components/iconButtonMute.ts index 930f3f810a..f25e062457 100644 --- a/packages/shared/components/color-theme/styled-components/iconButtonMute.ts +++ b/packages/shared/components/color-theme/styled-components/iconButtonMute.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/color-theme/styled-components/iconButtonPin.ts b/packages/shared/components/color-theme/styled-components/iconButtonPin.ts index db796a50a6..15b3a599d0 100644 --- a/packages/shared/components/color-theme/styled-components/iconButtonPin.ts +++ b/packages/shared/components/color-theme/styled-components/iconButtonPin.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/color-theme/styled-components/iconWrapper.ts b/packages/shared/components/color-theme/styled-components/iconWrapper.ts index 47386e90e7..7d71b82146 100644 --- a/packages/shared/components/color-theme/styled-components/iconWrapper.ts +++ b/packages/shared/components/color-theme/styled-components/iconWrapper.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/color-theme/styled-components/indicatorFilterButton.ts b/packages/shared/components/color-theme/styled-components/indicatorFilterButton.ts index f87b69a471..489c0a8fed 100644 --- a/packages/shared/components/color-theme/styled-components/indicatorFilterButton.ts +++ b/packages/shared/components/color-theme/styled-components/indicatorFilterButton.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/color-theme/styled-components/indicatorLoader.ts b/packages/shared/components/color-theme/styled-components/indicatorLoader.ts index 739fdba9b7..e0beea743b 100644 --- a/packages/shared/components/color-theme/styled-components/indicatorLoader.ts +++ b/packages/shared/components/color-theme/styled-components/indicatorLoader.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/color-theme/styled-components/infoPanelToggle.ts b/packages/shared/components/color-theme/styled-components/infoPanelToggle.ts index dc2757b98c..87d74d0399 100644 --- a/packages/shared/components/color-theme/styled-components/infoPanelToggle.ts +++ b/packages/shared/components/color-theme/styled-components/infoPanelToggle.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/color-theme/styled-components/link.ts b/packages/shared/components/color-theme/styled-components/link.ts index e5096127c4..a4bf0be3fd 100644 --- a/packages/shared/components/color-theme/styled-components/link.ts +++ b/packages/shared/components/color-theme/styled-components/link.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/color-theme/styled-components/linkForgotPassword.ts b/packages/shared/components/color-theme/styled-components/linkForgotPassword.ts index 0b22923dd2..d39d184974 100644 --- a/packages/shared/components/color-theme/styled-components/linkForgotPassword.ts +++ b/packages/shared/components/color-theme/styled-components/linkForgotPassword.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/color-theme/styled-components/loadingButton.ts b/packages/shared/components/color-theme/styled-components/loadingButton.ts index ef5cc241f0..5703c8d95c 100644 --- a/packages/shared/components/color-theme/styled-components/loadingButton.ts +++ b/packages/shared/components/color-theme/styled-components/loadingButton.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/color-theme/styled-components/progress.ts b/packages/shared/components/color-theme/styled-components/progress.ts index d8e0dcb8ec..61a2272895 100644 --- a/packages/shared/components/color-theme/styled-components/progress.ts +++ b/packages/shared/components/color-theme/styled-components/progress.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/color-theme/styled-components/submenuText.ts b/packages/shared/components/color-theme/styled-components/submenuText.ts index 70726a3d22..142ba40550 100644 --- a/packages/shared/components/color-theme/styled-components/submenuText.ts +++ b/packages/shared/components/color-theme/styled-components/submenuText.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/color-theme/styled-components/versionBadge.ts b/packages/shared/components/color-theme/styled-components/versionBadge.ts index 356f7142f3..ce252f8091 100644 --- a/packages/shared/components/color-theme/styled-components/versionBadge.ts +++ b/packages/shared/components/color-theme/styled-components/versionBadge.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/color-theme/sub-components/LoginContainer.ts b/packages/shared/components/color-theme/sub-components/LoginContainer.ts index f515911c95..58dcf8ee88 100644 --- a/packages/shared/components/color-theme/sub-components/LoginContainer.ts +++ b/packages/shared/components/color-theme/sub-components/LoginContainer.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/color-theme/sub-components/StyledCircle.ts b/packages/shared/components/color-theme/sub-components/StyledCircle.ts index 431e704aeb..716d30d34d 100644 --- a/packages/shared/components/color-theme/sub-components/StyledCircle.ts +++ b/packages/shared/components/color-theme/sub-components/StyledCircle.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/color-theme/sub-components/StyledCircleWrap.ts b/packages/shared/components/color-theme/sub-components/StyledCircleWrap.ts index 5d50381123..bcaa3db735 100644 --- a/packages/shared/components/color-theme/sub-components/StyledCircleWrap.ts +++ b/packages/shared/components/color-theme/sub-components/StyledCircleWrap.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/color-theme/sub-components/StyledFilterBlockItemTag.ts b/packages/shared/components/color-theme/sub-components/StyledFilterBlockItemTag.ts index eec869b745..9959dee318 100644 --- a/packages/shared/components/color-theme/sub-components/StyledFilterBlockItemTag.ts +++ b/packages/shared/components/color-theme/sub-components/StyledFilterBlockItemTag.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/color-theme/sub-components/StyledIcon.ts b/packages/shared/components/color-theme/sub-components/StyledIcon.ts index fc0f9a19c2..f5fcbe0101 100644 --- a/packages/shared/components/color-theme/sub-components/StyledIcon.ts +++ b/packages/shared/components/color-theme/sub-components/StyledIcon.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/color-theme/sub-components/StyledIconWrapper.ts b/packages/shared/components/color-theme/sub-components/StyledIconWrapper.ts index 133fec6398..af8067ea41 100644 --- a/packages/shared/components/color-theme/sub-components/StyledIconWrapper.ts +++ b/packages/shared/components/color-theme/sub-components/StyledIconWrapper.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/color-theme/sub-components/StyledIndicator.ts b/packages/shared/components/color-theme/sub-components/StyledIndicator.ts index 3f38f4d9da..5d5a30edb6 100644 --- a/packages/shared/components/color-theme/sub-components/StyledIndicator.ts +++ b/packages/shared/components/color-theme/sub-components/StyledIndicator.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/color-theme/sub-components/StyledInfoPanelToggleWrapper.ts b/packages/shared/components/color-theme/sub-components/StyledInfoPanelToggleWrapper.ts index 3194009a2b..a5a7502ff8 100644 --- a/packages/shared/components/color-theme/sub-components/StyledInfoPanelToggleWrapper.ts +++ b/packages/shared/components/color-theme/sub-components/StyledInfoPanelToggleWrapper.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/color-theme/sub-components/StyledLoadingButton.ts b/packages/shared/components/color-theme/sub-components/StyledLoadingButton.ts index a159cb505b..3228e9c09c 100644 --- a/packages/shared/components/color-theme/sub-components/StyledLoadingButton.ts +++ b/packages/shared/components/color-theme/sub-components/StyledLoadingButton.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/color-theme/sub-components/StyledMuteIcon.ts b/packages/shared/components/color-theme/sub-components/StyledMuteIcon.ts index 4a0ed2cb79..6c6dfe2ba8 100644 --- a/packages/shared/components/color-theme/sub-components/StyledMuteIcon.ts +++ b/packages/shared/components/color-theme/sub-components/StyledMuteIcon.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/color-theme/sub-components/StyledPinIcon.ts b/packages/shared/components/color-theme/sub-components/StyledPinIcon.ts index e767db085b..481fca86a6 100644 --- a/packages/shared/components/color-theme/sub-components/StyledPinIcon.ts +++ b/packages/shared/components/color-theme/sub-components/StyledPinIcon.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/color-theme/sub-components/StyledPreparationPortalProgress.ts b/packages/shared/components/color-theme/sub-components/StyledPreparationPortalProgress.ts index f98edb6d5e..c6c713dc7a 100644 --- a/packages/shared/components/color-theme/sub-components/StyledPreparationPortalProgress.ts +++ b/packages/shared/components/color-theme/sub-components/StyledPreparationPortalProgress.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/color-theme/sub-components/StyledWrapper.ts b/packages/shared/components/color-theme/sub-components/StyledWrapper.ts index 129ba323b4..9abfccb7c0 100644 --- a/packages/shared/components/color-theme/sub-components/StyledWrapper.ts +++ b/packages/shared/components/color-theme/sub-components/StyledWrapper.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/combobox/ComboBox.tsx b/packages/shared/components/combobox/ComboBox.tsx index 5b246414bc..71020ccf2f 100644 --- a/packages/shared/components/combobox/ComboBox.tsx +++ b/packages/shared/components/combobox/ComboBox.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/combobox/Combobox.docs.mdx b/packages/shared/components/combobox/Combobox.docs.mdx index df4c802205..c19f72928a 100644 --- a/packages/shared/components/combobox/Combobox.docs.mdx +++ b/packages/shared/components/combobox/Combobox.docs.mdx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/combobox/Combobox.enums.ts b/packages/shared/components/combobox/Combobox.enums.ts index e3268c4779..afbce5f5b8 100644 --- a/packages/shared/components/combobox/Combobox.enums.ts +++ b/packages/shared/components/combobox/Combobox.enums.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/combobox/Combobox.styled.ts b/packages/shared/components/combobox/Combobox.styled.ts index fa9942bffb..715954d8f5 100644 --- a/packages/shared/components/combobox/Combobox.styled.ts +++ b/packages/shared/components/combobox/Combobox.styled.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/combobox/Combobox.theme.tsx b/packages/shared/components/combobox/Combobox.theme.tsx index db81c291fa..017789d275 100644 --- a/packages/shared/components/combobox/Combobox.theme.tsx +++ b/packages/shared/components/combobox/Combobox.theme.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/combobox/Combobox.types.ts b/packages/shared/components/combobox/Combobox.types.ts index 0dbb73f277..8c76a991fd 100644 --- a/packages/shared/components/combobox/Combobox.types.ts +++ b/packages/shared/components/combobox/Combobox.types.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/combobox/combobox.stories.tsx b/packages/shared/components/combobox/combobox.stories.tsx index 0559f6d3aa..aeaacef45c 100644 --- a/packages/shared/components/combobox/combobox.stories.tsx +++ b/packages/shared/components/combobox/combobox.stories.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/combobox/combobox.test.tsx b/packages/shared/components/combobox/combobox.test.tsx index bc5c27c176..f12059e385 100644 --- a/packages/shared/components/combobox/combobox.test.tsx +++ b/packages/shared/components/combobox/combobox.test.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/combobox/index.tsx b/packages/shared/components/combobox/index.tsx index 8985850645..56018f1ae7 100644 --- a/packages/shared/components/combobox/index.tsx +++ b/packages/shared/components/combobox/index.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/combobox/sub-components/ComboButton.tsx b/packages/shared/components/combobox/sub-components/ComboButton.tsx index ac0d035336..330e0fb049 100644 --- a/packages/shared/components/combobox/sub-components/ComboButton.tsx +++ b/packages/shared/components/combobox/sub-components/ComboButton.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/context-menu-button/ContextMenuButton.enums.ts b/packages/shared/components/context-menu-button/ContextMenuButton.enums.ts index e667190fa5..6efba6a973 100644 --- a/packages/shared/components/context-menu-button/ContextMenuButton.enums.ts +++ b/packages/shared/components/context-menu-button/ContextMenuButton.enums.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/context-menu-button/ContextMenuButton.stories.tsx b/packages/shared/components/context-menu-button/ContextMenuButton.stories.tsx index 8b7ab69228..70e4839f8f 100644 --- a/packages/shared/components/context-menu-button/ContextMenuButton.stories.tsx +++ b/packages/shared/components/context-menu-button/ContextMenuButton.stories.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/context-menu-button/ContextMenuButton.styled.ts b/packages/shared/components/context-menu-button/ContextMenuButton.styled.ts index 4dce57d14a..4599e616a8 100644 --- a/packages/shared/components/context-menu-button/ContextMenuButton.styled.ts +++ b/packages/shared/components/context-menu-button/ContextMenuButton.styled.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/context-menu-button/ContextMenuButton.test.tsx b/packages/shared/components/context-menu-button/ContextMenuButton.test.tsx index 144d173bc0..c400d401f1 100644 --- a/packages/shared/components/context-menu-button/ContextMenuButton.test.tsx +++ b/packages/shared/components/context-menu-button/ContextMenuButton.test.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/context-menu-button/ContextMenuButton.tsx b/packages/shared/components/context-menu-button/ContextMenuButton.tsx index 114f250999..b2366ae880 100644 --- a/packages/shared/components/context-menu-button/ContextMenuButton.tsx +++ b/packages/shared/components/context-menu-button/ContextMenuButton.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/context-menu-button/ContextMenuButton.types.tsx b/packages/shared/components/context-menu-button/ContextMenuButton.types.tsx index 1ae8676124..79cb2268fc 100644 --- a/packages/shared/components/context-menu-button/ContextMenuButton.types.tsx +++ b/packages/shared/components/context-menu-button/ContextMenuButton.types.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/context-menu-button/index.tsx b/packages/shared/components/context-menu-button/index.tsx index f83412cf10..3768d251dd 100644 --- a/packages/shared/components/context-menu-button/index.tsx +++ b/packages/shared/components/context-menu-button/index.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/context-menu/ContextMenu.stories.tsx b/packages/shared/components/context-menu/ContextMenu.stories.tsx index 9acc5557b0..c2f5bf9b76 100644 --- a/packages/shared/components/context-menu/ContextMenu.stories.tsx +++ b/packages/shared/components/context-menu/ContextMenu.stories.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/context-menu/ContextMenu.styled.ts b/packages/shared/components/context-menu/ContextMenu.styled.ts index 259bd9d433..f34c0245c8 100644 --- a/packages/shared/components/context-menu/ContextMenu.styled.ts +++ b/packages/shared/components/context-menu/ContextMenu.styled.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/context-menu/ContextMenu.test.tsx b/packages/shared/components/context-menu/ContextMenu.test.tsx index c632b2cc38..e81a1d7921 100644 --- a/packages/shared/components/context-menu/ContextMenu.test.tsx +++ b/packages/shared/components/context-menu/ContextMenu.test.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/context-menu/ContextMenu.tsx b/packages/shared/components/context-menu/ContextMenu.tsx index 4fbcb2f57c..4b14394e51 100644 --- a/packages/shared/components/context-menu/ContextMenu.tsx +++ b/packages/shared/components/context-menu/ContextMenu.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/context-menu/ContextMenu.types.ts b/packages/shared/components/context-menu/ContextMenu.types.ts index 2a13936bab..c330eb7467 100644 --- a/packages/shared/components/context-menu/ContextMenu.types.ts +++ b/packages/shared/components/context-menu/ContextMenu.types.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/context-menu/index.tsx b/packages/shared/components/context-menu/index.tsx index d3dfcb53af..6aea2594b3 100644 --- a/packages/shared/components/context-menu/index.tsx +++ b/packages/shared/components/context-menu/index.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/context-menu/sub-components/MobileSubMenu.tsx b/packages/shared/components/context-menu/sub-components/MobileSubMenu.tsx index 6244a3043c..f8c7f4ae22 100644 --- a/packages/shared/components/context-menu/sub-components/MobileSubMenu.tsx +++ b/packages/shared/components/context-menu/sub-components/MobileSubMenu.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/context-menu/sub-components/SubMenu.tsx b/packages/shared/components/context-menu/sub-components/SubMenu.tsx index 3edf503613..b043380cd7 100644 --- a/packages/shared/components/context-menu/sub-components/SubMenu.tsx +++ b/packages/shared/components/context-menu/sub-components/SubMenu.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/cron/Cron.constants.ts b/packages/shared/components/cron/Cron.constants.ts index c8a1b97939..c7dffb5660 100644 --- a/packages/shared/components/cron/Cron.constants.ts +++ b/packages/shared/components/cron/Cron.constants.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/cron/Cron.part.ts b/packages/shared/components/cron/Cron.part.ts index 1d252bc4c4..49e5b4e2b5 100644 --- a/packages/shared/components/cron/Cron.part.ts +++ b/packages/shared/components/cron/Cron.part.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/cron/Cron.stories.tsx b/packages/shared/components/cron/Cron.stories.tsx index 919cd2935a..49bbba14ff 100644 --- a/packages/shared/components/cron/Cron.stories.tsx +++ b/packages/shared/components/cron/Cron.stories.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/cron/Cron.styled.ts b/packages/shared/components/cron/Cron.styled.ts index 15d9d26be3..b34d9733c5 100644 --- a/packages/shared/components/cron/Cron.styled.ts +++ b/packages/shared/components/cron/Cron.styled.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/cron/Cron.test.tsx b/packages/shared/components/cron/Cron.test.tsx index 6fe0817a88..9a378e304a 100644 --- a/packages/shared/components/cron/Cron.test.tsx +++ b/packages/shared/components/cron/Cron.test.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/cron/Cron.tsx b/packages/shared/components/cron/Cron.tsx index 3307af1f21..4b5bcc01db 100644 --- a/packages/shared/components/cron/Cron.tsx +++ b/packages/shared/components/cron/Cron.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/cron/Cron.types.ts b/packages/shared/components/cron/Cron.types.ts index 08e0fcd490..4f1f3979fb 100644 --- a/packages/shared/components/cron/Cron.types.ts +++ b/packages/shared/components/cron/Cron.types.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/cron/Cron.utils.ts b/packages/shared/components/cron/Cron.utils.ts index 6622f36054..05d52f83ba 100644 --- a/packages/shared/components/cron/Cron.utils.ts +++ b/packages/shared/components/cron/Cron.utils.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/cron/index.ts b/packages/shared/components/cron/index.ts index a458dcceb1..6033a23ef5 100644 --- a/packages/shared/components/cron/index.ts +++ b/packages/shared/components/cron/index.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/cron/sub-components/Hours.tsx b/packages/shared/components/cron/sub-components/Hours.tsx index 98f8192a88..148e2893b6 100644 --- a/packages/shared/components/cron/sub-components/Hours.tsx +++ b/packages/shared/components/cron/sub-components/Hours.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/cron/sub-components/Minutes.tsx b/packages/shared/components/cron/sub-components/Minutes.tsx index 049135b5f3..177daa9be4 100644 --- a/packages/shared/components/cron/sub-components/Minutes.tsx +++ b/packages/shared/components/cron/sub-components/Minutes.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/cron/sub-components/MonthDays.tsx b/packages/shared/components/cron/sub-components/MonthDays.tsx index 468fb9fa03..bb3eec02cb 100644 --- a/packages/shared/components/cron/sub-components/MonthDays.tsx +++ b/packages/shared/components/cron/sub-components/MonthDays.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/cron/sub-components/Months.tsx b/packages/shared/components/cron/sub-components/Months.tsx index 479ab12cfe..af52f9263b 100644 --- a/packages/shared/components/cron/sub-components/Months.tsx +++ b/packages/shared/components/cron/sub-components/Months.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/cron/sub-components/Period.tsx b/packages/shared/components/cron/sub-components/Period.tsx index 76d194b563..1323413a33 100644 --- a/packages/shared/components/cron/sub-components/Period.tsx +++ b/packages/shared/components/cron/sub-components/Period.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/cron/sub-components/Select.tsx b/packages/shared/components/cron/sub-components/Select.tsx index ea2929bf7b..610e2731e3 100644 --- a/packages/shared/components/cron/sub-components/Select.tsx +++ b/packages/shared/components/cron/sub-components/Select.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/cron/sub-components/WeekDays.tsx b/packages/shared/components/cron/sub-components/WeekDays.tsx index 87c3890578..2ef3ca54e3 100644 --- a/packages/shared/components/cron/sub-components/WeekDays.tsx +++ b/packages/shared/components/cron/sub-components/WeekDays.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/cron/sub-components/index.ts b/packages/shared/components/cron/sub-components/index.ts index 1da7359fbc..1c10f735e4 100644 --- a/packages/shared/components/cron/sub-components/index.ts +++ b/packages/shared/components/cron/sub-components/index.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/date-picker/DatePicker.stories.tsx b/packages/shared/components/date-picker/DatePicker.stories.tsx index e57f60c137..64eec2566a 100644 --- a/packages/shared/components/date-picker/DatePicker.stories.tsx +++ b/packages/shared/components/date-picker/DatePicker.stories.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/date-picker/DatePicker.styled.ts b/packages/shared/components/date-picker/DatePicker.styled.ts index 20b8fecd4c..126a3a38f6 100644 --- a/packages/shared/components/date-picker/DatePicker.styled.ts +++ b/packages/shared/components/date-picker/DatePicker.styled.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/date-picker/DatePicker.test.tsx b/packages/shared/components/date-picker/DatePicker.test.tsx index 70737d5fa9..de37e72afe 100644 --- a/packages/shared/components/date-picker/DatePicker.test.tsx +++ b/packages/shared/components/date-picker/DatePicker.test.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/date-picker/DatePicker.tsx b/packages/shared/components/date-picker/DatePicker.tsx index 6c232f2038..7e73719d95 100644 --- a/packages/shared/components/date-picker/DatePicker.tsx +++ b/packages/shared/components/date-picker/DatePicker.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/date-picker/DatePicker.types.tsx b/packages/shared/components/date-picker/DatePicker.types.tsx index 4342432782..102c903bd1 100644 --- a/packages/shared/components/date-picker/DatePicker.types.tsx +++ b/packages/shared/components/date-picker/DatePicker.types.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/date-picker/index.tsx b/packages/shared/components/date-picker/index.tsx index d3ae9db17e..ce96bc79b1 100644 --- a/packages/shared/components/date-picker/index.tsx +++ b/packages/shared/components/date-picker/index.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/date-time-picker/DateTimePicker.tsx b/packages/shared/components/date-time-picker/DateTimePicker.tsx index 900e1ef172..f1f0c964a7 100644 --- a/packages/shared/components/date-time-picker/DateTimePicker.tsx +++ b/packages/shared/components/date-time-picker/DateTimePicker.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/date-time-picker/DateTimerPicker.stories.tsx b/packages/shared/components/date-time-picker/DateTimerPicker.stories.tsx index 9ad4ecee32..00c18c8c37 100644 --- a/packages/shared/components/date-time-picker/DateTimerPicker.stories.tsx +++ b/packages/shared/components/date-time-picker/DateTimerPicker.stories.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/date-time-picker/DateTimerPicker.styled.ts b/packages/shared/components/date-time-picker/DateTimerPicker.styled.ts index dfd9536406..8e2c3d8e1d 100644 --- a/packages/shared/components/date-time-picker/DateTimerPicker.styled.ts +++ b/packages/shared/components/date-time-picker/DateTimerPicker.styled.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/date-time-picker/DateTimerPicker.types.ts b/packages/shared/components/date-time-picker/DateTimerPicker.types.ts index c3d1e13ef9..2b8bcfebcc 100644 --- a/packages/shared/components/date-time-picker/DateTimerPicker.types.ts +++ b/packages/shared/components/date-time-picker/DateTimerPicker.types.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/date-time-picker/index.tsx b/packages/shared/components/date-time-picker/index.tsx index 9cda747311..df76f9d23e 100644 --- a/packages/shared/components/date-time-picker/index.tsx +++ b/packages/shared/components/date-time-picker/index.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/docspace-logo/DocspaceLogo.styled.ts b/packages/shared/components/docspace-logo/DocspaceLogo.styled.ts index cc5ad9be7f..3f28e8ce01 100644 --- a/packages/shared/components/docspace-logo/DocspaceLogo.styled.ts +++ b/packages/shared/components/docspace-logo/DocspaceLogo.styled.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/docspace-logo/DocspaceLogo.tsx b/packages/shared/components/docspace-logo/DocspaceLogo.tsx index dc2ba50725..dbe0e918dc 100644 --- a/packages/shared/components/docspace-logo/DocspaceLogo.tsx +++ b/packages/shared/components/docspace-logo/DocspaceLogo.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/docspace-logo/DocspaceLogo.types.ts b/packages/shared/components/docspace-logo/DocspaceLogo.types.ts index 8f6a45f002..2fbaee7976 100644 --- a/packages/shared/components/docspace-logo/DocspaceLogo.types.ts +++ b/packages/shared/components/docspace-logo/DocspaceLogo.types.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/drag-and-drop/DragAndDrop.styled.ts b/packages/shared/components/drag-and-drop/DragAndDrop.styled.ts index d254c801ba..7b5dbf184c 100644 --- a/packages/shared/components/drag-and-drop/DragAndDrop.styled.ts +++ b/packages/shared/components/drag-and-drop/DragAndDrop.styled.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/drag-and-drop/DragAndDrop.tsx b/packages/shared/components/drag-and-drop/DragAndDrop.tsx index 0fe8ad1a6e..29b2d9a55a 100644 --- a/packages/shared/components/drag-and-drop/DragAndDrop.tsx +++ b/packages/shared/components/drag-and-drop/DragAndDrop.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/drag-and-drop/DragAndDrop.types.ts b/packages/shared/components/drag-and-drop/DragAndDrop.types.ts index 5d389ae3d6..2e33cae2c2 100644 --- a/packages/shared/components/drag-and-drop/DragAndDrop.types.ts +++ b/packages/shared/components/drag-and-drop/DragAndDrop.types.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/drag-and-drop/get-files-from-event.ts b/packages/shared/components/drag-and-drop/get-files-from-event.ts index 58df7170c1..8a8ea78bde 100644 --- a/packages/shared/components/drag-and-drop/get-files-from-event.ts +++ b/packages/shared/components/drag-and-drop/get-files-from-event.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/drag-and-drop/index.tsx b/packages/shared/components/drag-and-drop/index.tsx index ff9a1a731a..9e307809df 100644 --- a/packages/shared/components/drag-and-drop/index.tsx +++ b/packages/shared/components/drag-and-drop/index.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/drop-down-item/DropDownItem.styled.ts b/packages/shared/components/drop-down-item/DropDownItem.styled.ts index 6dc49ae8ca..31b6561d19 100644 --- a/packages/shared/components/drop-down-item/DropDownItem.styled.ts +++ b/packages/shared/components/drop-down-item/DropDownItem.styled.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/drop-down-item/DropDownItem.test.tsx b/packages/shared/components/drop-down-item/DropDownItem.test.tsx index 86f3c16f88..daf20ba56c 100644 --- a/packages/shared/components/drop-down-item/DropDownItem.test.tsx +++ b/packages/shared/components/drop-down-item/DropDownItem.test.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/drop-down-item/DropDownItem.tsx b/packages/shared/components/drop-down-item/DropDownItem.tsx index 66d670ae21..838af92eb9 100644 --- a/packages/shared/components/drop-down-item/DropDownItem.tsx +++ b/packages/shared/components/drop-down-item/DropDownItem.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/drop-down-item/DropDownItem.types.tsx b/packages/shared/components/drop-down-item/DropDownItem.types.tsx index 771ec379bc..cd773b383f 100644 --- a/packages/shared/components/drop-down-item/DropDownItem.types.tsx +++ b/packages/shared/components/drop-down-item/DropDownItem.types.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/drop-down-item/index.tsx b/packages/shared/components/drop-down-item/index.tsx index 34e671276e..e207dd07a8 100644 --- a/packages/shared/components/drop-down-item/index.tsx +++ b/packages/shared/components/drop-down-item/index.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/drop-down/DropDown.constants.ts b/packages/shared/components/drop-down/DropDown.constants.ts index b43544a959..648cdddf5e 100644 --- a/packages/shared/components/drop-down/DropDown.constants.ts +++ b/packages/shared/components/drop-down/DropDown.constants.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/drop-down/DropDown.stories.tsx b/packages/shared/components/drop-down/DropDown.stories.tsx index bee0712bed..6ee15976b5 100644 --- a/packages/shared/components/drop-down/DropDown.stories.tsx +++ b/packages/shared/components/drop-down/DropDown.stories.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/drop-down/DropDown.styled.ts b/packages/shared/components/drop-down/DropDown.styled.ts index c9ad58b48c..d2523aba38 100644 --- a/packages/shared/components/drop-down/DropDown.styled.ts +++ b/packages/shared/components/drop-down/DropDown.styled.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/drop-down/DropDown.test.tsx b/packages/shared/components/drop-down/DropDown.test.tsx index 4fcd54433a..88d0514440 100644 --- a/packages/shared/components/drop-down/DropDown.test.tsx +++ b/packages/shared/components/drop-down/DropDown.test.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/drop-down/DropDown.tsx b/packages/shared/components/drop-down/DropDown.tsx index 78bfa96b3c..1903c6d9c4 100644 --- a/packages/shared/components/drop-down/DropDown.tsx +++ b/packages/shared/components/drop-down/DropDown.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/drop-down/DropDown.types.ts b/packages/shared/components/drop-down/DropDown.types.ts index 6e0abd2ca9..50b5d0877c 100644 --- a/packages/shared/components/drop-down/DropDown.types.ts +++ b/packages/shared/components/drop-down/DropDown.types.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/drop-down/index.tsx b/packages/shared/components/drop-down/index.tsx index 1e548f3f40..e3867e8e99 100644 --- a/packages/shared/components/drop-down/index.tsx +++ b/packages/shared/components/drop-down/index.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/drop-down/sub-components/Row.tsx b/packages/shared/components/drop-down/sub-components/Row.tsx index 92e8d9bc01..6eb6cdcbdb 100644 --- a/packages/shared/components/drop-down/sub-components/Row.tsx +++ b/packages/shared/components/drop-down/sub-components/Row.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/drop-down/sub-components/VirtualList.tsx b/packages/shared/components/drop-down/sub-components/VirtualList.tsx index a3908a9efd..819c98f7ab 100644 --- a/packages/shared/components/drop-down/sub-components/VirtualList.tsx +++ b/packages/shared/components/drop-down/sub-components/VirtualList.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/dropzone/Dropzone.stories.tsx b/packages/shared/components/dropzone/Dropzone.stories.tsx index 917a5e4f61..8622c3785d 100644 --- a/packages/shared/components/dropzone/Dropzone.stories.tsx +++ b/packages/shared/components/dropzone/Dropzone.stories.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/dropzone/Dropzone.styled.ts b/packages/shared/components/dropzone/Dropzone.styled.ts index 0377b31f5e..7ccd230613 100644 --- a/packages/shared/components/dropzone/Dropzone.styled.ts +++ b/packages/shared/components/dropzone/Dropzone.styled.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/dropzone/Dropzone.types.ts b/packages/shared/components/dropzone/Dropzone.types.ts index a5b0e5d0d3..4ae4431aa7 100644 --- a/packages/shared/components/dropzone/Dropzone.types.ts +++ b/packages/shared/components/dropzone/Dropzone.types.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/dropzone/index.tsx b/packages/shared/components/dropzone/index.tsx index c4a72c8003..267e74e1d4 100644 --- a/packages/shared/components/dropzone/index.tsx +++ b/packages/shared/components/dropzone/index.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/email-input/EmailInput.mdx b/packages/shared/components/email-input/EmailInput.mdx index dfd0a4ed7f..bbd968ed15 100644 --- a/packages/shared/components/email-input/EmailInput.mdx +++ b/packages/shared/components/email-input/EmailInput.mdx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/email-input/EmailInput.stories.tsx b/packages/shared/components/email-input/EmailInput.stories.tsx index 4081058dfa..16b4ac0481 100644 --- a/packages/shared/components/email-input/EmailInput.stories.tsx +++ b/packages/shared/components/email-input/EmailInput.stories.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/email-input/EmailInput.styled.ts b/packages/shared/components/email-input/EmailInput.styled.ts index c1e907d42c..6ef4ec78da 100644 --- a/packages/shared/components/email-input/EmailInput.styled.ts +++ b/packages/shared/components/email-input/EmailInput.styled.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/email-input/EmailInput.test.tsx b/packages/shared/components/email-input/EmailInput.test.tsx index 674023a852..451590eab4 100644 --- a/packages/shared/components/email-input/EmailInput.test.tsx +++ b/packages/shared/components/email-input/EmailInput.test.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/email-input/EmailInput.tsx b/packages/shared/components/email-input/EmailInput.tsx index c4e6b8a55a..f2d26d94f7 100644 --- a/packages/shared/components/email-input/EmailInput.tsx +++ b/packages/shared/components/email-input/EmailInput.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/email-input/EmailInput.types.ts b/packages/shared/components/email-input/EmailInput.types.ts index 28b93a350e..816297e5fe 100644 --- a/packages/shared/components/email-input/EmailInput.types.ts +++ b/packages/shared/components/email-input/EmailInput.types.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/email-input/index.tsx b/packages/shared/components/email-input/index.tsx index db1d9035e2..699c87f93e 100644 --- a/packages/shared/components/email-input/index.tsx +++ b/packages/shared/components/email-input/index.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/empty-screen-container/EmptyScreenContainer.stories.tsx b/packages/shared/components/empty-screen-container/EmptyScreenContainer.stories.tsx index 5f9dd32f5a..3820422ce5 100644 --- a/packages/shared/components/empty-screen-container/EmptyScreenContainer.stories.tsx +++ b/packages/shared/components/empty-screen-container/EmptyScreenContainer.stories.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/empty-screen-container/EmptyScreenContainer.styled.ts b/packages/shared/components/empty-screen-container/EmptyScreenContainer.styled.ts index 111a3d44ae..4886ece1c8 100644 --- a/packages/shared/components/empty-screen-container/EmptyScreenContainer.styled.ts +++ b/packages/shared/components/empty-screen-container/EmptyScreenContainer.styled.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/empty-screen-container/EmptyScreenContainer.test.tsx b/packages/shared/components/empty-screen-container/EmptyScreenContainer.test.tsx index 0638c29734..85244026f3 100644 --- a/packages/shared/components/empty-screen-container/EmptyScreenContainer.test.tsx +++ b/packages/shared/components/empty-screen-container/EmptyScreenContainer.test.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/empty-screen-container/EmptyScreenContainer.tsx b/packages/shared/components/empty-screen-container/EmptyScreenContainer.tsx index 04ee29245a..3e94c9b0f7 100644 --- a/packages/shared/components/empty-screen-container/EmptyScreenContainer.tsx +++ b/packages/shared/components/empty-screen-container/EmptyScreenContainer.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/empty-screen-container/EmptyScreenContainer.types.ts b/packages/shared/components/empty-screen-container/EmptyScreenContainer.types.ts index 158851b4de..9527921fce 100644 --- a/packages/shared/components/empty-screen-container/EmptyScreenContainer.types.ts +++ b/packages/shared/components/empty-screen-container/EmptyScreenContainer.types.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/empty-screen-container/index.tsx b/packages/shared/components/empty-screen-container/index.tsx index f26bbb55f5..475d09f000 100644 --- a/packages/shared/components/empty-screen-container/index.tsx +++ b/packages/shared/components/empty-screen-container/index.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/error-boundary/ErrorBoundary.tsx b/packages/shared/components/error-boundary/ErrorBoundary.tsx index 901c32f3f1..07c739a899 100644 --- a/packages/shared/components/error-boundary/ErrorBoundary.tsx +++ b/packages/shared/components/error-boundary/ErrorBoundary.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/error-boundary/ErrorBoundary.types.ts b/packages/shared/components/error-boundary/ErrorBoundary.types.ts index 7bb6052f23..80fab5a43d 100644 --- a/packages/shared/components/error-boundary/ErrorBoundary.types.ts +++ b/packages/shared/components/error-boundary/ErrorBoundary.types.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/error-container/ErrorContainer.stories.tsx b/packages/shared/components/error-container/ErrorContainer.stories.tsx index caf7e56008..02c73a992d 100644 --- a/packages/shared/components/error-container/ErrorContainer.stories.tsx +++ b/packages/shared/components/error-container/ErrorContainer.stories.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/error-container/ErrorContainer.styled.ts b/packages/shared/components/error-container/ErrorContainer.styled.ts index 03481eb824..840876bd6b 100644 --- a/packages/shared/components/error-container/ErrorContainer.styled.ts +++ b/packages/shared/components/error-container/ErrorContainer.styled.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/error-container/ErrorContainer.test.tsx b/packages/shared/components/error-container/ErrorContainer.test.tsx index 24574243b6..99ca3602a6 100644 --- a/packages/shared/components/error-container/ErrorContainer.test.tsx +++ b/packages/shared/components/error-container/ErrorContainer.test.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/error-container/ErrorContainer.tsx b/packages/shared/components/error-container/ErrorContainer.tsx index 85ff6ae1ae..5c284db955 100644 --- a/packages/shared/components/error-container/ErrorContainer.tsx +++ b/packages/shared/components/error-container/ErrorContainer.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/error-container/ErrorContainer.types.ts b/packages/shared/components/error-container/ErrorContainer.types.ts index e7cd7266de..a3b57574dd 100644 --- a/packages/shared/components/error-container/ErrorContainer.types.ts +++ b/packages/shared/components/error-container/ErrorContainer.types.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/errors/AccessRestricted.tsx b/packages/shared/components/errors/AccessRestricted.tsx index 1acccfa155..15d7a4819a 100644 --- a/packages/shared/components/errors/AccessRestricted.tsx +++ b/packages/shared/components/errors/AccessRestricted.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/errors/Error401.tsx b/packages/shared/components/errors/Error401.tsx index fccd5ec38c..a759a102b3 100644 --- a/packages/shared/components/errors/Error401.tsx +++ b/packages/shared/components/errors/Error401.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/errors/Error403.tsx b/packages/shared/components/errors/Error403.tsx index 7ed4d49e9a..63993279d6 100644 --- a/packages/shared/components/errors/Error403.tsx +++ b/packages/shared/components/errors/Error403.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/errors/Error404.tsx b/packages/shared/components/errors/Error404.tsx index aad44a5f05..f69dae3b06 100644 --- a/packages/shared/components/errors/Error404.tsx +++ b/packages/shared/components/errors/Error404.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/errors/Error520.tsx b/packages/shared/components/errors/Error520.tsx index ce6be428e3..44681dfd4d 100644 --- a/packages/shared/components/errors/Error520.tsx +++ b/packages/shared/components/errors/Error520.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/errors/ErrorOffline.tsx b/packages/shared/components/errors/ErrorOffline.tsx index c6412c75c2..7f4b387f59 100644 --- a/packages/shared/components/errors/ErrorOffline.tsx +++ b/packages/shared/components/errors/ErrorOffline.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/errors/ErrorUnavailable.tsx b/packages/shared/components/errors/ErrorUnavailable.tsx index da800ad868..cc46bac211 100644 --- a/packages/shared/components/errors/ErrorUnavailable.tsx +++ b/packages/shared/components/errors/ErrorUnavailable.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/errors/Errors.styled.ts b/packages/shared/components/errors/Errors.styled.ts index 6969a97392..4625b1e578 100644 --- a/packages/shared/components/errors/Errors.styled.ts +++ b/packages/shared/components/errors/Errors.styled.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/errors/Errors.types.ts b/packages/shared/components/errors/Errors.types.ts index 55d1c6ed64..1d49f34a68 100644 --- a/packages/shared/components/errors/Errors.types.ts +++ b/packages/shared/components/errors/Errors.types.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/field-container/FieldContainer.stories.tsx b/packages/shared/components/field-container/FieldContainer.stories.tsx index 1d8dca1b8e..e1e92926aa 100644 --- a/packages/shared/components/field-container/FieldContainer.stories.tsx +++ b/packages/shared/components/field-container/FieldContainer.stories.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/field-container/FieldContainer.styled.ts b/packages/shared/components/field-container/FieldContainer.styled.ts index ec81d8d18b..c01354573d 100644 --- a/packages/shared/components/field-container/FieldContainer.styled.ts +++ b/packages/shared/components/field-container/FieldContainer.styled.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/field-container/FieldContainer.test.tsx b/packages/shared/components/field-container/FieldContainer.test.tsx index a170a4e223..fe40c3eb9b 100644 --- a/packages/shared/components/field-container/FieldContainer.test.tsx +++ b/packages/shared/components/field-container/FieldContainer.test.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/field-container/FieldContainer.tsx b/packages/shared/components/field-container/FieldContainer.tsx index ea3d7cdc41..cee62184fa 100644 --- a/packages/shared/components/field-container/FieldContainer.tsx +++ b/packages/shared/components/field-container/FieldContainer.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/field-container/FieldContainer.types.tsx b/packages/shared/components/field-container/FieldContainer.types.tsx index 6bbdb2c121..b2474ec8cf 100644 --- a/packages/shared/components/field-container/FieldContainer.types.tsx +++ b/packages/shared/components/field-container/FieldContainer.types.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/field-container/index.tsx b/packages/shared/components/field-container/index.tsx index 4ea257b23b..f433024e9b 100644 --- a/packages/shared/components/field-container/index.tsx +++ b/packages/shared/components/field-container/index.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/file-input/FileInput.stories.tsx b/packages/shared/components/file-input/FileInput.stories.tsx index d1aa48fc81..3543cd7810 100644 --- a/packages/shared/components/file-input/FileInput.stories.tsx +++ b/packages/shared/components/file-input/FileInput.stories.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/file-input/FileInput.styled.ts b/packages/shared/components/file-input/FileInput.styled.ts index 59a0714dce..1f4521d0d3 100644 --- a/packages/shared/components/file-input/FileInput.styled.ts +++ b/packages/shared/components/file-input/FileInput.styled.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/file-input/FileInput.test.tsx b/packages/shared/components/file-input/FileInput.test.tsx index e245dc4e72..4e83cae084 100644 --- a/packages/shared/components/file-input/FileInput.test.tsx +++ b/packages/shared/components/file-input/FileInput.test.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/file-input/FileInput.tsx b/packages/shared/components/file-input/FileInput.tsx index ef8bfe456d..db630f974e 100644 --- a/packages/shared/components/file-input/FileInput.tsx +++ b/packages/shared/components/file-input/FileInput.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/file-input/FileInput.types.ts b/packages/shared/components/file-input/FileInput.types.ts index 0700049d24..04b99fe6d0 100644 --- a/packages/shared/components/file-input/FileInput.types.ts +++ b/packages/shared/components/file-input/FileInput.types.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/file-input/index.tsx b/packages/shared/components/file-input/index.tsx index ffc5cceb7b..aa8dc4dd66 100644 --- a/packages/shared/components/file-input/index.tsx +++ b/packages/shared/components/file-input/index.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/filling-role-selector/FillingRoleSelector.stories.tsx b/packages/shared/components/filling-role-selector/FillingRoleSelector.stories.tsx index f969017ca3..d566eabdd6 100644 --- a/packages/shared/components/filling-role-selector/FillingRoleSelector.stories.tsx +++ b/packages/shared/components/filling-role-selector/FillingRoleSelector.stories.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/filling-role-selector/FillingRoleSelector.styled.ts b/packages/shared/components/filling-role-selector/FillingRoleSelector.styled.ts index 6f7bc0e589..538f53c2cc 100644 --- a/packages/shared/components/filling-role-selector/FillingRoleSelector.styled.ts +++ b/packages/shared/components/filling-role-selector/FillingRoleSelector.styled.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/filling-role-selector/FillingRoleSelector.tsx b/packages/shared/components/filling-role-selector/FillingRoleSelector.tsx index 4c037e8012..84624b0a0d 100644 --- a/packages/shared/components/filling-role-selector/FillingRoleSelector.tsx +++ b/packages/shared/components/filling-role-selector/FillingRoleSelector.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/filling-role-selector/FillingRoleSelector.types.ts b/packages/shared/components/filling-role-selector/FillingRoleSelector.types.ts index 62447e83e2..60c4e5df76 100644 --- a/packages/shared/components/filling-role-selector/FillingRoleSelector.types.ts +++ b/packages/shared/components/filling-role-selector/FillingRoleSelector.types.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/filling-role-selector/index.tsx b/packages/shared/components/filling-role-selector/index.tsx index 3f46da6e85..63c93937c4 100644 --- a/packages/shared/components/filling-role-selector/index.tsx +++ b/packages/shared/components/filling-role-selector/index.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/filling-status-line/FillingStatusLine.accordion.tsx b/packages/shared/components/filling-status-line/FillingStatusLine.accordion.tsx index 31ec4efc04..fc5c321b9f 100644 --- a/packages/shared/components/filling-status-line/FillingStatusLine.accordion.tsx +++ b/packages/shared/components/filling-status-line/FillingStatusLine.accordion.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/filling-status-line/FillingStatusLine.stories.tsx b/packages/shared/components/filling-status-line/FillingStatusLine.stories.tsx index f175e11dbf..e301496427 100644 --- a/packages/shared/components/filling-status-line/FillingStatusLine.stories.tsx +++ b/packages/shared/components/filling-status-line/FillingStatusLine.stories.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/filling-status-line/FillingStatusLine.styled.ts b/packages/shared/components/filling-status-line/FillingStatusLine.styled.ts index 9b2c3838dd..f08555d112 100644 --- a/packages/shared/components/filling-status-line/FillingStatusLine.styled.ts +++ b/packages/shared/components/filling-status-line/FillingStatusLine.styled.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/filling-status-line/FillingStatusLine.tsx b/packages/shared/components/filling-status-line/FillingStatusLine.tsx index b715fd205c..d543f702f9 100644 --- a/packages/shared/components/filling-status-line/FillingStatusLine.tsx +++ b/packages/shared/components/filling-status-line/FillingStatusLine.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/filling-status-line/FillingStatusLine.types.ts b/packages/shared/components/filling-status-line/FillingStatusLine.types.ts index 67e9d5d451..498128c4df 100644 --- a/packages/shared/components/filling-status-line/FillingStatusLine.types.ts +++ b/packages/shared/components/filling-status-line/FillingStatusLine.types.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/filling-status-line/index.tsx b/packages/shared/components/filling-status-line/index.tsx index cb29e00e55..f50b72f0a7 100644 --- a/packages/shared/components/filling-status-line/index.tsx +++ b/packages/shared/components/filling-status-line/index.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/filling-status-line/mockData.ts b/packages/shared/components/filling-status-line/mockData.ts index bf5a9f0899..89154365c6 100644 --- a/packages/shared/components/filling-status-line/mockData.ts +++ b/packages/shared/components/filling-status-line/mockData.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/filter/Filter.styled.ts b/packages/shared/components/filter/Filter.styled.ts index dbb114c4b7..f339e1fdfc 100644 --- a/packages/shared/components/filter/Filter.styled.ts +++ b/packages/shared/components/filter/Filter.styled.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/filter/Filter.types.ts b/packages/shared/components/filter/Filter.types.ts index 88606fe3fa..fe47e461a2 100644 --- a/packages/shared/components/filter/Filter.types.ts +++ b/packages/shared/components/filter/Filter.types.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/filter/Filter.utils.ts b/packages/shared/components/filter/Filter.utils.ts index 9e30f94c4e..acf0926ba9 100644 --- a/packages/shared/components/filter/Filter.utils.ts +++ b/packages/shared/components/filter/Filter.utils.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/filter/index.tsx b/packages/shared/components/filter/index.tsx index 46f13fd50b..f783106e90 100644 --- a/packages/shared/components/filter/index.tsx +++ b/packages/shared/components/filter/index.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/filter/sub-components/FilterBlock.tsx b/packages/shared/components/filter/sub-components/FilterBlock.tsx index 03b864e2bd..eff04ba07e 100644 --- a/packages/shared/components/filter/sub-components/FilterBlock.tsx +++ b/packages/shared/components/filter/sub-components/FilterBlock.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/filter/sub-components/FilterBlockItem.tsx b/packages/shared/components/filter/sub-components/FilterBlockItem.tsx index ee021ff3b4..690e436f06 100644 --- a/packages/shared/components/filter/sub-components/FilterBlockItem.tsx +++ b/packages/shared/components/filter/sub-components/FilterBlockItem.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/filter/sub-components/FilterButton.tsx b/packages/shared/components/filter/sub-components/FilterButton.tsx index db64f65ae9..a85d8a4318 100644 --- a/packages/shared/components/filter/sub-components/FilterButton.tsx +++ b/packages/shared/components/filter/sub-components/FilterButton.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/filter/sub-components/SortButton.tsx b/packages/shared/components/filter/sub-components/SortButton.tsx index 5b42680543..9ebef3a949 100644 --- a/packages/shared/components/filter/sub-components/SortButton.tsx +++ b/packages/shared/components/filter/sub-components/SortButton.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/floating-button/FloatingButton.enums.ts b/packages/shared/components/floating-button/FloatingButton.enums.ts index f7d9b3ea19..b6fd35fb67 100644 --- a/packages/shared/components/floating-button/FloatingButton.enums.ts +++ b/packages/shared/components/floating-button/FloatingButton.enums.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/floating-button/FloatingButton.stories.tsx b/packages/shared/components/floating-button/FloatingButton.stories.tsx index b01c412c21..c845a2a279 100644 --- a/packages/shared/components/floating-button/FloatingButton.stories.tsx +++ b/packages/shared/components/floating-button/FloatingButton.stories.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/floating-button/FloatingButton.styled.ts b/packages/shared/components/floating-button/FloatingButton.styled.ts index 4ed6ba7d1f..a3f50ebccb 100644 --- a/packages/shared/components/floating-button/FloatingButton.styled.ts +++ b/packages/shared/components/floating-button/FloatingButton.styled.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/floating-button/FloatingButton.theme.tsx b/packages/shared/components/floating-button/FloatingButton.theme.tsx index b6b4baa2e1..66006e56a3 100644 --- a/packages/shared/components/floating-button/FloatingButton.theme.tsx +++ b/packages/shared/components/floating-button/FloatingButton.theme.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/floating-button/FloatingButton.tsx b/packages/shared/components/floating-button/FloatingButton.tsx index 6416c8262b..72ae37ec25 100644 --- a/packages/shared/components/floating-button/FloatingButton.tsx +++ b/packages/shared/components/floating-button/FloatingButton.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/floating-button/FloatingButton.types.tsx b/packages/shared/components/floating-button/FloatingButton.types.tsx index 8d7f7cca46..433e48164c 100644 --- a/packages/shared/components/floating-button/FloatingButton.types.tsx +++ b/packages/shared/components/floating-button/FloatingButton.types.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/floating-button/index.ts b/packages/shared/components/floating-button/index.ts index 53347d293e..76166b3402 100644 --- a/packages/shared/components/floating-button/index.ts +++ b/packages/shared/components/floating-button/index.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/form-wrapper/index.tsx b/packages/shared/components/form-wrapper/index.tsx index 8311143652..512d5aea9c 100644 --- a/packages/shared/components/form-wrapper/index.tsx +++ b/packages/shared/components/form-wrapper/index.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/global-style/index.tsx b/packages/shared/components/global-style/index.tsx index 7055ef8f60..730b903c78 100644 --- a/packages/shared/components/global-style/index.tsx +++ b/packages/shared/components/global-style/index.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/grid/Grid.styled.ts b/packages/shared/components/grid/Grid.styled.ts index c4349fc4ae..b619f15d5d 100644 --- a/packages/shared/components/grid/Grid.styled.ts +++ b/packages/shared/components/grid/Grid.styled.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/grid/Grid.types.ts b/packages/shared/components/grid/Grid.types.ts index 86575492d3..2b180b6701 100644 --- a/packages/shared/components/grid/Grid.types.ts +++ b/packages/shared/components/grid/Grid.types.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/grid/grid.stories.tsx b/packages/shared/components/grid/grid.stories.tsx index 38c930e2b2..0c50dfff19 100644 --- a/packages/shared/components/grid/grid.stories.tsx +++ b/packages/shared/components/grid/grid.stories.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/grid/grid.test.tsx b/packages/shared/components/grid/grid.test.tsx index 3cda0902f0..dec43397c7 100644 --- a/packages/shared/components/grid/grid.test.tsx +++ b/packages/shared/components/grid/grid.test.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/grid/grid.tsx b/packages/shared/components/grid/grid.tsx index ed57d8a999..7a224ec59e 100644 --- a/packages/shared/components/grid/grid.tsx +++ b/packages/shared/components/grid/grid.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/grid/index.ts b/packages/shared/components/grid/index.ts index 1c2ffead8f..5890c6290e 100644 --- a/packages/shared/components/grid/index.ts +++ b/packages/shared/components/grid/index.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/heading/Heading.enums.ts b/packages/shared/components/heading/Heading.enums.ts index f305e3ea72..8ecd804337 100644 --- a/packages/shared/components/heading/Heading.enums.ts +++ b/packages/shared/components/heading/Heading.enums.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/heading/Heading.styled.ts b/packages/shared/components/heading/Heading.styled.ts index aef8b048b5..c1c59ec294 100644 --- a/packages/shared/components/heading/Heading.styled.ts +++ b/packages/shared/components/heading/Heading.styled.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/heading/Heading.tsx b/packages/shared/components/heading/Heading.tsx index e59ab13a31..e45d8951b1 100644 --- a/packages/shared/components/heading/Heading.tsx +++ b/packages/shared/components/heading/Heading.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/heading/Heading.types.ts b/packages/shared/components/heading/Heading.types.ts index b46b2dac42..6e90bfdfc0 100644 --- a/packages/shared/components/heading/Heading.types.ts +++ b/packages/shared/components/heading/Heading.types.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/heading/heading.stories.tsx b/packages/shared/components/heading/heading.stories.tsx index 4965ab375f..abdce93023 100644 --- a/packages/shared/components/heading/heading.stories.tsx +++ b/packages/shared/components/heading/heading.stories.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/heading/heading.test.tsx b/packages/shared/components/heading/heading.test.tsx index b9658e16bf..6fcf5b3926 100644 --- a/packages/shared/components/heading/heading.test.tsx +++ b/packages/shared/components/heading/heading.test.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/heading/index.tsx b/packages/shared/components/heading/index.tsx index 8338136738..31f874ce4d 100644 --- a/packages/shared/components/heading/index.tsx +++ b/packages/shared/components/heading/index.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/headline/Headline.constants.ts b/packages/shared/components/headline/Headline.constants.ts index 648d8f2248..c6db3d00b8 100644 --- a/packages/shared/components/headline/Headline.constants.ts +++ b/packages/shared/components/headline/Headline.constants.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/headline/Headline.stories.tsx b/packages/shared/components/headline/Headline.stories.tsx index a2a113af49..8648ff1218 100644 --- a/packages/shared/components/headline/Headline.stories.tsx +++ b/packages/shared/components/headline/Headline.stories.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/headline/Headline.styled.ts b/packages/shared/components/headline/Headline.styled.ts index e036425756..f6c7a9f64a 100644 --- a/packages/shared/components/headline/Headline.styled.ts +++ b/packages/shared/components/headline/Headline.styled.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/headline/Headline.test.tsx b/packages/shared/components/headline/Headline.test.tsx index a2f2c60ac8..24a55c0fe3 100644 --- a/packages/shared/components/headline/Headline.test.tsx +++ b/packages/shared/components/headline/Headline.test.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/headline/Headline.tsx b/packages/shared/components/headline/Headline.tsx index 6cdd7610b3..bff9191961 100644 --- a/packages/shared/components/headline/Headline.tsx +++ b/packages/shared/components/headline/Headline.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/headline/Headline.types.ts b/packages/shared/components/headline/Headline.types.ts index 313d369921..cd8a403def 100644 --- a/packages/shared/components/headline/Headline.types.ts +++ b/packages/shared/components/headline/Headline.types.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/help-button/HelpButton.stories.tsx b/packages/shared/components/help-button/HelpButton.stories.tsx index ca8e1bdf26..2c9fc11018 100644 --- a/packages/shared/components/help-button/HelpButton.stories.tsx +++ b/packages/shared/components/help-button/HelpButton.stories.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/help-button/HelpButton.styled.ts b/packages/shared/components/help-button/HelpButton.styled.ts index af769e2f2e..f3b2959d6e 100644 --- a/packages/shared/components/help-button/HelpButton.styled.ts +++ b/packages/shared/components/help-button/HelpButton.styled.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/help-button/HelpButton.test.tsx b/packages/shared/components/help-button/HelpButton.test.tsx index cde39f3c4f..0411b84b39 100644 --- a/packages/shared/components/help-button/HelpButton.test.tsx +++ b/packages/shared/components/help-button/HelpButton.test.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/help-button/HelpButton.tsx b/packages/shared/components/help-button/HelpButton.tsx index f426edad8e..a33537f373 100644 --- a/packages/shared/components/help-button/HelpButton.tsx +++ b/packages/shared/components/help-button/HelpButton.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/help-button/HelpButton.types.tsx b/packages/shared/components/help-button/HelpButton.types.tsx index 9ec58450ec..a5e0c903ee 100644 --- a/packages/shared/components/help-button/HelpButton.types.tsx +++ b/packages/shared/components/help-button/HelpButton.types.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/help-button/index.tsx b/packages/shared/components/help-button/index.tsx index 89a680f594..a275c4d897 100644 --- a/packages/shared/components/help-button/index.tsx +++ b/packages/shared/components/help-button/index.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/icon-button/IconButton.stories.tsx b/packages/shared/components/icon-button/IconButton.stories.tsx index 821273df17..d150ac62ca 100644 --- a/packages/shared/components/icon-button/IconButton.stories.tsx +++ b/packages/shared/components/icon-button/IconButton.stories.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/icon-button/IconButton.styled.ts b/packages/shared/components/icon-button/IconButton.styled.ts index 1e54b974ae..49a754a845 100644 --- a/packages/shared/components/icon-button/IconButton.styled.ts +++ b/packages/shared/components/icon-button/IconButton.styled.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/icon-button/IconButton.test.tsx b/packages/shared/components/icon-button/IconButton.test.tsx index f468409611..063fc4aa42 100644 --- a/packages/shared/components/icon-button/IconButton.test.tsx +++ b/packages/shared/components/icon-button/IconButton.test.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/icon-button/IconButton.tsx b/packages/shared/components/icon-button/IconButton.tsx index 0ba67db3f1..666f39e177 100644 --- a/packages/shared/components/icon-button/IconButton.tsx +++ b/packages/shared/components/icon-button/IconButton.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/icon-button/IconButton.types.ts b/packages/shared/components/icon-button/IconButton.types.ts index 2a05fefa74..37a6007213 100644 --- a/packages/shared/components/icon-button/IconButton.types.ts +++ b/packages/shared/components/icon-button/IconButton.types.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/icon-button/index.tsx b/packages/shared/components/icon-button/index.tsx index 87a97d735b..f9b6e700c3 100644 --- a/packages/shared/components/icon-button/index.tsx +++ b/packages/shared/components/icon-button/index.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/image-editor/AvatarPreview/index.tsx b/packages/shared/components/image-editor/AvatarPreview/index.tsx index daff8e170e..ef075530b6 100644 --- a/packages/shared/components/image-editor/AvatarPreview/index.tsx +++ b/packages/shared/components/image-editor/AvatarPreview/index.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/image-editor/Dropzone/index.tsx b/packages/shared/components/image-editor/Dropzone/index.tsx index 4405e90719..394968f547 100644 --- a/packages/shared/components/image-editor/Dropzone/index.tsx +++ b/packages/shared/components/image-editor/Dropzone/index.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/image-editor/ImageCropper/index.tsx b/packages/shared/components/image-editor/ImageCropper/index.tsx index 31f182dc4d..150fd7cce3 100644 --- a/packages/shared/components/image-editor/ImageCropper/index.tsx +++ b/packages/shared/components/image-editor/ImageCropper/index.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/image-editor/ImageEditor.styled.ts b/packages/shared/components/image-editor/ImageEditor.styled.ts index 2516695de3..89ea62b2a4 100644 --- a/packages/shared/components/image-editor/ImageEditor.styled.ts +++ b/packages/shared/components/image-editor/ImageEditor.styled.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/image-editor/ImageEditor.types.ts b/packages/shared/components/image-editor/ImageEditor.types.ts index d2cd3239be..4f8d840e8d 100644 --- a/packages/shared/components/image-editor/ImageEditor.types.ts +++ b/packages/shared/components/image-editor/ImageEditor.types.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/image-editor/PreviewTile/index.tsx b/packages/shared/components/image-editor/PreviewTile/index.tsx index 6e6c8c83bb..b10d0ae049 100644 --- a/packages/shared/components/image-editor/PreviewTile/index.tsx +++ b/packages/shared/components/image-editor/PreviewTile/index.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/image-editor/index.tsx b/packages/shared/components/image-editor/index.tsx index 6f66244155..20cc48403b 100644 --- a/packages/shared/components/image-editor/index.tsx +++ b/packages/shared/components/image-editor/index.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/infinite-loader/InfiniteLoader.styled.ts b/packages/shared/components/infinite-loader/InfiniteLoader.styled.ts index 30a0264c23..0fe163a976 100644 --- a/packages/shared/components/infinite-loader/InfiniteLoader.styled.ts +++ b/packages/shared/components/infinite-loader/InfiniteLoader.styled.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/infinite-loader/InfiniteLoader.tsx b/packages/shared/components/infinite-loader/InfiniteLoader.tsx index 2b53518a73..bae74b22fe 100644 --- a/packages/shared/components/infinite-loader/InfiniteLoader.tsx +++ b/packages/shared/components/infinite-loader/InfiniteLoader.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/infinite-loader/InfiniteLoader.types.ts b/packages/shared/components/infinite-loader/InfiniteLoader.types.ts index 3e8c9fefcf..d1203bddf7 100644 --- a/packages/shared/components/infinite-loader/InfiniteLoader.types.ts +++ b/packages/shared/components/infinite-loader/InfiniteLoader.types.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/infinite-loader/Scroll.tsx b/packages/shared/components/infinite-loader/Scroll.tsx index e525cd10fb..72e3b48955 100644 --- a/packages/shared/components/infinite-loader/Scroll.tsx +++ b/packages/shared/components/infinite-loader/Scroll.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/infinite-loader/index.ts b/packages/shared/components/infinite-loader/index.ts index 871169219e..de266b929b 100644 --- a/packages/shared/components/infinite-loader/index.ts +++ b/packages/shared/components/infinite-loader/index.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/infinite-loader/sub-components/Grid.tsx b/packages/shared/components/infinite-loader/sub-components/Grid.tsx index f13269acac..994158f8c3 100644 --- a/packages/shared/components/infinite-loader/sub-components/Grid.tsx +++ b/packages/shared/components/infinite-loader/sub-components/Grid.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/infinite-loader/sub-components/List.tsx b/packages/shared/components/infinite-loader/sub-components/List.tsx index edb09965e5..eb2ed593e9 100644 --- a/packages/shared/components/infinite-loader/sub-components/List.tsx +++ b/packages/shared/components/infinite-loader/sub-components/List.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/info-badge/InfoBadge.stories.tsx b/packages/shared/components/info-badge/InfoBadge.stories.tsx index 564adb367d..79e7f633c2 100644 --- a/packages/shared/components/info-badge/InfoBadge.stories.tsx +++ b/packages/shared/components/info-badge/InfoBadge.stories.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/info-badge/InfoBadge.styled.ts b/packages/shared/components/info-badge/InfoBadge.styled.ts index f33fb4e7ec..db5a09cb27 100644 --- a/packages/shared/components/info-badge/InfoBadge.styled.ts +++ b/packages/shared/components/info-badge/InfoBadge.styled.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/info-badge/InfoBadge.test.tsx b/packages/shared/components/info-badge/InfoBadge.test.tsx index 91a2009aa1..f295c328ed 100644 --- a/packages/shared/components/info-badge/InfoBadge.test.tsx +++ b/packages/shared/components/info-badge/InfoBadge.test.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/info-badge/InfoBadge.tsx b/packages/shared/components/info-badge/InfoBadge.tsx index 16a846d499..5cc9650135 100644 --- a/packages/shared/components/info-badge/InfoBadge.tsx +++ b/packages/shared/components/info-badge/InfoBadge.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/info-badge/InfoBadge.types.ts b/packages/shared/components/info-badge/InfoBadge.types.ts index 6ccc9621dd..c824a963f0 100644 --- a/packages/shared/components/info-badge/InfoBadge.types.ts +++ b/packages/shared/components/info-badge/InfoBadge.types.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/info-badge/index.ts b/packages/shared/components/info-badge/index.ts index 5197ec05c0..e4c00a275c 100644 --- a/packages/shared/components/info-badge/index.ts +++ b/packages/shared/components/info-badge/index.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/input-block/InputBlock.stories.tsx b/packages/shared/components/input-block/InputBlock.stories.tsx index 9229516bde..418861527c 100644 --- a/packages/shared/components/input-block/InputBlock.stories.tsx +++ b/packages/shared/components/input-block/InputBlock.stories.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/input-block/InputBlock.styled.tsx b/packages/shared/components/input-block/InputBlock.styled.tsx index 42ccaa2f51..4787fb3aa9 100644 --- a/packages/shared/components/input-block/InputBlock.styled.tsx +++ b/packages/shared/components/input-block/InputBlock.styled.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/input-block/InputBlock.test.tsx b/packages/shared/components/input-block/InputBlock.test.tsx index caec793bac..a7c9e363b7 100644 --- a/packages/shared/components/input-block/InputBlock.test.tsx +++ b/packages/shared/components/input-block/InputBlock.test.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/input-block/InputBlock.tsx b/packages/shared/components/input-block/InputBlock.tsx index e9a0ffa2a8..49dfc1b599 100644 --- a/packages/shared/components/input-block/InputBlock.tsx +++ b/packages/shared/components/input-block/InputBlock.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/input-block/InputBlock.types.ts b/packages/shared/components/input-block/InputBlock.types.ts index 17688e8f8f..fadaf88f04 100644 --- a/packages/shared/components/input-block/InputBlock.types.ts +++ b/packages/shared/components/input-block/InputBlock.types.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/input-block/index.tsx b/packages/shared/components/input-block/index.tsx index 5b27107128..3a44412523 100644 --- a/packages/shared/components/input-block/index.tsx +++ b/packages/shared/components/input-block/index.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/input-phone/index.tsx b/packages/shared/components/input-phone/index.tsx index b4a9b286f1..23f0e6bffd 100644 --- a/packages/shared/components/input-phone/index.tsx +++ b/packages/shared/components/input-phone/index.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/input-phone/input-phone.stor.tsx b/packages/shared/components/input-phone/input-phone.stor.tsx index 95bb0860bc..cd0feb1823 100644 --- a/packages/shared/components/input-phone/input-phone.stor.tsx +++ b/packages/shared/components/input-phone/input-phone.stor.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/input-phone/options.ts b/packages/shared/components/input-phone/options.ts index 376448000b..f2417342a3 100644 --- a/packages/shared/components/input-phone/options.ts +++ b/packages/shared/components/input-phone/options.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/input-phone/styled-input-phone.ts b/packages/shared/components/input-phone/styled-input-phone.ts index a1ffe32b2c..4f62babc4d 100644 --- a/packages/shared/components/input-phone/styled-input-phone.ts +++ b/packages/shared/components/input-phone/styled-input-phone.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/label/Label.stories.tsx b/packages/shared/components/label/Label.stories.tsx index d01afc4057..a03903479b 100644 --- a/packages/shared/components/label/Label.stories.tsx +++ b/packages/shared/components/label/Label.stories.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/label/Label.test.tsx b/packages/shared/components/label/Label.test.tsx index 1b4603ac63..117ca36ed8 100644 --- a/packages/shared/components/label/Label.test.tsx +++ b/packages/shared/components/label/Label.test.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/label/Label.tsx b/packages/shared/components/label/Label.tsx index e046a3d9b6..c895d61349 100644 --- a/packages/shared/components/label/Label.tsx +++ b/packages/shared/components/label/Label.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/label/Label.types.ts b/packages/shared/components/label/Label.types.ts index 2410603b88..f80159d016 100644 --- a/packages/shared/components/label/Label.types.ts +++ b/packages/shared/components/label/Label.types.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/label/index.ts b/packages/shared/components/label/index.ts index 5e0fd58ed6..827ef146d4 100644 --- a/packages/shared/components/label/index.ts +++ b/packages/shared/components/label/index.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/link-with-dropdown/LinkWithDropdown.stories.tsx b/packages/shared/components/link-with-dropdown/LinkWithDropdown.stories.tsx index 74ed524578..b3ad69d67c 100644 --- a/packages/shared/components/link-with-dropdown/LinkWithDropdown.stories.tsx +++ b/packages/shared/components/link-with-dropdown/LinkWithDropdown.stories.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/link-with-dropdown/LinkWithDropdown.styled.tsx b/packages/shared/components/link-with-dropdown/LinkWithDropdown.styled.tsx index dbf26934cd..186802cb30 100644 --- a/packages/shared/components/link-with-dropdown/LinkWithDropdown.styled.tsx +++ b/packages/shared/components/link-with-dropdown/LinkWithDropdown.styled.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/link-with-dropdown/LinkWithDropdown.test.tsx b/packages/shared/components/link-with-dropdown/LinkWithDropdown.test.tsx index 9ecd5e5c89..68bf07fd70 100644 --- a/packages/shared/components/link-with-dropdown/LinkWithDropdown.test.tsx +++ b/packages/shared/components/link-with-dropdown/LinkWithDropdown.test.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/link-with-dropdown/LinkWithDropdown.tsx b/packages/shared/components/link-with-dropdown/LinkWithDropdown.tsx index 23a8929370..7bfcf39e36 100644 --- a/packages/shared/components/link-with-dropdown/LinkWithDropdown.tsx +++ b/packages/shared/components/link-with-dropdown/LinkWithDropdown.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/link-with-dropdown/LinkWithDropdown.types.ts b/packages/shared/components/link-with-dropdown/LinkWithDropdown.types.ts index 540d2b060c..88e68090d3 100644 --- a/packages/shared/components/link-with-dropdown/LinkWithDropdown.types.ts +++ b/packages/shared/components/link-with-dropdown/LinkWithDropdown.types.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/link-with-dropdown/index.tsx b/packages/shared/components/link-with-dropdown/index.tsx index 2198b6fe3c..eb28126791 100644 --- a/packages/shared/components/link-with-dropdown/index.tsx +++ b/packages/shared/components/link-with-dropdown/index.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/link/Link.enums.ts b/packages/shared/components/link/Link.enums.ts index c615ba0d64..3b9af1b9eb 100644 --- a/packages/shared/components/link/Link.enums.ts +++ b/packages/shared/components/link/Link.enums.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/link/Link.stories.tsx b/packages/shared/components/link/Link.stories.tsx index b025ee11b9..240e63b62a 100644 --- a/packages/shared/components/link/Link.stories.tsx +++ b/packages/shared/components/link/Link.stories.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/link/Link.styled.tsx b/packages/shared/components/link/Link.styled.tsx index 8e8eae10c3..a7641fcb25 100644 --- a/packages/shared/components/link/Link.styled.tsx +++ b/packages/shared/components/link/Link.styled.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/link/Link.test.tsx b/packages/shared/components/link/Link.test.tsx index 6dc13c435d..3107fcc4c9 100644 --- a/packages/shared/components/link/Link.test.tsx +++ b/packages/shared/components/link/Link.test.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/link/Link.tsx b/packages/shared/components/link/Link.tsx index 10357d4219..40c2fcd1d8 100644 --- a/packages/shared/components/link/Link.tsx +++ b/packages/shared/components/link/Link.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/link/Link.types.ts b/packages/shared/components/link/Link.types.ts index 8445c94dcd..5753a751ba 100644 --- a/packages/shared/components/link/Link.types.ts +++ b/packages/shared/components/link/Link.types.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/link/index.tsx b/packages/shared/components/link/index.tsx index 6f4d75cc47..3d60c5795d 100644 --- a/packages/shared/components/link/index.tsx +++ b/packages/shared/components/link/index.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/loader/Loader.enums.ts b/packages/shared/components/loader/Loader.enums.ts index bbaa2ea306..04b70405ed 100644 --- a/packages/shared/components/loader/Loader.enums.ts +++ b/packages/shared/components/loader/Loader.enums.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/loader/Loader.styled.ts b/packages/shared/components/loader/Loader.styled.ts index aa0454d75c..a27abff2e3 100644 --- a/packages/shared/components/loader/Loader.styled.ts +++ b/packages/shared/components/loader/Loader.styled.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/loader/Loader.types.ts b/packages/shared/components/loader/Loader.types.ts index d40e2a504c..bd1743e7f0 100644 --- a/packages/shared/components/loader/Loader.types.ts +++ b/packages/shared/components/loader/Loader.types.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/loader/index.tsx b/packages/shared/components/loader/index.tsx index 569cf529b1..2b9aaf42af 100644 --- a/packages/shared/components/loader/index.tsx +++ b/packages/shared/components/loader/index.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/loader/loader.stories.tsx b/packages/shared/components/loader/loader.stories.tsx index 3902075eb1..934fc34d10 100644 --- a/packages/shared/components/loader/loader.stories.tsx +++ b/packages/shared/components/loader/loader.stories.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/loader/loader.test.tsx b/packages/shared/components/loader/loader.test.tsx index b61c746978..d6aaebf008 100644 --- a/packages/shared/components/loader/loader.test.tsx +++ b/packages/shared/components/loader/loader.test.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/loader/sub-components/Base.tsx b/packages/shared/components/loader/sub-components/Base.tsx index b76b6ae177..fe6703a5ce 100644 --- a/packages/shared/components/loader/sub-components/Base.tsx +++ b/packages/shared/components/loader/sub-components/Base.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/loader/sub-components/DualRing.tsx b/packages/shared/components/loader/sub-components/DualRing.tsx index d361fdcbd8..cbbed53ffd 100644 --- a/packages/shared/components/loader/sub-components/DualRing.tsx +++ b/packages/shared/components/loader/sub-components/DualRing.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/loader/sub-components/Oval.tsx b/packages/shared/components/loader/sub-components/Oval.tsx index 50f2691167..3e2d53b43f 100644 --- a/packages/shared/components/loader/sub-components/Oval.tsx +++ b/packages/shared/components/loader/sub-components/Oval.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/loader/sub-components/Rombs.tsx b/packages/shared/components/loader/sub-components/Rombs.tsx index 44d9c4105b..51ece50fd4 100644 --- a/packages/shared/components/loader/sub-components/Rombs.tsx +++ b/packages/shared/components/loader/sub-components/Rombs.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/loader/sub-components/Track.tsx b/packages/shared/components/loader/sub-components/Track.tsx index 5baa60324a..eebb75b328 100644 --- a/packages/shared/components/loader/sub-components/Track.tsx +++ b/packages/shared/components/loader/sub-components/Track.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/main-button-mobile/MainButtonMobile.docs.mdx b/packages/shared/components/main-button-mobile/MainButtonMobile.docs.mdx index 01679ac3ed..1cfd83de8f 100644 --- a/packages/shared/components/main-button-mobile/MainButtonMobile.docs.mdx +++ b/packages/shared/components/main-button-mobile/MainButtonMobile.docs.mdx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/main-button-mobile/MainButtonMobile.stories.tsx b/packages/shared/components/main-button-mobile/MainButtonMobile.stories.tsx index aabf57cb85..310e0392f1 100644 --- a/packages/shared/components/main-button-mobile/MainButtonMobile.stories.tsx +++ b/packages/shared/components/main-button-mobile/MainButtonMobile.stories.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/main-button-mobile/MainButtonMobile.styled.ts b/packages/shared/components/main-button-mobile/MainButtonMobile.styled.ts index ceaa872cb1..4103df07ad 100644 --- a/packages/shared/components/main-button-mobile/MainButtonMobile.styled.ts +++ b/packages/shared/components/main-button-mobile/MainButtonMobile.styled.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/main-button-mobile/MainButtonMobile.test.tsx b/packages/shared/components/main-button-mobile/MainButtonMobile.test.tsx index 6cd50a5a09..7e43def3a8 100644 --- a/packages/shared/components/main-button-mobile/MainButtonMobile.test.tsx +++ b/packages/shared/components/main-button-mobile/MainButtonMobile.test.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/main-button-mobile/MainButtonMobile.tsx b/packages/shared/components/main-button-mobile/MainButtonMobile.tsx index 712e147066..10d09a8952 100644 --- a/packages/shared/components/main-button-mobile/MainButtonMobile.tsx +++ b/packages/shared/components/main-button-mobile/MainButtonMobile.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/main-button-mobile/MainButtonMobile.types.ts b/packages/shared/components/main-button-mobile/MainButtonMobile.types.ts index 7d15719e3e..55933eafdb 100644 --- a/packages/shared/components/main-button-mobile/MainButtonMobile.types.ts +++ b/packages/shared/components/main-button-mobile/MainButtonMobile.types.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/main-button-mobile/index.tsx b/packages/shared/components/main-button-mobile/index.tsx index 155568259a..bfba48ba37 100644 --- a/packages/shared/components/main-button-mobile/index.tsx +++ b/packages/shared/components/main-button-mobile/index.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/main-button-mobile/sub-components/ProgressBar.tsx b/packages/shared/components/main-button-mobile/sub-components/ProgressBar.tsx index e8b46dbbb9..ed743b45bc 100644 --- a/packages/shared/components/main-button-mobile/sub-components/ProgressBar.tsx +++ b/packages/shared/components/main-button-mobile/sub-components/ProgressBar.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/main-button-mobile/sub-components/SubmenuItem.tsx b/packages/shared/components/main-button-mobile/sub-components/SubmenuItem.tsx index f19cb76e01..d12bccef9c 100644 --- a/packages/shared/components/main-button-mobile/sub-components/SubmenuItem.tsx +++ b/packages/shared/components/main-button-mobile/sub-components/SubmenuItem.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/main-button/MainButton.stories.tsx b/packages/shared/components/main-button/MainButton.stories.tsx index 95e2108686..0300b129f0 100644 --- a/packages/shared/components/main-button/MainButton.stories.tsx +++ b/packages/shared/components/main-button/MainButton.stories.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/main-button/MainButton.styled.ts b/packages/shared/components/main-button/MainButton.styled.ts index 0df7cacf94..54083759e9 100644 --- a/packages/shared/components/main-button/MainButton.styled.ts +++ b/packages/shared/components/main-button/MainButton.styled.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/main-button/MainButton.test.tsx b/packages/shared/components/main-button/MainButton.test.tsx index 870f4925f3..26d0877d5c 100644 --- a/packages/shared/components/main-button/MainButton.test.tsx +++ b/packages/shared/components/main-button/MainButton.test.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/main-button/MainButton.theme.tsx b/packages/shared/components/main-button/MainButton.theme.tsx index 4987198f8e..4cb7aa16cd 100644 --- a/packages/shared/components/main-button/MainButton.theme.tsx +++ b/packages/shared/components/main-button/MainButton.theme.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/main-button/MainButton.tsx b/packages/shared/components/main-button/MainButton.tsx index ad0bed8ec0..0624a8d326 100644 --- a/packages/shared/components/main-button/MainButton.tsx +++ b/packages/shared/components/main-button/MainButton.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/main-button/MainButton.types.tsx b/packages/shared/components/main-button/MainButton.types.tsx index e7e8b28f61..1b4c1b9458 100644 --- a/packages/shared/components/main-button/MainButton.types.tsx +++ b/packages/shared/components/main-button/MainButton.types.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/main-button/index.tsx b/packages/shared/components/main-button/index.tsx index 38dfc35abe..7b05cc30fc 100644 --- a/packages/shared/components/main-button/index.tsx +++ b/packages/shared/components/main-button/index.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/media-viewer/MediaViewer.constants.ts b/packages/shared/components/media-viewer/MediaViewer.constants.ts index 275cc37713..64678060ee 100644 --- a/packages/shared/components/media-viewer/MediaViewer.constants.ts +++ b/packages/shared/components/media-viewer/MediaViewer.constants.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/media-viewer/MediaViewer.enums.ts b/packages/shared/components/media-viewer/MediaViewer.enums.ts index 0b91e668d0..03f95846f6 100644 --- a/packages/shared/components/media-viewer/MediaViewer.enums.ts +++ b/packages/shared/components/media-viewer/MediaViewer.enums.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/media-viewer/MediaViewer.helpers.tsx b/packages/shared/components/media-viewer/MediaViewer.helpers.tsx index 64e5d4f888..566cf23da3 100644 --- a/packages/shared/components/media-viewer/MediaViewer.helpers.tsx +++ b/packages/shared/components/media-viewer/MediaViewer.helpers.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/media-viewer/MediaViewer.stories.tsx b/packages/shared/components/media-viewer/MediaViewer.stories.tsx index d3a49fc8db..f72df947db 100644 --- a/packages/shared/components/media-viewer/MediaViewer.stories.tsx +++ b/packages/shared/components/media-viewer/MediaViewer.stories.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/media-viewer/MediaViewer.styled.ts b/packages/shared/components/media-viewer/MediaViewer.styled.ts index 9b2ad0c877..47ee110586 100644 --- a/packages/shared/components/media-viewer/MediaViewer.styled.ts +++ b/packages/shared/components/media-viewer/MediaViewer.styled.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/media-viewer/MediaViewer.tsx b/packages/shared/components/media-viewer/MediaViewer.tsx index 613b74d4de..5eae827726 100644 --- a/packages/shared/components/media-viewer/MediaViewer.tsx +++ b/packages/shared/components/media-viewer/MediaViewer.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/media-viewer/MediaViewer.types.ts b/packages/shared/components/media-viewer/MediaViewer.types.ts index 042ca91582..5690edaf21 100644 --- a/packages/shared/components/media-viewer/MediaViewer.types.ts +++ b/packages/shared/components/media-viewer/MediaViewer.types.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/media-viewer/MediaViewer.utils.ts b/packages/shared/components/media-viewer/MediaViewer.utils.ts index 3623b4a2db..02610b24fd 100644 --- a/packages/shared/components/media-viewer/MediaViewer.utils.ts +++ b/packages/shared/components/media-viewer/MediaViewer.utils.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/media-viewer/sub-components/DesktopDetails/DesktopDetails.styled.ts b/packages/shared/components/media-viewer/sub-components/DesktopDetails/DesktopDetails.styled.ts index d8293836ee..e05edcc8d9 100644 --- a/packages/shared/components/media-viewer/sub-components/DesktopDetails/DesktopDetails.styled.ts +++ b/packages/shared/components/media-viewer/sub-components/DesktopDetails/DesktopDetails.styled.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/media-viewer/sub-components/DesktopDetails/DesktopDetails.type.ts b/packages/shared/components/media-viewer/sub-components/DesktopDetails/DesktopDetails.type.ts index 223507d5dc..8afe71e830 100644 --- a/packages/shared/components/media-viewer/sub-components/DesktopDetails/DesktopDetails.type.ts +++ b/packages/shared/components/media-viewer/sub-components/DesktopDetails/DesktopDetails.type.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/media-viewer/sub-components/DesktopDetails/index.tsx b/packages/shared/components/media-viewer/sub-components/DesktopDetails/index.tsx index 4413034aa2..34b75baefc 100644 --- a/packages/shared/components/media-viewer/sub-components/DesktopDetails/index.tsx +++ b/packages/shared/components/media-viewer/sub-components/DesktopDetails/index.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/media-viewer/sub-components/ImageViewer/ImageViewer.constants.ts b/packages/shared/components/media-viewer/sub-components/ImageViewer/ImageViewer.constants.ts index 44b29e6cdc..c365768c4a 100644 --- a/packages/shared/components/media-viewer/sub-components/ImageViewer/ImageViewer.constants.ts +++ b/packages/shared/components/media-viewer/sub-components/ImageViewer/ImageViewer.constants.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/media-viewer/sub-components/ImageViewer/ImageViewer.props.ts b/packages/shared/components/media-viewer/sub-components/ImageViewer/ImageViewer.props.ts index c6d030754d..35739037c4 100644 --- a/packages/shared/components/media-viewer/sub-components/ImageViewer/ImageViewer.props.ts +++ b/packages/shared/components/media-viewer/sub-components/ImageViewer/ImageViewer.props.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/media-viewer/sub-components/ImageViewer/ImageViewer.styled.ts b/packages/shared/components/media-viewer/sub-components/ImageViewer/ImageViewer.styled.ts index a484a045ca..f30348f5dc 100644 --- a/packages/shared/components/media-viewer/sub-components/ImageViewer/ImageViewer.styled.ts +++ b/packages/shared/components/media-viewer/sub-components/ImageViewer/ImageViewer.styled.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/media-viewer/sub-components/ImageViewer/index.tsx b/packages/shared/components/media-viewer/sub-components/ImageViewer/index.tsx index 50731a8acd..d6d6fd042d 100644 --- a/packages/shared/components/media-viewer/sub-components/ImageViewer/index.tsx +++ b/packages/shared/components/media-viewer/sub-components/ImageViewer/index.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/media-viewer/sub-components/MessageError/MessageError.props.ts b/packages/shared/components/media-viewer/sub-components/MessageError/MessageError.props.ts index 9ff4f3ae87..3870531425 100644 --- a/packages/shared/components/media-viewer/sub-components/MessageError/MessageError.props.ts +++ b/packages/shared/components/media-viewer/sub-components/MessageError/MessageError.props.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/media-viewer/sub-components/MessageError/MessageError.styled.ts b/packages/shared/components/media-viewer/sub-components/MessageError/MessageError.styled.ts index 8129f906bf..ab68dd5f2a 100644 --- a/packages/shared/components/media-viewer/sub-components/MessageError/MessageError.styled.ts +++ b/packages/shared/components/media-viewer/sub-components/MessageError/MessageError.styled.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/media-viewer/sub-components/MessageError/index.tsx b/packages/shared/components/media-viewer/sub-components/MessageError/index.tsx index 222271eafd..ceac4338a3 100644 --- a/packages/shared/components/media-viewer/sub-components/MessageError/index.tsx +++ b/packages/shared/components/media-viewer/sub-components/MessageError/index.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/media-viewer/sub-components/MobileDetails/MobileDetails.props.ts b/packages/shared/components/media-viewer/sub-components/MobileDetails/MobileDetails.props.ts index 02386634d9..58532b7ff9 100644 --- a/packages/shared/components/media-viewer/sub-components/MobileDetails/MobileDetails.props.ts +++ b/packages/shared/components/media-viewer/sub-components/MobileDetails/MobileDetails.props.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/media-viewer/sub-components/MobileDetails/index.tsx b/packages/shared/components/media-viewer/sub-components/MobileDetails/index.tsx index 11d82f8078..dc441c2880 100644 --- a/packages/shared/components/media-viewer/sub-components/MobileDetails/index.tsx +++ b/packages/shared/components/media-viewer/sub-components/MobileDetails/index.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/media-viewer/sub-components/NextButton/index.tsx b/packages/shared/components/media-viewer/sub-components/NextButton/index.tsx index 29d94c3d36..8b25bf4d54 100644 --- a/packages/shared/components/media-viewer/sub-components/NextButton/index.tsx +++ b/packages/shared/components/media-viewer/sub-components/NextButton/index.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/media-viewer/sub-components/PDFViewer/PDFViewer.props.ts b/packages/shared/components/media-viewer/sub-components/PDFViewer/PDFViewer.props.ts index d33dda035a..83412525d5 100644 --- a/packages/shared/components/media-viewer/sub-components/PDFViewer/PDFViewer.props.ts +++ b/packages/shared/components/media-viewer/sub-components/PDFViewer/PDFViewer.props.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/media-viewer/sub-components/PDFViewer/PDFViewer.styled.ts b/packages/shared/components/media-viewer/sub-components/PDFViewer/PDFViewer.styled.ts index f6eb4e147d..55c006a797 100644 --- a/packages/shared/components/media-viewer/sub-components/PDFViewer/PDFViewer.styled.ts +++ b/packages/shared/components/media-viewer/sub-components/PDFViewer/PDFViewer.styled.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/media-viewer/sub-components/PDFViewer/index.tsx b/packages/shared/components/media-viewer/sub-components/PDFViewer/index.tsx index 3f5bf6e14d..2bf1d1401a 100644 --- a/packages/shared/components/media-viewer/sub-components/PDFViewer/index.tsx +++ b/packages/shared/components/media-viewer/sub-components/PDFViewer/index.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/media-viewer/sub-components/PDFViewer/ui/Bookmarks/Bookmarks.props.ts b/packages/shared/components/media-viewer/sub-components/PDFViewer/ui/Bookmarks/Bookmarks.props.ts index e7d7cc6e53..d106e5d4a0 100644 --- a/packages/shared/components/media-viewer/sub-components/PDFViewer/ui/Bookmarks/Bookmarks.props.ts +++ b/packages/shared/components/media-viewer/sub-components/PDFViewer/ui/Bookmarks/Bookmarks.props.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/media-viewer/sub-components/PDFViewer/ui/Bookmarks/Bookmarks.styled.ts b/packages/shared/components/media-viewer/sub-components/PDFViewer/ui/Bookmarks/Bookmarks.styled.ts index 5f6b5e79e1..d76d5a537c 100644 --- a/packages/shared/components/media-viewer/sub-components/PDFViewer/ui/Bookmarks/Bookmarks.styled.ts +++ b/packages/shared/components/media-viewer/sub-components/PDFViewer/ui/Bookmarks/Bookmarks.styled.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/media-viewer/sub-components/PDFViewer/ui/Bookmarks/index.tsx b/packages/shared/components/media-viewer/sub-components/PDFViewer/ui/Bookmarks/index.tsx index 595313bcc5..2bc1de6394 100644 --- a/packages/shared/components/media-viewer/sub-components/PDFViewer/ui/Bookmarks/index.tsx +++ b/packages/shared/components/media-viewer/sub-components/PDFViewer/ui/Bookmarks/index.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/media-viewer/sub-components/PDFViewer/ui/MainPanel/MainPanel.props.ts b/packages/shared/components/media-viewer/sub-components/PDFViewer/ui/MainPanel/MainPanel.props.ts index df87895e6d..eccf683f6c 100644 --- a/packages/shared/components/media-viewer/sub-components/PDFViewer/ui/MainPanel/MainPanel.props.ts +++ b/packages/shared/components/media-viewer/sub-components/PDFViewer/ui/MainPanel/MainPanel.props.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/media-viewer/sub-components/PDFViewer/ui/MainPanel/MainPanel.styled.ts b/packages/shared/components/media-viewer/sub-components/PDFViewer/ui/MainPanel/MainPanel.styled.ts index 92f098847a..c63505cc74 100644 --- a/packages/shared/components/media-viewer/sub-components/PDFViewer/ui/MainPanel/MainPanel.styled.ts +++ b/packages/shared/components/media-viewer/sub-components/PDFViewer/ui/MainPanel/MainPanel.styled.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/media-viewer/sub-components/PDFViewer/ui/MainPanel/index.tsx b/packages/shared/components/media-viewer/sub-components/PDFViewer/ui/MainPanel/index.tsx index 0ca00ccc83..20d768def1 100644 --- a/packages/shared/components/media-viewer/sub-components/PDFViewer/ui/MainPanel/index.tsx +++ b/packages/shared/components/media-viewer/sub-components/PDFViewer/ui/MainPanel/index.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/media-viewer/sub-components/PDFViewer/ui/MobileDrawer/MobileDrawer.props.ts b/packages/shared/components/media-viewer/sub-components/PDFViewer/ui/MobileDrawer/MobileDrawer.props.ts index 2289ecc5c6..d601197e42 100644 --- a/packages/shared/components/media-viewer/sub-components/PDFViewer/ui/MobileDrawer/MobileDrawer.props.ts +++ b/packages/shared/components/media-viewer/sub-components/PDFViewer/ui/MobileDrawer/MobileDrawer.props.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/media-viewer/sub-components/PDFViewer/ui/MobileDrawer/MobileDrawer.styled.ts b/packages/shared/components/media-viewer/sub-components/PDFViewer/ui/MobileDrawer/MobileDrawer.styled.ts index a016d343f6..818a698070 100644 --- a/packages/shared/components/media-viewer/sub-components/PDFViewer/ui/MobileDrawer/MobileDrawer.styled.ts +++ b/packages/shared/components/media-viewer/sub-components/PDFViewer/ui/MobileDrawer/MobileDrawer.styled.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/media-viewer/sub-components/PDFViewer/ui/MobileDrawer/index.tsx b/packages/shared/components/media-viewer/sub-components/PDFViewer/ui/MobileDrawer/index.tsx index 498bcc6f53..0a5909a0ef 100644 --- a/packages/shared/components/media-viewer/sub-components/PDFViewer/ui/MobileDrawer/index.tsx +++ b/packages/shared/components/media-viewer/sub-components/PDFViewer/ui/MobileDrawer/index.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/media-viewer/sub-components/PDFViewer/ui/PageCount/PageCount.props.ts b/packages/shared/components/media-viewer/sub-components/PDFViewer/ui/PageCount/PageCount.props.ts index 22e4b278a6..9bacade31f 100644 --- a/packages/shared/components/media-viewer/sub-components/PDFViewer/ui/PageCount/PageCount.props.ts +++ b/packages/shared/components/media-viewer/sub-components/PDFViewer/ui/PageCount/PageCount.props.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/media-viewer/sub-components/PDFViewer/ui/PageCount/PageCount.styled.ts b/packages/shared/components/media-viewer/sub-components/PDFViewer/ui/PageCount/PageCount.styled.ts index 1a238cb8f0..73b408d004 100644 --- a/packages/shared/components/media-viewer/sub-components/PDFViewer/ui/PageCount/PageCount.styled.ts +++ b/packages/shared/components/media-viewer/sub-components/PDFViewer/ui/PageCount/PageCount.styled.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/media-viewer/sub-components/PDFViewer/ui/PageCount/PageCount.tsx b/packages/shared/components/media-viewer/sub-components/PDFViewer/ui/PageCount/PageCount.tsx index 46f9e90b52..f2b4b08c13 100644 --- a/packages/shared/components/media-viewer/sub-components/PDFViewer/ui/PageCount/PageCount.tsx +++ b/packages/shared/components/media-viewer/sub-components/PDFViewer/ui/PageCount/PageCount.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/media-viewer/sub-components/PDFViewer/ui/PageCount/index.ts b/packages/shared/components/media-viewer/sub-components/PDFViewer/ui/PageCount/index.ts index 80ac50c026..af574e0bc7 100644 --- a/packages/shared/components/media-viewer/sub-components/PDFViewer/ui/PageCount/index.ts +++ b/packages/shared/components/media-viewer/sub-components/PDFViewer/ui/PageCount/index.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/media-viewer/sub-components/PDFViewer/ui/SideBar/Sidebar.props.ts b/packages/shared/components/media-viewer/sub-components/PDFViewer/ui/SideBar/Sidebar.props.ts index 086b371251..38591987f3 100644 --- a/packages/shared/components/media-viewer/sub-components/PDFViewer/ui/SideBar/Sidebar.props.ts +++ b/packages/shared/components/media-viewer/sub-components/PDFViewer/ui/SideBar/Sidebar.props.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/media-viewer/sub-components/PDFViewer/ui/SideBar/Sidebar.styled.ts b/packages/shared/components/media-viewer/sub-components/PDFViewer/ui/SideBar/Sidebar.styled.ts index 9e045ca7d8..87321e2941 100644 --- a/packages/shared/components/media-viewer/sub-components/PDFViewer/ui/SideBar/Sidebar.styled.ts +++ b/packages/shared/components/media-viewer/sub-components/PDFViewer/ui/SideBar/Sidebar.styled.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/media-viewer/sub-components/PDFViewer/ui/SideBar/index.tsx b/packages/shared/components/media-viewer/sub-components/PDFViewer/ui/SideBar/index.tsx index 5684124e11..5563bacb4a 100644 --- a/packages/shared/components/media-viewer/sub-components/PDFViewer/ui/SideBar/index.tsx +++ b/packages/shared/components/media-viewer/sub-components/PDFViewer/ui/SideBar/index.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/media-viewer/sub-components/PlayerBigPlayButton/PlayerBigPlayButton.props.ts b/packages/shared/components/media-viewer/sub-components/PlayerBigPlayButton/PlayerBigPlayButton.props.ts index 5c12e5480e..f84769b7e2 100644 --- a/packages/shared/components/media-viewer/sub-components/PlayerBigPlayButton/PlayerBigPlayButton.props.ts +++ b/packages/shared/components/media-viewer/sub-components/PlayerBigPlayButton/PlayerBigPlayButton.props.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/media-viewer/sub-components/PlayerBigPlayButton/PlayerBigPlayButton.styled.ts b/packages/shared/components/media-viewer/sub-components/PlayerBigPlayButton/PlayerBigPlayButton.styled.ts index fcb6aaef97..e20fe0ac73 100644 --- a/packages/shared/components/media-viewer/sub-components/PlayerBigPlayButton/PlayerBigPlayButton.styled.ts +++ b/packages/shared/components/media-viewer/sub-components/PlayerBigPlayButton/PlayerBigPlayButton.styled.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/media-viewer/sub-components/PlayerBigPlayButton/index.tsx b/packages/shared/components/media-viewer/sub-components/PlayerBigPlayButton/index.tsx index 8367db733b..67c79059f9 100644 --- a/packages/shared/components/media-viewer/sub-components/PlayerBigPlayButton/index.tsx +++ b/packages/shared/components/media-viewer/sub-components/PlayerBigPlayButton/index.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/media-viewer/sub-components/PlayerDesktopContextMenu/PlayerDesktopContextMenu.props.ts b/packages/shared/components/media-viewer/sub-components/PlayerDesktopContextMenu/PlayerDesktopContextMenu.props.ts index 22d15f200d..7712d53f87 100644 --- a/packages/shared/components/media-viewer/sub-components/PlayerDesktopContextMenu/PlayerDesktopContextMenu.props.ts +++ b/packages/shared/components/media-viewer/sub-components/PlayerDesktopContextMenu/PlayerDesktopContextMenu.props.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/media-viewer/sub-components/PlayerDesktopContextMenu/PlayerDesktopContextMenu.styled.ts b/packages/shared/components/media-viewer/sub-components/PlayerDesktopContextMenu/PlayerDesktopContextMenu.styled.ts index a925e343b8..76fc005925 100644 --- a/packages/shared/components/media-viewer/sub-components/PlayerDesktopContextMenu/PlayerDesktopContextMenu.styled.ts +++ b/packages/shared/components/media-viewer/sub-components/PlayerDesktopContextMenu/PlayerDesktopContextMenu.styled.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/media-viewer/sub-components/PlayerDesktopContextMenu/index.tsx b/packages/shared/components/media-viewer/sub-components/PlayerDesktopContextMenu/index.tsx index 0ca3973d1a..8794766c7d 100644 --- a/packages/shared/components/media-viewer/sub-components/PlayerDesktopContextMenu/index.tsx +++ b/packages/shared/components/media-viewer/sub-components/PlayerDesktopContextMenu/index.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/media-viewer/sub-components/PlayerDuration/inxed.tsx b/packages/shared/components/media-viewer/sub-components/PlayerDuration/inxed.tsx index a531a94aad..18825b9d6c 100644 --- a/packages/shared/components/media-viewer/sub-components/PlayerDuration/inxed.tsx +++ b/packages/shared/components/media-viewer/sub-components/PlayerDuration/inxed.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/media-viewer/sub-components/PlayerFullScreen/PlayerFullScreen.props.ts b/packages/shared/components/media-viewer/sub-components/PlayerFullScreen/PlayerFullScreen.props.ts index dd658bf632..199f724e27 100644 --- a/packages/shared/components/media-viewer/sub-components/PlayerFullScreen/PlayerFullScreen.props.ts +++ b/packages/shared/components/media-viewer/sub-components/PlayerFullScreen/PlayerFullScreen.props.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/media-viewer/sub-components/PlayerFullScreen/PlayerFullScreen.styled.ts b/packages/shared/components/media-viewer/sub-components/PlayerFullScreen/PlayerFullScreen.styled.ts index 9942bef457..66ac910f41 100644 --- a/packages/shared/components/media-viewer/sub-components/PlayerFullScreen/PlayerFullScreen.styled.ts +++ b/packages/shared/components/media-viewer/sub-components/PlayerFullScreen/PlayerFullScreen.styled.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/media-viewer/sub-components/PlayerFullScreen/index.tsx b/packages/shared/components/media-viewer/sub-components/PlayerFullScreen/index.tsx index 912441981c..31a13c7b79 100644 --- a/packages/shared/components/media-viewer/sub-components/PlayerFullScreen/index.tsx +++ b/packages/shared/components/media-viewer/sub-components/PlayerFullScreen/index.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/media-viewer/sub-components/PlayerPlayButton/PlayerPlayButton.styled.ts b/packages/shared/components/media-viewer/sub-components/PlayerPlayButton/PlayerPlayButton.styled.ts index b92695b521..f3ef8bcc84 100644 --- a/packages/shared/components/media-viewer/sub-components/PlayerPlayButton/PlayerPlayButton.styled.ts +++ b/packages/shared/components/media-viewer/sub-components/PlayerPlayButton/PlayerPlayButton.styled.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/media-viewer/sub-components/PlayerPlayButton/PlayerPlayButton.types.ts b/packages/shared/components/media-viewer/sub-components/PlayerPlayButton/PlayerPlayButton.types.ts index 381205e3c1..6b35cca70e 100644 --- a/packages/shared/components/media-viewer/sub-components/PlayerPlayButton/PlayerPlayButton.types.ts +++ b/packages/shared/components/media-viewer/sub-components/PlayerPlayButton/PlayerPlayButton.types.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/media-viewer/sub-components/PlayerPlayButton/index.tsx b/packages/shared/components/media-viewer/sub-components/PlayerPlayButton/index.tsx index 27b7bab337..15355253e8 100644 --- a/packages/shared/components/media-viewer/sub-components/PlayerPlayButton/index.tsx +++ b/packages/shared/components/media-viewer/sub-components/PlayerPlayButton/index.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/media-viewer/sub-components/PlayerSpeedControl/PlayerSpeedControl.helper.tsx b/packages/shared/components/media-viewer/sub-components/PlayerSpeedControl/PlayerSpeedControl.helper.tsx index bab035cca6..19e15c5323 100644 --- a/packages/shared/components/media-viewer/sub-components/PlayerSpeedControl/PlayerSpeedControl.helper.tsx +++ b/packages/shared/components/media-viewer/sub-components/PlayerSpeedControl/PlayerSpeedControl.helper.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/media-viewer/sub-components/PlayerSpeedControl/PlayerSpeedControl.props.ts b/packages/shared/components/media-viewer/sub-components/PlayerSpeedControl/PlayerSpeedControl.props.ts index 0eb55e7caa..0b60a55d94 100644 --- a/packages/shared/components/media-viewer/sub-components/PlayerSpeedControl/PlayerSpeedControl.props.ts +++ b/packages/shared/components/media-viewer/sub-components/PlayerSpeedControl/PlayerSpeedControl.props.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/media-viewer/sub-components/PlayerSpeedControl/PlayerSpeedControl.styled.ts b/packages/shared/components/media-viewer/sub-components/PlayerSpeedControl/PlayerSpeedControl.styled.ts index 78358ea51f..046091cc66 100644 --- a/packages/shared/components/media-viewer/sub-components/PlayerSpeedControl/PlayerSpeedControl.styled.ts +++ b/packages/shared/components/media-viewer/sub-components/PlayerSpeedControl/PlayerSpeedControl.styled.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/media-viewer/sub-components/PlayerSpeedControl/index.tsx b/packages/shared/components/media-viewer/sub-components/PlayerSpeedControl/index.tsx index 7492174a01..4459a24252 100644 --- a/packages/shared/components/media-viewer/sub-components/PlayerSpeedControl/index.tsx +++ b/packages/shared/components/media-viewer/sub-components/PlayerSpeedControl/index.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/media-viewer/sub-components/PlayerTimeline/PlayerTimeline.props.ts b/packages/shared/components/media-viewer/sub-components/PlayerTimeline/PlayerTimeline.props.ts index 0cd90920c0..cf7adbf074 100644 --- a/packages/shared/components/media-viewer/sub-components/PlayerTimeline/PlayerTimeline.props.ts +++ b/packages/shared/components/media-viewer/sub-components/PlayerTimeline/PlayerTimeline.props.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/media-viewer/sub-components/PlayerTimeline/PlayerTimeline.styled.ts b/packages/shared/components/media-viewer/sub-components/PlayerTimeline/PlayerTimeline.styled.ts index 458f309dea..c7a15b6dd1 100644 --- a/packages/shared/components/media-viewer/sub-components/PlayerTimeline/PlayerTimeline.styled.ts +++ b/packages/shared/components/media-viewer/sub-components/PlayerTimeline/PlayerTimeline.styled.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/media-viewer/sub-components/PlayerTimeline/index.tsx b/packages/shared/components/media-viewer/sub-components/PlayerTimeline/index.tsx index 7e3d0a1bcb..66f8228655 100644 --- a/packages/shared/components/media-viewer/sub-components/PlayerTimeline/index.tsx +++ b/packages/shared/components/media-viewer/sub-components/PlayerTimeline/index.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/media-viewer/sub-components/PlayerVolumeControl/PlayerVolumeControl.styled.ts b/packages/shared/components/media-viewer/sub-components/PlayerVolumeControl/PlayerVolumeControl.styled.ts index cb74c3ef89..069fccf342 100644 --- a/packages/shared/components/media-viewer/sub-components/PlayerVolumeControl/PlayerVolumeControl.styled.ts +++ b/packages/shared/components/media-viewer/sub-components/PlayerVolumeControl/PlayerVolumeControl.styled.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/media-viewer/sub-components/PlayerVolumeControl/index.tsx b/packages/shared/components/media-viewer/sub-components/PlayerVolumeControl/index.tsx index 3cd19c9bc0..ae3fa9441c 100644 --- a/packages/shared/components/media-viewer/sub-components/PlayerVolumeControl/index.tsx +++ b/packages/shared/components/media-viewer/sub-components/PlayerVolumeControl/index.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/media-viewer/sub-components/PrevButton/index.tsx b/packages/shared/components/media-viewer/sub-components/PrevButton/index.tsx index 45b67aac94..602344a966 100644 --- a/packages/shared/components/media-viewer/sub-components/PrevButton/index.tsx +++ b/packages/shared/components/media-viewer/sub-components/PrevButton/index.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/media-viewer/sub-components/Viewer/Viewer.props.ts b/packages/shared/components/media-viewer/sub-components/Viewer/Viewer.props.ts index dc4fe50a3c..4739b3ea1a 100644 --- a/packages/shared/components/media-viewer/sub-components/Viewer/Viewer.props.ts +++ b/packages/shared/components/media-viewer/sub-components/Viewer/Viewer.props.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/media-viewer/sub-components/Viewer/index.tsx b/packages/shared/components/media-viewer/sub-components/Viewer/index.tsx index ac9c67bdb5..dd9aef5052 100644 --- a/packages/shared/components/media-viewer/sub-components/Viewer/index.tsx +++ b/packages/shared/components/media-viewer/sub-components/Viewer/index.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/media-viewer/sub-components/ViewerLoader/ViewerLoader.styled.ts b/packages/shared/components/media-viewer/sub-components/ViewerLoader/ViewerLoader.styled.ts index 38d6ae34d6..dfa2368a72 100644 --- a/packages/shared/components/media-viewer/sub-components/ViewerLoader/ViewerLoader.styled.ts +++ b/packages/shared/components/media-viewer/sub-components/ViewerLoader/ViewerLoader.styled.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/media-viewer/sub-components/ViewerLoader/ViewerLoader.types.ts b/packages/shared/components/media-viewer/sub-components/ViewerLoader/ViewerLoader.types.ts index b999fdb579..61b8ff9071 100644 --- a/packages/shared/components/media-viewer/sub-components/ViewerLoader/ViewerLoader.types.ts +++ b/packages/shared/components/media-viewer/sub-components/ViewerLoader/ViewerLoader.types.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/media-viewer/sub-components/ViewerLoader/index.tsx b/packages/shared/components/media-viewer/sub-components/ViewerLoader/index.tsx index 182e2b6c75..28db494e89 100644 --- a/packages/shared/components/media-viewer/sub-components/ViewerLoader/index.tsx +++ b/packages/shared/components/media-viewer/sub-components/ViewerLoader/index.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/media-viewer/sub-components/ViewerPlayer/ViewerPlayer.constants.ts b/packages/shared/components/media-viewer/sub-components/ViewerPlayer/ViewerPlayer.constants.ts index 553ed3b40c..16ca294828 100644 --- a/packages/shared/components/media-viewer/sub-components/ViewerPlayer/ViewerPlayer.constants.ts +++ b/packages/shared/components/media-viewer/sub-components/ViewerPlayer/ViewerPlayer.constants.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/media-viewer/sub-components/ViewerPlayer/ViewerPlayer.props.ts b/packages/shared/components/media-viewer/sub-components/ViewerPlayer/ViewerPlayer.props.ts index 022ac04450..7724c3357f 100644 --- a/packages/shared/components/media-viewer/sub-components/ViewerPlayer/ViewerPlayer.props.ts +++ b/packages/shared/components/media-viewer/sub-components/ViewerPlayer/ViewerPlayer.props.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/media-viewer/sub-components/ViewerPlayer/ViewerPlayer.styled.ts b/packages/shared/components/media-viewer/sub-components/ViewerPlayer/ViewerPlayer.styled.ts index 1ef17cea22..47e826b7e9 100644 --- a/packages/shared/components/media-viewer/sub-components/ViewerPlayer/ViewerPlayer.styled.ts +++ b/packages/shared/components/media-viewer/sub-components/ViewerPlayer/ViewerPlayer.styled.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/media-viewer/sub-components/ViewerPlayer/index.tsx b/packages/shared/components/media-viewer/sub-components/ViewerPlayer/index.tsx index 28f1115dc0..9015270552 100644 --- a/packages/shared/components/media-viewer/sub-components/ViewerPlayer/index.tsx +++ b/packages/shared/components/media-viewer/sub-components/ViewerPlayer/index.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/media-viewer/sub-components/ViewerToolbar/ViewerToolbar.props.ts b/packages/shared/components/media-viewer/sub-components/ViewerToolbar/ViewerToolbar.props.ts index 334dafe18f..f570f29f4a 100644 --- a/packages/shared/components/media-viewer/sub-components/ViewerToolbar/ViewerToolbar.props.ts +++ b/packages/shared/components/media-viewer/sub-components/ViewerToolbar/ViewerToolbar.props.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/media-viewer/sub-components/ViewerToolbar/ViewerToolbar.styled.ts b/packages/shared/components/media-viewer/sub-components/ViewerToolbar/ViewerToolbar.styled.ts index e8066675b0..6231b6f75c 100644 --- a/packages/shared/components/media-viewer/sub-components/ViewerToolbar/ViewerToolbar.styled.ts +++ b/packages/shared/components/media-viewer/sub-components/ViewerToolbar/ViewerToolbar.styled.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/media-viewer/sub-components/ViewerToolbar/index.tsx b/packages/shared/components/media-viewer/sub-components/ViewerToolbar/index.tsx index 1e1e6298cf..bda72d8010 100644 --- a/packages/shared/components/media-viewer/sub-components/ViewerToolbar/index.tsx +++ b/packages/shared/components/media-viewer/sub-components/ViewerToolbar/index.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/media-viewer/sub-components/ViewerWrapper/ViewerWrapper.props.ts b/packages/shared/components/media-viewer/sub-components/ViewerWrapper/ViewerWrapper.props.ts index 1ff9b2c3a1..83d9e2224d 100644 --- a/packages/shared/components/media-viewer/sub-components/ViewerWrapper/ViewerWrapper.props.ts +++ b/packages/shared/components/media-viewer/sub-components/ViewerWrapper/ViewerWrapper.props.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/media-viewer/sub-components/ViewerWrapper/index.tsx b/packages/shared/components/media-viewer/sub-components/ViewerWrapper/index.tsx index bf598242a3..63db6fa112 100644 --- a/packages/shared/components/media-viewer/sub-components/ViewerWrapper/index.tsx +++ b/packages/shared/components/media-viewer/sub-components/ViewerWrapper/index.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/modal-dialog/ModalDialog.constants.ts b/packages/shared/components/modal-dialog/ModalDialog.constants.ts index 3ecebd293b..811a9177ce 100644 --- a/packages/shared/components/modal-dialog/ModalDialog.constants.ts +++ b/packages/shared/components/modal-dialog/ModalDialog.constants.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/modal-dialog/ModalDialog.enums.ts b/packages/shared/components/modal-dialog/ModalDialog.enums.ts index 43f191e94d..6194952aae 100644 --- a/packages/shared/components/modal-dialog/ModalDialog.enums.ts +++ b/packages/shared/components/modal-dialog/ModalDialog.enums.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/modal-dialog/ModalDialog.stories.tsx b/packages/shared/components/modal-dialog/ModalDialog.stories.tsx index 05f29248bd..a91703d9f5 100644 --- a/packages/shared/components/modal-dialog/ModalDialog.stories.tsx +++ b/packages/shared/components/modal-dialog/ModalDialog.stories.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/modal-dialog/ModalDialog.styled.ts b/packages/shared/components/modal-dialog/ModalDialog.styled.ts index dd3c74add5..7dbddf8971 100644 --- a/packages/shared/components/modal-dialog/ModalDialog.styled.ts +++ b/packages/shared/components/modal-dialog/ModalDialog.styled.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/modal-dialog/ModalDialog.tsx b/packages/shared/components/modal-dialog/ModalDialog.tsx index 0372c71f57..fd7ebed1a6 100644 --- a/packages/shared/components/modal-dialog/ModalDialog.tsx +++ b/packages/shared/components/modal-dialog/ModalDialog.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/modal-dialog/ModalDialog.types.ts b/packages/shared/components/modal-dialog/ModalDialog.types.ts index 130ba1f4ec..bcb94031c0 100644 --- a/packages/shared/components/modal-dialog/ModalDialog.types.ts +++ b/packages/shared/components/modal-dialog/ModalDialog.types.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/modal-dialog/ModalDialog.utils.tsx b/packages/shared/components/modal-dialog/ModalDialog.utils.tsx index 547988d026..6779bd71bd 100644 --- a/packages/shared/components/modal-dialog/ModalDialog.utils.tsx +++ b/packages/shared/components/modal-dialog/ModalDialog.utils.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/modal-dialog/index.tsx b/packages/shared/components/modal-dialog/index.tsx index 462d7c8606..97eb6e4163 100644 --- a/packages/shared/components/modal-dialog/index.tsx +++ b/packages/shared/components/modal-dialog/index.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/modal-dialog/sub-components/CloseButton.tsx b/packages/shared/components/modal-dialog/sub-components/CloseButton.tsx index d39b3553c3..5e11b8c91b 100644 --- a/packages/shared/components/modal-dialog/sub-components/CloseButton.tsx +++ b/packages/shared/components/modal-dialog/sub-components/CloseButton.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/modal-dialog/sub-components/FormWrapper.tsx b/packages/shared/components/modal-dialog/sub-components/FormWrapper.tsx index 371539ee48..506ed00206 100644 --- a/packages/shared/components/modal-dialog/sub-components/FormWrapper.tsx +++ b/packages/shared/components/modal-dialog/sub-components/FormWrapper.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/modal-dialog/sub-components/Modal.tsx b/packages/shared/components/modal-dialog/sub-components/Modal.tsx index 24f1d3ef23..e505dc89d3 100644 --- a/packages/shared/components/modal-dialog/sub-components/Modal.tsx +++ b/packages/shared/components/modal-dialog/sub-components/Modal.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/modal-dialog/sub-components/ModalBackdrop.tsx b/packages/shared/components/modal-dialog/sub-components/ModalBackdrop.tsx index 68a43dcab2..e199156a8e 100644 --- a/packages/shared/components/modal-dialog/sub-components/ModalBackdrop.tsx +++ b/packages/shared/components/modal-dialog/sub-components/ModalBackdrop.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/more-login-modal/MoreLoginModal.styled.ts b/packages/shared/components/more-login-modal/MoreLoginModal.styled.ts index 8788b1e06a..a8c652d661 100644 --- a/packages/shared/components/more-login-modal/MoreLoginModal.styled.ts +++ b/packages/shared/components/more-login-modal/MoreLoginModal.styled.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/more-login-modal/MoreLoginModal.types.ts b/packages/shared/components/more-login-modal/MoreLoginModal.types.ts index 5a45d0edf7..0ec5880c92 100644 --- a/packages/shared/components/more-login-modal/MoreLoginModal.types.ts +++ b/packages/shared/components/more-login-modal/MoreLoginModal.types.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/more-login-modal/index.tsx b/packages/shared/components/more-login-modal/index.tsx index e68b5d0ef4..00764cfeb1 100644 --- a/packages/shared/components/more-login-modal/index.tsx +++ b/packages/shared/components/more-login-modal/index.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/navigation/Navigation.styled.ts b/packages/shared/components/navigation/Navigation.styled.ts index 065cc6467f..203dd8fb77 100644 --- a/packages/shared/components/navigation/Navigation.styled.ts +++ b/packages/shared/components/navigation/Navigation.styled.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/navigation/Navigation.tsx b/packages/shared/components/navigation/Navigation.tsx index f32aeacf3a..08363b7a64 100644 --- a/packages/shared/components/navigation/Navigation.tsx +++ b/packages/shared/components/navigation/Navigation.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/navigation/Navigation.types.ts b/packages/shared/components/navigation/Navigation.types.ts index 967e22dce9..41ec84e00a 100644 --- a/packages/shared/components/navigation/Navigation.types.ts +++ b/packages/shared/components/navigation/Navigation.types.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/navigation/index.ts b/packages/shared/components/navigation/index.ts index bea9f91aab..b9aa9493f1 100644 --- a/packages/shared/components/navigation/index.ts +++ b/packages/shared/components/navigation/index.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/navigation/sub-components/ArrowBtn.tsx b/packages/shared/components/navigation/sub-components/ArrowBtn.tsx index 52dcdc041e..4e71575805 100644 --- a/packages/shared/components/navigation/sub-components/ArrowBtn.tsx +++ b/packages/shared/components/navigation/sub-components/ArrowBtn.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/navigation/sub-components/ContextBtn.tsx b/packages/shared/components/navigation/sub-components/ContextBtn.tsx index 44ab1bc043..7112948f1a 100644 --- a/packages/shared/components/navigation/sub-components/ContextBtn.tsx +++ b/packages/shared/components/navigation/sub-components/ContextBtn.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/navigation/sub-components/ControlBtn.tsx b/packages/shared/components/navigation/sub-components/ControlBtn.tsx index d7c3e395a4..86d90b8f35 100644 --- a/packages/shared/components/navigation/sub-components/ControlBtn.tsx +++ b/packages/shared/components/navigation/sub-components/ControlBtn.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/navigation/sub-components/DropBox.tsx b/packages/shared/components/navigation/sub-components/DropBox.tsx index c56707fe6b..28b2791738 100644 --- a/packages/shared/components/navigation/sub-components/DropBox.tsx +++ b/packages/shared/components/navigation/sub-components/DropBox.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/navigation/sub-components/Item.tsx b/packages/shared/components/navigation/sub-components/Item.tsx index d16878a3a8..47ccc346cd 100644 --- a/packages/shared/components/navigation/sub-components/Item.tsx +++ b/packages/shared/components/navigation/sub-components/Item.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/navigation/sub-components/LogoBlock.tsx b/packages/shared/components/navigation/sub-components/LogoBlock.tsx index cc1596c8fa..672713d546 100644 --- a/packages/shared/components/navigation/sub-components/LogoBlock.tsx +++ b/packages/shared/components/navigation/sub-components/LogoBlock.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/navigation/sub-components/PlusBtn.tsx b/packages/shared/components/navigation/sub-components/PlusBtn.tsx index f552fe360c..40be5bdf17 100644 --- a/packages/shared/components/navigation/sub-components/PlusBtn.tsx +++ b/packages/shared/components/navigation/sub-components/PlusBtn.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/navigation/sub-components/Row.tsx b/packages/shared/components/navigation/sub-components/Row.tsx index 4706546233..48d565623a 100644 --- a/packages/shared/components/navigation/sub-components/Row.tsx +++ b/packages/shared/components/navigation/sub-components/Row.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/navigation/sub-components/Text.tsx b/packages/shared/components/navigation/sub-components/Text.tsx index 160160defa..ceb0f7128e 100644 --- a/packages/shared/components/navigation/sub-components/Text.tsx +++ b/packages/shared/components/navigation/sub-components/Text.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/navigation/sub-components/ToggleInfoPanelBtn.tsx b/packages/shared/components/navigation/sub-components/ToggleInfoPanelBtn.tsx index c04341b8d1..cea60cf044 100644 --- a/packages/shared/components/navigation/sub-components/ToggleInfoPanelBtn.tsx +++ b/packages/shared/components/navigation/sub-components/ToggleInfoPanelBtn.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/navigation/sub-components/TrashWarning.tsx b/packages/shared/components/navigation/sub-components/TrashWarning.tsx index 38c9a6cdb3..c35296329d 100644 --- a/packages/shared/components/navigation/sub-components/TrashWarning.tsx +++ b/packages/shared/components/navigation/sub-components/TrashWarning.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/paging/Paging.styled.ts b/packages/shared/components/paging/Paging.styled.ts index 328c234c87..70e883df56 100644 --- a/packages/shared/components/paging/Paging.styled.ts +++ b/packages/shared/components/paging/Paging.styled.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/paging/Paging.tsx b/packages/shared/components/paging/Paging.tsx index dce85c8d4d..1f74493eb7 100644 --- a/packages/shared/components/paging/Paging.tsx +++ b/packages/shared/components/paging/Paging.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/paging/Paging.types.ts b/packages/shared/components/paging/Paging.types.ts index a4522bcd10..8ddfdcb937 100644 --- a/packages/shared/components/paging/Paging.types.ts +++ b/packages/shared/components/paging/Paging.types.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/paging/index.tsx b/packages/shared/components/paging/index.tsx index 37a4c3ed1d..9e10a7d237 100644 --- a/packages/shared/components/paging/index.tsx +++ b/packages/shared/components/paging/index.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/paging/paging.stories.tsx b/packages/shared/components/paging/paging.stories.tsx index eea4f2882c..1d1efd0ab6 100644 --- a/packages/shared/components/paging/paging.stories.tsx +++ b/packages/shared/components/paging/paging.stories.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/paging/paging.test.tsx b/packages/shared/components/paging/paging.test.tsx index 8f03dcb776..f8fa506402 100644 --- a/packages/shared/components/paging/paging.test.tsx +++ b/packages/shared/components/paging/paging.test.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/password-input/PasswordInput.mdx b/packages/shared/components/password-input/PasswordInput.mdx index 06337cf6d8..67fbe3bb19 100644 --- a/packages/shared/components/password-input/PasswordInput.mdx +++ b/packages/shared/components/password-input/PasswordInput.mdx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/password-input/PasswordInput.stories.tsx b/packages/shared/components/password-input/PasswordInput.stories.tsx index fd46eddd5e..150ff11352 100644 --- a/packages/shared/components/password-input/PasswordInput.stories.tsx +++ b/packages/shared/components/password-input/PasswordInput.stories.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/password-input/PasswordInput.styled.tsx b/packages/shared/components/password-input/PasswordInput.styled.tsx index 9cfffccc57..d6f1672a62 100644 --- a/packages/shared/components/password-input/PasswordInput.styled.tsx +++ b/packages/shared/components/password-input/PasswordInput.styled.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/password-input/PasswordInput.test.tsx b/packages/shared/components/password-input/PasswordInput.test.tsx index dd3cf593fe..d05703cf97 100644 --- a/packages/shared/components/password-input/PasswordInput.test.tsx +++ b/packages/shared/components/password-input/PasswordInput.test.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/password-input/PasswordInput.tsx b/packages/shared/components/password-input/PasswordInput.tsx index 90853cb8fe..badf4d7a4a 100644 --- a/packages/shared/components/password-input/PasswordInput.tsx +++ b/packages/shared/components/password-input/PasswordInput.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/password-input/PasswordInput.types.ts b/packages/shared/components/password-input/PasswordInput.types.ts index 37e0fb8f9a..75a93940b2 100644 --- a/packages/shared/components/password-input/PasswordInput.types.ts +++ b/packages/shared/components/password-input/PasswordInput.types.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/password-input/index.tsx b/packages/shared/components/password-input/index.tsx index 5831014981..3907c1151e 100644 --- a/packages/shared/components/password-input/index.tsx +++ b/packages/shared/components/password-input/index.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/portal/index.ts b/packages/shared/components/portal/index.ts index b0b143719c..ae6e69b2e2 100644 --- a/packages/shared/components/portal/index.ts +++ b/packages/shared/components/portal/index.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/progress-bar/ProgressBar.stories.tsx b/packages/shared/components/progress-bar/ProgressBar.stories.tsx index 15008159b0..f9babe5955 100644 --- a/packages/shared/components/progress-bar/ProgressBar.stories.tsx +++ b/packages/shared/components/progress-bar/ProgressBar.stories.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/progress-bar/ProgressBar.styled.ts b/packages/shared/components/progress-bar/ProgressBar.styled.ts index b0540bef48..d256d1c0e7 100644 --- a/packages/shared/components/progress-bar/ProgressBar.styled.ts +++ b/packages/shared/components/progress-bar/ProgressBar.styled.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/progress-bar/ProgressBar.test.tsx b/packages/shared/components/progress-bar/ProgressBar.test.tsx index 81d139dba8..dc14e06ac9 100644 --- a/packages/shared/components/progress-bar/ProgressBar.test.tsx +++ b/packages/shared/components/progress-bar/ProgressBar.test.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/progress-bar/ProgressBar.tsx b/packages/shared/components/progress-bar/ProgressBar.tsx index 9b32292cf6..e39f29a0c2 100644 --- a/packages/shared/components/progress-bar/ProgressBar.tsx +++ b/packages/shared/components/progress-bar/ProgressBar.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/progress-bar/ProgressBar.types.ts b/packages/shared/components/progress-bar/ProgressBar.types.ts index 829bb29b6f..3f8428c56e 100644 --- a/packages/shared/components/progress-bar/ProgressBar.types.ts +++ b/packages/shared/components/progress-bar/ProgressBar.types.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/progress-bar/index.tsx b/packages/shared/components/progress-bar/index.tsx index a060e7ae5e..4fbeb1abd2 100644 --- a/packages/shared/components/progress-bar/index.tsx +++ b/packages/shared/components/progress-bar/index.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/public-room-bar/PublicRoomBar.styled.ts b/packages/shared/components/public-room-bar/PublicRoomBar.styled.ts index 5752688113..b9aa369e87 100644 --- a/packages/shared/components/public-room-bar/PublicRoomBar.styled.ts +++ b/packages/shared/components/public-room-bar/PublicRoomBar.styled.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/public-room-bar/PublicRoomBar.types.ts b/packages/shared/components/public-room-bar/PublicRoomBar.types.ts index 8f6e58f5e4..51d4f53376 100644 --- a/packages/shared/components/public-room-bar/PublicRoomBar.types.ts +++ b/packages/shared/components/public-room-bar/PublicRoomBar.types.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/public-room-bar/index.tsx b/packages/shared/components/public-room-bar/index.tsx index 7eeef1a563..e51a01d092 100644 --- a/packages/shared/components/public-room-bar/index.tsx +++ b/packages/shared/components/public-room-bar/index.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/radio-button-group/RadioButtonGroup.stories.tsx b/packages/shared/components/radio-button-group/RadioButtonGroup.stories.tsx index d59d7da07d..c36320573c 100644 --- a/packages/shared/components/radio-button-group/RadioButtonGroup.stories.tsx +++ b/packages/shared/components/radio-button-group/RadioButtonGroup.stories.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/radio-button-group/RadioButtonGroup.styled.tsx b/packages/shared/components/radio-button-group/RadioButtonGroup.styled.tsx index c59de4dca3..ad19664943 100644 --- a/packages/shared/components/radio-button-group/RadioButtonGroup.styled.tsx +++ b/packages/shared/components/radio-button-group/RadioButtonGroup.styled.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/radio-button-group/RadioButtonGroup.test.tsx b/packages/shared/components/radio-button-group/RadioButtonGroup.test.tsx index cf4afccb0b..e986bc7919 100644 --- a/packages/shared/components/radio-button-group/RadioButtonGroup.test.tsx +++ b/packages/shared/components/radio-button-group/RadioButtonGroup.test.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/radio-button-group/RadioButtonGroup.tsx b/packages/shared/components/radio-button-group/RadioButtonGroup.tsx index fd5ae52feb..f9bad12746 100644 --- a/packages/shared/components/radio-button-group/RadioButtonGroup.tsx +++ b/packages/shared/components/radio-button-group/RadioButtonGroup.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/radio-button-group/RadioButtonGroup.types.ts b/packages/shared/components/radio-button-group/RadioButtonGroup.types.ts index 44f4bde56f..27d8d3c1bd 100644 --- a/packages/shared/components/radio-button-group/RadioButtonGroup.types.ts +++ b/packages/shared/components/radio-button-group/RadioButtonGroup.types.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/radio-button-group/index.tsx b/packages/shared/components/radio-button-group/index.tsx index 50da544b78..2ea821987f 100644 --- a/packages/shared/components/radio-button-group/index.tsx +++ b/packages/shared/components/radio-button-group/index.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/radio-button/RadioButton.stories.tsx b/packages/shared/components/radio-button/RadioButton.stories.tsx index 8cd591ac37..4e26e9fa41 100644 --- a/packages/shared/components/radio-button/RadioButton.stories.tsx +++ b/packages/shared/components/radio-button/RadioButton.stories.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/radio-button/RadioButton.styled.tsx b/packages/shared/components/radio-button/RadioButton.styled.tsx index 008758aaec..dcc89dce39 100644 --- a/packages/shared/components/radio-button/RadioButton.styled.tsx +++ b/packages/shared/components/radio-button/RadioButton.styled.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/radio-button/RadioButton.test.tsx b/packages/shared/components/radio-button/RadioButton.test.tsx index 6b36f978a3..dffa1c69e9 100644 --- a/packages/shared/components/radio-button/RadioButton.test.tsx +++ b/packages/shared/components/radio-button/RadioButton.test.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/radio-button/RadioButton.tsx b/packages/shared/components/radio-button/RadioButton.tsx index e34dfeb695..d677abff93 100644 --- a/packages/shared/components/radio-button/RadioButton.tsx +++ b/packages/shared/components/radio-button/RadioButton.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/radio-button/RadioButton.types.tsx b/packages/shared/components/radio-button/RadioButton.types.tsx index e58c84e948..6a4ee6d5bc 100644 --- a/packages/shared/components/radio-button/RadioButton.types.tsx +++ b/packages/shared/components/radio-button/RadioButton.types.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/radio-button/index.tsx b/packages/shared/components/radio-button/index.tsx index e7625af3b2..4de76e2f0e 100644 --- a/packages/shared/components/radio-button/index.tsx +++ b/packages/shared/components/radio-button/index.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/react-swipeable/index.ts b/packages/shared/components/react-swipeable/index.ts index 359b082652..4681c96903 100644 --- a/packages/shared/components/react-swipeable/index.ts +++ b/packages/shared/components/react-swipeable/index.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/react-swipeable/types.ts b/packages/shared/components/react-swipeable/types.ts index 8c0f223845..e84466bc02 100644 --- a/packages/shared/components/react-swipeable/types.ts +++ b/packages/shared/components/react-swipeable/types.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/recover-access-modal-dialog/RecoverAccessModalDialog.styled.ts b/packages/shared/components/recover-access-modal-dialog/RecoverAccessModalDialog.styled.ts index 37ef60f522..79da31e9e3 100644 --- a/packages/shared/components/recover-access-modal-dialog/RecoverAccessModalDialog.styled.ts +++ b/packages/shared/components/recover-access-modal-dialog/RecoverAccessModalDialog.styled.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/recover-access-modal-dialog/RecoverAccessModalDialog.tsx b/packages/shared/components/recover-access-modal-dialog/RecoverAccessModalDialog.tsx index dd25472499..5ea60cdc5e 100644 --- a/packages/shared/components/recover-access-modal-dialog/RecoverAccessModalDialog.tsx +++ b/packages/shared/components/recover-access-modal-dialog/RecoverAccessModalDialog.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/recover-access-modal-dialog/RecoverAccessModalDialog.types.ts b/packages/shared/components/recover-access-modal-dialog/RecoverAccessModalDialog.types.ts index 5ee26e7d34..464e0303d1 100644 --- a/packages/shared/components/recover-access-modal-dialog/RecoverAccessModalDialog.types.ts +++ b/packages/shared/components/recover-access-modal-dialog/RecoverAccessModalDialog.types.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/report-dialog/ReportDialog.styled.ts b/packages/shared/components/report-dialog/ReportDialog.styled.ts index 65d1a9f631..da4a1c9f57 100644 --- a/packages/shared/components/report-dialog/ReportDialog.styled.ts +++ b/packages/shared/components/report-dialog/ReportDialog.styled.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/report-dialog/ReportDialog.types.ts b/packages/shared/components/report-dialog/ReportDialog.types.ts index 037756cd1b..6fee9e7bb9 100644 --- a/packages/shared/components/report-dialog/ReportDialog.types.ts +++ b/packages/shared/components/report-dialog/ReportDialog.types.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/report-dialog/index.tsx b/packages/shared/components/report-dialog/index.tsx index 5a4d2caee3..cb9f8709ab 100644 --- a/packages/shared/components/report-dialog/index.tsx +++ b/packages/shared/components/report-dialog/index.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/room-icon/index.tsx b/packages/shared/components/room-icon/index.tsx index c51b25a7c4..aaacc9c658 100644 --- a/packages/shared/components/room-icon/index.tsx +++ b/packages/shared/components/room-icon/index.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/room-logo/RoomLogo.stories.tsx b/packages/shared/components/room-logo/RoomLogo.stories.tsx index 1413d95d7f..6e98494480 100644 --- a/packages/shared/components/room-logo/RoomLogo.stories.tsx +++ b/packages/shared/components/room-logo/RoomLogo.stories.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/room-logo/RoomLogo.styled.ts b/packages/shared/components/room-logo/RoomLogo.styled.ts index d8fb023b76..f9a7b79255 100644 --- a/packages/shared/components/room-logo/RoomLogo.styled.ts +++ b/packages/shared/components/room-logo/RoomLogo.styled.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/room-logo/RoomLogo.test.tsx b/packages/shared/components/room-logo/RoomLogo.test.tsx index 6698876ed8..3bd3a2e8dc 100644 --- a/packages/shared/components/room-logo/RoomLogo.test.tsx +++ b/packages/shared/components/room-logo/RoomLogo.test.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/room-logo/RoomLogo.tsx b/packages/shared/components/room-logo/RoomLogo.tsx index cc3578af62..5560e17fda 100644 --- a/packages/shared/components/room-logo/RoomLogo.tsx +++ b/packages/shared/components/room-logo/RoomLogo.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/room-logo/RoomLogo.types.ts b/packages/shared/components/room-logo/RoomLogo.types.ts index 05a4d82dd8..6a6bded8f3 100644 --- a/packages/shared/components/room-logo/RoomLogo.types.ts +++ b/packages/shared/components/room-logo/RoomLogo.types.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/room-logo/index.tsx b/packages/shared/components/room-logo/index.tsx index 5d14e5b624..b69479ed21 100644 --- a/packages/shared/components/room-logo/index.tsx +++ b/packages/shared/components/room-logo/index.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/row-container/RowContainer.stories.tsx b/packages/shared/components/row-container/RowContainer.stories.tsx index 981af527c7..16cf403638 100644 --- a/packages/shared/components/row-container/RowContainer.stories.tsx +++ b/packages/shared/components/row-container/RowContainer.stories.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/row-container/RowContainer.styled.ts b/packages/shared/components/row-container/RowContainer.styled.ts index 8fabeb1665..673f804f63 100644 --- a/packages/shared/components/row-container/RowContainer.styled.ts +++ b/packages/shared/components/row-container/RowContainer.styled.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/row-container/RowContainer.test.tsx b/packages/shared/components/row-container/RowContainer.test.tsx index de3cca125f..70ba71b095 100644 --- a/packages/shared/components/row-container/RowContainer.test.tsx +++ b/packages/shared/components/row-container/RowContainer.test.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/row-container/RowContainer.tsx b/packages/shared/components/row-container/RowContainer.tsx index 661b28cf3c..528cb8679f 100644 --- a/packages/shared/components/row-container/RowContainer.tsx +++ b/packages/shared/components/row-container/RowContainer.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/row-container/RowContainer.types.ts b/packages/shared/components/row-container/RowContainer.types.ts index d965c6716e..115c47decd 100644 --- a/packages/shared/components/row-container/RowContainer.types.ts +++ b/packages/shared/components/row-container/RowContainer.types.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/row-container/index.tsx b/packages/shared/components/row-container/index.tsx index 52a13156db..d2e24b0211 100644 --- a/packages/shared/components/row-container/index.tsx +++ b/packages/shared/components/row-container/index.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/row-content/RowContent.mdx b/packages/shared/components/row-content/RowContent.mdx index 8acb31bf9a..55dad0c925 100644 --- a/packages/shared/components/row-content/RowContent.mdx +++ b/packages/shared/components/row-content/RowContent.mdx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/row-content/RowContent.stories.tsx b/packages/shared/components/row-content/RowContent.stories.tsx index 2913bcd63d..750a2d9138 100644 --- a/packages/shared/components/row-content/RowContent.stories.tsx +++ b/packages/shared/components/row-content/RowContent.stories.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/row-content/RowContent.styled.ts b/packages/shared/components/row-content/RowContent.styled.ts index d8cbf409ec..aea5a57d97 100644 --- a/packages/shared/components/row-content/RowContent.styled.ts +++ b/packages/shared/components/row-content/RowContent.styled.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/row-content/RowContent.test.tsx b/packages/shared/components/row-content/RowContent.test.tsx index b90c9b7a21..1ef12f7cb2 100644 --- a/packages/shared/components/row-content/RowContent.test.tsx +++ b/packages/shared/components/row-content/RowContent.test.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/row-content/RowContent.tsx b/packages/shared/components/row-content/RowContent.tsx index f3891075ed..87b7cc4a33 100644 --- a/packages/shared/components/row-content/RowContent.tsx +++ b/packages/shared/components/row-content/RowContent.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/row-content/RowContent.types.ts b/packages/shared/components/row-content/RowContent.types.ts index 8a69a53667..fd65764416 100644 --- a/packages/shared/components/row-content/RowContent.types.ts +++ b/packages/shared/components/row-content/RowContent.types.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/row-content/RowContent.utils.tsx b/packages/shared/components/row-content/RowContent.utils.tsx index ff56441a31..f305e8c540 100644 --- a/packages/shared/components/row-content/RowContent.utils.tsx +++ b/packages/shared/components/row-content/RowContent.utils.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/row-content/index.tsx b/packages/shared/components/row-content/index.tsx index 8213cc34c2..0d53ed9594 100644 --- a/packages/shared/components/row-content/index.tsx +++ b/packages/shared/components/row-content/index.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/row/Row.styled.ts b/packages/shared/components/row/Row.styled.ts index 5c82a6df9f..8a4f1e68fa 100644 --- a/packages/shared/components/row/Row.styled.ts +++ b/packages/shared/components/row/Row.styled.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/row/Row.tsx b/packages/shared/components/row/Row.tsx index e454728668..4fdefb5f01 100644 --- a/packages/shared/components/row/Row.tsx +++ b/packages/shared/components/row/Row.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/row/Row.types.tsx b/packages/shared/components/row/Row.types.tsx index fc831b9f82..be55e48ecd 100644 --- a/packages/shared/components/row/Row.types.tsx +++ b/packages/shared/components/row/Row.types.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/row/index.tsx b/packages/shared/components/row/index.tsx index bc2f9563ef..30b9b68457 100644 --- a/packages/shared/components/row/index.tsx +++ b/packages/shared/components/row/index.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/row/row.stories.tsx b/packages/shared/components/row/row.stories.tsx index 8f07fc777c..9291e18a06 100644 --- a/packages/shared/components/row/row.stories.tsx +++ b/packages/shared/components/row/row.stories.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/row/row.test.tsx b/packages/shared/components/row/row.test.tsx index 447d056446..cc51646401 100644 --- a/packages/shared/components/row/row.test.tsx +++ b/packages/shared/components/row/row.test.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/save-cancel-buttons/SaveCancelButton.styled.ts b/packages/shared/components/save-cancel-buttons/SaveCancelButton.styled.ts index 13feeabb42..c288fe16cd 100644 --- a/packages/shared/components/save-cancel-buttons/SaveCancelButton.styled.ts +++ b/packages/shared/components/save-cancel-buttons/SaveCancelButton.styled.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/save-cancel-buttons/SaveCancelButton.tsx b/packages/shared/components/save-cancel-buttons/SaveCancelButton.tsx index 8ffdd34022..95441adc0d 100644 --- a/packages/shared/components/save-cancel-buttons/SaveCancelButton.tsx +++ b/packages/shared/components/save-cancel-buttons/SaveCancelButton.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/save-cancel-buttons/SaveCancelButton.types.ts b/packages/shared/components/save-cancel-buttons/SaveCancelButton.types.ts index 2961344a95..7768f6f16c 100644 --- a/packages/shared/components/save-cancel-buttons/SaveCancelButton.types.ts +++ b/packages/shared/components/save-cancel-buttons/SaveCancelButton.types.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/save-cancel-buttons/SaveCancelButtons.stories.tsx b/packages/shared/components/save-cancel-buttons/SaveCancelButtons.stories.tsx index 71d6557869..a6c3925fe9 100644 --- a/packages/shared/components/save-cancel-buttons/SaveCancelButtons.stories.tsx +++ b/packages/shared/components/save-cancel-buttons/SaveCancelButtons.stories.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/save-cancel-buttons/SaveCancelButtons.test.tsx b/packages/shared/components/save-cancel-buttons/SaveCancelButtons.test.tsx index 2dea269e41..6f0fe50861 100644 --- a/packages/shared/components/save-cancel-buttons/SaveCancelButtons.test.tsx +++ b/packages/shared/components/save-cancel-buttons/SaveCancelButtons.test.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/save-cancel-buttons/index.tsx b/packages/shared/components/save-cancel-buttons/index.tsx index 4680b2b312..d6413c2fb4 100644 --- a/packages/shared/components/save-cancel-buttons/index.tsx +++ b/packages/shared/components/save-cancel-buttons/index.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/scrollbar/Scrollbar.enums.ts b/packages/shared/components/scrollbar/Scrollbar.enums.ts index 1caf0417d7..b4d1895073 100644 --- a/packages/shared/components/scrollbar/Scrollbar.enums.ts +++ b/packages/shared/components/scrollbar/Scrollbar.enums.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/scrollbar/Scrollbar.styled.ts b/packages/shared/components/scrollbar/Scrollbar.styled.ts index 76be905b64..8a1f7692d3 100644 --- a/packages/shared/components/scrollbar/Scrollbar.styled.ts +++ b/packages/shared/components/scrollbar/Scrollbar.styled.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/scrollbar/Scrollbar.tsx b/packages/shared/components/scrollbar/Scrollbar.tsx index caae7289cd..e215b0197c 100644 --- a/packages/shared/components/scrollbar/Scrollbar.tsx +++ b/packages/shared/components/scrollbar/Scrollbar.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/scrollbar/Scrollbar.types.ts b/packages/shared/components/scrollbar/Scrollbar.types.ts index c47fa434ca..3f321b2f5d 100644 --- a/packages/shared/components/scrollbar/Scrollbar.types.ts +++ b/packages/shared/components/scrollbar/Scrollbar.types.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/scrollbar/custom-scrollbar/Emittr.ts b/packages/shared/components/scrollbar/custom-scrollbar/Emittr.ts index 6cd8b66b17..9572be44d6 100644 --- a/packages/shared/components/scrollbar/custom-scrollbar/Emittr.ts +++ b/packages/shared/components/scrollbar/custom-scrollbar/Emittr.ts @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/shared/components/scrollbar/custom-scrollbar/Loop.ts b/packages/shared/components/scrollbar/custom-scrollbar/Loop.ts index e6f5bd6984..7736b50754 100644 --- a/packages/shared/components/scrollbar/custom-scrollbar/Loop.ts +++ b/packages/shared/components/scrollbar/custom-scrollbar/Loop.ts @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/shared/components/scrollbar/custom-scrollbar/Scrollbar.tsx b/packages/shared/components/scrollbar/custom-scrollbar/Scrollbar.tsx index 43fe0919d3..f790e5e531 100644 --- a/packages/shared/components/scrollbar/custom-scrollbar/Scrollbar.tsx +++ b/packages/shared/components/scrollbar/custom-scrollbar/Scrollbar.tsx @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/shared/components/scrollbar/custom-scrollbar/ScrollbarThumb.tsx b/packages/shared/components/scrollbar/custom-scrollbar/ScrollbarThumb.tsx index 7823b4da69..71fc2a2468 100644 --- a/packages/shared/components/scrollbar/custom-scrollbar/ScrollbarThumb.tsx +++ b/packages/shared/components/scrollbar/custom-scrollbar/ScrollbarThumb.tsx @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/shared/components/scrollbar/custom-scrollbar/ScrollbarTrack.tsx b/packages/shared/components/scrollbar/custom-scrollbar/ScrollbarTrack.tsx index db84a3a930..2dd3b2339b 100644 --- a/packages/shared/components/scrollbar/custom-scrollbar/ScrollbarTrack.tsx +++ b/packages/shared/components/scrollbar/custom-scrollbar/ScrollbarTrack.tsx @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/shared/components/scrollbar/custom-scrollbar/index.ts b/packages/shared/components/scrollbar/custom-scrollbar/index.ts index 84d8e358f5..52d3014a44 100644 --- a/packages/shared/components/scrollbar/custom-scrollbar/index.ts +++ b/packages/shared/components/scrollbar/custom-scrollbar/index.ts @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/shared/components/scrollbar/custom-scrollbar/style.ts b/packages/shared/components/scrollbar/custom-scrollbar/style.ts index c4d11e0c20..b53d2b653f 100644 --- a/packages/shared/components/scrollbar/custom-scrollbar/style.ts +++ b/packages/shared/components/scrollbar/custom-scrollbar/style.ts @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/shared/components/scrollbar/custom-scrollbar/types.ts b/packages/shared/components/scrollbar/custom-scrollbar/types.ts index f819c2aeaf..bb846e9a9b 100644 --- a/packages/shared/components/scrollbar/custom-scrollbar/types.ts +++ b/packages/shared/components/scrollbar/custom-scrollbar/types.ts @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/shared/components/scrollbar/custom-scrollbar/util.tsx b/packages/shared/components/scrollbar/custom-scrollbar/util.tsx index 3b77d6f41e..457c52480d 100644 --- a/packages/shared/components/scrollbar/custom-scrollbar/util.tsx +++ b/packages/shared/components/scrollbar/custom-scrollbar/util.tsx @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode @@ -322,4 +322,3 @@ export const shouldReverseRtlScroll: ShouldReverseRtlScroll = ( return shouldReverseRtlScroll._cache; }; - diff --git a/packages/shared/components/scrollbar/index.tsx b/packages/shared/components/scrollbar/index.tsx index 7354f63406..afe7217057 100644 --- a/packages/shared/components/scrollbar/index.tsx +++ b/packages/shared/components/scrollbar/index.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/scrollbar/scrollbar.stories.tsx b/packages/shared/components/scrollbar/scrollbar.stories.tsx index 61c929f1d1..b203872864 100644 --- a/packages/shared/components/scrollbar/scrollbar.stories.tsx +++ b/packages/shared/components/scrollbar/scrollbar.stories.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/scrollbar/scrollbar.test.tsx b/packages/shared/components/scrollbar/scrollbar.test.tsx index 8ccd3baff2..dd1c12a91b 100644 --- a/packages/shared/components/scrollbar/scrollbar.test.tsx +++ b/packages/shared/components/scrollbar/scrollbar.test.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/scrollbar/sub-components/index.tsx b/packages/shared/components/scrollbar/sub-components/index.tsx index 6eeb3f29e9..d19a5331fb 100644 --- a/packages/shared/components/scrollbar/sub-components/index.tsx +++ b/packages/shared/components/scrollbar/sub-components/index.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/search-input/SearchInput.stories.tsx b/packages/shared/components/search-input/SearchInput.stories.tsx index c87a059438..b3ace4733b 100644 --- a/packages/shared/components/search-input/SearchInput.stories.tsx +++ b/packages/shared/components/search-input/SearchInput.stories.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/search-input/SearchInput.styled.ts b/packages/shared/components/search-input/SearchInput.styled.ts index 1028605d12..b515b4e426 100644 --- a/packages/shared/components/search-input/SearchInput.styled.ts +++ b/packages/shared/components/search-input/SearchInput.styled.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/search-input/SearchInput.test.tsx b/packages/shared/components/search-input/SearchInput.test.tsx index 9e90ef5d71..c433ae5a1f 100644 --- a/packages/shared/components/search-input/SearchInput.test.tsx +++ b/packages/shared/components/search-input/SearchInput.test.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/search-input/SearchInput.tsx b/packages/shared/components/search-input/SearchInput.tsx index f1598e209a..f1075aaac4 100644 --- a/packages/shared/components/search-input/SearchInput.tsx +++ b/packages/shared/components/search-input/SearchInput.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/search-input/SearchInput.types.ts b/packages/shared/components/search-input/SearchInput.types.ts index bc8ae1e789..b0a9831951 100644 --- a/packages/shared/components/search-input/SearchInput.types.ts +++ b/packages/shared/components/search-input/SearchInput.types.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/search-input/index.tsx b/packages/shared/components/search-input/index.tsx index f06a24e14c..29a385b7cf 100644 --- a/packages/shared/components/search-input/index.tsx +++ b/packages/shared/components/search-input/index.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/section/Section.constants.ts b/packages/shared/components/section/Section.constants.ts index d7b6c5f109..f5f7785e08 100644 --- a/packages/shared/components/section/Section.constants.ts +++ b/packages/shared/components/section/Section.constants.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/section/Section.styled.ts b/packages/shared/components/section/Section.styled.ts index b4949685b5..be65bb9967 100644 --- a/packages/shared/components/section/Section.styled.ts +++ b/packages/shared/components/section/Section.styled.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/section/Section.types.ts b/packages/shared/components/section/Section.types.ts index 40829023ee..5989f3e831 100644 --- a/packages/shared/components/section/Section.types.ts +++ b/packages/shared/components/section/Section.types.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/section/Section.utils.ts b/packages/shared/components/section/Section.utils.ts index 87e4474759..657645a811 100644 --- a/packages/shared/components/section/Section.utils.ts +++ b/packages/shared/components/section/Section.utils.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/section/index.tsx b/packages/shared/components/section/index.tsx index b8c50900b6..fa46ec2e86 100644 --- a/packages/shared/components/section/index.tsx +++ b/packages/shared/components/section/index.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/section/sub-components/InfoPanel.tsx b/packages/shared/components/section/sub-components/InfoPanel.tsx index 875d438dee..82af03597c 100644 --- a/packages/shared/components/section/sub-components/InfoPanel.tsx +++ b/packages/shared/components/section/sub-components/InfoPanel.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/section/sub-components/InfoPanelBody.tsx b/packages/shared/components/section/sub-components/InfoPanelBody.tsx index 70d0c3d2a0..eae692d078 100644 --- a/packages/shared/components/section/sub-components/InfoPanelBody.tsx +++ b/packages/shared/components/section/sub-components/InfoPanelBody.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/section/sub-components/InfoPanelHeader.tsx b/packages/shared/components/section/sub-components/InfoPanelHeader.tsx index 1ae641adcf..2cac701d52 100644 --- a/packages/shared/components/section/sub-components/InfoPanelHeader.tsx +++ b/packages/shared/components/section/sub-components/InfoPanelHeader.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/section/sub-components/SectionBody.tsx b/packages/shared/components/section/sub-components/SectionBody.tsx index 627247ddbb..e616c6504c 100644 --- a/packages/shared/components/section/sub-components/SectionBody.tsx +++ b/packages/shared/components/section/sub-components/SectionBody.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/section/sub-components/SectionBodyContent.tsx b/packages/shared/components/section/sub-components/SectionBodyContent.tsx index 5ca7c03fd9..b2c37c9be0 100644 --- a/packages/shared/components/section/sub-components/SectionBodyContent.tsx +++ b/packages/shared/components/section/sub-components/SectionBodyContent.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/section/sub-components/SectionContainer.tsx b/packages/shared/components/section/sub-components/SectionContainer.tsx index a4ea0dd622..e9e508ef7e 100644 --- a/packages/shared/components/section/sub-components/SectionContainer.tsx +++ b/packages/shared/components/section/sub-components/SectionContainer.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/section/sub-components/SectionFilter.tsx b/packages/shared/components/section/sub-components/SectionFilter.tsx index e097d9b898..41dcc7fe9e 100644 --- a/packages/shared/components/section/sub-components/SectionFilter.tsx +++ b/packages/shared/components/section/sub-components/SectionFilter.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/section/sub-components/SectionFooter.tsx b/packages/shared/components/section/sub-components/SectionFooter.tsx index b74711b846..4d11db9429 100644 --- a/packages/shared/components/section/sub-components/SectionFooter.tsx +++ b/packages/shared/components/section/sub-components/SectionFooter.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/section/sub-components/SectionHeader.tsx b/packages/shared/components/section/sub-components/SectionHeader.tsx index 297d509255..ac2771301b 100644 --- a/packages/shared/components/section/sub-components/SectionHeader.tsx +++ b/packages/shared/components/section/sub-components/SectionHeader.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/section/sub-components/SectionPaging.tsx b/packages/shared/components/section/sub-components/SectionPaging.tsx index 88e600fc7e..e1f4bdc02a 100644 --- a/packages/shared/components/section/sub-components/SectionPaging.tsx +++ b/packages/shared/components/section/sub-components/SectionPaging.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/section/sub-components/SectionSubmenu.tsx b/packages/shared/components/section/sub-components/SectionSubmenu.tsx index 50eb2375ef..7f9db1bdd5 100644 --- a/packages/shared/components/section/sub-components/SectionSubmenu.tsx +++ b/packages/shared/components/section/sub-components/SectionSubmenu.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/section/sub-components/SectionWarning.tsx b/packages/shared/components/section/sub-components/SectionWarning.tsx index 051906c6c4..c0368f6fa2 100644 --- a/packages/shared/components/section/sub-components/SectionWarning.tsx +++ b/packages/shared/components/section/sub-components/SectionWarning.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/selected-item/SelectedItem.stories.tsx b/packages/shared/components/selected-item/SelectedItem.stories.tsx index 01f2726dd7..0f21a12b1b 100644 --- a/packages/shared/components/selected-item/SelectedItem.stories.tsx +++ b/packages/shared/components/selected-item/SelectedItem.stories.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/selected-item/SelectedItem.styled.ts b/packages/shared/components/selected-item/SelectedItem.styled.ts index 64716d735a..3dd1df0115 100644 --- a/packages/shared/components/selected-item/SelectedItem.styled.ts +++ b/packages/shared/components/selected-item/SelectedItem.styled.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/selected-item/SelectedItem.test.tsx b/packages/shared/components/selected-item/SelectedItem.test.tsx index bc2fea846a..3fcc375515 100644 --- a/packages/shared/components/selected-item/SelectedItem.test.tsx +++ b/packages/shared/components/selected-item/SelectedItem.test.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/selected-item/SelectedItem.tsx b/packages/shared/components/selected-item/SelectedItem.tsx index eb8ec02659..e1e0f138b7 100644 --- a/packages/shared/components/selected-item/SelectedItem.tsx +++ b/packages/shared/components/selected-item/SelectedItem.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/selected-item/SelectedItem.types.tsx b/packages/shared/components/selected-item/SelectedItem.types.tsx index 606f487329..c07358bf87 100644 --- a/packages/shared/components/selected-item/SelectedItem.types.tsx +++ b/packages/shared/components/selected-item/SelectedItem.types.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/selected-item/index.tsx b/packages/shared/components/selected-item/index.tsx index fd41cf8831..b5d70e314f 100644 --- a/packages/shared/components/selected-item/index.tsx +++ b/packages/shared/components/selected-item/index.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/selection-area/SelectionArea.styled.ts b/packages/shared/components/selection-area/SelectionArea.styled.ts index 20e914ef34..db75006a6c 100644 --- a/packages/shared/components/selection-area/SelectionArea.styled.ts +++ b/packages/shared/components/selection-area/SelectionArea.styled.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/selection-area/SelectionArea.tsx b/packages/shared/components/selection-area/SelectionArea.tsx index 439854ee56..2e05ea2010 100644 --- a/packages/shared/components/selection-area/SelectionArea.tsx +++ b/packages/shared/components/selection-area/SelectionArea.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/selection-area/SelectionArea.types.ts b/packages/shared/components/selection-area/SelectionArea.types.ts index 2bd63cc126..9dd8599160 100644 --- a/packages/shared/components/selection-area/SelectionArea.types.ts +++ b/packages/shared/components/selection-area/SelectionArea.types.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/selection-area/SelectionArea.utils.ts b/packages/shared/components/selection-area/SelectionArea.utils.ts index c6e647041f..20fb712248 100644 --- a/packages/shared/components/selection-area/SelectionArea.utils.ts +++ b/packages/shared/components/selection-area/SelectionArea.utils.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/selection-area/index.ts b/packages/shared/components/selection-area/index.ts index 3419fdf6df..47baaeb558 100644 --- a/packages/shared/components/selection-area/index.ts +++ b/packages/shared/components/selection-area/index.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/selector-add-button/SelectorAddButton.stories.tsx b/packages/shared/components/selector-add-button/SelectorAddButton.stories.tsx index 80115e1d47..a245775815 100644 --- a/packages/shared/components/selector-add-button/SelectorAddButton.stories.tsx +++ b/packages/shared/components/selector-add-button/SelectorAddButton.stories.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/selector-add-button/SelectorAddButton.styled.ts b/packages/shared/components/selector-add-button/SelectorAddButton.styled.ts index 10c1dcb6ea..f1da13cbad 100644 --- a/packages/shared/components/selector-add-button/SelectorAddButton.styled.ts +++ b/packages/shared/components/selector-add-button/SelectorAddButton.styled.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/selector-add-button/SelectorAddButton.test.tsx b/packages/shared/components/selector-add-button/SelectorAddButton.test.tsx index c47cc60f3d..f40b9f5969 100644 --- a/packages/shared/components/selector-add-button/SelectorAddButton.test.tsx +++ b/packages/shared/components/selector-add-button/SelectorAddButton.test.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/selector-add-button/SelectorAddButton.tsx b/packages/shared/components/selector-add-button/SelectorAddButton.tsx index 90c00a5f08..1914c20938 100644 --- a/packages/shared/components/selector-add-button/SelectorAddButton.tsx +++ b/packages/shared/components/selector-add-button/SelectorAddButton.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/selector-add-button/SelectorAddButton.types.tsx b/packages/shared/components/selector-add-button/SelectorAddButton.types.tsx index 91419edbea..8bd8dad5cd 100644 --- a/packages/shared/components/selector-add-button/SelectorAddButton.types.tsx +++ b/packages/shared/components/selector-add-button/SelectorAddButton.types.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/selector-add-button/index.tsx b/packages/shared/components/selector-add-button/index.tsx index 18d8550cc5..0dfb91788a 100644 --- a/packages/shared/components/selector-add-button/index.tsx +++ b/packages/shared/components/selector-add-button/index.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/selector/Selector.stories.tsx b/packages/shared/components/selector/Selector.stories.tsx index 7db7e8c463..ab9868cb39 100644 --- a/packages/shared/components/selector/Selector.stories.tsx +++ b/packages/shared/components/selector/Selector.stories.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/selector/Selector.styled.ts b/packages/shared/components/selector/Selector.styled.ts index 1817674ea1..d306539412 100644 --- a/packages/shared/components/selector/Selector.styled.ts +++ b/packages/shared/components/selector/Selector.styled.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/selector/Selector.test.tsx b/packages/shared/components/selector/Selector.test.tsx index 832ed7f6a4..f56abd848c 100644 --- a/packages/shared/components/selector/Selector.test.tsx +++ b/packages/shared/components/selector/Selector.test.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/selector/Selector.tsx b/packages/shared/components/selector/Selector.tsx index 437ca953f2..f4d4509683 100644 --- a/packages/shared/components/selector/Selector.tsx +++ b/packages/shared/components/selector/Selector.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/selector/Selector.types.ts b/packages/shared/components/selector/Selector.types.ts index d49f57edcc..cbb02865af 100644 --- a/packages/shared/components/selector/Selector.types.ts +++ b/packages/shared/components/selector/Selector.types.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/selector/index.tsx b/packages/shared/components/selector/index.tsx index 167d829135..e7f967ab10 100644 --- a/packages/shared/components/selector/index.tsx +++ b/packages/shared/components/selector/index.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/selector/sub-components/Body.tsx b/packages/shared/components/selector/sub-components/Body.tsx index c216346782..35588a0c03 100644 --- a/packages/shared/components/selector/sub-components/Body.tsx +++ b/packages/shared/components/selector/sub-components/Body.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/selector/sub-components/BreadCrumbs.tsx b/packages/shared/components/selector/sub-components/BreadCrumbs.tsx index 3c465d0c43..84063f9a5c 100644 --- a/packages/shared/components/selector/sub-components/BreadCrumbs.tsx +++ b/packages/shared/components/selector/sub-components/BreadCrumbs.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/selector/sub-components/EmptyScreen.tsx b/packages/shared/components/selector/sub-components/EmptyScreen.tsx index 8a68a00cc1..116cb579dd 100644 --- a/packages/shared/components/selector/sub-components/EmptyScreen.tsx +++ b/packages/shared/components/selector/sub-components/EmptyScreen.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/selector/sub-components/Footer.tsx b/packages/shared/components/selector/sub-components/Footer.tsx index 1fc32d3029..e6596a2a92 100644 --- a/packages/shared/components/selector/sub-components/Footer.tsx +++ b/packages/shared/components/selector/sub-components/Footer.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/selector/sub-components/Header.tsx b/packages/shared/components/selector/sub-components/Header.tsx index 21de28b288..38c2efefde 100644 --- a/packages/shared/components/selector/sub-components/Header.tsx +++ b/packages/shared/components/selector/sub-components/Header.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/selector/sub-components/Item.tsx b/packages/shared/components/selector/sub-components/Item.tsx index e65a5ce7a1..25adc14b61 100644 --- a/packages/shared/components/selector/sub-components/Item.tsx +++ b/packages/shared/components/selector/sub-components/Item.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/selector/sub-components/Search.tsx b/packages/shared/components/selector/sub-components/Search.tsx index 8206e5e18e..854aa0a9bc 100644 --- a/packages/shared/components/selector/sub-components/Search.tsx +++ b/packages/shared/components/selector/sub-components/Search.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/selector/sub-components/SelectAll.tsx b/packages/shared/components/selector/sub-components/SelectAll.tsx index f215f39c97..4d11bf4625 100644 --- a/packages/shared/components/selector/sub-components/SelectAll.tsx +++ b/packages/shared/components/selector/sub-components/SelectAll.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/share/Share.helpers.ts b/packages/shared/components/share/Share.helpers.ts index c542199e57..fd40a98536 100644 --- a/packages/shared/components/share/Share.helpers.ts +++ b/packages/shared/components/share/Share.helpers.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/share/Share.styled.ts b/packages/shared/components/share/Share.styled.ts index 37e48a5ff8..f3d4aaf5a5 100644 --- a/packages/shared/components/share/Share.styled.ts +++ b/packages/shared/components/share/Share.styled.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/share/Share.types.ts b/packages/shared/components/share/Share.types.ts index 46c2e80e1b..e9afd8e18d 100644 --- a/packages/shared/components/share/Share.types.ts +++ b/packages/shared/components/share/Share.types.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/share/Share.wrapper.tsx b/packages/shared/components/share/Share.wrapper.tsx index 713e62a60b..110cfa1dfa 100644 --- a/packages/shared/components/share/Share.wrapper.tsx +++ b/packages/shared/components/share/Share.wrapper.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/share/index.tsx b/packages/shared/components/share/index.tsx index cff97ad0c3..0ec1c46a80 100644 --- a/packages/shared/components/share/index.tsx +++ b/packages/shared/components/share/index.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/share/sub-components/ExpiredComboBox.tsx b/packages/shared/components/share/sub-components/ExpiredComboBox.tsx index 0a2a701501..0d575dc65e 100644 --- a/packages/shared/components/share/sub-components/ExpiredComboBox.tsx +++ b/packages/shared/components/share/sub-components/ExpiredComboBox.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/share/sub-components/LinkRow.tsx b/packages/shared/components/share/sub-components/LinkRow.tsx index 87032cce39..dfb0d9ba1c 100644 --- a/packages/shared/components/share/sub-components/LinkRow.tsx +++ b/packages/shared/components/share/sub-components/LinkRow.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/share/sub-components/ShareCalendar.tsx b/packages/shared/components/share/sub-components/ShareCalendar.tsx index 8f3cdefe2b..5bf865f8f9 100644 --- a/packages/shared/components/share/sub-components/ShareCalendar.tsx +++ b/packages/shared/components/share/sub-components/ShareCalendar.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/slider/Slider.styled.ts b/packages/shared/components/slider/Slider.styled.ts index 78bb5dd871..804977b287 100644 --- a/packages/shared/components/slider/Slider.styled.ts +++ b/packages/shared/components/slider/Slider.styled.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/slider/Slider.tsx b/packages/shared/components/slider/Slider.tsx index 828436a2f8..0c405d0c03 100644 --- a/packages/shared/components/slider/Slider.tsx +++ b/packages/shared/components/slider/Slider.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/slider/Slider.types.ts b/packages/shared/components/slider/Slider.types.ts index d830c61133..d255d8aa58 100644 --- a/packages/shared/components/slider/Slider.types.ts +++ b/packages/shared/components/slider/Slider.types.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/slider/index.tsx b/packages/shared/components/slider/index.tsx index 4b6a6ec49e..5c15315a27 100644 --- a/packages/shared/components/slider/index.tsx +++ b/packages/shared/components/slider/index.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/slider/slider.stories.tsx b/packages/shared/components/slider/slider.stories.tsx index 129893d5c9..fc054a4797 100644 --- a/packages/shared/components/slider/slider.stories.tsx +++ b/packages/shared/components/slider/slider.stories.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/slider/slider.test.tsx b/packages/shared/components/slider/slider.test.tsx index 1184be8a03..ee76381c31 100644 --- a/packages/shared/components/slider/slider.test.tsx +++ b/packages/shared/components/slider/slider.test.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/snackbar/Snackbar.styled.ts b/packages/shared/components/snackbar/Snackbar.styled.ts index 610bb38039..715430c6d6 100644 --- a/packages/shared/components/snackbar/Snackbar.styled.ts +++ b/packages/shared/components/snackbar/Snackbar.styled.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/snackbar/Snackbar.tsx b/packages/shared/components/snackbar/Snackbar.tsx index 66ff9c382e..5ad138eab2 100644 --- a/packages/shared/components/snackbar/Snackbar.tsx +++ b/packages/shared/components/snackbar/Snackbar.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/snackbar/Snackbar.types.ts b/packages/shared/components/snackbar/Snackbar.types.ts index 48d1646dff..693f467fbd 100644 --- a/packages/shared/components/snackbar/Snackbar.types.ts +++ b/packages/shared/components/snackbar/Snackbar.types.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/snackbar/SnackbarAction.styled.ts b/packages/shared/components/snackbar/SnackbarAction.styled.ts index 0fd995b353..a0be7eea5b 100644 --- a/packages/shared/components/snackbar/SnackbarAction.styled.ts +++ b/packages/shared/components/snackbar/SnackbarAction.styled.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/snackbar/SnackbarLogo.styled.ts.ts b/packages/shared/components/snackbar/SnackbarLogo.styled.ts.ts index 3b2dc4e4fe..facf6bb2a8 100644 --- a/packages/shared/components/snackbar/SnackbarLogo.styled.ts.ts +++ b/packages/shared/components/snackbar/SnackbarLogo.styled.ts.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/snackbar/index.tsx b/packages/shared/components/snackbar/index.tsx index f383a103f9..89ab8a569e 100644 --- a/packages/shared/components/snackbar/index.tsx +++ b/packages/shared/components/snackbar/index.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/snackbar/snackbar.stories.tsx b/packages/shared/components/snackbar/snackbar.stories.tsx index 61c76ebf77..15240ebeba 100644 --- a/packages/shared/components/snackbar/snackbar.stories.tsx +++ b/packages/shared/components/snackbar/snackbar.stories.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/social-button/SocialButton.stories.tsx b/packages/shared/components/social-button/SocialButton.stories.tsx index a2d567eb69..2f9845a721 100644 --- a/packages/shared/components/social-button/SocialButton.stories.tsx +++ b/packages/shared/components/social-button/SocialButton.stories.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/social-button/SocialButton.styled.tsx b/packages/shared/components/social-button/SocialButton.styled.tsx index 97b3b1e908..8e269b7ad5 100644 --- a/packages/shared/components/social-button/SocialButton.styled.tsx +++ b/packages/shared/components/social-button/SocialButton.styled.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/social-button/SocialButton.test.tsx b/packages/shared/components/social-button/SocialButton.test.tsx index 8ad2f57301..5ab5ac2244 100644 --- a/packages/shared/components/social-button/SocialButton.test.tsx +++ b/packages/shared/components/social-button/SocialButton.test.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/social-button/SocialButton.tsx b/packages/shared/components/social-button/SocialButton.tsx index 7a2d641a1c..35d3862bb4 100644 --- a/packages/shared/components/social-button/SocialButton.tsx +++ b/packages/shared/components/social-button/SocialButton.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/social-button/SocialButton.types.ts b/packages/shared/components/social-button/SocialButton.types.ts index a11910a4c3..e34706f915 100644 --- a/packages/shared/components/social-button/SocialButton.types.ts +++ b/packages/shared/components/social-button/SocialButton.types.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/social-button/index.ts b/packages/shared/components/social-button/index.ts index 4f89d6bbe2..4ff5d2abdd 100644 --- a/packages/shared/components/social-button/index.ts +++ b/packages/shared/components/social-button/index.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/social-buttons-group/SocialButtonsGroup.styled.tsx b/packages/shared/components/social-buttons-group/SocialButtonsGroup.styled.tsx index c807b46b77..16a0478b6c 100644 --- a/packages/shared/components/social-buttons-group/SocialButtonsGroup.styled.tsx +++ b/packages/shared/components/social-buttons-group/SocialButtonsGroup.styled.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/social-buttons-group/SocialButtonsGroup.tsx b/packages/shared/components/social-buttons-group/SocialButtonsGroup.tsx index bd1fd5433b..85b25ebc6f 100644 --- a/packages/shared/components/social-buttons-group/SocialButtonsGroup.tsx +++ b/packages/shared/components/social-buttons-group/SocialButtonsGroup.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/social-buttons-group/SocialButtonsGroup.types.ts b/packages/shared/components/social-buttons-group/SocialButtonsGroup.types.ts index ded0cdb1ce..acabe60024 100644 --- a/packages/shared/components/social-buttons-group/SocialButtonsGroup.types.ts +++ b/packages/shared/components/social-buttons-group/SocialButtonsGroup.types.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/social-buttons-group/index.ts b/packages/shared/components/social-buttons-group/index.ts index f8ee931d5c..9a9ce4638c 100644 --- a/packages/shared/components/social-buttons-group/index.ts +++ b/packages/shared/components/social-buttons-group/index.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/submenu/Submenu.styled.ts b/packages/shared/components/submenu/Submenu.styled.ts index 358d4e037e..3e97b075f8 100644 --- a/packages/shared/components/submenu/Submenu.styled.ts +++ b/packages/shared/components/submenu/Submenu.styled.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/submenu/Submenu.tsx b/packages/shared/components/submenu/Submenu.tsx index 1901a7e5e9..431b4a1599 100644 --- a/packages/shared/components/submenu/Submenu.tsx +++ b/packages/shared/components/submenu/Submenu.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/submenu/Submenu.types.ts b/packages/shared/components/submenu/Submenu.types.ts index 6c467a8b92..2629af1c20 100644 --- a/packages/shared/components/submenu/Submenu.types.ts +++ b/packages/shared/components/submenu/Submenu.types.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/submenu/Submenu.utils.ts b/packages/shared/components/submenu/Submenu.utils.ts index 3c81300141..9aebdf9dbd 100644 --- a/packages/shared/components/submenu/Submenu.utils.ts +++ b/packages/shared/components/submenu/Submenu.utils.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/submenu/data.tsx b/packages/shared/components/submenu/data.tsx index cbc8f706d7..9d6fbd3655 100644 --- a/packages/shared/components/submenu/data.tsx +++ b/packages/shared/components/submenu/data.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/submenu/index.tsx b/packages/shared/components/submenu/index.tsx index 883fcb65a3..5740f98afb 100644 --- a/packages/shared/components/submenu/index.tsx +++ b/packages/shared/components/submenu/index.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/submenu/submenu.mdx b/packages/shared/components/submenu/submenu.mdx index 755b2778b2..f575eb936a 100644 --- a/packages/shared/components/submenu/submenu.mdx +++ b/packages/shared/components/submenu/submenu.mdx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/submenu/submenu.stories.tsx b/packages/shared/components/submenu/submenu.stories.tsx index d8eed6f85c..430fcd0500 100644 --- a/packages/shared/components/submenu/submenu.stories.tsx +++ b/packages/shared/components/submenu/submenu.stories.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/submenu/submenu.test.tsx b/packages/shared/components/submenu/submenu.test.tsx index 7de33a31dc..094e8ed145 100644 --- a/packages/shared/components/submenu/submenu.test.tsx +++ b/packages/shared/components/submenu/submenu.test.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/table/Table.constants.ts b/packages/shared/components/table/Table.constants.ts index 6db85d3313..7ab6df08c2 100644 --- a/packages/shared/components/table/Table.constants.ts +++ b/packages/shared/components/table/Table.constants.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/table/Table.styled.ts b/packages/shared/components/table/Table.styled.ts index 07ebebc49d..c302a206a5 100644 --- a/packages/shared/components/table/Table.styled.ts +++ b/packages/shared/components/table/Table.styled.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/table/Table.types.ts b/packages/shared/components/table/Table.types.ts index 4fcfda463e..6c42605476 100644 --- a/packages/shared/components/table/Table.types.ts +++ b/packages/shared/components/table/Table.types.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/table/Table.utils.ts b/packages/shared/components/table/Table.utils.ts index 63c1880cb3..9c5693d206 100644 --- a/packages/shared/components/table/Table.utils.ts +++ b/packages/shared/components/table/Table.utils.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/table/TableBody.tsx b/packages/shared/components/table/TableBody.tsx index 730670a120..190f352ca5 100644 --- a/packages/shared/components/table/TableBody.tsx +++ b/packages/shared/components/table/TableBody.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/table/TableContainer.tsx b/packages/shared/components/table/TableContainer.tsx index 60afeee242..76cc7e186e 100644 --- a/packages/shared/components/table/TableContainer.tsx +++ b/packages/shared/components/table/TableContainer.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/table/TableGroupMenu.tsx b/packages/shared/components/table/TableGroupMenu.tsx index 26d8aea60f..82dffaf26b 100644 --- a/packages/shared/components/table/TableGroupMenu.tsx +++ b/packages/shared/components/table/TableGroupMenu.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/table/TableHeader.tsx b/packages/shared/components/table/TableHeader.tsx index f57a942626..46798d3d01 100644 --- a/packages/shared/components/table/TableHeader.tsx +++ b/packages/shared/components/table/TableHeader.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/table/TableRow.tsx b/packages/shared/components/table/TableRow.tsx index d66d44c45b..77628213f3 100644 --- a/packages/shared/components/table/TableRow.tsx +++ b/packages/shared/components/table/TableRow.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/table/index.ts b/packages/shared/components/table/index.ts index befd664e73..63c5607549 100644 --- a/packages/shared/components/table/index.ts +++ b/packages/shared/components/table/index.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/table/sub-components/GroupMenuItem.tsx b/packages/shared/components/table/sub-components/GroupMenuItem.tsx index 488d69391d..6361d67ebe 100644 --- a/packages/shared/components/table/sub-components/GroupMenuItem.tsx +++ b/packages/shared/components/table/sub-components/GroupMenuItem.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/table/sub-components/TableCell.tsx b/packages/shared/components/table/sub-components/TableCell.tsx index 4b77099a83..3237c8ce30 100644 --- a/packages/shared/components/table/sub-components/TableCell.tsx +++ b/packages/shared/components/table/sub-components/TableCell.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/table/sub-components/TableHeaderCell.tsx b/packages/shared/components/table/sub-components/TableHeaderCell.tsx index bb2e21c10b..985149da65 100644 --- a/packages/shared/components/table/sub-components/TableHeaderCell.tsx +++ b/packages/shared/components/table/sub-components/TableHeaderCell.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/table/sub-components/TableSettings.tsx b/packages/shared/components/table/sub-components/TableSettings.tsx index 5b327eeebf..9c0ba238b8 100644 --- a/packages/shared/components/table/sub-components/TableSettings.tsx +++ b/packages/shared/components/table/sub-components/TableSettings.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/tabs-container/TabsContainer.mdx b/packages/shared/components/tabs-container/TabsContainer.mdx index d5854a35a0..1831979a1f 100644 --- a/packages/shared/components/tabs-container/TabsContainer.mdx +++ b/packages/shared/components/tabs-container/TabsContainer.mdx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/tabs-container/TabsContainer.stories.tsx b/packages/shared/components/tabs-container/TabsContainer.stories.tsx index 1e2c7ee0b0..3baeee9c98 100644 --- a/packages/shared/components/tabs-container/TabsContainer.stories.tsx +++ b/packages/shared/components/tabs-container/TabsContainer.stories.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/tabs-container/TabsContainer.styled.tsx b/packages/shared/components/tabs-container/TabsContainer.styled.tsx index f2b4f5f62d..6e87867b0d 100644 --- a/packages/shared/components/tabs-container/TabsContainer.styled.tsx +++ b/packages/shared/components/tabs-container/TabsContainer.styled.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/tabs-container/TabsContainer.test.tsx b/packages/shared/components/tabs-container/TabsContainer.test.tsx index 3094d5da56..668d010da3 100644 --- a/packages/shared/components/tabs-container/TabsContainer.test.tsx +++ b/packages/shared/components/tabs-container/TabsContainer.test.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/tabs-container/TabsContainer.tsx b/packages/shared/components/tabs-container/TabsContainer.tsx index 7a8febeb21..aee48836dd 100644 --- a/packages/shared/components/tabs-container/TabsContainer.tsx +++ b/packages/shared/components/tabs-container/TabsContainer.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/tabs-container/TabsContainer.types.ts b/packages/shared/components/tabs-container/TabsContainer.types.ts index ca320b4152..663d3ff4e4 100644 --- a/packages/shared/components/tabs-container/TabsContainer.types.ts +++ b/packages/shared/components/tabs-container/TabsContainer.types.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/tabs-container/index.tsx b/packages/shared/components/tabs-container/index.tsx index e2f4105dbc..4ccc67004f 100644 --- a/packages/shared/components/tabs-container/index.tsx +++ b/packages/shared/components/tabs-container/index.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/tag/Tag.styled.ts b/packages/shared/components/tag/Tag.styled.ts index 6f076362fd..f87f2515ed 100644 --- a/packages/shared/components/tag/Tag.styled.ts +++ b/packages/shared/components/tag/Tag.styled.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/tag/Tag.tsx b/packages/shared/components/tag/Tag.tsx index 6259cdfa28..fba0d624d3 100644 --- a/packages/shared/components/tag/Tag.tsx +++ b/packages/shared/components/tag/Tag.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/tag/Tag.types.tsx b/packages/shared/components/tag/Tag.types.tsx index 9f29430e31..e4da889c4b 100644 --- a/packages/shared/components/tag/Tag.types.tsx +++ b/packages/shared/components/tag/Tag.types.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/tag/index.tsx b/packages/shared/components/tag/index.tsx index 3befb60a6c..a1eb0cde6e 100644 --- a/packages/shared/components/tag/index.tsx +++ b/packages/shared/components/tag/index.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/tag/tag.stories.tsx b/packages/shared/components/tag/tag.stories.tsx index 3a2827f242..d069d5a925 100644 --- a/packages/shared/components/tag/tag.stories.tsx +++ b/packages/shared/components/tag/tag.stories.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/tag/tag.test.tsx b/packages/shared/components/tag/tag.test.tsx index 856ea990ce..6a2638e341 100644 --- a/packages/shared/components/tag/tag.test.tsx +++ b/packages/shared/components/tag/tag.test.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/tags/Tags.stories.tsx b/packages/shared/components/tags/Tags.stories.tsx index 4a41f91dc8..6f227cb7b7 100644 --- a/packages/shared/components/tags/Tags.stories.tsx +++ b/packages/shared/components/tags/Tags.stories.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/tags/Tags.styled.ts b/packages/shared/components/tags/Tags.styled.ts index 9efb821893..1de2803d39 100644 --- a/packages/shared/components/tags/Tags.styled.ts +++ b/packages/shared/components/tags/Tags.styled.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/tags/Tags.test.tsx b/packages/shared/components/tags/Tags.test.tsx index 4b5b2a964b..2638b8c310 100644 --- a/packages/shared/components/tags/Tags.test.tsx +++ b/packages/shared/components/tags/Tags.test.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/tags/Tags.tsx b/packages/shared/components/tags/Tags.tsx index 675ff7541b..f7b8a615ac 100644 --- a/packages/shared/components/tags/Tags.tsx +++ b/packages/shared/components/tags/Tags.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/tags/Tags.types.ts b/packages/shared/components/tags/Tags.types.ts index 47d364bc6b..8e7361f823 100644 --- a/packages/shared/components/tags/Tags.types.ts +++ b/packages/shared/components/tags/Tags.types.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/tags/Tags.utils.ts b/packages/shared/components/tags/Tags.utils.ts index 3c2fe0ec72..937a407313 100644 --- a/packages/shared/components/tags/Tags.utils.ts +++ b/packages/shared/components/tags/Tags.utils.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/tags/index.ts b/packages/shared/components/tags/index.ts index 0ad54feb90..a3b1c0e909 100644 --- a/packages/shared/components/tags/index.ts +++ b/packages/shared/components/tags/index.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/text-input/TextInput.enums.ts b/packages/shared/components/text-input/TextInput.enums.ts index 990b35232c..b7023b449c 100644 --- a/packages/shared/components/text-input/TextInput.enums.ts +++ b/packages/shared/components/text-input/TextInput.enums.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/text-input/TextInput.stories.tsx b/packages/shared/components/text-input/TextInput.stories.tsx index 79e1fb3593..6600a3f8b1 100644 --- a/packages/shared/components/text-input/TextInput.stories.tsx +++ b/packages/shared/components/text-input/TextInput.stories.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/text-input/TextInput.styled.ts b/packages/shared/components/text-input/TextInput.styled.ts index ef8f00e0a1..1e238f845f 100644 --- a/packages/shared/components/text-input/TextInput.styled.ts +++ b/packages/shared/components/text-input/TextInput.styled.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/text-input/TextInput.test.tsx b/packages/shared/components/text-input/TextInput.test.tsx index 37534abce5..e144b989e1 100644 --- a/packages/shared/components/text-input/TextInput.test.tsx +++ b/packages/shared/components/text-input/TextInput.test.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/text-input/TextInput.tsx b/packages/shared/components/text-input/TextInput.tsx index be291e4fbd..0f4038e05d 100644 --- a/packages/shared/components/text-input/TextInput.tsx +++ b/packages/shared/components/text-input/TextInput.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/text-input/TextInput.types.ts b/packages/shared/components/text-input/TextInput.types.ts index 2612b4826d..a32178c1f3 100644 --- a/packages/shared/components/text-input/TextInput.types.ts +++ b/packages/shared/components/text-input/TextInput.types.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/text-input/index.ts b/packages/shared/components/text-input/index.ts index fbe79a1eaa..64ea989402 100644 --- a/packages/shared/components/text-input/index.ts +++ b/packages/shared/components/text-input/index.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/text-input/sub-components/Input.tsx b/packages/shared/components/text-input/sub-components/Input.tsx index 17813616b6..a6008fbc0d 100644 --- a/packages/shared/components/text-input/sub-components/Input.tsx +++ b/packages/shared/components/text-input/sub-components/Input.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/text/Text.styled.ts b/packages/shared/components/text/Text.styled.ts index 6c89e40777..8a5bfb667d 100644 --- a/packages/shared/components/text/Text.styled.ts +++ b/packages/shared/components/text/Text.styled.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/text/Text.tsx b/packages/shared/components/text/Text.tsx index 5b5b01980c..bba97a36ca 100644 --- a/packages/shared/components/text/Text.tsx +++ b/packages/shared/components/text/Text.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/text/Text.types.ts b/packages/shared/components/text/Text.types.ts index a91788a57e..48c5757be4 100644 --- a/packages/shared/components/text/Text.types.ts +++ b/packages/shared/components/text/Text.types.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/text/index.tsx b/packages/shared/components/text/index.tsx index c7bee27e22..31bef85b3d 100644 --- a/packages/shared/components/text/index.tsx +++ b/packages/shared/components/text/index.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/text/text.stories.tsx b/packages/shared/components/text/text.stories.tsx index 2eb55a046a..0ccc225c69 100644 --- a/packages/shared/components/text/text.stories.tsx +++ b/packages/shared/components/text/text.stories.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/text/text.test.tsx b/packages/shared/components/text/text.test.tsx index 2bfe0683ff..07abe530e1 100644 --- a/packages/shared/components/text/text.test.tsx +++ b/packages/shared/components/text/text.test.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/textarea/Textarea.stories.tsx b/packages/shared/components/textarea/Textarea.stories.tsx index bcac6d8bbb..e32e88f8e9 100644 --- a/packages/shared/components/textarea/Textarea.stories.tsx +++ b/packages/shared/components/textarea/Textarea.stories.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/textarea/Textarea.styled.tsx b/packages/shared/components/textarea/Textarea.styled.tsx index 8522eb44a6..4fa29a5f60 100644 --- a/packages/shared/components/textarea/Textarea.styled.tsx +++ b/packages/shared/components/textarea/Textarea.styled.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/textarea/Textarea.test.tsx b/packages/shared/components/textarea/Textarea.test.tsx index dced0741d7..04a50ce53c 100644 --- a/packages/shared/components/textarea/Textarea.test.tsx +++ b/packages/shared/components/textarea/Textarea.test.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/textarea/Textarea.theme.tsx b/packages/shared/components/textarea/Textarea.theme.tsx index a3493cb82f..ad28b53286 100644 --- a/packages/shared/components/textarea/Textarea.theme.tsx +++ b/packages/shared/components/textarea/Textarea.theme.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/textarea/Textarea.tsx b/packages/shared/components/textarea/Textarea.tsx index 7f514373d3..3ea738c1eb 100644 --- a/packages/shared/components/textarea/Textarea.tsx +++ b/packages/shared/components/textarea/Textarea.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/textarea/Textarea.types.ts b/packages/shared/components/textarea/Textarea.types.ts index 3089212538..5a01370fc9 100644 --- a/packages/shared/components/textarea/Textarea.types.ts +++ b/packages/shared/components/textarea/Textarea.types.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/textarea/Textarea.utils.ts b/packages/shared/components/textarea/Textarea.utils.ts index 47f3edd3a7..b5144758f9 100644 --- a/packages/shared/components/textarea/Textarea.utils.ts +++ b/packages/shared/components/textarea/Textarea.utils.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/textarea/index.tsx b/packages/shared/components/textarea/index.tsx index 1bc6093815..6a50b11d58 100644 --- a/packages/shared/components/textarea/index.tsx +++ b/packages/shared/components/textarea/index.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/theme-provider/ThemeProvider.tsx b/packages/shared/components/theme-provider/ThemeProvider.tsx index 10dffe2d86..3bae2e2959 100644 --- a/packages/shared/components/theme-provider/ThemeProvider.tsx +++ b/packages/shared/components/theme-provider/ThemeProvider.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/theme-provider/ThemeProvider.types.ts b/packages/shared/components/theme-provider/ThemeProvider.types.ts index a8e0423594..5ca509076c 100644 --- a/packages/shared/components/theme-provider/ThemeProvider.types.ts +++ b/packages/shared/components/theme-provider/ThemeProvider.types.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/theme-provider/index.tsx b/packages/shared/components/theme-provider/index.tsx index f0ff64ebd0..48f9643385 100644 --- a/packages/shared/components/theme-provider/index.tsx +++ b/packages/shared/components/theme-provider/index.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/time-picker/TimePicker.stories.tsx b/packages/shared/components/time-picker/TimePicker.stories.tsx index 2bdb112ad5..4ecfd40f41 100644 --- a/packages/shared/components/time-picker/TimePicker.stories.tsx +++ b/packages/shared/components/time-picker/TimePicker.stories.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/time-picker/TimePicker.styled.tsx b/packages/shared/components/time-picker/TimePicker.styled.tsx index 46644749b1..cf71741ebf 100644 --- a/packages/shared/components/time-picker/TimePicker.styled.tsx +++ b/packages/shared/components/time-picker/TimePicker.styled.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/time-picker/TimePicker.tsx b/packages/shared/components/time-picker/TimePicker.tsx index 206765d246..1a83c349d8 100644 --- a/packages/shared/components/time-picker/TimePicker.tsx +++ b/packages/shared/components/time-picker/TimePicker.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/time-picker/TimePicker.types.tsx b/packages/shared/components/time-picker/TimePicker.types.tsx index aa6bbcd727..61fc1347e2 100644 --- a/packages/shared/components/time-picker/TimePicker.types.tsx +++ b/packages/shared/components/time-picker/TimePicker.types.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/time-picker/index.tsx b/packages/shared/components/time-picker/index.tsx index 5f53c5aedd..10b3ac36b8 100644 --- a/packages/shared/components/time-picker/index.tsx +++ b/packages/shared/components/time-picker/index.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/toast/Toast.enums.ts b/packages/shared/components/toast/Toast.enums.ts index 5f5007c901..24e8b04e4e 100644 --- a/packages/shared/components/toast/Toast.enums.ts +++ b/packages/shared/components/toast/Toast.enums.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/toast/Toast.styled.ts b/packages/shared/components/toast/Toast.styled.ts index e2d04c8d9b..a0932616c1 100644 --- a/packages/shared/components/toast/Toast.styled.ts +++ b/packages/shared/components/toast/Toast.styled.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/toast/Toast.tsx b/packages/shared/components/toast/Toast.tsx index a643a73a36..9518a0e590 100644 --- a/packages/shared/components/toast/Toast.tsx +++ b/packages/shared/components/toast/Toast.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/toast/Toast.type.ts b/packages/shared/components/toast/Toast.type.ts index f1fb68898e..b19f68219b 100644 --- a/packages/shared/components/toast/Toast.type.ts +++ b/packages/shared/components/toast/Toast.type.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/toast/index.tsx b/packages/shared/components/toast/index.tsx index 1c5340b173..7b0aff8812 100644 --- a/packages/shared/components/toast/index.tsx +++ b/packages/shared/components/toast/index.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/toast/sub-components/Toastr.tsx b/packages/shared/components/toast/sub-components/Toastr.tsx index 8eccd8ccb0..0557394da4 100644 --- a/packages/shared/components/toast/sub-components/Toastr.tsx +++ b/packages/shared/components/toast/sub-components/Toastr.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/toast/toast.stories.tsx b/packages/shared/components/toast/toast.stories.tsx index 48eec3bd91..87c0851dd5 100644 --- a/packages/shared/components/toast/toast.stories.tsx +++ b/packages/shared/components/toast/toast.stories.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/toast/toast.test.tsx b/packages/shared/components/toast/toast.test.tsx index 01751779ab..328283747d 100644 --- a/packages/shared/components/toast/toast.test.tsx +++ b/packages/shared/components/toast/toast.test.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/toggle-button/ToggleButton.stories.tsx b/packages/shared/components/toggle-button/ToggleButton.stories.tsx index 8697a931bc..3a75ea1f06 100644 --- a/packages/shared/components/toggle-button/ToggleButton.stories.tsx +++ b/packages/shared/components/toggle-button/ToggleButton.stories.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/toggle-button/ToggleButton.styled.ts b/packages/shared/components/toggle-button/ToggleButton.styled.ts index e9d8f14c9c..40fc5659d6 100644 --- a/packages/shared/components/toggle-button/ToggleButton.styled.ts +++ b/packages/shared/components/toggle-button/ToggleButton.styled.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/toggle-button/ToggleButton.test.tsx b/packages/shared/components/toggle-button/ToggleButton.test.tsx index 247ad610ab..a04f5ff270 100644 --- a/packages/shared/components/toggle-button/ToggleButton.test.tsx +++ b/packages/shared/components/toggle-button/ToggleButton.test.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/toggle-button/ToggleButton.theme.tsx b/packages/shared/components/toggle-button/ToggleButton.theme.tsx index b5cd2c7b4a..ff211be22b 100644 --- a/packages/shared/components/toggle-button/ToggleButton.theme.tsx +++ b/packages/shared/components/toggle-button/ToggleButton.theme.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/toggle-button/ToggleButton.tsx b/packages/shared/components/toggle-button/ToggleButton.tsx index 1cd0491f07..20bb4dc040 100644 --- a/packages/shared/components/toggle-button/ToggleButton.tsx +++ b/packages/shared/components/toggle-button/ToggleButton.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/toggle-button/ToggleButton.types.ts b/packages/shared/components/toggle-button/ToggleButton.types.ts index 7b10b8fd65..1d94d9d1f6 100644 --- a/packages/shared/components/toggle-button/ToggleButton.types.ts +++ b/packages/shared/components/toggle-button/ToggleButton.types.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/toggle-button/index.ts b/packages/shared/components/toggle-button/index.ts index b7f2fcbd7a..cf54e92a87 100644 --- a/packages/shared/components/toggle-button/index.ts +++ b/packages/shared/components/toggle-button/index.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/toggle-content/ToggleContent.stories.tsx b/packages/shared/components/toggle-content/ToggleContent.stories.tsx index 223573d75c..89db089a34 100644 --- a/packages/shared/components/toggle-content/ToggleContent.stories.tsx +++ b/packages/shared/components/toggle-content/ToggleContent.stories.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/toggle-content/ToggleContent.styled.ts b/packages/shared/components/toggle-content/ToggleContent.styled.ts index 308063d4d2..71d6574f89 100644 --- a/packages/shared/components/toggle-content/ToggleContent.styled.ts +++ b/packages/shared/components/toggle-content/ToggleContent.styled.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/toggle-content/ToggleContent.test.tsx b/packages/shared/components/toggle-content/ToggleContent.test.tsx index c0fa71f1db..5c915b11f4 100644 --- a/packages/shared/components/toggle-content/ToggleContent.test.tsx +++ b/packages/shared/components/toggle-content/ToggleContent.test.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/toggle-content/ToggleContent.tsx b/packages/shared/components/toggle-content/ToggleContent.tsx index e085bdd607..2bfa06e0d8 100644 --- a/packages/shared/components/toggle-content/ToggleContent.tsx +++ b/packages/shared/components/toggle-content/ToggleContent.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/toggle-content/ToggleContent.types.ts b/packages/shared/components/toggle-content/ToggleContent.types.ts index 0ab72d3de5..95a696757c 100644 --- a/packages/shared/components/toggle-content/ToggleContent.types.ts +++ b/packages/shared/components/toggle-content/ToggleContent.types.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/toggle-content/index.tsx b/packages/shared/components/toggle-content/index.tsx index fdc93fceba..0d684e7734 100644 --- a/packages/shared/components/toggle-content/index.tsx +++ b/packages/shared/components/toggle-content/index.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/tooltip/Tooltip.constants.ts b/packages/shared/components/tooltip/Tooltip.constants.ts index 8bf8951711..92326c220f 100644 --- a/packages/shared/components/tooltip/Tooltip.constants.ts +++ b/packages/shared/components/tooltip/Tooltip.constants.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/tooltip/Tooltip.mdx b/packages/shared/components/tooltip/Tooltip.mdx index 125f4ce5a6..2ebfe3df90 100644 --- a/packages/shared/components/tooltip/Tooltip.mdx +++ b/packages/shared/components/tooltip/Tooltip.mdx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/tooltip/Tooltip.styled.ts b/packages/shared/components/tooltip/Tooltip.styled.ts index 426981fa77..5d3bc07261 100644 --- a/packages/shared/components/tooltip/Tooltip.styled.ts +++ b/packages/shared/components/tooltip/Tooltip.styled.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/tooltip/Tooltip.tsx b/packages/shared/components/tooltip/Tooltip.tsx index c22d225b02..ba75683be3 100644 --- a/packages/shared/components/tooltip/Tooltip.tsx +++ b/packages/shared/components/tooltip/Tooltip.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/tooltip/Tooltip.types.ts b/packages/shared/components/tooltip/Tooltip.types.ts index fde3d6bb65..bb16cd6e19 100644 --- a/packages/shared/components/tooltip/Tooltip.types.ts +++ b/packages/shared/components/tooltip/Tooltip.types.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/tooltip/index.tsx b/packages/shared/components/tooltip/index.tsx index d19592120c..bce8ca7f41 100644 --- a/packages/shared/components/tooltip/index.tsx +++ b/packages/shared/components/tooltip/index.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/tooltip/tooltip.stories.tsx b/packages/shared/components/tooltip/tooltip.stories.tsx index 9a4dc4988e..373a2415f6 100644 --- a/packages/shared/components/tooltip/tooltip.stories.tsx +++ b/packages/shared/components/tooltip/tooltip.stories.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/tooltip/tooltip.test.tsx b/packages/shared/components/tooltip/tooltip.test.tsx index 19fd76f46b..0c2dcbce76 100644 --- a/packages/shared/components/tooltip/tooltip.test.tsx +++ b/packages/shared/components/tooltip/tooltip.test.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/top-loading-indicator/index.ts b/packages/shared/components/top-loading-indicator/index.ts index 8fdaddfcd5..caaaf00125 100644 --- a/packages/shared/components/top-loading-indicator/index.ts +++ b/packages/shared/components/top-loading-indicator/index.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/view-selector/ViewSelector.stories.tsx b/packages/shared/components/view-selector/ViewSelector.stories.tsx index 52d9eadeb5..3d386bf76a 100644 --- a/packages/shared/components/view-selector/ViewSelector.stories.tsx +++ b/packages/shared/components/view-selector/ViewSelector.stories.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/view-selector/ViewSelector.styled.ts b/packages/shared/components/view-selector/ViewSelector.styled.ts index 06b01504d8..6dcd147f36 100644 --- a/packages/shared/components/view-selector/ViewSelector.styled.ts +++ b/packages/shared/components/view-selector/ViewSelector.styled.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/view-selector/ViewSelector.test.tsx b/packages/shared/components/view-selector/ViewSelector.test.tsx index decdbb8695..1472701b76 100644 --- a/packages/shared/components/view-selector/ViewSelector.test.tsx +++ b/packages/shared/components/view-selector/ViewSelector.test.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/view-selector/ViewSelector.tsx b/packages/shared/components/view-selector/ViewSelector.tsx index bf3a008f74..ba4d6ba0e7 100644 --- a/packages/shared/components/view-selector/ViewSelector.tsx +++ b/packages/shared/components/view-selector/ViewSelector.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/view-selector/ViewSelector.types.ts b/packages/shared/components/view-selector/ViewSelector.types.ts index 68532c9511..ce2736174d 100644 --- a/packages/shared/components/view-selector/ViewSelector.types.ts +++ b/packages/shared/components/view-selector/ViewSelector.types.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/view-selector/index.tsx b/packages/shared/components/view-selector/index.tsx index 3a12203a9d..accc17d509 100644 --- a/packages/shared/components/view-selector/index.tsx +++ b/packages/shared/components/view-selector/index.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/zendesk/Zendesk.utils.ts b/packages/shared/components/zendesk/Zendesk.utils.ts index 31a5b3b441..25f657fb94 100644 --- a/packages/shared/components/zendesk/Zendesk.utils.ts +++ b/packages/shared/components/zendesk/Zendesk.utils.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/components/zendesk/index.ts b/packages/shared/components/zendesk/index.ts index 4a012c47eb..26e3b65393 100644 --- a/packages/shared/components/zendesk/index.ts +++ b/packages/shared/components/zendesk/index.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/constants/index.ts b/packages/shared/constants/index.ts index ccf88a9239..a14d35eb7c 100644 --- a/packages/shared/constants/index.ts +++ b/packages/shared/constants/index.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/constants/sharedDependencies.js b/packages/shared/constants/sharedDependencies.js index 35b09529e3..10eb101ef2 100644 --- a/packages/shared/constants/sharedDependencies.js +++ b/packages/shared/constants/sharedDependencies.js @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/dialogs/conflict-resolve/ConflictResolve.styled.ts b/packages/shared/dialogs/conflict-resolve/ConflictResolve.styled.ts index 130880680f..1ee126eeee 100644 --- a/packages/shared/dialogs/conflict-resolve/ConflictResolve.styled.ts +++ b/packages/shared/dialogs/conflict-resolve/ConflictResolve.styled.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/dialogs/conflict-resolve/ConflictResolve.tsx b/packages/shared/dialogs/conflict-resolve/ConflictResolve.tsx index 78adfe56fa..776a895509 100644 --- a/packages/shared/dialogs/conflict-resolve/ConflictResolve.tsx +++ b/packages/shared/dialogs/conflict-resolve/ConflictResolve.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/dialogs/conflict-resolve/ConflictResolve.types.ts b/packages/shared/dialogs/conflict-resolve/ConflictResolve.types.ts index 7ef19b28d7..f477ba896b 100644 --- a/packages/shared/dialogs/conflict-resolve/ConflictResolve.types.ts +++ b/packages/shared/dialogs/conflict-resolve/ConflictResolve.types.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/dialogs/conflict-resolve/index.ts b/packages/shared/dialogs/conflict-resolve/index.ts index 19a099c04b..f1c8028f6b 100644 --- a/packages/shared/dialogs/conflict-resolve/index.ts +++ b/packages/shared/dialogs/conflict-resolve/index.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/enums/index.ts b/packages/shared/enums/index.ts index 1754ec02d8..fb2cb90141 100644 --- a/packages/shared/enums/index.ts +++ b/packages/shared/enums/index.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/hooks/useIsSmallWindow.tsx b/packages/shared/hooks/useIsSmallWindow.tsx index 5f27b46e8c..5f5c331726 100644 --- a/packages/shared/hooks/useIsSmallWindow.tsx +++ b/packages/shared/hooks/useIsSmallWindow.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/hooks/useLoadingWithTimeout.ts b/packages/shared/hooks/useLoadingWithTimeout.ts index 85ed53ae7a..64071d148f 100644 --- a/packages/shared/hooks/useLoadingWithTimeout.ts +++ b/packages/shared/hooks/useLoadingWithTimeout.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/hooks/useThemeDetector.ts b/packages/shared/hooks/useThemeDetector.ts index 2ddb2d21e4..70e415a750 100644 --- a/packages/shared/hooks/useThemeDetector.ts +++ b/packages/shared/hooks/useThemeDetector.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/index.d.ts b/packages/shared/index.d.ts index 7b9c31fe2f..83d6c22789 100644 --- a/packages/shared/index.d.ts +++ b/packages/shared/index.d.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/jest.config.ts b/packages/shared/jest.config.ts index 26f2d3a5e7..3e3d6affca 100644 --- a/packages/shared/jest.config.ts +++ b/packages/shared/jest.config.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/pages/PreparationPortal/StyledPreparationPortal.js b/packages/shared/pages/PreparationPortal/StyledPreparationPortal.js index 200de369ed..bb9caebc02 100644 --- a/packages/shared/pages/PreparationPortal/StyledPreparationPortal.js +++ b/packages/shared/pages/PreparationPortal/StyledPreparationPortal.js @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/pages/PreparationPortal/index.js b/packages/shared/pages/PreparationPortal/index.js index 9698efc537..354064f5e0 100644 --- a/packages/shared/pages/PreparationPortal/index.js +++ b/packages/shared/pages/PreparationPortal/index.js @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/routes/Route.private.tsx b/packages/shared/routes/Route.private.tsx index f16b309048..5167f92779 100644 --- a/packages/shared/routes/Route.private.tsx +++ b/packages/shared/routes/Route.private.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/routes/Route.public.tsx b/packages/shared/routes/Route.public.tsx index 0b1f801595..56e0481877 100644 --- a/packages/shared/routes/Route.public.tsx +++ b/packages/shared/routes/Route.public.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/routes/Routers.types.ts b/packages/shared/routes/Routers.types.ts index 7522755a48..f0f6213219 100644 --- a/packages/shared/routes/Routers.types.ts +++ b/packages/shared/routes/Routers.types.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/routes/index.ts b/packages/shared/routes/index.ts index 0d3a909f9b..748192d3f9 100644 --- a/packages/shared/routes/index.ts +++ b/packages/shared/routes/index.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/selectors/Files/FilesSelector.constants.ts b/packages/shared/selectors/Files/FilesSelector.constants.ts index 87ba2c4315..2a0704050d 100644 --- a/packages/shared/selectors/Files/FilesSelector.constants.ts +++ b/packages/shared/selectors/Files/FilesSelector.constants.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/selectors/Files/FilesSelector.types.ts b/packages/shared/selectors/Files/FilesSelector.types.ts index 0e9bfb4f5a..1dd7879fed 100644 --- a/packages/shared/selectors/Files/FilesSelector.types.ts +++ b/packages/shared/selectors/Files/FilesSelector.types.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/selectors/Files/FilesSelector.utils.ts b/packages/shared/selectors/Files/FilesSelector.utils.ts index 1430a970d6..7c9a291902 100644 --- a/packages/shared/selectors/Files/FilesSelector.utils.ts +++ b/packages/shared/selectors/Files/FilesSelector.utils.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/selectors/Files/FilesSelector.wrapper.tsx b/packages/shared/selectors/Files/FilesSelector.wrapper.tsx index e163e0b3df..15f6d86efa 100644 --- a/packages/shared/selectors/Files/FilesSelector.wrapper.tsx +++ b/packages/shared/selectors/Files/FilesSelector.wrapper.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/selectors/Files/hooks/useFilesHelper.ts b/packages/shared/selectors/Files/hooks/useFilesHelper.ts index 891798018a..f1ab1219d2 100644 --- a/packages/shared/selectors/Files/hooks/useFilesHelper.ts +++ b/packages/shared/selectors/Files/hooks/useFilesHelper.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/selectors/Files/hooks/useFilesSettings.ts b/packages/shared/selectors/Files/hooks/useFilesSettings.ts index 106e81ba24..1958ca728d 100644 --- a/packages/shared/selectors/Files/hooks/useFilesSettings.ts +++ b/packages/shared/selectors/Files/hooks/useFilesSettings.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/selectors/Files/hooks/useLoadersHelper.ts b/packages/shared/selectors/Files/hooks/useLoadersHelper.ts index ba34523515..be71bbfcb2 100644 --- a/packages/shared/selectors/Files/hooks/useLoadersHelper.ts +++ b/packages/shared/selectors/Files/hooks/useLoadersHelper.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/selectors/Files/hooks/useRoomsHelper.ts b/packages/shared/selectors/Files/hooks/useRoomsHelper.ts index 38427dd23d..23b5a555b2 100644 --- a/packages/shared/selectors/Files/hooks/useRoomsHelper.ts +++ b/packages/shared/selectors/Files/hooks/useRoomsHelper.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/selectors/Files/hooks/useRootHelper.ts b/packages/shared/selectors/Files/hooks/useRootHelper.ts index 5f2712f5f0..0ad75c6130 100644 --- a/packages/shared/selectors/Files/hooks/useRootHelper.ts +++ b/packages/shared/selectors/Files/hooks/useRootHelper.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/selectors/Files/hooks/useSocketHelper.ts b/packages/shared/selectors/Files/hooks/useSocketHelper.ts index 2a2d4c07a8..9439f064b0 100644 --- a/packages/shared/selectors/Files/hooks/useSocketHelper.ts +++ b/packages/shared/selectors/Files/hooks/useSocketHelper.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/selectors/Files/index.tsx b/packages/shared/selectors/Files/index.tsx index 48aac34030..7942cbd6f6 100644 --- a/packages/shared/selectors/Files/index.tsx +++ b/packages/shared/selectors/Files/index.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/selectors/Groups/GroupsSelector.types.ts b/packages/shared/selectors/Groups/GroupsSelector.types.ts index 601c5f9c6d..f1f5ad93dc 100644 --- a/packages/shared/selectors/Groups/GroupsSelector.types.ts +++ b/packages/shared/selectors/Groups/GroupsSelector.types.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/selectors/Groups/index.tsx b/packages/shared/selectors/Groups/index.tsx index 449a93182e..4d3b117e23 100644 --- a/packages/shared/selectors/Groups/index.tsx +++ b/packages/shared/selectors/Groups/index.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/selectors/People/PeopleSelector.styled.ts b/packages/shared/selectors/People/PeopleSelector.styled.ts index 60f1efaefb..1d063cc8ee 100644 --- a/packages/shared/selectors/People/PeopleSelector.styled.ts +++ b/packages/shared/selectors/People/PeopleSelector.styled.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/selectors/People/PeopleSelector.types.ts b/packages/shared/selectors/People/PeopleSelector.types.ts index 123c404d46..4407c3f4c8 100644 --- a/packages/shared/selectors/People/PeopleSelector.types.ts +++ b/packages/shared/selectors/People/PeopleSelector.types.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/selectors/People/index.tsx b/packages/shared/selectors/People/index.tsx index 9690d980ca..af4f228a90 100644 --- a/packages/shared/selectors/People/index.tsx +++ b/packages/shared/selectors/People/index.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/selectors/People/sub-components/UserTooltip.tsx b/packages/shared/selectors/People/sub-components/UserTooltip.tsx index 1055f267b6..948ec48aef 100644 --- a/packages/shared/selectors/People/sub-components/UserTooltip.tsx +++ b/packages/shared/selectors/People/sub-components/UserTooltip.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/selectors/Room/RoomSelector.types.ts b/packages/shared/selectors/Room/RoomSelector.types.ts index 060c8b2590..67b7ca77e5 100644 --- a/packages/shared/selectors/Room/RoomSelector.types.ts +++ b/packages/shared/selectors/Room/RoomSelector.types.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/selectors/Room/RoomSelector.utils.ts b/packages/shared/selectors/Room/RoomSelector.utils.ts index d99a9dec7e..46440768b5 100644 --- a/packages/shared/selectors/Room/RoomSelector.utils.ts +++ b/packages/shared/selectors/Room/RoomSelector.utils.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/selectors/Room/index.tsx b/packages/shared/selectors/Room/index.tsx index 956deee63f..f54f3c5a43 100644 --- a/packages/shared/selectors/Room/index.tsx +++ b/packages/shared/selectors/Room/index.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/skeletons/article/ArticleButtonLoader/ButtonLoader.tsx b/packages/shared/skeletons/article/ArticleButtonLoader/ButtonLoader.tsx index 2764cd1159..ffba78322c 100644 --- a/packages/shared/skeletons/article/ArticleButtonLoader/ButtonLoader.tsx +++ b/packages/shared/skeletons/article/ArticleButtonLoader/ButtonLoader.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/skeletons/article/ArticleButtonLoader/ButtonLoader.types.ts b/packages/shared/skeletons/article/ArticleButtonLoader/ButtonLoader.types.ts index dd35deb1af..4b91a1731b 100644 --- a/packages/shared/skeletons/article/ArticleButtonLoader/ButtonLoader.types.ts +++ b/packages/shared/skeletons/article/ArticleButtonLoader/ButtonLoader.types.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/skeletons/article/ArticleButtonLoader/MainButton.styled.ts b/packages/shared/skeletons/article/ArticleButtonLoader/MainButton.styled.ts index cce0f96a65..d161f53a8c 100644 --- a/packages/shared/skeletons/article/ArticleButtonLoader/MainButton.styled.ts +++ b/packages/shared/skeletons/article/ArticleButtonLoader/MainButton.styled.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/skeletons/article/ArticleButtonLoader/index.ts b/packages/shared/skeletons/article/ArticleButtonLoader/index.ts index 6f63d31e3d..34a65f90a8 100644 --- a/packages/shared/skeletons/article/ArticleButtonLoader/index.ts +++ b/packages/shared/skeletons/article/ArticleButtonLoader/index.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/skeletons/article/ArticleFolderLoader/FolderLoader.styled.ts b/packages/shared/skeletons/article/ArticleFolderLoader/FolderLoader.styled.ts index f9d11a860d..e2412a24a4 100644 --- a/packages/shared/skeletons/article/ArticleFolderLoader/FolderLoader.styled.ts +++ b/packages/shared/skeletons/article/ArticleFolderLoader/FolderLoader.styled.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/skeletons/article/ArticleFolderLoader/FolderLoader.tsx b/packages/shared/skeletons/article/ArticleFolderLoader/FolderLoader.tsx index b4e6557263..f2f9bd0bb8 100644 --- a/packages/shared/skeletons/article/ArticleFolderLoader/FolderLoader.tsx +++ b/packages/shared/skeletons/article/ArticleFolderLoader/FolderLoader.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/skeletons/article/ArticleFolderLoader/FolderLoader.types.ts b/packages/shared/skeletons/article/ArticleFolderLoader/FolderLoader.types.ts index f16a3aac7f..c5de6bff0b 100644 --- a/packages/shared/skeletons/article/ArticleFolderLoader/FolderLoader.types.ts +++ b/packages/shared/skeletons/article/ArticleFolderLoader/FolderLoader.types.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/skeletons/article/ArticleFolderLoader/index.js b/packages/shared/skeletons/article/ArticleFolderLoader/index.js index 49fd211a9a..528ad4dbed 100644 --- a/packages/shared/skeletons/article/ArticleFolderLoader/index.js +++ b/packages/shared/skeletons/article/ArticleFolderLoader/index.js @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/skeletons/article/ArticleGroupsLoader/GroupsLoader.styled.ts b/packages/shared/skeletons/article/ArticleGroupsLoader/GroupsLoader.styled.ts index a489680d27..37fba8c4af 100644 --- a/packages/shared/skeletons/article/ArticleGroupsLoader/GroupsLoader.styled.ts +++ b/packages/shared/skeletons/article/ArticleGroupsLoader/GroupsLoader.styled.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/skeletons/article/ArticleGroupsLoader/GroupsLoader.tsx b/packages/shared/skeletons/article/ArticleGroupsLoader/GroupsLoader.tsx index 663a8566b1..3d0355af69 100644 --- a/packages/shared/skeletons/article/ArticleGroupsLoader/GroupsLoader.tsx +++ b/packages/shared/skeletons/article/ArticleGroupsLoader/GroupsLoader.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/skeletons/article/ArticleGroupsLoader/GroupsLoader.types.ts b/packages/shared/skeletons/article/ArticleGroupsLoader/GroupsLoader.types.ts index c37b5798cb..5fa8f8cdfe 100644 --- a/packages/shared/skeletons/article/ArticleGroupsLoader/GroupsLoader.types.ts +++ b/packages/shared/skeletons/article/ArticleGroupsLoader/GroupsLoader.types.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/skeletons/article/ArticleGroupsLoader/index.ts b/packages/shared/skeletons/article/ArticleGroupsLoader/index.ts index 5fdea30215..dd497896cd 100644 --- a/packages/shared/skeletons/article/ArticleGroupsLoader/index.ts +++ b/packages/shared/skeletons/article/ArticleGroupsLoader/index.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/skeletons/article/ArticleHeaderLoader/HeaderLoader.styled.ts b/packages/shared/skeletons/article/ArticleHeaderLoader/HeaderLoader.styled.ts index 2c28da70fb..f6b0c08bbc 100644 --- a/packages/shared/skeletons/article/ArticleHeaderLoader/HeaderLoader.styled.ts +++ b/packages/shared/skeletons/article/ArticleHeaderLoader/HeaderLoader.styled.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/skeletons/article/ArticleHeaderLoader/HeaderLoader.tsx b/packages/shared/skeletons/article/ArticleHeaderLoader/HeaderLoader.tsx index cba992bb19..b519e82bbf 100644 --- a/packages/shared/skeletons/article/ArticleHeaderLoader/HeaderLoader.tsx +++ b/packages/shared/skeletons/article/ArticleHeaderLoader/HeaderLoader.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/skeletons/article/ArticleHeaderLoader/HeaderLoader.types.ts b/packages/shared/skeletons/article/ArticleHeaderLoader/HeaderLoader.types.ts index 6cd547a999..354c255f6a 100644 --- a/packages/shared/skeletons/article/ArticleHeaderLoader/HeaderLoader.types.ts +++ b/packages/shared/skeletons/article/ArticleHeaderLoader/HeaderLoader.types.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/skeletons/article/ArticleHeaderLoader/index.ts b/packages/shared/skeletons/article/ArticleHeaderLoader/index.ts index bf9b2923c0..868c05f29b 100644 --- a/packages/shared/skeletons/article/ArticleHeaderLoader/index.ts +++ b/packages/shared/skeletons/article/ArticleHeaderLoader/index.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/skeletons/article/ArticleProfileLoader/ProfileLoader.styled.ts b/packages/shared/skeletons/article/ArticleProfileLoader/ProfileLoader.styled.ts index 66c4147b88..268fe7eaf3 100644 --- a/packages/shared/skeletons/article/ArticleProfileLoader/ProfileLoader.styled.ts +++ b/packages/shared/skeletons/article/ArticleProfileLoader/ProfileLoader.styled.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/skeletons/article/ArticleProfileLoader/ProfileLoader.tsx b/packages/shared/skeletons/article/ArticleProfileLoader/ProfileLoader.tsx index e4d298842e..af826a85ce 100644 --- a/packages/shared/skeletons/article/ArticleProfileLoader/ProfileLoader.tsx +++ b/packages/shared/skeletons/article/ArticleProfileLoader/ProfileLoader.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/skeletons/article/ArticleProfileLoader/ProfileLoader.types.ts b/packages/shared/skeletons/article/ArticleProfileLoader/ProfileLoader.types.ts index 45e6576004..d98cabecf5 100644 --- a/packages/shared/skeletons/article/ArticleProfileLoader/ProfileLoader.types.ts +++ b/packages/shared/skeletons/article/ArticleProfileLoader/ProfileLoader.types.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/skeletons/article/ArticleProfileLoader/index.ts b/packages/shared/skeletons/article/ArticleProfileLoader/index.ts index a113734ebf..6bfc95b480 100644 --- a/packages/shared/skeletons/article/ArticleProfileLoader/index.ts +++ b/packages/shared/skeletons/article/ArticleProfileLoader/index.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/skeletons/article/index.ts b/packages/shared/skeletons/article/index.ts index a728ec7536..309e924445 100644 --- a/packages/shared/skeletons/article/index.ts +++ b/packages/shared/skeletons/article/index.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/skeletons/backup/AutoBackup.tsx b/packages/shared/skeletons/backup/AutoBackup.tsx index f46bd48a5d..73bb6da86f 100644 --- a/packages/shared/skeletons/backup/AutoBackup.tsx +++ b/packages/shared/skeletons/backup/AutoBackup.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/skeletons/backup/Backup.styled.ts b/packages/shared/skeletons/backup/Backup.styled.ts index ddf8f5217e..1f3229e276 100644 --- a/packages/shared/skeletons/backup/Backup.styled.ts +++ b/packages/shared/skeletons/backup/Backup.styled.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/skeletons/backup/Backup.types.ts b/packages/shared/skeletons/backup/Backup.types.ts index acc332ae91..440c6fcbe5 100644 --- a/packages/shared/skeletons/backup/Backup.types.ts +++ b/packages/shared/skeletons/backup/Backup.types.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/skeletons/backup/DataBackup.tsx b/packages/shared/skeletons/backup/DataBackup.tsx index 77482df418..2792078e7b 100644 --- a/packages/shared/skeletons/backup/DataBackup.tsx +++ b/packages/shared/skeletons/backup/DataBackup.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/skeletons/backup/RestoreBackup.tsx b/packages/shared/skeletons/backup/RestoreBackup.tsx index d78d3b093c..ab8de30956 100644 --- a/packages/shared/skeletons/backup/RestoreBackup.tsx +++ b/packages/shared/skeletons/backup/RestoreBackup.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/skeletons/circle/Circle.types.ts b/packages/shared/skeletons/circle/Circle.types.ts index 2b855a2b56..9ff9bd153d 100644 --- a/packages/shared/skeletons/circle/Circle.types.ts +++ b/packages/shared/skeletons/circle/Circle.types.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/skeletons/circle/index.tsx b/packages/shared/skeletons/circle/index.tsx index 6d6effd912..ba6940a771 100644 --- a/packages/shared/skeletons/circle/index.tsx +++ b/packages/shared/skeletons/circle/index.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/skeletons/context-menu/ContextMenu.styled.ts b/packages/shared/skeletons/context-menu/ContextMenu.styled.ts index 95558496cf..53f78e39ed 100644 --- a/packages/shared/skeletons/context-menu/ContextMenu.styled.ts +++ b/packages/shared/skeletons/context-menu/ContextMenu.styled.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/skeletons/context-menu/ContextMenu.types.ts b/packages/shared/skeletons/context-menu/ContextMenu.types.ts index 041759f4f9..789d4c94db 100644 --- a/packages/shared/skeletons/context-menu/ContextMenu.types.ts +++ b/packages/shared/skeletons/context-menu/ContextMenu.types.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/skeletons/context-menu/index.tsx b/packages/shared/skeletons/context-menu/index.tsx index 4dddc1e635..270cd23296 100644 --- a/packages/shared/skeletons/context-menu/index.tsx +++ b/packages/shared/skeletons/context-menu/index.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/skeletons/create-edit-room/CreateEditRoom.styled.ts b/packages/shared/skeletons/create-edit-room/CreateEditRoom.styled.ts index c8a90b512b..8dcad870f9 100644 --- a/packages/shared/skeletons/create-edit-room/CreateEditRoom.styled.ts +++ b/packages/shared/skeletons/create-edit-room/CreateEditRoom.styled.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/skeletons/create-edit-room/DilogHeader.tsx b/packages/shared/skeletons/create-edit-room/DilogHeader.tsx index 80719e3b6b..7557c02218 100644 --- a/packages/shared/skeletons/create-edit-room/DilogHeader.tsx +++ b/packages/shared/skeletons/create-edit-room/DilogHeader.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/skeletons/create-edit-room/RoomTypeList.tsx b/packages/shared/skeletons/create-edit-room/RoomTypeList.tsx index 3435aa6618..16af29ba9e 100644 --- a/packages/shared/skeletons/create-edit-room/RoomTypeList.tsx +++ b/packages/shared/skeletons/create-edit-room/RoomTypeList.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/skeletons/create-edit-room/SetRoomParams.tsx b/packages/shared/skeletons/create-edit-room/SetRoomParams.tsx index 43f2986737..fcfa7946c9 100644 --- a/packages/shared/skeletons/create-edit-room/SetRoomParams.tsx +++ b/packages/shared/skeletons/create-edit-room/SetRoomParams.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/skeletons/dialog/Dialog.aside.tsx b/packages/shared/skeletons/dialog/Dialog.aside.tsx index 1f55c2ef35..bdf401e6ce 100644 --- a/packages/shared/skeletons/dialog/Dialog.aside.tsx +++ b/packages/shared/skeletons/dialog/Dialog.aside.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/skeletons/dialog/Dialog.reassignment.tsx b/packages/shared/skeletons/dialog/Dialog.reassignment.tsx index e41f5ba058..74b6bcecc0 100644 --- a/packages/shared/skeletons/dialog/Dialog.reassignment.tsx +++ b/packages/shared/skeletons/dialog/Dialog.reassignment.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/skeletons/dialog/Dialog.styled.ts b/packages/shared/skeletons/dialog/Dialog.styled.ts index 071278b5c2..79b9b733b5 100644 --- a/packages/shared/skeletons/dialog/Dialog.styled.ts +++ b/packages/shared/skeletons/dialog/Dialog.styled.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/skeletons/dialog/Dialog.types.ts b/packages/shared/skeletons/dialog/Dialog.types.ts index e2279d216d..b10df9d7ad 100644 --- a/packages/shared/skeletons/dialog/Dialog.types.ts +++ b/packages/shared/skeletons/dialog/Dialog.types.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/skeletons/dialog/index.tsx b/packages/shared/skeletons/dialog/index.tsx index 2683dc43f2..27f4667b4a 100644 --- a/packages/shared/skeletons/dialog/index.tsx +++ b/packages/shared/skeletons/dialog/index.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/skeletons/filter/Filter/Filter.styled.ts b/packages/shared/skeletons/filter/Filter/Filter.styled.ts index 4843061819..989a583487 100644 --- a/packages/shared/skeletons/filter/Filter/Filter.styled.ts +++ b/packages/shared/skeletons/filter/Filter/Filter.styled.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/skeletons/filter/Filter/Filter.types.ts b/packages/shared/skeletons/filter/Filter/Filter.types.ts index f12ed85cc3..4dc1f19b2d 100644 --- a/packages/shared/skeletons/filter/Filter/Filter.types.ts +++ b/packages/shared/skeletons/filter/Filter/Filter.types.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/skeletons/filter/Filter/FilterLoader.tsx b/packages/shared/skeletons/filter/Filter/FilterLoader.tsx index 4270c9e5f7..5d821b69a9 100644 --- a/packages/shared/skeletons/filter/Filter/FilterLoader.tsx +++ b/packages/shared/skeletons/filter/Filter/FilterLoader.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/skeletons/filter/Filter/index.ts b/packages/shared/skeletons/filter/Filter/index.ts index 455643d5e9..0cb90be2ad 100644 --- a/packages/shared/skeletons/filter/Filter/index.ts +++ b/packages/shared/skeletons/filter/Filter/index.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/skeletons/filter/FilterBlock/FilterBlock.styled.ts b/packages/shared/skeletons/filter/FilterBlock/FilterBlock.styled.ts index 2edb778913..9442bffa65 100644 --- a/packages/shared/skeletons/filter/FilterBlock/FilterBlock.styled.ts +++ b/packages/shared/skeletons/filter/FilterBlock/FilterBlock.styled.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/skeletons/filter/FilterBlock/FilterBlock.types.ts b/packages/shared/skeletons/filter/FilterBlock/FilterBlock.types.ts index 056b2ef3a3..89ac85c756 100644 --- a/packages/shared/skeletons/filter/FilterBlock/FilterBlock.types.ts +++ b/packages/shared/skeletons/filter/FilterBlock/FilterBlock.types.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/skeletons/filter/FilterBlock/index.tsx b/packages/shared/skeletons/filter/FilterBlock/index.tsx index 5d35e7665c..dddfd68282 100644 --- a/packages/shared/skeletons/filter/FilterBlock/index.tsx +++ b/packages/shared/skeletons/filter/FilterBlock/index.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/skeletons/filter/index.ts b/packages/shared/skeletons/filter/index.ts index 6fc21a6efd..7603fcc666 100644 --- a/packages/shared/skeletons/filter/index.ts +++ b/packages/shared/skeletons/filter/index.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/skeletons/history/History.styled.ts b/packages/shared/skeletons/history/History.styled.ts index d95e131c13..38432790d3 100644 --- a/packages/shared/skeletons/history/History.styled.ts +++ b/packages/shared/skeletons/history/History.styled.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/skeletons/history/History.types.ts b/packages/shared/skeletons/history/History.types.ts index d6d9caa959..65ecc9eb20 100644 --- a/packages/shared/skeletons/history/History.types.ts +++ b/packages/shared/skeletons/history/History.types.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/skeletons/history/index.tsx b/packages/shared/skeletons/history/index.tsx index 4bb73a72e3..1cfd4e55c3 100644 --- a/packages/shared/skeletons/history/index.tsx +++ b/packages/shared/skeletons/history/index.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/skeletons/index.ts b/packages/shared/skeletons/index.ts index d8616e1cfd..08bba23890 100644 --- a/packages/shared/skeletons/index.ts +++ b/packages/shared/skeletons/index.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/skeletons/info-panel/body/body.constant.ts b/packages/shared/skeletons/info-panel/body/body.constant.ts index 127c0d0e55..ae03004250 100644 --- a/packages/shared/skeletons/info-panel/body/body.constant.ts +++ b/packages/shared/skeletons/info-panel/body/body.constant.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/skeletons/info-panel/body/body.styled.ts b/packages/shared/skeletons/info-panel/body/body.styled.ts index 9886937160..34fd60d3ca 100644 --- a/packages/shared/skeletons/info-panel/body/body.styled.ts +++ b/packages/shared/skeletons/info-panel/body/body.styled.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/skeletons/info-panel/body/body.types.ts b/packages/shared/skeletons/info-panel/body/body.types.ts index c9ffdd24a4..bb6085fe9f 100644 --- a/packages/shared/skeletons/info-panel/body/body.types.ts +++ b/packages/shared/skeletons/info-panel/body/body.types.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/skeletons/info-panel/body/index.tsx b/packages/shared/skeletons/info-panel/body/index.tsx index 7319d10781..c162e96d1e 100644 --- a/packages/shared/skeletons/info-panel/body/index.tsx +++ b/packages/shared/skeletons/info-panel/body/index.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/skeletons/info-panel/body/views/AccountsLoader.tsx b/packages/shared/skeletons/info-panel/body/views/AccountsLoader.tsx index 62261f6b80..71cac3541d 100644 --- a/packages/shared/skeletons/info-panel/body/views/AccountsLoader.tsx +++ b/packages/shared/skeletons/info-panel/body/views/AccountsLoader.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/skeletons/info-panel/body/views/DetailsLoader.tsx b/packages/shared/skeletons/info-panel/body/views/DetailsLoader.tsx index 54516c1b52..bf58180ff7 100644 --- a/packages/shared/skeletons/info-panel/body/views/DetailsLoader.tsx +++ b/packages/shared/skeletons/info-panel/body/views/DetailsLoader.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/skeletons/info-panel/body/views/GalleryLoader.tsx b/packages/shared/skeletons/info-panel/body/views/GalleryLoader.tsx index e8b133afb0..a7a2dbe726 100644 --- a/packages/shared/skeletons/info-panel/body/views/GalleryLoader.tsx +++ b/packages/shared/skeletons/info-panel/body/views/GalleryLoader.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/skeletons/info-panel/body/views/GroupsLoader.tsx b/packages/shared/skeletons/info-panel/body/views/GroupsLoader.tsx index 4ec750e25c..e0777458ba 100644 --- a/packages/shared/skeletons/info-panel/body/views/GroupsLoader.tsx +++ b/packages/shared/skeletons/info-panel/body/views/GroupsLoader.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/skeletons/info-panel/body/views/HistoryLoader.tsx b/packages/shared/skeletons/info-panel/body/views/HistoryLoader.tsx index 55bb30ff53..8accd87dc7 100644 --- a/packages/shared/skeletons/info-panel/body/views/HistoryLoader.tsx +++ b/packages/shared/skeletons/info-panel/body/views/HistoryLoader.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/skeletons/info-panel/body/views/MembersLoader.tsx b/packages/shared/skeletons/info-panel/body/views/MembersLoader.tsx index 20ec9e1014..a010a71c26 100644 --- a/packages/shared/skeletons/info-panel/body/views/MembersLoader.tsx +++ b/packages/shared/skeletons/info-panel/body/views/MembersLoader.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/skeletons/info-panel/body/views/NoItemLoader.tsx b/packages/shared/skeletons/info-panel/body/views/NoItemLoader.tsx index 4defc2ca87..543d49aa88 100644 --- a/packages/shared/skeletons/info-panel/body/views/NoItemLoader.tsx +++ b/packages/shared/skeletons/info-panel/body/views/NoItemLoader.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/skeletons/info-panel/body/views/SeveralItemsLoader.tsx b/packages/shared/skeletons/info-panel/body/views/SeveralItemsLoader.tsx index 8a15e23596..654fef742e 100644 --- a/packages/shared/skeletons/info-panel/body/views/SeveralItemsLoader.tsx +++ b/packages/shared/skeletons/info-panel/body/views/SeveralItemsLoader.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/skeletons/info-panel/header/Header.styled.ts b/packages/shared/skeletons/info-panel/header/Header.styled.ts index 74003e83fd..b50dcab655 100644 --- a/packages/shared/skeletons/info-panel/header/Header.styled.ts +++ b/packages/shared/skeletons/info-panel/header/Header.styled.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/skeletons/info-panel/header/Header.types.ts b/packages/shared/skeletons/info-panel/header/Header.types.ts index 97dfd70fff..dd1c21d167 100644 --- a/packages/shared/skeletons/info-panel/header/Header.types.ts +++ b/packages/shared/skeletons/info-panel/header/Header.types.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/skeletons/info-panel/header/index.tsx b/packages/shared/skeletons/info-panel/header/index.tsx index 3b40332f03..7b7171a719 100644 --- a/packages/shared/skeletons/info-panel/header/index.tsx +++ b/packages/shared/skeletons/info-panel/header/index.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/skeletons/list/List.item.tsx b/packages/shared/skeletons/list/List.item.tsx index 8351a99e47..9c5604ea19 100644 --- a/packages/shared/skeletons/list/List.item.tsx +++ b/packages/shared/skeletons/list/List.item.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/skeletons/list/List.styled.tsx b/packages/shared/skeletons/list/List.styled.tsx index c271d3d712..3d84171044 100644 --- a/packages/shared/skeletons/list/List.styled.tsx +++ b/packages/shared/skeletons/list/List.styled.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/skeletons/list/List.types.ts b/packages/shared/skeletons/list/List.types.ts index f48989d966..c40e407eec 100644 --- a/packages/shared/skeletons/list/List.types.ts +++ b/packages/shared/skeletons/list/List.types.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/skeletons/list/index.tsx b/packages/shared/skeletons/list/index.tsx index 2c4c7497eb..8c241019a8 100644 --- a/packages/shared/skeletons/list/index.tsx +++ b/packages/shared/skeletons/list/index.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/skeletons/nav-menu/NavMenu.header.tsx b/packages/shared/skeletons/nav-menu/NavMenu.header.tsx index ee2cd750a3..5e89c9755f 100644 --- a/packages/shared/skeletons/nav-menu/NavMenu.header.tsx +++ b/packages/shared/skeletons/nav-menu/NavMenu.header.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/skeletons/nav-menu/NavMenu.styled.ts b/packages/shared/skeletons/nav-menu/NavMenu.styled.ts index dd903150aa..fecbe294dd 100644 --- a/packages/shared/skeletons/nav-menu/NavMenu.styled.ts +++ b/packages/shared/skeletons/nav-menu/NavMenu.styled.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/skeletons/nav-menu/NavMenu.types.ts b/packages/shared/skeletons/nav-menu/NavMenu.types.ts index 280cdc6341..e440ba8539 100644 --- a/packages/shared/skeletons/nav-menu/NavMenu.types.ts +++ b/packages/shared/skeletons/nav-menu/NavMenu.types.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/skeletons/nav-menu/index.ts b/packages/shared/skeletons/nav-menu/index.ts index 1062a81a11..9728449323 100644 --- a/packages/shared/skeletons/nav-menu/index.ts +++ b/packages/shared/skeletons/nav-menu/index.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/skeletons/notifications/Notifications.styled.tsx b/packages/shared/skeletons/notifications/Notifications.styled.tsx index 83e8852e30..9a963ba7cb 100644 --- a/packages/shared/skeletons/notifications/Notifications.styled.tsx +++ b/packages/shared/skeletons/notifications/Notifications.styled.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/skeletons/notifications/Notifications.types.ts b/packages/shared/skeletons/notifications/Notifications.types.ts index cd97b6dd32..3920c60b99 100644 --- a/packages/shared/skeletons/notifications/Notifications.types.ts +++ b/packages/shared/skeletons/notifications/Notifications.types.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/skeletons/notifications/index.tsx b/packages/shared/skeletons/notifications/index.tsx index 3e789202dc..c738682dd4 100644 --- a/packages/shared/skeletons/notifications/index.tsx +++ b/packages/shared/skeletons/notifications/index.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/skeletons/payments/Payments.enterprise.tsx b/packages/shared/skeletons/payments/Payments.enterprise.tsx index b3a20e9554..ea9e764436 100644 --- a/packages/shared/skeletons/payments/Payments.enterprise.tsx +++ b/packages/shared/skeletons/payments/Payments.enterprise.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/skeletons/payments/Payments.standalone.tsx b/packages/shared/skeletons/payments/Payments.standalone.tsx index 7a5e767c0d..00158a3582 100644 --- a/packages/shared/skeletons/payments/Payments.standalone.tsx +++ b/packages/shared/skeletons/payments/Payments.standalone.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/skeletons/payments/Payments.styled.ts b/packages/shared/skeletons/payments/Payments.styled.ts index a4fedb01ea..a96fd30767 100644 --- a/packages/shared/skeletons/payments/Payments.styled.ts +++ b/packages/shared/skeletons/payments/Payments.styled.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/skeletons/payments/Payments.trial.tsx b/packages/shared/skeletons/payments/Payments.trial.tsx index 03a13f1fc0..02a97c5896 100644 --- a/packages/shared/skeletons/payments/Payments.trial.tsx +++ b/packages/shared/skeletons/payments/Payments.trial.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/skeletons/payments/Payments.types.ts b/packages/shared/skeletons/payments/Payments.types.ts index fb4e0dee14..023c9c66fa 100644 --- a/packages/shared/skeletons/payments/Payments.types.ts +++ b/packages/shared/skeletons/payments/Payments.types.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/skeletons/payments/index.tsx b/packages/shared/skeletons/payments/index.tsx index 6445172fdf..9519848020 100644 --- a/packages/shared/skeletons/payments/index.tsx +++ b/packages/shared/skeletons/payments/index.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/skeletons/profile/Profile.footer.tsx b/packages/shared/skeletons/profile/Profile.footer.tsx index a9766ba9e0..0701f5d1a8 100644 --- a/packages/shared/skeletons/profile/Profile.footer.tsx +++ b/packages/shared/skeletons/profile/Profile.footer.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/skeletons/profile/Profile.mobile-view.tsx b/packages/shared/skeletons/profile/Profile.mobile-view.tsx index 06b6303fba..40858f1702 100644 --- a/packages/shared/skeletons/profile/Profile.mobile-view.tsx +++ b/packages/shared/skeletons/profile/Profile.mobile-view.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/skeletons/profile/Profile.styled.ts b/packages/shared/skeletons/profile/Profile.styled.ts index 5ef7abc73e..aa56af68da 100644 --- a/packages/shared/skeletons/profile/Profile.styled.ts +++ b/packages/shared/skeletons/profile/Profile.styled.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/skeletons/profile/Profile.types.ts b/packages/shared/skeletons/profile/Profile.types.ts index 76f4837dc5..ca3682d3e1 100644 --- a/packages/shared/skeletons/profile/Profile.types.ts +++ b/packages/shared/skeletons/profile/Profile.types.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/skeletons/profile/Profile.view.tsx b/packages/shared/skeletons/profile/Profile.view.tsx index 624670e8e4..b550dd1f95 100644 --- a/packages/shared/skeletons/profile/Profile.view.tsx +++ b/packages/shared/skeletons/profile/Profile.view.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/skeletons/profile/index.ts b/packages/shared/skeletons/profile/index.ts index 84d28c64b9..035168abb2 100644 --- a/packages/shared/skeletons/profile/index.ts +++ b/packages/shared/skeletons/profile/index.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/skeletons/rectangle/Rectangle.types.ts b/packages/shared/skeletons/rectangle/Rectangle.types.ts index b6f4d72fb4..7bbe5807d9 100644 --- a/packages/shared/skeletons/rectangle/Rectangle.types.ts +++ b/packages/shared/skeletons/rectangle/Rectangle.types.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/skeletons/rectangle/index.tsx b/packages/shared/skeletons/rectangle/index.tsx index 5fcaab0613..ddce7dfe06 100644 --- a/packages/shared/skeletons/rectangle/index.tsx +++ b/packages/shared/skeletons/rectangle/index.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/skeletons/rows/Rows.styled.ts b/packages/shared/skeletons/rows/Rows.styled.ts index 3b85313340..da4cb5a4b7 100644 --- a/packages/shared/skeletons/rows/Rows.styled.ts +++ b/packages/shared/skeletons/rows/Rows.styled.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/skeletons/rows/index.tsx b/packages/shared/skeletons/rows/index.tsx index 46e4b83a33..5cd884d62d 100644 --- a/packages/shared/skeletons/rows/index.tsx +++ b/packages/shared/skeletons/rows/index.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/skeletons/rows/sub-components/Row.tsx b/packages/shared/skeletons/rows/sub-components/Row.tsx index fe17f2e466..ccc66e076f 100644 --- a/packages/shared/skeletons/rows/sub-components/Row.tsx +++ b/packages/shared/skeletons/rows/sub-components/Row.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/skeletons/sections/Sections.header.tsx b/packages/shared/skeletons/sections/Sections.header.tsx index f204c580ff..b3a37bf4cf 100644 --- a/packages/shared/skeletons/sections/Sections.header.tsx +++ b/packages/shared/skeletons/sections/Sections.header.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/skeletons/sections/Sections.styled.ts b/packages/shared/skeletons/sections/Sections.styled.ts index 593cf8be70..630fbb49ac 100644 --- a/packages/shared/skeletons/sections/Sections.styled.ts +++ b/packages/shared/skeletons/sections/Sections.styled.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/skeletons/sections/Sections.submenu.tsx b/packages/shared/skeletons/sections/Sections.submenu.tsx index 814738388c..aa323b467d 100644 --- a/packages/shared/skeletons/sections/Sections.submenu.tsx +++ b/packages/shared/skeletons/sections/Sections.submenu.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/skeletons/sections/Sections.types.ts b/packages/shared/skeletons/sections/Sections.types.ts index a090b9cbcc..29ec39fa6d 100644 --- a/packages/shared/skeletons/sections/Sections.types.ts +++ b/packages/shared/skeletons/sections/Sections.types.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/skeletons/sections/index.ts b/packages/shared/skeletons/sections/index.ts index fe9aa78c59..6e85745d6a 100644 --- a/packages/shared/skeletons/sections/index.ts +++ b/packages/shared/skeletons/sections/index.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/skeletons/selector/BreadCrumbs.tsx b/packages/shared/skeletons/selector/BreadCrumbs.tsx index 78f2a1633d..b726ed19a3 100644 --- a/packages/shared/skeletons/selector/BreadCrumbs.tsx +++ b/packages/shared/skeletons/selector/BreadCrumbs.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/skeletons/selector/Row.tsx b/packages/shared/skeletons/selector/Row.tsx index 28d853c0b2..a179ec3a59 100644 --- a/packages/shared/skeletons/selector/Row.tsx +++ b/packages/shared/skeletons/selector/Row.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/skeletons/selector/Search.tsx b/packages/shared/skeletons/selector/Search.tsx index 13657dd116..3dd7f35b3e 100644 --- a/packages/shared/skeletons/selector/Search.tsx +++ b/packages/shared/skeletons/selector/Search.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/skeletons/selector/index.ts b/packages/shared/skeletons/selector/index.ts index 7412586de1..1c1a2ffb8a 100644 --- a/packages/shared/skeletons/selector/index.ts +++ b/packages/shared/skeletons/selector/index.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/skeletons/settings/Settings.admin.tsx b/packages/shared/skeletons/settings/Settings.admin.tsx index 026aca8e5d..24c28c57cb 100644 --- a/packages/shared/skeletons/settings/Settings.admin.tsx +++ b/packages/shared/skeletons/settings/Settings.admin.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/skeletons/settings/Settings.common.tsx b/packages/shared/skeletons/settings/Settings.common.tsx index 5d3a459d02..00b414bd77 100644 --- a/packages/shared/skeletons/settings/Settings.common.tsx +++ b/packages/shared/skeletons/settings/Settings.common.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/skeletons/settings/Settings.ds-connect.tsx b/packages/shared/skeletons/settings/Settings.ds-connect.tsx index da75155c60..fa4a096820 100644 --- a/packages/shared/skeletons/settings/Settings.ds-connect.tsx +++ b/packages/shared/skeletons/settings/Settings.ds-connect.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/skeletons/settings/Settings.header.tsx b/packages/shared/skeletons/settings/Settings.header.tsx index d36d234b55..f872ede8c6 100644 --- a/packages/shared/skeletons/settings/Settings.header.tsx +++ b/packages/shared/skeletons/settings/Settings.header.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/skeletons/settings/Settings.smtp.tsx b/packages/shared/skeletons/settings/Settings.smtp.tsx index fd86ce6016..c354c1023d 100644 --- a/packages/shared/skeletons/settings/Settings.smtp.tsx +++ b/packages/shared/skeletons/settings/Settings.smtp.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/skeletons/settings/Settings.storage-managemen.tsx b/packages/shared/skeletons/settings/Settings.storage-managemen.tsx index 56ba13e903..16b8fc130f 100644 --- a/packages/shared/skeletons/settings/Settings.storage-managemen.tsx +++ b/packages/shared/skeletons/settings/Settings.storage-managemen.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/skeletons/settings/Settings.styled.ts b/packages/shared/skeletons/settings/Settings.styled.ts index 35c9ff463d..3ad0a69982 100644 --- a/packages/shared/skeletons/settings/Settings.styled.ts +++ b/packages/shared/skeletons/settings/Settings.styled.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/skeletons/settings/Settings.types.ts b/packages/shared/skeletons/settings/Settings.types.ts index ba69efd37b..2897062a6c 100644 --- a/packages/shared/skeletons/settings/Settings.types.ts +++ b/packages/shared/skeletons/settings/Settings.types.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/skeletons/settings/index.ts b/packages/shared/skeletons/settings/index.ts index 1572e0d32c..00cc843417 100644 --- a/packages/shared/skeletons/settings/index.ts +++ b/packages/shared/skeletons/settings/index.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/skeletons/share/index.tsx b/packages/shared/skeletons/share/index.tsx index 8b3eb526de..1cb30a49a6 100644 --- a/packages/shared/skeletons/share/index.tsx +++ b/packages/shared/skeletons/share/index.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/skeletons/table/Table.styled.ts b/packages/shared/skeletons/table/Table.styled.ts index 3db8fb2bde..6b66bd9d7e 100644 --- a/packages/shared/skeletons/table/Table.styled.ts +++ b/packages/shared/skeletons/table/Table.styled.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/skeletons/table/index.tsx b/packages/shared/skeletons/table/index.tsx index 07175bac91..2d3fd97172 100644 --- a/packages/shared/skeletons/table/index.tsx +++ b/packages/shared/skeletons/table/index.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/skeletons/table/sub-components/Row.tsx b/packages/shared/skeletons/table/sub-components/Row.tsx index de6250865b..b655117a06 100644 --- a/packages/shared/skeletons/table/sub-components/Row.tsx +++ b/packages/shared/skeletons/table/sub-components/Row.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/skeletons/tiles/Tile.tsx b/packages/shared/skeletons/tiles/Tile.tsx index 5fd55130b9..0a8e2fe325 100644 --- a/packages/shared/skeletons/tiles/Tile.tsx +++ b/packages/shared/skeletons/tiles/Tile.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/skeletons/tiles/Tiles.styled.ts b/packages/shared/skeletons/tiles/Tiles.styled.ts index 4ce0c60790..f3ac12fa81 100644 --- a/packages/shared/skeletons/tiles/Tiles.styled.ts +++ b/packages/shared/skeletons/tiles/Tiles.styled.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/skeletons/tiles/Tiles.tsx b/packages/shared/skeletons/tiles/Tiles.tsx index f58d0959e9..71fc719edf 100644 --- a/packages/shared/skeletons/tiles/Tiles.tsx +++ b/packages/shared/skeletons/tiles/Tiles.tsx @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/skeletons/tiles/Tiles.types.ts b/packages/shared/skeletons/tiles/Tiles.types.ts index 40e6eaf76b..2881313070 100644 --- a/packages/shared/skeletons/tiles/Tiles.types.ts +++ b/packages/shared/skeletons/tiles/Tiles.types.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/skeletons/tiles/index.ts b/packages/shared/skeletons/tiles/index.ts index b802982c95..4687e8a275 100644 --- a/packages/shared/skeletons/tiles/index.ts +++ b/packages/shared/skeletons/tiles/index.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/store/AuthStore.ts b/packages/shared/store/AuthStore.ts index 972785449c..07d96e5b44 100644 --- a/packages/shared/store/AuthStore.ts +++ b/packages/shared/store/AuthStore.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/store/BannerStore.ts b/packages/shared/store/BannerStore.ts index dfa81b4ce3..ea10a4b05b 100644 --- a/packages/shared/store/BannerStore.ts +++ b/packages/shared/store/BannerStore.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/store/CurrentQuotaStore.ts b/packages/shared/store/CurrentQuotaStore.ts index 2f3b022e9e..9d242a51df 100644 --- a/packages/shared/store/CurrentQuotaStore.ts +++ b/packages/shared/store/CurrentQuotaStore.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/store/CurrentTariffStatusStore.ts b/packages/shared/store/CurrentTariffStatusStore.ts index deed6ca344..424d065ad4 100644 --- a/packages/shared/store/CurrentTariffStatusStore.ts +++ b/packages/shared/store/CurrentTariffStatusStore.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/store/PaymentQuotasStore.ts b/packages/shared/store/PaymentQuotasStore.ts index 71909c5e76..b4f7c79d01 100644 --- a/packages/shared/store/PaymentQuotasStore.ts +++ b/packages/shared/store/PaymentQuotasStore.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/store/SettingsStore.ts b/packages/shared/store/SettingsStore.ts index c3ef9cf4f0..d6283197d7 100644 --- a/packages/shared/store/SettingsStore.ts +++ b/packages/shared/store/SettingsStore.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/store/TfaStore.ts b/packages/shared/store/TfaStore.ts index b014b32273..3d15706b4d 100644 --- a/packages/shared/store/TfaStore.ts +++ b/packages/shared/store/TfaStore.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/store/UserStore.ts b/packages/shared/store/UserStore.ts index f391833dbe..df8603b315 100644 --- a/packages/shared/store/UserStore.ts +++ b/packages/shared/store/UserStore.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/store/index.ts b/packages/shared/store/index.ts index afa5b4edc1..5f8295bda2 100644 --- a/packages/shared/store/index.ts +++ b/packages/shared/store/index.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/styles/custom.scss b/packages/shared/styles/custom.scss index 43ebdbe51d..07f6114826 100644 --- a/packages/shared/styles/custom.scss +++ b/packages/shared/styles/custom.scss @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/shared/sw/helper.js b/packages/shared/sw/helper.js index 05b8dc2159..2e08c6d340 100644 --- a/packages/shared/sw/helper.js +++ b/packages/shared/sw/helper.js @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/sw/register.jsx b/packages/shared/sw/register.jsx index 5b5fdaa32e..3ae58c1d8e 100644 --- a/packages/shared/sw/register.jsx +++ b/packages/shared/sw/register.jsx @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/shared/sw/template.js b/packages/shared/sw/template.js index 70b063686c..fb89f8e478 100644 --- a/packages/shared/sw/template.js +++ b/packages/shared/sw/template.js @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/sw/unregister.js b/packages/shared/sw/unregister.js index ce098716ec..26bd7a9f02 100644 --- a/packages/shared/sw/unregister.js +++ b/packages/shared/sw/unregister.js @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/themes/base.ts b/packages/shared/themes/base.ts index ef7044f767..e0d5f61108 100644 --- a/packages/shared/themes/base.ts +++ b/packages/shared/themes/base.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/themes/commonTheme.ts b/packages/shared/themes/commonTheme.ts index 742210bf71..e389bb7f01 100644 --- a/packages/shared/themes/commonTheme.ts +++ b/packages/shared/themes/commonTheme.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/themes/dark.ts b/packages/shared/themes/dark.ts index db4bbb8117..08824ff24c 100644 --- a/packages/shared/themes/dark.ts +++ b/packages/shared/themes/dark.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/themes/globalColors.ts b/packages/shared/themes/globalColors.ts index c1940bdeca..c79e1f7f09 100644 --- a/packages/shared/themes/globalColors.ts +++ b/packages/shared/themes/globalColors.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/themes/index.ts b/packages/shared/themes/index.ts index 3c8af6ae3f..88004eaff1 100644 --- a/packages/shared/themes/index.ts +++ b/packages/shared/themes/index.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/types/Frame.ts b/packages/shared/types/Frame.ts index 4b10491782..1b5159a613 100644 --- a/packages/shared/types/Frame.ts +++ b/packages/shared/types/Frame.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/types/index.ts b/packages/shared/types/index.ts index a6f164324e..57815f4d34 100644 --- a/packages/shared/types/index.ts +++ b/packages/shared/types/index.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/utils/array.ts b/packages/shared/utils/array.ts index 2fcaf871fe..49922fa75f 100644 --- a/packages/shared/utils/array.ts +++ b/packages/shared/utils/array.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/utils/axiosClient.ts b/packages/shared/utils/axiosClient.ts index 2e7ef198a8..65a195201e 100644 --- a/packages/shared/utils/axiosClient.ts +++ b/packages/shared/utils/axiosClient.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/utils/banner.ts b/packages/shared/utils/banner.ts index 08deb69469..bba4888c32 100644 --- a/packages/shared/utils/banner.ts +++ b/packages/shared/utils/banner.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/utils/beforeBuild.js b/packages/shared/utils/beforeBuild.js index 693e7f1e26..650c4ce414 100644 --- a/packages/shared/utils/beforeBuild.js +++ b/packages/shared/utils/beforeBuild.js @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/utils/campaigns.ts b/packages/shared/utils/campaigns.ts index e929f48530..c281e2dc00 100644 --- a/packages/shared/utils/campaigns.ts +++ b/packages/shared/utils/campaigns.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/utils/catalogIconHelper.ts b/packages/shared/utils/catalogIconHelper.ts index fd797912df..e327f37c69 100644 --- a/packages/shared/utils/catalogIconHelper.ts +++ b/packages/shared/utils/catalogIconHelper.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/utils/checkDialogsOpen.ts b/packages/shared/utils/checkDialogsOpen.ts index 7a6fecb220..055cad6641 100644 --- a/packages/shared/utils/checkDialogsOpen.ts +++ b/packages/shared/utils/checkDialogsOpen.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/utils/classNames.ts b/packages/shared/utils/classNames.ts index 5d9d30a693..52f6cf0512 100644 --- a/packages/shared/utils/classNames.ts +++ b/packages/shared/utils/classNames.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/utils/combineUrl.ts b/packages/shared/utils/combineUrl.ts index 8d0c5cd983..b85e711943 100644 --- a/packages/shared/utils/combineUrl.ts +++ b/packages/shared/utils/combineUrl.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/utils/common-icons-style.ts b/packages/shared/utils/common-icons-style.ts index 67eb9385f0..7f1527ab56 100644 --- a/packages/shared/utils/common-icons-style.ts +++ b/packages/shared/utils/common-icons-style.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/utils/common.ts b/packages/shared/utils/common.ts index eb5e0bc997..495f727958 100644 --- a/packages/shared/utils/common.ts +++ b/packages/shared/utils/common.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/utils/commonInputStyles.ts b/packages/shared/utils/commonInputStyles.ts index 2c86a7e0f9..46c4b5f0e1 100644 --- a/packages/shared/utils/commonInputStyles.ts +++ b/packages/shared/utils/commonInputStyles.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/utils/commonStyles.ts b/packages/shared/utils/commonStyles.ts index a5ab0bea59..307da393d7 100644 --- a/packages/shared/utils/commonStyles.ts +++ b/packages/shared/utils/commonStyles.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/utils/commonTextStyles.ts b/packages/shared/utils/commonTextStyles.ts index 26b1d08d90..71689cac2a 100644 --- a/packages/shared/utils/commonTextStyles.ts +++ b/packages/shared/utils/commonTextStyles.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/utils/component-loader.ts b/packages/shared/utils/component-loader.ts index 107e3efb54..9a489f7d73 100644 --- a/packages/shared/utils/component-loader.ts +++ b/packages/shared/utils/component-loader.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/utils/context.ts b/packages/shared/utils/context.ts index 14148172c0..ef429192f0 100644 --- a/packages/shared/utils/context.ts +++ b/packages/shared/utils/context.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/utils/convertTime.ts b/packages/shared/utils/convertTime.ts index f09fa7a7ca..26ac706ab5 100644 --- a/packages/shared/utils/convertTime.ts +++ b/packages/shared/utils/convertTime.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/utils/cookie.ts b/packages/shared/utils/cookie.ts index 21637e046c..939db0bc2b 100644 --- a/packages/shared/utils/cookie.ts +++ b/packages/shared/utils/cookie.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/utils/crashReport.ts b/packages/shared/utils/crashReport.ts index 0976165981..fda7b007bb 100644 --- a/packages/shared/utils/crashReport.ts +++ b/packages/shared/utils/crashReport.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/utils/dataUrlToFile.ts b/packages/shared/utils/dataUrlToFile.ts index e7b11e405b..8ede90ac6e 100644 --- a/packages/shared/utils/dataUrlToFile.ts +++ b/packages/shared/utils/dataUrlToFile.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/utils/decodeTiff.ts b/packages/shared/utils/decodeTiff.ts index f89b229dcc..0dc0db69cd 100644 --- a/packages/shared/utils/decodeTiff.ts +++ b/packages/shared/utils/decodeTiff.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/utils/desktop.ts b/packages/shared/utils/desktop.ts index f0ee4d234c..c38195db94 100644 --- a/packages/shared/utils/desktop.ts +++ b/packages/shared/utils/desktop.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/utils/device.ts b/packages/shared/utils/device.ts index 88706cddd5..43562f75e7 100644 --- a/packages/shared/utils/device.ts +++ b/packages/shared/utils/device.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/utils/domHelpers.ts b/packages/shared/utils/domHelpers.ts index 48ebf6ea26..d47268bc16 100644 --- a/packages/shared/utils/domHelpers.ts +++ b/packages/shared/utils/domHelpers.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/utils/email/email.test.ts b/packages/shared/utils/email/email.test.ts index b1299533bc..a2915df3f2 100644 --- a/packages/shared/utils/email/email.test.ts +++ b/packages/shared/utils/email/email.test.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/utils/email/email.ts b/packages/shared/utils/email/email.ts index cc3ee59c84..a5d7570c00 100644 --- a/packages/shared/utils/email/email.ts +++ b/packages/shared/utils/email/email.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/utils/email/emailSettings.test.ts b/packages/shared/utils/email/emailSettings.test.ts index b428a8db89..eb2404aa37 100644 --- a/packages/shared/utils/email/emailSettings.test.ts +++ b/packages/shared/utils/email/emailSettings.test.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/utils/email/emailSettings.ts b/packages/shared/utils/email/emailSettings.ts index 93886d3f5f..fbdd45acf6 100644 --- a/packages/shared/utils/email/emailSettings.ts +++ b/packages/shared/utils/email/emailSettings.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/utils/email/index.ts b/packages/shared/utils/email/index.ts index fc7aa7daca..3d0fb64104 100644 --- a/packages/shared/utils/email/index.ts +++ b/packages/shared/utils/email/index.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/utils/encoder.ts b/packages/shared/utils/encoder.ts index e05d43604f..93d0751ad4 100644 --- a/packages/shared/utils/encoder.ts +++ b/packages/shared/utils/encoder.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/utils/event.ts b/packages/shared/utils/event.ts index 2a6019ad81..1330d4c337 100644 --- a/packages/shared/utils/event.ts +++ b/packages/shared/utils/event.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/utils/firebase.ts b/packages/shared/utils/firebase.ts index e40dcf760c..0767c8e675 100644 --- a/packages/shared/utils/firebase.ts +++ b/packages/shared/utils/firebase.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/utils/getCorrectDate.ts b/packages/shared/utils/getCorrectDate.ts index 13d12c095f..a07e1747cf 100644 --- a/packages/shared/utils/getCorrectDate.ts +++ b/packages/shared/utils/getCorrectDate.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/utils/getPasswordErrorMessage.ts b/packages/shared/utils/getPasswordErrorMessage.ts index 2f05a69913..8c0adf42c4 100644 --- a/packages/shared/utils/getPasswordErrorMessage.ts +++ b/packages/shared/utils/getPasswordErrorMessage.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms @@ -36,10 +36,13 @@ type TSettings = { export const getPasswordErrorMessage = (t: TFunction, settings: TSettings) => { return `${t("Common:PasswordMinimumLength")} - ${settings ? settings?.minLength : 8 - } ${settings?.digits ? t("Common:PasswordLimitDigits") : ""} ${settings?.upperCase ? t("Common:PasswordLimitUpperCase") : "" - } ${settings?.specSymbols - ? `${t("Common:PasswordLimitSpecialSymbols")} (!@#$%^&*)` - : "" + ${ + settings ? settings?.minLength : 8 + } ${settings?.digits ? t("Common:PasswordLimitDigits") : ""} ${ + settings?.upperCase ? t("Common:PasswordLimitUpperCase") : "" + } ${ + settings?.specSymbols + ? `${t("Common:PasswordLimitSpecialSymbols")} (!@#$%^&*)` + : "" }`; }; diff --git a/packages/shared/utils/i18next-http-backend/index.js b/packages/shared/utils/i18next-http-backend/index.js index c891afd39f..3cc1f60e4f 100644 --- a/packages/shared/utils/i18next-http-backend/index.js +++ b/packages/shared/utils/i18next-http-backend/index.js @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/utils/i18next-http-backend/lib/getFetch.cjs b/packages/shared/utils/i18next-http-backend/lib/getFetch.cjs index 821a03c7b3..41ef441974 100644 --- a/packages/shared/utils/i18next-http-backend/lib/getFetch.cjs +++ b/packages/shared/utils/i18next-http-backend/lib/getFetch.cjs @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/packages/shared/utils/i18next-http-backend/lib/index.js b/packages/shared/utils/i18next-http-backend/lib/index.js index eca3a0adef..fabb252e16 100644 --- a/packages/shared/utils/i18next-http-backend/lib/index.js +++ b/packages/shared/utils/i18next-http-backend/lib/index.js @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/utils/i18next-http-backend/lib/request.js b/packages/shared/utils/i18next-http-backend/lib/request.js index 3900c3e866..c96341ce94 100644 --- a/packages/shared/utils/i18next-http-backend/lib/request.js +++ b/packages/shared/utils/i18next-http-backend/lib/request.js @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/utils/i18next-http-backend/lib/utils.js b/packages/shared/utils/i18next-http-backend/lib/utils.js index 0a74df7961..18fa3f7826 100644 --- a/packages/shared/utils/i18next-http-backend/lib/utils.js +++ b/packages/shared/utils/i18next-http-backend/lib/utils.js @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/utils/image-flags.ts b/packages/shared/utils/image-flags.ts index dae1c05fc5..01d1776b3e 100644 --- a/packages/shared/utils/image-flags.ts +++ b/packages/shared/utils/image-flags.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/utils/image-helpers.ts b/packages/shared/utils/image-helpers.ts index a47434c26f..4f3c7932f7 100644 --- a/packages/shared/utils/image-helpers.ts +++ b/packages/shared/utils/image-helpers.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/utils/image-thirdparties.ts b/packages/shared/utils/image-thirdparties.ts index c7aadf201d..b825c8cdd4 100644 --- a/packages/shared/utils/image-thirdparties.ts +++ b/packages/shared/utils/image-thirdparties.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/utils/index.ts b/packages/shared/utils/index.ts index 923ac060b5..3c32b30ebd 100644 --- a/packages/shared/utils/index.ts +++ b/packages/shared/utils/index.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/utils/indexedDBHelper.ts b/packages/shared/utils/indexedDBHelper.ts index 7997de9af2..414ad682d4 100644 --- a/packages/shared/utils/indexedDBHelper.ts +++ b/packages/shared/utils/indexedDBHelper.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/utils/loginUtils.ts b/packages/shared/utils/loginUtils.ts index 9e1bdcec0e..a6ee5a4b63 100644 --- a/packages/shared/utils/loginUtils.ts +++ b/packages/shared/utils/loginUtils.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/utils/minifyJson.js b/packages/shared/utils/minifyJson.js index 7b9e5f92ce..1cf42e5c0f 100644 --- a/packages/shared/utils/minifyJson.js +++ b/packages/shared/utils/minifyJson.js @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/utils/objectUtils.ts b/packages/shared/utils/objectUtils.ts index 3eac9f38b4..d1f6d64ab2 100644 --- a/packages/shared/utils/objectUtils.ts +++ b/packages/shared/utils/objectUtils.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/utils/room-members/getUserRoleOptions.ts b/packages/shared/utils/room-members/getUserRoleOptions.ts index 0b6515428b..c7cfb3fd27 100644 --- a/packages/shared/utils/room-members/getUserRoleOptions.ts +++ b/packages/shared/utils/room-members/getUserRoleOptions.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/utils/room-members/getUserRoleOptionsByRoomType.ts b/packages/shared/utils/room-members/getUserRoleOptionsByRoomType.ts index d82b6efca4..a4f993af27 100644 --- a/packages/shared/utils/room-members/getUserRoleOptionsByRoomType.ts +++ b/packages/shared/utils/room-members/getUserRoleOptionsByRoomType.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/utils/room-members/getUserRoleOptionsByUserAccess.ts b/packages/shared/utils/room-members/getUserRoleOptionsByUserAccess.ts index b6d62736d0..d53a9125ca 100644 --- a/packages/shared/utils/room-members/getUserRoleOptionsByUserAccess.ts +++ b/packages/shared/utils/room-members/getUserRoleOptionsByUserAccess.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/utils/rtlUtils.ts b/packages/shared/utils/rtlUtils.ts index b55375cea5..e9760f73f5 100644 --- a/packages/shared/utils/rtlUtils.ts +++ b/packages/shared/utils/rtlUtils.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/utils/socket.ts b/packages/shared/utils/socket.ts index 5266839cda..988a445e1b 100644 --- a/packages/shared/utils/socket.ts +++ b/packages/shared/utils/socket.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/utils/trimSeparator.ts b/packages/shared/utils/trimSeparator.ts index 02ff14072e..8368d7d1eb 100644 --- a/packages/shared/utils/trimSeparator.ts +++ b/packages/shared/utils/trimSeparator.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/utils/tryRedirectTo.ts b/packages/shared/utils/tryRedirectTo.ts index cb033c455c..290432f5be 100644 --- a/packages/shared/utils/tryRedirectTo.ts +++ b/packages/shared/utils/tryRedirectTo.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/utils/typeGuards.ts b/packages/shared/utils/typeGuards.ts index 6c74c66302..b3d44df5a7 100644 --- a/packages/shared/utils/typeGuards.ts +++ b/packages/shared/utils/typeGuards.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/utils/useClickOutside.ts b/packages/shared/utils/useClickOutside.ts index 7919d51a57..bc6ad00b90 100644 --- a/packages/shared/utils/useClickOutside.ts +++ b/packages/shared/utils/useClickOutside.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/utils/useId.ts b/packages/shared/utils/useId.ts index 78ea5b7156..a4ecdd2052 100644 --- a/packages/shared/utils/useId.ts +++ b/packages/shared/utils/useId.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/packages/shared/utils/whiteLabelHelper.ts b/packages/shared/utils/whiteLabelHelper.ts index a7ed010495..dda1eaa5eb 100644 --- a/packages/shared/utils/whiteLabelHelper.ts +++ b/packages/shared/utils/whiteLabelHelper.ts @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/public/css/fonts.css b/public/css/fonts.css index 5b528e9df2..01c6922891 100644 --- a/public/css/fonts.css +++ b/public/css/fonts.css @@ -1,5 +1,5 @@ /** - * (c) Copyright Ascensio System SIA 2010-2024 + * (c) Copyright Ascensio System SIA 2009-2024 * * This program is a free software product. * You can redistribute it and/or modify it under the terms diff --git a/public/index.ts b/public/index.ts index 3b4cd7e60a..895d38fec4 100644 --- a/public/index.ts +++ b/public/index.ts @@ -1,26 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode - diff --git a/public/scripts/api.js b/public/scripts/api.js index d10fc06d88..9cd2993158 100644 --- a/public/scripts/api.js +++ b/public/scripts/api.js @@ -1,4 +1,4 @@ -// (c) Copyright Ascensio System SIA 2010-2024 +// (c) Copyright Ascensio System SIA 2009-2024 // // This program is a free software product. // You can redistribute it and/or modify it under the terms diff --git a/public/scripts/api.poly.js b/public/scripts/api.poly.js index ebba2f4577..80eb46d72a 100644 --- a/public/scripts/api.poly.js +++ b/public/scripts/api.poly.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode diff --git a/public/scripts/browserDetector.js b/public/scripts/browserDetector.js index 70a7116b62..0e14ca1f84 100644 --- a/public/scripts/browserDetector.js +++ b/public/scripts/browserDetector.js @@ -1,25 +1,25 @@ -// (c) Copyright Ascensio System SIA 2010-2024 -// +// (c) Copyright Ascensio System SIA 2009-2024 +// // 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) version 3 as published by the Free Software // Foundation. In accordance with Section 7(a) of the GNU AGPL its Section 15 shall be amended // to the effect that Ascensio System SIA expressly excludes the warranty of non-infringement of // any third-party rights. -// +// // This program is distributed WITHOUT ANY WARRANTY, without even the implied warranty // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, see // the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html -// +// // You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021. -// +// // The interactive user interfaces in modified source and object code versions of the Program must // display Appropriate Legal Notices, as required under Section 5 of the GNU AGPL version 3. -// +// // Pursuant to Section 7(b) of the License you must retain the original Product logo when // distributing the program. Pursuant to Section 7(e) we decline to grant you any rights under // trademark law for use of our trademarks. -// +// // All the Product's GUI elements, including illustrations and icon sets, as well as technical writing // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode