From 7687829d365c2b50442d592de2f143eb855f5ef3 Mon Sep 17 00:00:00 2001 From: maxkadushkin Date: Wed, 3 Jul 2024 23:19:28 +0300 Subject: [PATCH] [all] some changes in module description --- apps/common/embed/lib/view/SearchBar.js | 3 +-- apps/common/main/lib/collection/ChatMessages.js | 3 +-- apps/common/main/lib/collection/Comments.js | 3 +-- apps/common/main/lib/collection/Fonts.js | 3 +-- apps/common/main/lib/collection/ReviewChanges.js | 3 +-- apps/common/main/lib/collection/TextArt.js | 3 +-- apps/common/main/lib/collection/Users.js | 3 +-- apps/common/main/lib/component/BaseView.js | 3 +-- apps/common/main/lib/component/Button.js | 3 +-- apps/common/main/lib/component/CheckBox.js | 3 +-- apps/common/main/lib/component/ColorPalette.js | 3 +-- apps/common/main/lib/component/ColorPaletteExt.js | 3 +-- apps/common/main/lib/component/ComboBorderSize.js | 3 +-- apps/common/main/lib/component/ComboBox.js | 3 +-- apps/common/main/lib/component/ComboBoxDataView.js | 3 +-- apps/common/main/lib/component/ComboBoxFonts.js | 3 +-- apps/common/main/lib/component/ComboDataView.js | 3 +-- apps/common/main/lib/component/ComboDataViewShape.js | 3 +-- apps/common/main/lib/component/DataView.js | 3 +-- apps/common/main/lib/component/DimensionPicker.js | 3 +-- apps/common/main/lib/component/InputField.js | 3 +-- apps/common/main/lib/component/Label.js | 3 +-- apps/common/main/lib/component/Layout.js | 3 +-- apps/common/main/lib/component/ListView.js | 3 +-- apps/common/main/lib/component/LoadMask.js | 3 +-- apps/common/main/lib/component/Menu.js | 3 +-- apps/common/main/lib/component/MenuItem.js | 3 +-- apps/common/main/lib/component/MetricSpinner.js | 3 +-- apps/common/main/lib/component/Mixtbar.js | 3 +-- apps/common/main/lib/component/MultiSliderGradient.js | 3 +-- apps/common/main/lib/component/RadioBox.js | 3 +-- apps/common/main/lib/component/Scroller.js | 3 +-- apps/common/main/lib/component/SideMenu.js | 3 +-- apps/common/main/lib/component/Slider.js | 3 +-- apps/common/main/lib/component/Tab.js | 3 +-- apps/common/main/lib/component/TabBar.js | 3 +-- apps/common/main/lib/component/TableStyler.js | 3 +-- apps/common/main/lib/component/TextareaField.js | 3 +-- apps/common/main/lib/component/ThemeColorPalette.js | 3 +-- apps/common/main/lib/component/ToggleManager.js | 3 +-- apps/common/main/lib/component/Tooltip.js | 3 +-- apps/common/main/lib/component/TreeView.js | 2 +- apps/common/main/lib/component/UpDownPicker.js | 3 +-- apps/common/main/lib/component/Window.js | 3 +-- apps/common/main/lib/controller/Chat.js | 3 +-- apps/common/main/lib/controller/Comments.js | 3 +-- apps/common/main/lib/controller/Desktop.js | 2 +- apps/common/main/lib/controller/Draw.js | 3 +-- apps/common/main/lib/controller/ExternalDiagramEditor.js | 3 +-- apps/common/main/lib/controller/ExternalMergeEditor.js | 3 +-- apps/common/main/lib/controller/ExternalOleEditor.js | 3 +-- apps/common/main/lib/controller/ExternalUsers.js | 3 +-- apps/common/main/lib/controller/FocusManager.js | 3 +-- apps/common/main/lib/controller/Fonts.js | 3 +-- apps/common/main/lib/controller/HintManager.js | 3 +-- apps/common/main/lib/controller/LayoutManager.js | 3 +-- apps/common/main/lib/controller/Protection.js | 3 +-- apps/common/main/lib/controller/ReviewChanges.js | 3 +-- apps/common/main/lib/controller/Scaling.js | 2 +- apps/common/main/lib/controller/Themes.js | 2 +- apps/common/main/lib/core/NotificationCenter.js | 3 +-- apps/common/main/lib/extend/Bootstrap.js | 3 +-- apps/common/main/lib/model/ChatMessage.js | 3 +-- apps/common/main/lib/model/Comment.js | 3 +-- apps/common/main/lib/model/Font.js | 3 +-- apps/common/main/lib/model/ReviewChange.js | 3 +-- apps/common/main/lib/model/User.js | 3 +-- apps/common/main/lib/util/LanguageInfo.js | 3 +-- apps/common/main/lib/util/LocalStorage.js | 3 +-- apps/common/main/lib/util/Shortcuts.js | 3 +-- apps/common/main/lib/view/About.js | 3 +-- apps/common/main/lib/view/AdvancedSettingsWindow.js | 3 +-- apps/common/main/lib/view/AutoCorrectDialog.js | 3 +-- apps/common/main/lib/view/Chat.js | 3 +-- apps/common/main/lib/view/Comments.js | 3 +-- apps/common/main/lib/view/CopyWarningDialog.js | 3 +-- apps/common/main/lib/view/CustomizeQuickAccessDialog.js | 3 +-- apps/common/main/lib/view/DocumentAccessDialog.js | 3 +-- apps/common/main/lib/view/Draw.js | 3 +-- apps/common/main/lib/view/EditNameDialog.js | 3 +-- apps/common/main/lib/view/ExternalDiagramEditor.js | 3 +-- apps/common/main/lib/view/ExternalEditor.js | 3 +-- apps/common/main/lib/view/ExternalMergeEditor.js | 3 +-- apps/common/main/lib/view/ExternalOleEditor.js | 3 +-- apps/common/main/lib/view/Header.js | 3 +-- apps/common/main/lib/view/ImageFromUrlDialog.js | 3 +-- apps/common/main/lib/view/InsertTableDialog.js | 3 +-- apps/common/main/lib/view/LanguageDialog.js | 3 +-- apps/common/main/lib/view/ListSettingsDialog.js | 3 +-- apps/common/main/lib/view/OpenDialog.js | 3 +-- apps/common/main/lib/view/OptionsDialog.js | 3 +-- apps/common/main/lib/view/PasswordDialog.js | 3 +-- apps/common/main/lib/view/Protection.js | 3 +-- apps/common/main/lib/view/RecentFiles.js | 3 +-- apps/common/main/lib/view/RenameDialog.js | 3 +-- apps/common/main/lib/view/ReviewChanges.js | 3 +-- apps/common/main/lib/view/ReviewPopover.js | 3 +-- apps/common/main/lib/view/SaveAsDlg.js | 3 +-- apps/common/main/lib/view/SearchBar.js | 3 +-- apps/common/main/lib/view/SearchDialog.js | 3 +-- apps/common/main/lib/view/ShapeShadowDialog.js | 3 +-- apps/common/main/lib/view/SignDialog.js | 3 +-- apps/common/main/lib/view/SignSettingsDialog.js | 3 +-- apps/common/main/lib/view/SymbolTableDialog.js | 3 +-- apps/common/main/lib/view/UserNameDialog.js | 3 +-- apps/documenteditor/embed/js/SearchBar.js | 3 +-- apps/documenteditor/forms/app/controller/SearchBar.js | 3 +-- apps/documenteditor/main/app.js | 3 +-- apps/documenteditor/main/app/collection/EquationGroups.js | 3 +-- apps/documenteditor/main/app/collection/ShapeGroups.js | 3 +-- apps/documenteditor/main/app/controller/DocProtection.js | 3 +-- apps/documenteditor/main/app/controller/DocumentHolder.js | 3 +-- apps/documenteditor/main/app/controller/FormsTab.js | 3 +-- apps/documenteditor/main/app/controller/LeftMenu.js | 3 +-- apps/documenteditor/main/app/controller/Links.js | 3 +-- apps/documenteditor/main/app/controller/Main.js | 3 +-- apps/documenteditor/main/app/controller/PageLayout.js | 2 +- apps/documenteditor/main/app/controller/RightMenu.js | 3 +-- apps/documenteditor/main/app/controller/Search.js | 3 +-- apps/documenteditor/main/app/controller/Statusbar.js | 3 +-- apps/documenteditor/main/app/controller/Toolbar.js | 3 +-- apps/documenteditor/main/app/controller/ViewTab.js | 3 +-- apps/documenteditor/main/app/controller/Viewport.js | 3 +-- apps/documenteditor/main/app/model/EquationGroup.js | 3 +-- apps/documenteditor/main/app/model/ShapeGroup.js | 3 +-- apps/documenteditor/main/app/view/AddNewCaptionLabelDialog.js | 3 +-- apps/documenteditor/main/app/view/BookmarksDialog.js | 3 +-- apps/documenteditor/main/app/view/CaptionDialog.js | 3 +-- apps/documenteditor/main/app/view/CellsAddDialog.js | 3 +-- apps/documenteditor/main/app/view/ChartSettings.js | 3 +-- apps/documenteditor/main/app/view/ControlSettingsDialog.js | 3 +-- apps/documenteditor/main/app/view/CrossReferenceDialog.js | 3 +-- apps/documenteditor/main/app/view/CustomColumnsDialog.js | 3 +-- apps/documenteditor/main/app/view/DateTimeDialog.js | 3 +-- apps/documenteditor/main/app/view/DocProtection.js | 3 +-- apps/documenteditor/main/app/view/DocumentHolder.js | 3 +-- apps/documenteditor/main/app/view/DropcapSettingsAdvanced.js | 3 +-- apps/documenteditor/main/app/view/EditListItemDialog.js | 3 +-- apps/documenteditor/main/app/view/FileMenu.js | 3 +-- apps/documenteditor/main/app/view/FileMenuPanels.js | 3 +-- apps/documenteditor/main/app/view/FormSettings.js | 3 +-- apps/documenteditor/main/app/view/FormsTab.js | 3 +-- apps/documenteditor/main/app/view/HeaderFooterSettings.js | 3 +-- apps/documenteditor/main/app/view/HyperlinkSettingsDialog.js | 3 +-- apps/documenteditor/main/app/view/HyphenationDialog.js | 3 +-- apps/documenteditor/main/app/view/ImageSettings.js | 3 +-- apps/documenteditor/main/app/view/ImageSettingsAdvanced.js | 3 +-- apps/documenteditor/main/app/view/LeftMenu.js | 3 +-- apps/documenteditor/main/app/view/LineNumbersDialog.js | 3 +-- apps/documenteditor/main/app/view/Links.js | 3 +-- apps/documenteditor/main/app/view/ListIndentsDialog.js | 3 +-- apps/documenteditor/main/app/view/ListSettingsDialog.js | 3 +-- apps/documenteditor/main/app/view/ListTypesAdvanced.js | 3 +-- apps/documenteditor/main/app/view/NoteSettingsDialog.js | 3 +-- apps/documenteditor/main/app/view/NotesRemoveDialog.js | 3 +-- apps/documenteditor/main/app/view/NumberingValueDialog.js | 3 +-- apps/documenteditor/main/app/view/PageMarginsDialog.js | 3 +-- apps/documenteditor/main/app/view/PageSizeDialog.js | 3 +-- apps/documenteditor/main/app/view/ParagraphSettings.js | 3 +-- apps/documenteditor/main/app/view/ParagraphSettingsAdvanced.js | 3 +-- apps/documenteditor/main/app/view/ProtectDialog.js | 3 +-- apps/documenteditor/main/app/view/RightMenu.js | 3 +-- apps/documenteditor/main/app/view/RoleDeleteDlg.js | 3 +-- apps/documenteditor/main/app/view/RoleEditDlg.js | 3 +-- apps/documenteditor/main/app/view/RolesManagerDlg.js | 3 +-- apps/documenteditor/main/app/view/SaveFormDlg.js | 3 +-- apps/documenteditor/main/app/view/ShapeSettings.js | 3 +-- apps/documenteditor/main/app/view/SignatureSettings.js | 3 +-- apps/documenteditor/main/app/view/StyleTitleDialog.js | 2 +- apps/documenteditor/main/app/view/TableFormulaDialog.js | 3 +-- apps/documenteditor/main/app/view/TableOfContentsSettings.js | 3 +-- apps/documenteditor/main/app/view/TableSettings.js | 3 +-- apps/documenteditor/main/app/view/TableSettingsAdvanced.js | 3 +-- apps/documenteditor/main/app/view/TableToTextDialog.js | 3 +-- apps/documenteditor/main/app/view/TextArtSettings.js | 3 +-- apps/documenteditor/main/app/view/TextToTableDialog.js | 3 +-- apps/documenteditor/main/app/view/Toolbar.js | 3 +-- apps/documenteditor/main/app/view/ViewTab.js | 3 +-- apps/documenteditor/main/app/view/Viewport.js | 3 +-- apps/documenteditor/main/app/view/WatermarkSettingsDialog.js | 3 +-- apps/documenteditor/main/app_dev.js | 3 +-- apps/pdfeditor/main/app.js | 3 +-- apps/pdfeditor/main/app/collection/EquationGroups.js | 3 +-- apps/pdfeditor/main/app/collection/ShapeGroups.js | 3 +-- apps/pdfeditor/main/app/controller/DocumentHolder.js | 3 +-- apps/pdfeditor/main/app/controller/InsTab.js | 3 +-- apps/pdfeditor/main/app/controller/LeftMenu.js | 3 +-- apps/pdfeditor/main/app/controller/Main.js | 3 +-- apps/pdfeditor/main/app/controller/RightMenu.js | 3 +-- apps/pdfeditor/main/app/controller/Search.js | 3 +-- apps/pdfeditor/main/app/controller/Statusbar.js | 3 +-- apps/pdfeditor/main/app/controller/Toolbar.js | 3 +-- apps/pdfeditor/main/app/controller/ViewTab.js | 3 +-- apps/pdfeditor/main/app/controller/Viewport.js | 3 +-- apps/pdfeditor/main/app/model/EquationGroup.js | 3 +-- apps/pdfeditor/main/app/model/ShapeGroup.js | 3 +-- apps/pdfeditor/main/app/view/ChartSettings.js | 3 +-- apps/pdfeditor/main/app/view/DocumentHolder.js | 3 +-- apps/pdfeditor/main/app/view/FileMenu.js | 3 +-- apps/pdfeditor/main/app/view/FileMenuPanels.js | 3 +-- apps/pdfeditor/main/app/view/HyperlinkSettingsDialog.js | 3 +-- apps/pdfeditor/main/app/view/ImageSettings.js | 3 +-- apps/pdfeditor/main/app/view/ImageSettingsAdvanced.js | 3 +-- apps/pdfeditor/main/app/view/InsTab.js | 3 +-- apps/pdfeditor/main/app/view/LeftMenu.js | 3 +-- apps/pdfeditor/main/app/view/ParagraphSettings.js | 3 +-- apps/pdfeditor/main/app/view/ParagraphSettingsAdvanced.js | 3 +-- apps/pdfeditor/main/app/view/RightMenu.js | 3 +-- apps/pdfeditor/main/app/view/ShapeSettings.js | 3 +-- apps/pdfeditor/main/app/view/ShapeSettingsAdvanced.js | 3 +-- apps/pdfeditor/main/app/view/TableSettings.js | 3 +-- apps/pdfeditor/main/app/view/TableSettingsAdvanced.js | 3 +-- apps/pdfeditor/main/app/view/TextArtSettings.js | 3 +-- apps/pdfeditor/main/app/view/Toolbar.js | 3 +-- apps/pdfeditor/main/app/view/ViewTab.js | 3 +-- apps/pdfeditor/main/app/view/Viewport.js | 3 +-- apps/pdfeditor/main/app_dev.js | 3 +-- apps/presentationeditor/embed/js/SearchBar.js | 3 +-- apps/presentationeditor/main/app.js | 3 +-- apps/presentationeditor/main/app.reporter.js | 3 +-- apps/presentationeditor/main/app/collection/EquationGroups.js | 3 +-- apps/presentationeditor/main/app/collection/ShapeGroups.js | 3 +-- apps/presentationeditor/main/app/collection/SlideLayouts.js | 3 +-- apps/presentationeditor/main/app/collection/SlideThemes.js | 3 +-- apps/presentationeditor/main/app/controller/Animation.js | 3 +-- apps/presentationeditor/main/app/controller/DocumentHolder.js | 3 +-- apps/presentationeditor/main/app/controller/LeftMenu.js | 3 +-- apps/presentationeditor/main/app/controller/Main.js | 3 +-- apps/presentationeditor/main/app/controller/RightMenu.js | 3 +-- apps/presentationeditor/main/app/controller/Search.js | 3 +-- apps/presentationeditor/main/app/controller/Statusbar.js | 3 +-- apps/presentationeditor/main/app/controller/Toolbar.js | 3 +-- apps/presentationeditor/main/app/controller/Transitions.js | 3 +-- apps/presentationeditor/main/app/controller/ViewTab.js | 3 +-- apps/presentationeditor/main/app/controller/Viewport.js | 3 +-- apps/presentationeditor/main/app/model/EquationGroup.js | 3 +-- apps/presentationeditor/main/app/model/ShapeGroup.js | 3 +-- apps/presentationeditor/main/app/model/SlideLayout.js | 3 +-- apps/presentationeditor/main/app/view/Animation.js | 3 +-- apps/presentationeditor/main/app/view/AnimationDialog.js | 3 +-- apps/presentationeditor/main/app/view/ChartSettings.js | 3 +-- apps/presentationeditor/main/app/view/ChartSettingsAdvanced.js | 3 +-- apps/presentationeditor/main/app/view/DateTimeDialog.js | 3 +-- apps/presentationeditor/main/app/view/DocumentPreview.js | 3 +-- apps/presentationeditor/main/app/view/FileMenu.js | 3 +-- apps/presentationeditor/main/app/view/FileMenuPanels.js | 3 +-- apps/presentationeditor/main/app/view/GridSettings.js | 3 +-- apps/presentationeditor/main/app/view/HeaderFooterDialog.js | 3 +-- .../main/app/view/HyperlinkSettingsDialog.js | 3 +-- apps/presentationeditor/main/app/view/ImageSettings.js | 3 +-- apps/presentationeditor/main/app/view/ImageSettingsAdvanced.js | 3 +-- apps/presentationeditor/main/app/view/LeftMenu.js | 3 +-- apps/presentationeditor/main/app/view/ParagraphSettings.js | 3 +-- .../main/app/view/ParagraphSettingsAdvanced.js | 3 +-- apps/presentationeditor/main/app/view/RightMenu.js | 3 +-- apps/presentationeditor/main/app/view/ShapeSettings.js | 3 +-- apps/presentationeditor/main/app/view/ShapeSettingsAdvanced.js | 3 +-- apps/presentationeditor/main/app/view/SignatureSettings.js | 3 +-- apps/presentationeditor/main/app/view/SlideSettings.js | 3 +-- apps/presentationeditor/main/app/view/SlideSizeSettings.js | 3 +-- apps/presentationeditor/main/app/view/SlideshowSettings.js | 3 +-- apps/presentationeditor/main/app/view/Statusbar.js | 3 +-- apps/presentationeditor/main/app/view/TableSettings.js | 3 +-- apps/presentationeditor/main/app/view/TableSettingsAdvanced.js | 3 +-- apps/presentationeditor/main/app/view/TextArtSettings.js | 3 +-- apps/presentationeditor/main/app/view/Toolbar.js | 3 +-- apps/presentationeditor/main/app/view/Transitions.js | 3 +-- apps/presentationeditor/main/app/view/ViewTab.js | 3 +-- apps/presentationeditor/main/app/view/Viewport.js | 3 +-- apps/presentationeditor/main/app_dev.js | 3 +-- apps/presentationeditor/main/app_dev.reporter.js | 3 +-- apps/spreadsheeteditor/embed/js/SearchBar.js | 3 +-- apps/spreadsheeteditor/main/app.js | 3 +-- .../main/app/collection/ConditionalFormatIcons.js | 3 +-- apps/spreadsheeteditor/main/app/collection/EquationGroups.js | 3 +-- apps/spreadsheeteditor/main/app/collection/FormulaGroups.js | 3 +-- apps/spreadsheeteditor/main/app/collection/ShapeGroups.js | 3 +-- apps/spreadsheeteditor/main/app/collection/TableTemplates.js | 3 +-- apps/spreadsheeteditor/main/app/controller/CellEditor.js | 3 +-- apps/spreadsheeteditor/main/app/controller/DataTab.js | 3 +-- apps/spreadsheeteditor/main/app/controller/DocumentHolder.js | 3 +-- apps/spreadsheeteditor/main/app/controller/FormulaDialog.js | 3 +-- apps/spreadsheeteditor/main/app/controller/Main.js | 3 +-- apps/spreadsheeteditor/main/app/controller/PivotTable.js | 3 +-- apps/spreadsheeteditor/main/app/controller/RightMenu.js | 3 +-- apps/spreadsheeteditor/main/app/controller/Search.js | 3 +-- apps/spreadsheeteditor/main/app/controller/Statusbar.js | 3 +-- apps/spreadsheeteditor/main/app/controller/Toolbar.js | 3 +-- apps/spreadsheeteditor/main/app/controller/ViewTab.js | 3 +-- apps/spreadsheeteditor/main/app/controller/Viewport.js | 3 +-- apps/spreadsheeteditor/main/app/controller/WBProtection.js | 3 +-- apps/spreadsheeteditor/main/app/model/EquationGroup.js | 3 +-- apps/spreadsheeteditor/main/app/model/Formula.js | 3 +-- apps/spreadsheeteditor/main/app/model/ShapeGroup.js | 3 +-- apps/spreadsheeteditor/main/app/model/TableTemplate.js | 3 +-- .../spreadsheeteditor/main/app/view/AdvancedSeparatorDialog.js | 3 +-- apps/spreadsheeteditor/main/app/view/AutoFilterDialog.js | 3 +-- apps/spreadsheeteditor/main/app/view/CellEditor.js | 3 +-- apps/spreadsheeteditor/main/app/view/CellRangeDialog.js | 3 +-- apps/spreadsheeteditor/main/app/view/CellSettings.js | 3 +-- apps/spreadsheeteditor/main/app/view/ChartDataDialog.js | 3 +-- apps/spreadsheeteditor/main/app/view/ChartDataRangeDialog.js | 3 +-- apps/spreadsheeteditor/main/app/view/ChartSettings.js | 3 +-- apps/spreadsheeteditor/main/app/view/ChartSettingsDlg.js | 3 +-- apps/spreadsheeteditor/main/app/view/ChartTypeDialog.js | 3 +-- apps/spreadsheeteditor/main/app/view/ChartWizardDialog.js | 3 +-- apps/spreadsheeteditor/main/app/view/CreatePivotDialog.js | 3 +-- apps/spreadsheeteditor/main/app/view/CreateSparklineDialog.js | 3 +-- apps/spreadsheeteditor/main/app/view/DataTab.js | 3 +-- apps/spreadsheeteditor/main/app/view/DataValidationDialog.js | 3 +-- apps/spreadsheeteditor/main/app/view/DocumentHolder.js | 3 +-- apps/spreadsheeteditor/main/app/view/ExternalLinksDlg.js | 3 +-- apps/spreadsheeteditor/main/app/view/FieldSettingsDialog.js | 3 +-- apps/spreadsheeteditor/main/app/view/FillSeriesDialog.js | 3 +-- apps/spreadsheeteditor/main/app/view/FormatRulesEditDlg.js | 3 +-- apps/spreadsheeteditor/main/app/view/FormatRulesManagerDlg.js | 3 +-- apps/spreadsheeteditor/main/app/view/FormatSettingsDialog.js | 3 +-- apps/spreadsheeteditor/main/app/view/FormulaDialog.js | 3 +-- apps/spreadsheeteditor/main/app/view/FormulaTab.js | 3 +-- apps/spreadsheeteditor/main/app/view/FormulaWizard.js | 3 +-- apps/spreadsheeteditor/main/app/view/GoalSeekDlg.js | 3 +-- apps/spreadsheeteditor/main/app/view/GoalSeekStatusDlg.js | 3 +-- apps/spreadsheeteditor/main/app/view/HeaderFooterDialog.js | 3 +-- .../spreadsheeteditor/main/app/view/HyperlinkSettingsDialog.js | 3 +-- apps/spreadsheeteditor/main/app/view/ImageSettings.js | 3 +-- apps/spreadsheeteditor/main/app/view/ImageSettingsAdvanced.js | 3 +-- apps/spreadsheeteditor/main/app/view/ImportFromXmlDialog.js | 3 +-- apps/spreadsheeteditor/main/app/view/MacroDialog.js | 3 +-- apps/spreadsheeteditor/main/app/view/NameManagerDlg.js | 3 +-- apps/spreadsheeteditor/main/app/view/NamedRangeEditDlg.js | 3 +-- apps/spreadsheeteditor/main/app/view/NamedRangePasteDlg.js | 3 +-- apps/spreadsheeteditor/main/app/view/PageMarginsDialog.js | 3 +-- apps/spreadsheeteditor/main/app/view/ParagraphSettings.js | 3 +-- .../main/app/view/ParagraphSettingsAdvanced.js | 3 +-- apps/spreadsheeteditor/main/app/view/PivotSettings.js | 3 +-- apps/spreadsheeteditor/main/app/view/PivotSettingsAdvanced.js | 3 +-- apps/spreadsheeteditor/main/app/view/PivotShowDetailDialog.js | 3 +-- apps/spreadsheeteditor/main/app/view/PivotTable.js | 3 +-- apps/spreadsheeteditor/main/app/view/PrintSettings.js | 3 +-- apps/spreadsheeteditor/main/app/view/PrintTitlesDialog.js | 3 +-- apps/spreadsheeteditor/main/app/view/ProtectDialog.js | 3 +-- apps/spreadsheeteditor/main/app/view/ProtectRangesDlg.js | 3 +-- apps/spreadsheeteditor/main/app/view/ProtectedRangesEditDlg.js | 3 +-- .../main/app/view/ProtectedRangesManagerDlg.js | 3 +-- apps/spreadsheeteditor/main/app/view/RemoveDuplicatesDialog.js | 3 +-- apps/spreadsheeteditor/main/app/view/RightMenu.js | 3 +-- apps/spreadsheeteditor/main/app/view/ScaleDialog.js | 3 +-- apps/spreadsheeteditor/main/app/view/SetValueDialog.js | 3 +-- apps/spreadsheeteditor/main/app/view/ShapeSettings.js | 3 +-- apps/spreadsheeteditor/main/app/view/ShapeSettingsAdvanced.js | 3 +-- apps/spreadsheeteditor/main/app/view/SignatureSettings.js | 3 +-- apps/spreadsheeteditor/main/app/view/SlicerAddDialog.js | 3 +-- apps/spreadsheeteditor/main/app/view/SlicerSettings.js | 3 +-- apps/spreadsheeteditor/main/app/view/SlicerSettingsAdvanced.js | 3 +-- apps/spreadsheeteditor/main/app/view/SortDialog.js | 3 +-- apps/spreadsheeteditor/main/app/view/SortOptionsDialog.js | 3 +-- apps/spreadsheeteditor/main/app/view/SpecialPasteDialog.js | 3 +-- apps/spreadsheeteditor/main/app/view/Statusbar.js | 3 +-- apps/spreadsheeteditor/main/app/view/TableOptionsDialog.js | 3 +-- apps/spreadsheeteditor/main/app/view/TableSettings.js | 3 +-- apps/spreadsheeteditor/main/app/view/TableSettingsAdvanced.js | 3 +-- apps/spreadsheeteditor/main/app/view/TextArtSettings.js | 3 +-- apps/spreadsheeteditor/main/app/view/Toolbar.js | 3 +-- .../main/app/view/ValueFieldSettingsDialog.js | 3 +-- apps/spreadsheeteditor/main/app/view/ViewManagerDlg.js | 3 +-- apps/spreadsheeteditor/main/app/view/ViewTab.js | 3 +-- apps/spreadsheeteditor/main/app/view/Viewport.js | 3 +-- apps/spreadsheeteditor/main/app/view/WBProtection.js | 3 +-- apps/spreadsheeteditor/main/app/view/WatchDialog.js | 3 +-- apps/spreadsheeteditor/main/app_dev.js | 3 +-- 370 files changed, 370 insertions(+), 734 deletions(-) diff --git a/apps/common/embed/lib/view/SearchBar.js b/apps/common/embed/lib/view/SearchBar.js index 3b2eca36f5..50177dbcfc 100644 --- a/apps/common/embed/lib/view/SearchBar.js +++ b/apps/common/embed/lib/view/SearchBar.js @@ -33,8 +33,7 @@ /** * SearchBar.js * - * Created by Julia Svinareva on 27.04.2022 - * Copyright (c) 2022 Ascensio System SIA. All rights reserved. + * Created on 27.04.2022 * */ diff --git a/apps/common/main/lib/collection/ChatMessages.js b/apps/common/main/lib/collection/ChatMessages.js index 24cebc7729..482ccc34ed 100644 --- a/apps/common/main/lib/collection/ChatMessages.js +++ b/apps/common/main/lib/collection/ChatMessages.js @@ -34,8 +34,7 @@ * * Collection * - * Created by Maxim Kadushkin on 01 March 2014 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 01 March 2014 * */ diff --git a/apps/common/main/lib/collection/Comments.js b/apps/common/main/lib/collection/Comments.js index 655596f3e8..c1706dc3d2 100644 --- a/apps/common/main/lib/collection/Comments.js +++ b/apps/common/main/lib/collection/Comments.js @@ -32,8 +32,7 @@ /** * Comments.js * - * Created by Alexey Musinov on 17.01.14 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 17.01.14 * */ diff --git a/apps/common/main/lib/collection/Fonts.js b/apps/common/main/lib/collection/Fonts.js index af94371547..a5d4de1f3b 100644 --- a/apps/common/main/lib/collection/Fonts.js +++ b/apps/common/main/lib/collection/Fonts.js @@ -32,8 +32,7 @@ /** * Fonts.js * - * Created by Alexander Yuzhin on 2/11/14 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 2/11/14 * */ diff --git a/apps/common/main/lib/collection/ReviewChanges.js b/apps/common/main/lib/collection/ReviewChanges.js index 64f29644a9..dee3a605d1 100644 --- a/apps/common/main/lib/collection/ReviewChanges.js +++ b/apps/common/main/lib/collection/ReviewChanges.js @@ -32,8 +32,7 @@ /** * ReviewChanges.js * - * Created by Julia.Radzhabova on 05.08.15 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 05.08.15 * */ diff --git a/apps/common/main/lib/collection/TextArt.js b/apps/common/main/lib/collection/TextArt.js index cd5c61aa15..ade5fdfe52 100644 --- a/apps/common/main/lib/collection/TextArt.js +++ b/apps/common/main/lib/collection/TextArt.js @@ -30,8 +30,7 @@ * */ /** - * Created by Julia.Radzhabova on 09.07.15 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 09.07.15 */ if (Common === undefined) diff --git a/apps/common/main/lib/collection/Users.js b/apps/common/main/lib/collection/Users.js index d6651af831..9a0ab65d92 100644 --- a/apps/common/main/lib/collection/Users.js +++ b/apps/common/main/lib/collection/Users.js @@ -34,8 +34,7 @@ * * Collection * - * Created by Maxim Kadushkin on 27 February 2014 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 27 February 2014 * */ diff --git a/apps/common/main/lib/component/BaseView.js b/apps/common/main/lib/component/BaseView.js index 4b4c1dbcd4..009d685785 100644 --- a/apps/common/main/lib/component/BaseView.js +++ b/apps/common/main/lib/component/BaseView.js @@ -32,8 +32,7 @@ /** * BaseView.js * - * Created by Alexander Yuzhin on 1/17/14 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 1/17/14 * */ diff --git a/apps/common/main/lib/component/Button.js b/apps/common/main/lib/component/Button.js index 59cf9d1c0a..ead85bd961 100644 --- a/apps/common/main/lib/component/Button.js +++ b/apps/common/main/lib/component/Button.js @@ -32,8 +32,7 @@ /** * Button.js * - * Created by Alexander Yuzhin on 1/20/14 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 1/20/14 * */ diff --git a/apps/common/main/lib/component/CheckBox.js b/apps/common/main/lib/component/CheckBox.js index 3b7f2d1998..e789e7c703 100644 --- a/apps/common/main/lib/component/CheckBox.js +++ b/apps/common/main/lib/component/CheckBox.js @@ -32,8 +32,7 @@ /** * CheckBox.js * - * Created by Julia Radzhabova on 1/24/14 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 1/24/14 * */ diff --git a/apps/common/main/lib/component/ColorPalette.js b/apps/common/main/lib/component/ColorPalette.js index f01e625432..5aaf057dad 100644 --- a/apps/common/main/lib/component/ColorPalette.js +++ b/apps/common/main/lib/component/ColorPalette.js @@ -32,8 +32,7 @@ /** * ColorPalette.js * - * Created by Alexander Yuzhin on 2/20/14 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 2/20/14 * */ diff --git a/apps/common/main/lib/component/ColorPaletteExt.js b/apps/common/main/lib/component/ColorPaletteExt.js index 3855f4dbc6..27f8daca1c 100644 --- a/apps/common/main/lib/component/ColorPaletteExt.js +++ b/apps/common/main/lib/component/ColorPaletteExt.js @@ -32,8 +32,7 @@ /** * ColorPaletteExt.js * - * Created by Julia Radzhabova on 07/21/15 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 07/21/15 * */ diff --git a/apps/common/main/lib/component/ComboBorderSize.js b/apps/common/main/lib/component/ComboBorderSize.js index 28d071c889..4566e2bc0f 100644 --- a/apps/common/main/lib/component/ComboBorderSize.js +++ b/apps/common/main/lib/component/ComboBorderSize.js @@ -32,8 +32,7 @@ /** * ComboBorderSize.js * - * Created by Julia Radzhabova on 2/10/14 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 2/10/14 * */ diff --git a/apps/common/main/lib/component/ComboBox.js b/apps/common/main/lib/component/ComboBox.js index 5dfba4d99b..081c045d28 100644 --- a/apps/common/main/lib/component/ComboBox.js +++ b/apps/common/main/lib/component/ComboBox.js @@ -32,8 +32,7 @@ /** * ComboBox.js * - * Created by Alexander Yuzhin on 1/22/14 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 1/22/14 * */ diff --git a/apps/common/main/lib/component/ComboBoxDataView.js b/apps/common/main/lib/component/ComboBoxDataView.js index bfd0f51074..a630b968fd 100644 --- a/apps/common/main/lib/component/ComboBoxDataView.js +++ b/apps/common/main/lib/component/ComboBoxDataView.js @@ -32,8 +32,7 @@ /** * ComboBoxDataView.js * - * Created by Julia Radzhabova on 09/13/23 - * Copyright (c) 2023 Ascensio System SIA. All rights reserved. + * Created on 09/13/23 * */ diff --git a/apps/common/main/lib/component/ComboBoxFonts.js b/apps/common/main/lib/component/ComboBoxFonts.js index 2e093b64eb..ebb24aba6f 100644 --- a/apps/common/main/lib/component/ComboBoxFonts.js +++ b/apps/common/main/lib/component/ComboBoxFonts.js @@ -32,8 +32,7 @@ /** * ComboBoxFonts.js * - * Created by Alexander Yuzhin on 2/11/14 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 2/11/14 * */ diff --git a/apps/common/main/lib/component/ComboDataView.js b/apps/common/main/lib/component/ComboDataView.js index 54c1f85c9e..af5f053662 100644 --- a/apps/common/main/lib/component/ComboDataView.js +++ b/apps/common/main/lib/component/ComboDataView.js @@ -32,8 +32,7 @@ /** * ComboDataView.js * - * Created by Alexander Yuzhin on 2/13/14 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 2/13/14 * */ diff --git a/apps/common/main/lib/component/ComboDataViewShape.js b/apps/common/main/lib/component/ComboDataViewShape.js index 8dde4fb729..51be0de2aa 100644 --- a/apps/common/main/lib/component/ComboDataViewShape.js +++ b/apps/common/main/lib/component/ComboDataViewShape.js @@ -32,8 +32,7 @@ /** * ComboDataView.js * - * Created by Julia Svinareva on 6/10/21 - * Copyright (c) 2021 Ascensio System SIA. All rights reserved. + * Created on 6/10/21 * */ diff --git a/apps/common/main/lib/component/DataView.js b/apps/common/main/lib/component/DataView.js index 47cdc20ccf..68aea3567a 100644 --- a/apps/common/main/lib/component/DataView.js +++ b/apps/common/main/lib/component/DataView.js @@ -34,8 +34,7 @@ * * A mechanism for displaying data using custom layout templates and formatting. * - * Created by Alexander Yuzhin on 1/24/14 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 1/24/14 * */ diff --git a/apps/common/main/lib/component/DimensionPicker.js b/apps/common/main/lib/component/DimensionPicker.js index 284ff9a197..5b737a2b1a 100644 --- a/apps/common/main/lib/component/DimensionPicker.js +++ b/apps/common/main/lib/component/DimensionPicker.js @@ -32,8 +32,7 @@ /** * DimensionPicker.js * - * Created by Alexander Yuzhin on 1/29/14 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 1/29/14 * */ diff --git a/apps/common/main/lib/component/InputField.js b/apps/common/main/lib/component/InputField.js index 0333cf4261..2ed6b1f150 100644 --- a/apps/common/main/lib/component/InputField.js +++ b/apps/common/main/lib/component/InputField.js @@ -32,8 +32,7 @@ /** * InputField.js * - * Created by Alexander Yuzhin on 4/10/14 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 4/10/14 * */ diff --git a/apps/common/main/lib/component/Label.js b/apps/common/main/lib/component/Label.js index ae320eedd5..668cf8bbbb 100644 --- a/apps/common/main/lib/component/Label.js +++ b/apps/common/main/lib/component/Label.js @@ -32,8 +32,7 @@ /** * Label.js * - * Created by Julia Radzhabova on 1/20/22 - * Copyright (c) 2022 Ascensio System SIA. All rights reserved. + * Created on 1/20/22 * */ diff --git a/apps/common/main/lib/component/Layout.js b/apps/common/main/lib/component/Layout.js index bd78aefc9f..73ccb5f5af 100644 --- a/apps/common/main/lib/component/Layout.js +++ b/apps/common/main/lib/component/Layout.js @@ -32,8 +32,7 @@ /** * Layout.js * - * Created by Maxim Kadushkin on 10 February 2014 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 10 February 2014 * * * Configuration diff --git a/apps/common/main/lib/component/ListView.js b/apps/common/main/lib/component/ListView.js index a7f891296d..c99ef78480 100644 --- a/apps/common/main/lib/component/ListView.js +++ b/apps/common/main/lib/component/ListView.js @@ -32,8 +32,7 @@ /** * ListView.js * - * Created by Julia Radzhabova on 2/27/14 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 2/27/14 * */ diff --git a/apps/common/main/lib/component/LoadMask.js b/apps/common/main/lib/component/LoadMask.js index 58e79ba236..fcae87bc38 100644 --- a/apps/common/main/lib/component/LoadMask.js +++ b/apps/common/main/lib/component/LoadMask.js @@ -34,8 +34,7 @@ * * Displays loading mask over selected element(s) or component. Accepts both single and multiple selectors. * - * Created by Alexander Yuzhin on 2/7/14 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 2/7/14 * */ diff --git a/apps/common/main/lib/component/Menu.js b/apps/common/main/lib/component/Menu.js index ece2ad9499..478ca37de6 100644 --- a/apps/common/main/lib/component/Menu.js +++ b/apps/common/main/lib/component/Menu.js @@ -34,8 +34,7 @@ * * A menu object. This is the container to which you may add {@link Common.UI.MenuItem menu items}. * - * Created by Alexander Yuzhin on 1/28/14 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 1/28/14 * */ diff --git a/apps/common/main/lib/component/MenuItem.js b/apps/common/main/lib/component/MenuItem.js index 3747720e94..109abd720e 100644 --- a/apps/common/main/lib/component/MenuItem.js +++ b/apps/common/main/lib/component/MenuItem.js @@ -35,8 +35,7 @@ * A base class for all menu items that require menu-related functionality such as click handling, * sub-menus, icons, etc. * - * Created by Alexander Yuzhin on 1/27/14 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 1/27/14 * */ diff --git a/apps/common/main/lib/component/MetricSpinner.js b/apps/common/main/lib/component/MetricSpinner.js index 609f6ef218..35d0c5f27a 100644 --- a/apps/common/main/lib/component/MetricSpinner.js +++ b/apps/common/main/lib/component/MetricSpinner.js @@ -32,8 +32,7 @@ /** * MetricSpinner.js * - * Created by Julia Radzhabova on 1/21/14 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 1/21/14 * */ diff --git a/apps/common/main/lib/component/Mixtbar.js b/apps/common/main/lib/component/Mixtbar.js index 4285c988fd..942330b71a 100644 --- a/apps/common/main/lib/component/Mixtbar.js +++ b/apps/common/main/lib/component/Mixtbar.js @@ -35,8 +35,7 @@ * Combined component for toolbar's and header's elements * * - * Created by Maxim.Kadushkin on 4/11/2017. - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 4/11/2017. * */ diff --git a/apps/common/main/lib/component/MultiSliderGradient.js b/apps/common/main/lib/component/MultiSliderGradient.js index cd2675c223..8f8838c670 100644 --- a/apps/common/main/lib/component/MultiSliderGradient.js +++ b/apps/common/main/lib/component/MultiSliderGradient.js @@ -32,8 +32,7 @@ /** * MultiSliderGradient.js * - * Created by Julia Radzhabova on 2/19/14 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 2/19/14 * */ diff --git a/apps/common/main/lib/component/RadioBox.js b/apps/common/main/lib/component/RadioBox.js index 9bfa80f593..073aa2e4fd 100644 --- a/apps/common/main/lib/component/RadioBox.js +++ b/apps/common/main/lib/component/RadioBox.js @@ -32,8 +32,7 @@ /** * RadioBox.js * - * Created by Julia Radzhabova on 2/26/14 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 2/26/14 * */ /** diff --git a/apps/common/main/lib/component/Scroller.js b/apps/common/main/lib/component/Scroller.js index a8a1c31e4a..dbf67608ae 100644 --- a/apps/common/main/lib/component/Scroller.js +++ b/apps/common/main/lib/component/Scroller.js @@ -32,8 +32,7 @@ /** * Scroller.js * - * Created by Alexander Yuzhin on 3/14/14 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 3/14/14 * */ diff --git a/apps/common/main/lib/component/SideMenu.js b/apps/common/main/lib/component/SideMenu.js index a2f01825b5..397fb9c15b 100644 --- a/apps/common/main/lib/component/SideMenu.js +++ b/apps/common/main/lib/component/SideMenu.js @@ -32,8 +32,7 @@ /** * SideMenu.js * - * Created by Julia Svinareva on 25/10/2023. - * Copyright (c) 2023 Ascensio System SIA. All rights reserved. + * Created on 25/10/2023. * */ diff --git a/apps/common/main/lib/component/Slider.js b/apps/common/main/lib/component/Slider.js index f1617a0e7f..15fdf38961 100644 --- a/apps/common/main/lib/component/Slider.js +++ b/apps/common/main/lib/component/Slider.js @@ -32,8 +32,7 @@ /** * Slider.js * - * Created by Julia Radzhabova on 2/18/14 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 2/18/14 * */ diff --git a/apps/common/main/lib/component/Tab.js b/apps/common/main/lib/component/Tab.js index a405117e9d..058bb8d179 100644 --- a/apps/common/main/lib/component/Tab.js +++ b/apps/common/main/lib/component/Tab.js @@ -32,8 +32,7 @@ /** * Tab.js * - * Created by Maxim Kadushkin on 01 April 2014 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 01 April 2014 * */ diff --git a/apps/common/main/lib/component/TabBar.js b/apps/common/main/lib/component/TabBar.js index 8458e0075f..08b45af781 100644 --- a/apps/common/main/lib/component/TabBar.js +++ b/apps/common/main/lib/component/TabBar.js @@ -32,8 +32,7 @@ /** * TabBar.js * - * Created by Maxim Kadushkin on 28 March 2014 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 28 March 2014 * */ diff --git a/apps/common/main/lib/component/TableStyler.js b/apps/common/main/lib/component/TableStyler.js index b44c22fcdd..e0f657d8a1 100644 --- a/apps/common/main/lib/component/TableStyler.js +++ b/apps/common/main/lib/component/TableStyler.js @@ -32,8 +32,7 @@ /** * TableStyler.js * - * Created by Alexander Yuzhin on 2/28/14 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 2/28/14 * */ diff --git a/apps/common/main/lib/component/TextareaField.js b/apps/common/main/lib/component/TextareaField.js index 2f0c625205..8922154f9e 100644 --- a/apps/common/main/lib/component/TextareaField.js +++ b/apps/common/main/lib/component/TextareaField.js @@ -32,8 +32,7 @@ /** * TextareaField.js * - * Created by Julia Radzhabova on 29/09/20 - * Copyright (c) 2020 Ascensio System SIA. All rights reserved. + * Created on 29/09/20 * */ diff --git a/apps/common/main/lib/component/ThemeColorPalette.js b/apps/common/main/lib/component/ThemeColorPalette.js index afa76e98f9..ee4c13f802 100644 --- a/apps/common/main/lib/component/ThemeColorPalette.js +++ b/apps/common/main/lib/component/ThemeColorPalette.js @@ -32,8 +32,7 @@ /** * ThemeColorPalette.js * - * Created by Julia Radzhabova on 1/28/14 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 1/28/14 * */ diff --git a/apps/common/main/lib/component/ToggleManager.js b/apps/common/main/lib/component/ToggleManager.js index bcfed55fa9..109f70acd6 100644 --- a/apps/common/main/lib/component/ToggleManager.js +++ b/apps/common/main/lib/component/ToggleManager.js @@ -32,8 +32,7 @@ /** * ToggleManager.js * - * Created by Alexander Yuzhin on 1/28/14 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 1/28/14 * */ diff --git a/apps/common/main/lib/component/Tooltip.js b/apps/common/main/lib/component/Tooltip.js index 2dc8fe1982..d14a69d01a 100644 --- a/apps/common/main/lib/component/Tooltip.js +++ b/apps/common/main/lib/component/Tooltip.js @@ -32,8 +32,7 @@ /** * Tooltip.js * - * Created by Maxim Kadushkin on 14 March 2014 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 14 March 2014 * */ /* diff --git a/apps/common/main/lib/component/TreeView.js b/apps/common/main/lib/component/TreeView.js index c8d84708b2..9c5b1c769d 100644 --- a/apps/common/main/lib/component/TreeView.js +++ b/apps/common/main/lib/component/TreeView.js @@ -32,7 +32,7 @@ /** * TreeView.js * - * Created by Julia Radzhabova on 12/14/17 + * Created on 12/14/17 * */ diff --git a/apps/common/main/lib/component/UpDownPicker.js b/apps/common/main/lib/component/UpDownPicker.js index 0f2d4d9cef..04530a3233 100644 --- a/apps/common/main/lib/component/UpDownPicker.js +++ b/apps/common/main/lib/component/UpDownPicker.js @@ -32,8 +32,7 @@ /** * UpDownPicker.js * - * Created by Julia Radzhabova on 3/29/23 - * Copyright (c) 2023 Ascensio System SIA. All rights reserved. + * Created on 3/29/23 * */ diff --git a/apps/common/main/lib/component/Window.js b/apps/common/main/lib/component/Window.js index e6eb0f51c4..5b50dd116e 100644 --- a/apps/common/main/lib/component/Window.js +++ b/apps/common/main/lib/component/Window.js @@ -32,8 +32,7 @@ /** * Window.js * - * Created by Maxim Kadushkin on 24 January 2014 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 24 January 2014 * */ diff --git a/apps/common/main/lib/controller/Chat.js b/apps/common/main/lib/controller/Chat.js index 2f717bcd19..3a754aa435 100644 --- a/apps/common/main/lib/controller/Chat.js +++ b/apps/common/main/lib/controller/Chat.js @@ -34,8 +34,7 @@ * * Controller * - * Created by Maxim Kadushkin on 27 February 2014 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 27 February 2014 * */ diff --git a/apps/common/main/lib/controller/Comments.js b/apps/common/main/lib/controller/Comments.js index fc2e7068fc..f15371ae6c 100644 --- a/apps/common/main/lib/controller/Comments.js +++ b/apps/common/main/lib/controller/Comments.js @@ -32,8 +32,7 @@ /** * Comments.js * - * Created by Alexey Musinov on 16.01.14 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 16.01.14 * */ diff --git a/apps/common/main/lib/controller/Desktop.js b/apps/common/main/lib/controller/Desktop.js index f41ac0f326..6a37dda65f 100644 --- a/apps/common/main/lib/controller/Desktop.js +++ b/apps/common/main/lib/controller/Desktop.js @@ -32,7 +32,7 @@ /** * Controller wraps up interaction with desktop app * - * Created by Maxim.Kadushkin on 2/16/2018. + * Created on 2/16/2018. */ define([ diff --git a/apps/common/main/lib/controller/Draw.js b/apps/common/main/lib/controller/Draw.js index 578f4e13bf..40e9fef637 100644 --- a/apps/common/main/lib/controller/Draw.js +++ b/apps/common/main/lib/controller/Draw.js @@ -33,8 +33,7 @@ /** * Draw.js * - * Created by Julia Radzhabova on 28.03.2023 - * Copyright (c) 2023 Ascensio System SIA. All rights reserved. + * Created on 28.03.2023 * */ diff --git a/apps/common/main/lib/controller/ExternalDiagramEditor.js b/apps/common/main/lib/controller/ExternalDiagramEditor.js index 2c76b42ed8..6edcf69139 100644 --- a/apps/common/main/lib/controller/ExternalDiagramEditor.js +++ b/apps/common/main/lib/controller/ExternalDiagramEditor.js @@ -32,8 +32,7 @@ /** * ExternalDiagramEditor.js * - * Created by Julia Radzhabova on 4/08/14 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 4/08/14 * */ diff --git a/apps/common/main/lib/controller/ExternalMergeEditor.js b/apps/common/main/lib/controller/ExternalMergeEditor.js index 9d1c69ee52..9d6b8797d2 100644 --- a/apps/common/main/lib/controller/ExternalMergeEditor.js +++ b/apps/common/main/lib/controller/ExternalMergeEditor.js @@ -32,8 +32,7 @@ /** * ExternalDiagramEditor.js * - * Created by Julia Radzhabova on 4/08/14 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 4/08/14 * */ diff --git a/apps/common/main/lib/controller/ExternalOleEditor.js b/apps/common/main/lib/controller/ExternalOleEditor.js index 9f0f1469d6..d14dc9ec4c 100644 --- a/apps/common/main/lib/controller/ExternalOleEditor.js +++ b/apps/common/main/lib/controller/ExternalOleEditor.js @@ -32,8 +32,7 @@ /** * ExternalOleEditor.js * - * Created by Julia Radzhabova on 3/10/22 - * Copyright (c) 2022 Ascensio System SIA. All rights reserved. + * Created on 3/10/22 * */ diff --git a/apps/common/main/lib/controller/ExternalUsers.js b/apps/common/main/lib/controller/ExternalUsers.js index 84d05058a1..6e7e9944a9 100644 --- a/apps/common/main/lib/controller/ExternalUsers.js +++ b/apps/common/main/lib/controller/ExternalUsers.js @@ -33,8 +33,7 @@ /** * ExternalUsers.js * - * Created by Julia Radzhabova on 02 February 2023 - * Copyright (c) 2023 Ascensio System SIA. All rights reserved. + * Created on 02 February 2023 * */ if (Common === undefined) diff --git a/apps/common/main/lib/controller/FocusManager.js b/apps/common/main/lib/controller/FocusManager.js index 4a9ab20aab..beb0537da6 100644 --- a/apps/common/main/lib/controller/FocusManager.js +++ b/apps/common/main/lib/controller/FocusManager.js @@ -32,8 +32,7 @@ /** * FocusManager.js * - * Created by Julia Radzhabova on 24.09.2020 - * Copyright (c) 2020 Ascensio System SIA. All rights reserved. + * Created on 24.09.2020 * */ diff --git a/apps/common/main/lib/controller/Fonts.js b/apps/common/main/lib/controller/Fonts.js index 4474c58aea..eaa09e147b 100644 --- a/apps/common/main/lib/controller/Fonts.js +++ b/apps/common/main/lib/controller/Fonts.js @@ -32,8 +32,7 @@ /** * Fonts.js * - * Created by Alexander Yuzhin on 2/11/14 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 2/11/14 * */ diff --git a/apps/common/main/lib/controller/HintManager.js b/apps/common/main/lib/controller/HintManager.js index 134638eda4..d4b6f08021 100644 --- a/apps/common/main/lib/controller/HintManager.js +++ b/apps/common/main/lib/controller/HintManager.js @@ -32,8 +32,7 @@ /** * HintManager.js * - * Created by Julia Radzhabova on 21.04.2021 - * Copyright (c) 2021 Ascensio System SIA. All rights reserved. + * Created on 21.04.2021 * */ diff --git a/apps/common/main/lib/controller/LayoutManager.js b/apps/common/main/lib/controller/LayoutManager.js index 3568168b34..d8784a9e89 100644 --- a/apps/common/main/lib/controller/LayoutManager.js +++ b/apps/common/main/lib/controller/LayoutManager.js @@ -32,8 +32,7 @@ /** * LayoutManager.js * - * Created by Julia Radzhabova on 06.10.2021 - * Copyright (c) 2021 Ascensio System SIA. All rights reserved. + * Created on 06.10.2021 * */ diff --git a/apps/common/main/lib/controller/Protection.js b/apps/common/main/lib/controller/Protection.js index fe1d2262b4..ac2986fe98 100644 --- a/apps/common/main/lib/controller/Protection.js +++ b/apps/common/main/lib/controller/Protection.js @@ -33,8 +33,7 @@ /** * Protection.js * - * Created by Julia Radzhabova on 14.11.2017 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 14.11.2017 * */ diff --git a/apps/common/main/lib/controller/ReviewChanges.js b/apps/common/main/lib/controller/ReviewChanges.js index 104d95cadc..6a8a671641 100644 --- a/apps/common/main/lib/controller/ReviewChanges.js +++ b/apps/common/main/lib/controller/ReviewChanges.js @@ -32,8 +32,7 @@ /** * ReviewChanges.js * - * Created by Julia.Radzhabova on 05.08.15 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 05.08.15 * */ diff --git a/apps/common/main/lib/controller/Scaling.js b/apps/common/main/lib/controller/Scaling.js index 6f90a740d5..3809abef78 100644 --- a/apps/common/main/lib/controller/Scaling.js +++ b/apps/common/main/lib/controller/Scaling.js @@ -31,7 +31,7 @@ */ /** - * Created by Maxim.Kadushkin on 2/5/2021. + * Created on 2/5/2021. */ define([ diff --git a/apps/common/main/lib/controller/Themes.js b/apps/common/main/lib/controller/Themes.js index 7fa4825d6e..683a4f5159 100644 --- a/apps/common/main/lib/controller/Themes.js +++ b/apps/common/main/lib/controller/Themes.js @@ -31,7 +31,7 @@ */ /** - * Created by Maxim.Kadushkin on 2/5/2021. + * Created on 2/5/2021. */ define([ diff --git a/apps/common/main/lib/core/NotificationCenter.js b/apps/common/main/lib/core/NotificationCenter.js index ee8c4d4b20..6aa2973c57 100644 --- a/apps/common/main/lib/core/NotificationCenter.js +++ b/apps/common/main/lib/core/NotificationCenter.js @@ -35,8 +35,7 @@ * A pub-sub object that can be used to decouple various parts * of an application through event-driven architecture. * - * Created by Alexander Yuzhin on 1/21/14 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 1/21/14 * */ diff --git a/apps/common/main/lib/extend/Bootstrap.js b/apps/common/main/lib/extend/Bootstrap.js index 06fbeadb35..340263b7f0 100755 --- a/apps/common/main/lib/extend/Bootstrap.js +++ b/apps/common/main/lib/extend/Bootstrap.js @@ -32,8 +32,7 @@ /** * Bootstrap.js * - * Created by Alexander Yuzhin on 5/27/14 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 5/27/14 * */ diff --git a/apps/common/main/lib/model/ChatMessage.js b/apps/common/main/lib/model/ChatMessage.js index e5f992f82f..7ed0967fb8 100644 --- a/apps/common/main/lib/model/ChatMessage.js +++ b/apps/common/main/lib/model/ChatMessage.js @@ -34,8 +34,7 @@ * * Model * - * Created by Maxim Kadushkin on 01 March 2014 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 01 March 2014 * */ diff --git a/apps/common/main/lib/model/Comment.js b/apps/common/main/lib/model/Comment.js index 79b7b8d043..7baa9ffcb3 100644 --- a/apps/common/main/lib/model/Comment.js +++ b/apps/common/main/lib/model/Comment.js @@ -32,8 +32,7 @@ /** * Comments.js * - * Created by Alexey Musinov on 16.01.14 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 16.01.14 * */ diff --git a/apps/common/main/lib/model/Font.js b/apps/common/main/lib/model/Font.js index 2a12915aa3..402ce365df 100644 --- a/apps/common/main/lib/model/Font.js +++ b/apps/common/main/lib/model/Font.js @@ -32,8 +32,7 @@ /** * Font.js * - * Created by Alexander Yuzhin on 2/11/14 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 2/11/14 * */ diff --git a/apps/common/main/lib/model/ReviewChange.js b/apps/common/main/lib/model/ReviewChange.js index 870d7de0e7..cd4a75c523 100644 --- a/apps/common/main/lib/model/ReviewChange.js +++ b/apps/common/main/lib/model/ReviewChange.js @@ -32,8 +32,7 @@ /** * ReviewChange.js * - * Created by Julia.Radzhabova on 05.08.15 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 05.08.15 * */ diff --git a/apps/common/main/lib/model/User.js b/apps/common/main/lib/model/User.js index 7ebe290f4a..028f95cc0b 100644 --- a/apps/common/main/lib/model/User.js +++ b/apps/common/main/lib/model/User.js @@ -34,8 +34,7 @@ * * Model * - * Created by Maxim Kadushkin on 27 February 2014 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 27 February 2014 * */ diff --git a/apps/common/main/lib/util/LanguageInfo.js b/apps/common/main/lib/util/LanguageInfo.js index ae06282625..9af6aea031 100644 --- a/apps/common/main/lib/util/LanguageInfo.js +++ b/apps/common/main/lib/util/LanguageInfo.js @@ -32,8 +32,7 @@ /** * LanguageInfo.js * - * Created by Maxim Kadushkin on 31 January 2014 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 31 January 2014 * */ diff --git a/apps/common/main/lib/util/LocalStorage.js b/apps/common/main/lib/util/LocalStorage.js index d2cafed9ee..8966292922 100644 --- a/apps/common/main/lib/util/LocalStorage.js +++ b/apps/common/main/lib/util/LocalStorage.js @@ -32,8 +32,7 @@ /** * LocalStorage.js * - * Created by Maxim Kadushkin on 31 July 2015 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 31 July 2015 * */ diff --git a/apps/common/main/lib/util/Shortcuts.js b/apps/common/main/lib/util/Shortcuts.js index 8fcef65caf..8ef665b28b 100644 --- a/apps/common/main/lib/util/Shortcuts.js +++ b/apps/common/main/lib/util/Shortcuts.js @@ -32,8 +32,7 @@ /** * Shortcuts.js * - * Created by Maxim Kadushkin on 05 March 2014 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 05 March 2014 * */ /* diff --git a/apps/common/main/lib/view/About.js b/apps/common/main/lib/view/About.js index cc5de6863b..5ae0640812 100644 --- a/apps/common/main/lib/view/About.js +++ b/apps/common/main/lib/view/About.js @@ -32,8 +32,7 @@ /** * About.js * - * Created by Julia Radzhabova on 3/06/14 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 3/06/14 * */ diff --git a/apps/common/main/lib/view/AdvancedSettingsWindow.js b/apps/common/main/lib/view/AdvancedSettingsWindow.js index 4753d934ce..ca5dde07d7 100644 --- a/apps/common/main/lib/view/AdvancedSettingsWindow.js +++ b/apps/common/main/lib/view/AdvancedSettingsWindow.js @@ -32,8 +32,7 @@ /** * AdvancedSettingsWindow.js * - * Created by Julia Radzhabova on 2/21/14 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 2/21/14 * */ diff --git a/apps/common/main/lib/view/AutoCorrectDialog.js b/apps/common/main/lib/view/AutoCorrectDialog.js index 1b63bb46e6..9a11d354e1 100644 --- a/apps/common/main/lib/view/AutoCorrectDialog.js +++ b/apps/common/main/lib/view/AutoCorrectDialog.js @@ -33,8 +33,7 @@ /** * AutoCorrectDialog.js * - * Created by Julia Radzhabova on 03.07.2020 - * Copyright (c) 2020 Ascensio System SIA. All rights reserved. + * Created on 03.07.2020 * */ if (Common === undefined) diff --git a/apps/common/main/lib/view/Chat.js b/apps/common/main/lib/view/Chat.js index 96bffc8f68..496ee0e706 100644 --- a/apps/common/main/lib/view/Chat.js +++ b/apps/common/main/lib/view/Chat.js @@ -34,8 +34,7 @@ * * View * - * Created by Maxim Kadushkin on 27 February 2014 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 27 February 2014 * */ diff --git a/apps/common/main/lib/view/Comments.js b/apps/common/main/lib/view/Comments.js index 0600ddfffe..b61f38bcc7 100644 --- a/apps/common/main/lib/view/Comments.js +++ b/apps/common/main/lib/view/Comments.js @@ -34,8 +34,7 @@ * * View * - * Created by Alexey Musinov on 16.01.14 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 16.01.14 * */ diff --git a/apps/common/main/lib/view/CopyWarningDialog.js b/apps/common/main/lib/view/CopyWarningDialog.js index aac545fde5..261ab65ad2 100644 --- a/apps/common/main/lib/view/CopyWarningDialog.js +++ b/apps/common/main/lib/view/CopyWarningDialog.js @@ -32,8 +32,7 @@ /** * CopyWarningDialog.js * - * Created by Alexander Yuzhin on 4/15/14 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 4/15/14 * */ diff --git a/apps/common/main/lib/view/CustomizeQuickAccessDialog.js b/apps/common/main/lib/view/CustomizeQuickAccessDialog.js index 0e786b9dcd..7ed269b14f 100644 --- a/apps/common/main/lib/view/CustomizeQuickAccessDialog.js +++ b/apps/common/main/lib/view/CustomizeQuickAccessDialog.js @@ -32,8 +32,7 @@ /** * CustomizeQuickAccessDialog.js * - * Created by Julia Svinareva on 9/04/24 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 9/04/24 * */ diff --git a/apps/common/main/lib/view/DocumentAccessDialog.js b/apps/common/main/lib/view/DocumentAccessDialog.js index 35f568271c..5a172e8094 100644 --- a/apps/common/main/lib/view/DocumentAccessDialog.js +++ b/apps/common/main/lib/view/DocumentAccessDialog.js @@ -32,8 +32,7 @@ /** * DocumentAccessDialog.js * - * Created by Julia Radzhabova on 3/14/14 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 3/14/14 * */ diff --git a/apps/common/main/lib/view/Draw.js b/apps/common/main/lib/view/Draw.js index 976eaf446f..85cd9d359b 100644 --- a/apps/common/main/lib/view/Draw.js +++ b/apps/common/main/lib/view/Draw.js @@ -33,8 +33,7 @@ /** * Draw.js * - * Created by Julia Radzhabova on 28.03.2023 - * Copyright (c) 2023 Ascensio System SIA. All rights reserved. + * Created on 28.03.2023 * */ diff --git a/apps/common/main/lib/view/EditNameDialog.js b/apps/common/main/lib/view/EditNameDialog.js index ec89bcfe6c..0f0364c3ee 100644 --- a/apps/common/main/lib/view/EditNameDialog.js +++ b/apps/common/main/lib/view/EditNameDialog.js @@ -32,8 +32,7 @@ /** * EditNameDialog.js * - * Created by Julia Radzhabova on 10.07.2020 - * Copyright (c) 2020 Ascensio System SIA. All rights reserved. + * Created on 10.07.2020 * */ diff --git a/apps/common/main/lib/view/ExternalDiagramEditor.js b/apps/common/main/lib/view/ExternalDiagramEditor.js index 9615930862..6b42ead994 100644 --- a/apps/common/main/lib/view/ExternalDiagramEditor.js +++ b/apps/common/main/lib/view/ExternalDiagramEditor.js @@ -32,8 +32,7 @@ /** * ExternalDiagramEditor.js * - * Created by Julia Radzhabova on 4/08/14 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 4/08/14 * */ diff --git a/apps/common/main/lib/view/ExternalEditor.js b/apps/common/main/lib/view/ExternalEditor.js index e28bb3e705..e64d6d5558 100644 --- a/apps/common/main/lib/view/ExternalEditor.js +++ b/apps/common/main/lib/view/ExternalEditor.js @@ -32,8 +32,7 @@ /** * ExternalEditor.js * - * Created by Julia Radzhabova on 22/06/22 - * Copyright (c) 2022 Ascensio System SIA. All rights reserved. + * Created on 22/06/22 * */ diff --git a/apps/common/main/lib/view/ExternalMergeEditor.js b/apps/common/main/lib/view/ExternalMergeEditor.js index 8da8cd5d15..9d3c145c34 100644 --- a/apps/common/main/lib/view/ExternalMergeEditor.js +++ b/apps/common/main/lib/view/ExternalMergeEditor.js @@ -32,8 +32,7 @@ /** * ExternalDiagramEditor.js * - * Created by Julia Radzhabova on 4/08/14 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 4/08/14 * */ diff --git a/apps/common/main/lib/view/ExternalOleEditor.js b/apps/common/main/lib/view/ExternalOleEditor.js index b9aa1d707d..bf5a6743e9 100644 --- a/apps/common/main/lib/view/ExternalOleEditor.js +++ b/apps/common/main/lib/view/ExternalOleEditor.js @@ -32,8 +32,7 @@ /** * ExternalOleEditor.js * - * Created by Julia Radzhabova on 3/10/22 - * Copyright (c) 2022 Ascensio System SIA. All rights reserved. + * Created on 3/10/22 * */ diff --git a/apps/common/main/lib/view/Header.js b/apps/common/main/lib/view/Header.js index 8e1c7c4b58..13e83a1f2a 100644 --- a/apps/common/main/lib/view/Header.js +++ b/apps/common/main/lib/view/Header.js @@ -32,8 +32,7 @@ /** * Header.js * - * Created by Alexander Yuzhin on 2/14/14 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 2/14/14 * */ diff --git a/apps/common/main/lib/view/ImageFromUrlDialog.js b/apps/common/main/lib/view/ImageFromUrlDialog.js index 8efa331299..06a2b4e0f6 100644 --- a/apps/common/main/lib/view/ImageFromUrlDialog.js +++ b/apps/common/main/lib/view/ImageFromUrlDialog.js @@ -32,8 +32,7 @@ /** * ImageFromUrlDialog.js * - * Created by Alexander Yuzhin on 2/18/14 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 2/18/14 * */ diff --git a/apps/common/main/lib/view/InsertTableDialog.js b/apps/common/main/lib/view/InsertTableDialog.js index e52a80b7a0..2473cf07c0 100644 --- a/apps/common/main/lib/view/InsertTableDialog.js +++ b/apps/common/main/lib/view/InsertTableDialog.js @@ -32,8 +32,7 @@ /** * InsertTableDialog.js * - * Created by Alexander Yuzhin on 2/17/14 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 2/17/14 * */ diff --git a/apps/common/main/lib/view/LanguageDialog.js b/apps/common/main/lib/view/LanguageDialog.js index caa72e5250..38fe49363d 100644 --- a/apps/common/main/lib/view/LanguageDialog.js +++ b/apps/common/main/lib/view/LanguageDialog.js @@ -33,8 +33,7 @@ /** * LanguageDialog.js * - * Created by Julia Radzhabova on 04/25/2017 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 04/25/2017 * */ diff --git a/apps/common/main/lib/view/ListSettingsDialog.js b/apps/common/main/lib/view/ListSettingsDialog.js index ef94e37f4a..78dd4e1bcb 100644 --- a/apps/common/main/lib/view/ListSettingsDialog.js +++ b/apps/common/main/lib/view/ListSettingsDialog.js @@ -33,8 +33,7 @@ /** * ListSettingsDialog.js * - * Created by Julia Radzhabova on 30.10.2019 - * Copyright (c) 2019 Ascensio System SIA. All rights reserved. + * Created on 30.10.2019 * */ diff --git a/apps/common/main/lib/view/OpenDialog.js b/apps/common/main/lib/view/OpenDialog.js index 0f97c17506..ea6e469531 100644 --- a/apps/common/main/lib/view/OpenDialog.js +++ b/apps/common/main/lib/view/OpenDialog.js @@ -34,8 +34,7 @@ * * Select Codepage for open CSV/TXT format file. * - * Created by Alexey.Musinov on 29/04/14 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 29/04/14 * */ diff --git a/apps/common/main/lib/view/OptionsDialog.js b/apps/common/main/lib/view/OptionsDialog.js index 6534c79266..fdbcac6297 100644 --- a/apps/common/main/lib/view/OptionsDialog.js +++ b/apps/common/main/lib/view/OptionsDialog.js @@ -32,8 +32,7 @@ /** * OptionsDialog.js * - * Created by Julia Radzhabova on 15.10.2020 - * Copyright (c) 2020 Ascensio System SIA. All rights reserved. + * Created on 15.10.2020 * */ define([ diff --git a/apps/common/main/lib/view/PasswordDialog.js b/apps/common/main/lib/view/PasswordDialog.js index 0d34cca8da..77a148ab38 100644 --- a/apps/common/main/lib/view/PasswordDialog.js +++ b/apps/common/main/lib/view/PasswordDialog.js @@ -34,8 +34,7 @@ * * Select Codepage for open CSV/TXT format file. * - * Created by Alexey.Musinov on 29/04/14 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 29/04/14 * */ diff --git a/apps/common/main/lib/view/Protection.js b/apps/common/main/lib/view/Protection.js index af7d17bc67..b73b05bbaa 100644 --- a/apps/common/main/lib/view/Protection.js +++ b/apps/common/main/lib/view/Protection.js @@ -33,8 +33,7 @@ /** * Protection.js * - * Created by Julia Radzhabova on 14.11.2017 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 14.11.2017 * */ diff --git a/apps/common/main/lib/view/RecentFiles.js b/apps/common/main/lib/view/RecentFiles.js index 8d1e7a9487..715cff35c3 100644 --- a/apps/common/main/lib/view/RecentFiles.js +++ b/apps/common/main/lib/view/RecentFiles.js @@ -34,8 +34,7 @@ * * View * - * Created by Olga Sharova on 20.04.2023 - * Copyright (c) 2023 Ascensio System SIA. All rights reserved. + * Created on 20.04.2023 * */ if (Common === undefined) diff --git a/apps/common/main/lib/view/RenameDialog.js b/apps/common/main/lib/view/RenameDialog.js index c154299345..8c6c2fbc39 100644 --- a/apps/common/main/lib/view/RenameDialog.js +++ b/apps/common/main/lib/view/RenameDialog.js @@ -32,8 +32,7 @@ /** * RenameDialog.js * - * Created by Julia Radzhabova on 9/23/16 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 9/23/16 * */ diff --git a/apps/common/main/lib/view/ReviewChanges.js b/apps/common/main/lib/view/ReviewChanges.js index 06df7d7d22..2bff69e274 100644 --- a/apps/common/main/lib/view/ReviewChanges.js +++ b/apps/common/main/lib/view/ReviewChanges.js @@ -34,8 +34,7 @@ * * View * - * Created by Julia.Radzhabova on 05.08.15 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 05.08.15 * */ diff --git a/apps/common/main/lib/view/ReviewPopover.js b/apps/common/main/lib/view/ReviewPopover.js index 64b2f2bf9c..0126ccbda8 100644 --- a/apps/common/main/lib/view/ReviewPopover.js +++ b/apps/common/main/lib/view/ReviewPopover.js @@ -34,8 +34,7 @@ * * View * - * Created by Julia Radzhabova on 06.06.2018 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 06.06.2018 * */ diff --git a/apps/common/main/lib/view/SaveAsDlg.js b/apps/common/main/lib/view/SaveAsDlg.js index 52d7f9ef9e..dd4a5671d1 100644 --- a/apps/common/main/lib/view/SaveAsDlg.js +++ b/apps/common/main/lib/view/SaveAsDlg.js @@ -30,8 +30,7 @@ * */ /** - * Created by Julia.Radzhabova on 9/27/18 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 9/27/18 */ define([ diff --git a/apps/common/main/lib/view/SearchBar.js b/apps/common/main/lib/view/SearchBar.js index fb3e015141..93e2f51241 100644 --- a/apps/common/main/lib/view/SearchBar.js +++ b/apps/common/main/lib/view/SearchBar.js @@ -32,8 +32,7 @@ /** * SearchBar.js * - * Created by Julia Svinareva on 03.02.2022 - * Copyright (c) 2022 Ascensio System SIA. All rights reserved. + * Created on 03.02.2022 * */ diff --git a/apps/common/main/lib/view/SearchDialog.js b/apps/common/main/lib/view/SearchDialog.js index 4e39f233e9..62783c49ef 100644 --- a/apps/common/main/lib/view/SearchDialog.js +++ b/apps/common/main/lib/view/SearchDialog.js @@ -32,8 +32,7 @@ /** * SearchDialog.js * - * Created by Maxim Kadushkin on 03 March 2014 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 03 March 2014 * */ diff --git a/apps/common/main/lib/view/ShapeShadowDialog.js b/apps/common/main/lib/view/ShapeShadowDialog.js index 139fc266b9..29958a5fa4 100644 --- a/apps/common/main/lib/view/ShapeShadowDialog.js +++ b/apps/common/main/lib/view/ShapeShadowDialog.js @@ -33,8 +33,7 @@ * * ShapeShadowDialog.js * - * Created by Alexey Koshelev on 27.09.23 - * Copyright (c) 2023 Ascensio System SIA. All rights reserved. + * Created on 27.09.23 * */ diff --git a/apps/common/main/lib/view/SignDialog.js b/apps/common/main/lib/view/SignDialog.js index 23d66706ce..225ce82a88 100644 --- a/apps/common/main/lib/view/SignDialog.js +++ b/apps/common/main/lib/view/SignDialog.js @@ -32,8 +32,7 @@ /** * SignDialog.js * - * Created by Julia Radzhabova on 5/19/17 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 5/19/17 * */ diff --git a/apps/common/main/lib/view/SignSettingsDialog.js b/apps/common/main/lib/view/SignSettingsDialog.js index 03d43fe5c2..1168f6e350 100644 --- a/apps/common/main/lib/view/SignSettingsDialog.js +++ b/apps/common/main/lib/view/SignSettingsDialog.js @@ -32,8 +32,7 @@ /** * SignSettingsDialog.js * - * Created by Julia Radzhabova on 5/19/17 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 5/19/17 * */ diff --git a/apps/common/main/lib/view/SymbolTableDialog.js b/apps/common/main/lib/view/SymbolTableDialog.js index 1f5e0c92d2..bc0dcc7b94 100644 --- a/apps/common/main/lib/view/SymbolTableDialog.js +++ b/apps/common/main/lib/view/SymbolTableDialog.js @@ -33,8 +33,7 @@ /** * SymbolTableDialog.js * - * Created by Julia Radzhabova on 07.11.2019 - * Copyright (c) 2019 Ascensio System SIA. All rights reserved. + * Created on 07.11.2019 * */ if (Common === undefined) diff --git a/apps/common/main/lib/view/UserNameDialog.js b/apps/common/main/lib/view/UserNameDialog.js index c47c1edd71..21ebd7dd0b 100644 --- a/apps/common/main/lib/view/UserNameDialog.js +++ b/apps/common/main/lib/view/UserNameDialog.js @@ -32,8 +32,7 @@ /** * UserNameDialog.js * - * Created by Julia Radzhabova on 09.12.2020 - * Copyright (c) 2020 Ascensio System SIA. All rights reserved. + * Created on 09.12.2020 * */ diff --git a/apps/documenteditor/embed/js/SearchBar.js b/apps/documenteditor/embed/js/SearchBar.js index c5e08ef72c..afe0da402e 100644 --- a/apps/documenteditor/embed/js/SearchBar.js +++ b/apps/documenteditor/embed/js/SearchBar.js @@ -33,8 +33,7 @@ /** * SearchBar.js * - * Created by Julia Svinareva on 27.04.2022 - * Copyright (c) 2022 Ascensio System SIA. All rights reserved. + * Created on 27.04.2022 * */ diff --git a/apps/documenteditor/forms/app/controller/SearchBar.js b/apps/documenteditor/forms/app/controller/SearchBar.js index 379277d85d..c607f84d3c 100644 --- a/apps/documenteditor/forms/app/controller/SearchBar.js +++ b/apps/documenteditor/forms/app/controller/SearchBar.js @@ -33,8 +33,7 @@ /** * SearchBar.js * - * Created by Julia Svinareva on 3.06.2022 - * Copyright (c) 2022 Ascensio System SIA. All rights reserved. + * Created on 3.06.2022 * */ diff --git a/apps/documenteditor/main/app.js b/apps/documenteditor/main/app.js index d0d9920fd2..6f8fba89b9 100644 --- a/apps/documenteditor/main/app.js +++ b/apps/documenteditor/main/app.js @@ -32,8 +32,7 @@ /** * app.js * - * Created by Alexander Yuzhin on 12/27/13 - * Copyright (c) 2013 Ascensio System SIA. All rights reserved. + * Created on 12/27/13 * */ diff --git a/apps/documenteditor/main/app/collection/EquationGroups.js b/apps/documenteditor/main/app/collection/EquationGroups.js index 0850819578..58f74e0f74 100644 --- a/apps/documenteditor/main/app/collection/EquationGroups.js +++ b/apps/documenteditor/main/app/collection/EquationGroups.js @@ -32,8 +32,7 @@ /** * EquationGroups.js * - * Created by Alexey Musinov on 29/10/14 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 29/10/14 * */ diff --git a/apps/documenteditor/main/app/collection/ShapeGroups.js b/apps/documenteditor/main/app/collection/ShapeGroups.js index 883c2a9485..dae9fceead 100644 --- a/apps/documenteditor/main/app/collection/ShapeGroups.js +++ b/apps/documenteditor/main/app/collection/ShapeGroups.js @@ -32,8 +32,7 @@ /** * ShapeGroups.js * - * Created by Alexander Yuzhin on 2/10/14 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 2/10/14 * */ diff --git a/apps/documenteditor/main/app/controller/DocProtection.js b/apps/documenteditor/main/app/controller/DocProtection.js index 7cd8eb6048..c2806c102a 100644 --- a/apps/documenteditor/main/app/controller/DocProtection.js +++ b/apps/documenteditor/main/app/controller/DocProtection.js @@ -33,8 +33,7 @@ /** * DocProtection.js * - * Created by Julia Radzhabova on 21.09.2022 - * Copyright (c) 2022 Ascensio System SIA. All rights reserved. + * Created on 21.09.2022 * */ define([ diff --git a/apps/documenteditor/main/app/controller/DocumentHolder.js b/apps/documenteditor/main/app/controller/DocumentHolder.js index c14f655b81..7409ba72ed 100644 --- a/apps/documenteditor/main/app/controller/DocumentHolder.js +++ b/apps/documenteditor/main/app/controller/DocumentHolder.js @@ -34,8 +34,7 @@ * * DocumentHolder controller * - * Created by Alexander Yuzhin on 1/15/14 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 1/15/14 * */ diff --git a/apps/documenteditor/main/app/controller/FormsTab.js b/apps/documenteditor/main/app/controller/FormsTab.js index 58e3a43741..36fc0c0171 100644 --- a/apps/documenteditor/main/app/controller/FormsTab.js +++ b/apps/documenteditor/main/app/controller/FormsTab.js @@ -33,8 +33,7 @@ /** * FormsTab.js * - * Created by Julia Radzhabova on 06.10.2020 - * Copyright (c) 2020 Ascensio System SIA. All rights reserved. + * Created on 06.10.2020 * */ diff --git a/apps/documenteditor/main/app/controller/LeftMenu.js b/apps/documenteditor/main/app/controller/LeftMenu.js index 046fddbcb2..c0284ec2b8 100644 --- a/apps/documenteditor/main/app/controller/LeftMenu.js +++ b/apps/documenteditor/main/app/controller/LeftMenu.js @@ -34,8 +34,7 @@ * * Controller * - * Created by Maxim Kadushkin on 19 February 2014 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 19 February 2014 * */ diff --git a/apps/documenteditor/main/app/controller/Links.js b/apps/documenteditor/main/app/controller/Links.js index 8c59b1e010..5fa57e8df4 100644 --- a/apps/documenteditor/main/app/controller/Links.js +++ b/apps/documenteditor/main/app/controller/Links.js @@ -33,8 +33,7 @@ /** * Links.js * - * Created by Julia Radzhabova on 22.12.2017 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 22.12.2017 * */ diff --git a/apps/documenteditor/main/app/controller/Main.js b/apps/documenteditor/main/app/controller/Main.js index 23ae0d0121..cefed668fd 100644 --- a/apps/documenteditor/main/app/controller/Main.js +++ b/apps/documenteditor/main/app/controller/Main.js @@ -34,8 +34,7 @@ * * Main controller * - * Created by Alexander Yuzhin on 1/15/14 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 1/15/14 * */ diff --git a/apps/documenteditor/main/app/controller/PageLayout.js b/apps/documenteditor/main/app/controller/PageLayout.js index 479252d1da..01d79c9e7b 100644 --- a/apps/documenteditor/main/app/controller/PageLayout.js +++ b/apps/documenteditor/main/app/controller/PageLayout.js @@ -38,7 +38,7 @@ * * Extra controller for toolbar * - * Created by Maxim.Kadushkin on 3/31/2017. + * Created on 3/31/2017. */ define([ diff --git a/apps/documenteditor/main/app/controller/RightMenu.js b/apps/documenteditor/main/app/controller/RightMenu.js index af0d09a3ad..57545c1295 100644 --- a/apps/documenteditor/main/app/controller/RightMenu.js +++ b/apps/documenteditor/main/app/controller/RightMenu.js @@ -32,8 +32,7 @@ /** * RightMenu.js * - * Created by Julia Radzhabova on 1/17/14 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 1/17/14 * */ diff --git a/apps/documenteditor/main/app/controller/Search.js b/apps/documenteditor/main/app/controller/Search.js index 0150774511..65ef9c5250 100644 --- a/apps/documenteditor/main/app/controller/Search.js +++ b/apps/documenteditor/main/app/controller/Search.js @@ -33,8 +33,7 @@ /** * ViewTab.js * - * Created by Julia Svinareva on 09.02.2022 - * Copyright (c) 2022 Ascensio System SIA. All rights reserved. + * Created on 09.02.2022 * */ diff --git a/apps/documenteditor/main/app/controller/Statusbar.js b/apps/documenteditor/main/app/controller/Statusbar.js index 60c0442e30..edce5aa4d8 100644 --- a/apps/documenteditor/main/app/controller/Statusbar.js +++ b/apps/documenteditor/main/app/controller/Statusbar.js @@ -34,8 +34,7 @@ * * Statusbar controller * - * Created by Alexander Yuzhin on 1/15/14 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 1/15/14 * */ diff --git a/apps/documenteditor/main/app/controller/Toolbar.js b/apps/documenteditor/main/app/controller/Toolbar.js index 4c5d3bedcd..aef293fb10 100644 --- a/apps/documenteditor/main/app/controller/Toolbar.js +++ b/apps/documenteditor/main/app/controller/Toolbar.js @@ -34,8 +34,7 @@ * * Toolbar Controller * - * Created by Alexander Yuzhin on 1/15/14 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 1/15/14 * */ diff --git a/apps/documenteditor/main/app/controller/ViewTab.js b/apps/documenteditor/main/app/controller/ViewTab.js index 2a0a7472f3..250a589527 100644 --- a/apps/documenteditor/main/app/controller/ViewTab.js +++ b/apps/documenteditor/main/app/controller/ViewTab.js @@ -33,8 +33,7 @@ /** * ViewTab.js * - * Created by Julia Svinareva on 06.12.2021 - * Copyright (c) 2021 Ascensio System SIA. All rights reserved. + * Created on 06.12.2021 * */ diff --git a/apps/documenteditor/main/app/controller/Viewport.js b/apps/documenteditor/main/app/controller/Viewport.js index 22568809e1..c9080a2da1 100644 --- a/apps/documenteditor/main/app/controller/Viewport.js +++ b/apps/documenteditor/main/app/controller/Viewport.js @@ -35,8 +35,7 @@ * This is out main controller which will do most of job * It will listen for view and collection events and manage all data-related operations * - * Created by Alexander Yuzhin on 1/15/14 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 1/15/14 * */ diff --git a/apps/documenteditor/main/app/model/EquationGroup.js b/apps/documenteditor/main/app/model/EquationGroup.js index a6ea1eda1b..be30bc4a45 100644 --- a/apps/documenteditor/main/app/model/EquationGroup.js +++ b/apps/documenteditor/main/app/model/EquationGroup.js @@ -32,8 +32,7 @@ /** * EquationGroup.js * - * Created by Alexey Musinov on 29/10/14 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 29/10/14 * */ diff --git a/apps/documenteditor/main/app/model/ShapeGroup.js b/apps/documenteditor/main/app/model/ShapeGroup.js index 3f3c8b2a9c..68ecf12134 100644 --- a/apps/documenteditor/main/app/model/ShapeGroup.js +++ b/apps/documenteditor/main/app/model/ShapeGroup.js @@ -32,8 +32,7 @@ /** * ShapeGroup.js * - * Created by Alexander Yuzhin on 2/10/14 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 2/10/14 * */ diff --git a/apps/documenteditor/main/app/view/AddNewCaptionLabelDialog.js b/apps/documenteditor/main/app/view/AddNewCaptionLabelDialog.js index 6a3493c17a..2663013ec9 100644 --- a/apps/documenteditor/main/app/view/AddNewCaptionLabelDialog.js +++ b/apps/documenteditor/main/app/view/AddNewCaptionLabelDialog.js @@ -32,8 +32,7 @@ /** * AddNewCaptionLabelDialog.js * - * Created by Julia Svinareva on 03/10/19 - * Copyright (c) 2019 Ascensio System SIA. All rights reserved. + * Created on 03/10/19 * */ diff --git a/apps/documenteditor/main/app/view/BookmarksDialog.js b/apps/documenteditor/main/app/view/BookmarksDialog.js index 877e02ec66..3fad0edc77 100644 --- a/apps/documenteditor/main/app/view/BookmarksDialog.js +++ b/apps/documenteditor/main/app/view/BookmarksDialog.js @@ -33,8 +33,7 @@ /** * BookmarksDialog.js.js * - * Created by Julia Radzhabova on 15.02.2018 - * Copyright (c) 2017 Ascensio System SIA. All rights reserved. + * Created on 15.02.2018 * */ diff --git a/apps/documenteditor/main/app/view/CaptionDialog.js b/apps/documenteditor/main/app/view/CaptionDialog.js index 6a6d980623..e9c6daad12 100644 --- a/apps/documenteditor/main/app/view/CaptionDialog.js +++ b/apps/documenteditor/main/app/view/CaptionDialog.js @@ -33,8 +33,7 @@ /** * CaptionDialog.js * - * Created by Julia Radzhabova on 10.09.2019 - * Copyright (c) 2019 Ascensio System SIA. All rights reserved. + * Created on 10.09.2019 * */ define([ diff --git a/apps/documenteditor/main/app/view/CellsAddDialog.js b/apps/documenteditor/main/app/view/CellsAddDialog.js index 0735b07228..264e3bfa39 100644 --- a/apps/documenteditor/main/app/view/CellsAddDialog.js +++ b/apps/documenteditor/main/app/view/CellsAddDialog.js @@ -33,8 +33,7 @@ /** * CellsAddDialog.js * - * Created by Julia Radzhabova on 06.09.2019 - * Copyright (c) 2019 Ascensio System SIA. All rights reserved. + * Created on 06.09.2019 * */ diff --git a/apps/documenteditor/main/app/view/ChartSettings.js b/apps/documenteditor/main/app/view/ChartSettings.js index 7efeddf774..5b984d1cf9 100644 --- a/apps/documenteditor/main/app/view/ChartSettings.js +++ b/apps/documenteditor/main/app/view/ChartSettings.js @@ -32,8 +32,7 @@ /** * ChartSettings.js * - * Created by Julia Radzhabova on 2/07/14 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 2/07/14 * */ diff --git a/apps/documenteditor/main/app/view/ControlSettingsDialog.js b/apps/documenteditor/main/app/view/ControlSettingsDialog.js index 9503b845d5..328e8481a6 100644 --- a/apps/documenteditor/main/app/view/ControlSettingsDialog.js +++ b/apps/documenteditor/main/app/view/ControlSettingsDialog.js @@ -33,8 +33,7 @@ /** * ControlSettingsDialog.js.js * - * Created by Julia Radzhabova on 12.12.2017 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 12.12.2017 * */ diff --git a/apps/documenteditor/main/app/view/CrossReferenceDialog.js b/apps/documenteditor/main/app/view/CrossReferenceDialog.js index 58bf3d315c..13e1bce582 100644 --- a/apps/documenteditor/main/app/view/CrossReferenceDialog.js +++ b/apps/documenteditor/main/app/view/CrossReferenceDialog.js @@ -33,8 +33,7 @@ /** * CrossReferenceDialog.js * - * Created by Julia Radzhabova on 22.09.2020 - * Copyright (c) 2020 Ascensio System SIA. All rights reserved. + * Created on 22.09.2020 * */ define([ diff --git a/apps/documenteditor/main/app/view/CustomColumnsDialog.js b/apps/documenteditor/main/app/view/CustomColumnsDialog.js index 9caf0a6b23..31851588ec 100644 --- a/apps/documenteditor/main/app/view/CustomColumnsDialog.js +++ b/apps/documenteditor/main/app/view/CustomColumnsDialog.js @@ -32,8 +32,7 @@ /** * CustomColumnsDialog.js * - * Created by Julia Radzhabova on 6/23/17 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 6/23/17 * */ diff --git a/apps/documenteditor/main/app/view/DateTimeDialog.js b/apps/documenteditor/main/app/view/DateTimeDialog.js index a5ec5120ed..9ee549f81a 100644 --- a/apps/documenteditor/main/app/view/DateTimeDialog.js +++ b/apps/documenteditor/main/app/view/DateTimeDialog.js @@ -32,8 +32,7 @@ /** * DateTimeDialog.js * - * Created by Julia Radzhabova on 26.06.2019 - * Copyright (c) 2019 Ascensio System SIA. All rights reserved. + * Created on 26.06.2019 * */ diff --git a/apps/documenteditor/main/app/view/DocProtection.js b/apps/documenteditor/main/app/view/DocProtection.js index 49e25a9eab..7128465ced 100644 --- a/apps/documenteditor/main/app/view/DocProtection.js +++ b/apps/documenteditor/main/app/view/DocProtection.js @@ -33,8 +33,7 @@ /** * DocProtection.js * - * Created by Julia Radzhabova on 21.09.2022 - * Copyright (c) 2022 Ascensio System SIA. All rights reserved. + * Created on 21.09.2022 * */ define([ diff --git a/apps/documenteditor/main/app/view/DocumentHolder.js b/apps/documenteditor/main/app/view/DocumentHolder.js index f2ee1cb2fc..d8136407cf 100644 --- a/apps/documenteditor/main/app/view/DocumentHolder.js +++ b/apps/documenteditor/main/app/view/DocumentHolder.js @@ -34,8 +34,7 @@ * * DocumentHolder view * - * Created by Alexander Yuzhin on 1/11/14 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 1/11/14 * */ diff --git a/apps/documenteditor/main/app/view/DropcapSettingsAdvanced.js b/apps/documenteditor/main/app/view/DropcapSettingsAdvanced.js index 835bc07e1d..149ecd5a33 100644 --- a/apps/documenteditor/main/app/view/DropcapSettingsAdvanced.js +++ b/apps/documenteditor/main/app/view/DropcapSettingsAdvanced.js @@ -32,8 +32,7 @@ /** * DropcapSettingsAdvanced.js * - * Created by Alexander Yuzhin on 2/24/14 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 2/24/14 * */ diff --git a/apps/documenteditor/main/app/view/EditListItemDialog.js b/apps/documenteditor/main/app/view/EditListItemDialog.js index 0cf3710225..70dd298baf 100644 --- a/apps/documenteditor/main/app/view/EditListItemDialog.js +++ b/apps/documenteditor/main/app/view/EditListItemDialog.js @@ -33,8 +33,7 @@ /** * EditListItemDialog.js * - * Created by Julia Radzhabova on 05.11.2019 - * Copyright (c) 2019 Ascensio System SIA. All rights reserved. + * Created on 05.11.2019 * */ diff --git a/apps/documenteditor/main/app/view/FileMenu.js b/apps/documenteditor/main/app/view/FileMenu.js index a2592c2b86..5ed68640c0 100644 --- a/apps/documenteditor/main/app/view/FileMenu.js +++ b/apps/documenteditor/main/app/view/FileMenu.js @@ -34,8 +34,7 @@ * * Describes menu 'File' for the left tool menu * - * Created by Maxim Kadushkin on 14 February 2014 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 14 February 2014 * */ diff --git a/apps/documenteditor/main/app/view/FileMenuPanels.js b/apps/documenteditor/main/app/view/FileMenuPanels.js index 31b6f0d89c..212f2f4d91 100644 --- a/apps/documenteditor/main/app/view/FileMenuPanels.js +++ b/apps/documenteditor/main/app/view/FileMenuPanels.js @@ -34,8 +34,7 @@ * * Contains views for menu 'File' * - * Created by Maxim Kadushkin on 20 February 2014 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 20 February 2014 * */ diff --git a/apps/documenteditor/main/app/view/FormSettings.js b/apps/documenteditor/main/app/view/FormSettings.js index f69585cf1a..3203a61687 100644 --- a/apps/documenteditor/main/app/view/FormSettings.js +++ b/apps/documenteditor/main/app/view/FormSettings.js @@ -32,8 +32,7 @@ /** * FormSettings.js * - * Created by Julia Radzhabova on 28/09/20 - * Copyright (c) 2020 Ascensio System SIA. All rights reserved. + * Created on 28/09/20 * */ diff --git a/apps/documenteditor/main/app/view/FormsTab.js b/apps/documenteditor/main/app/view/FormsTab.js index 88401929d8..17973c7f1c 100644 --- a/apps/documenteditor/main/app/view/FormsTab.js +++ b/apps/documenteditor/main/app/view/FormsTab.js @@ -33,8 +33,7 @@ /** * FormsTab.js * - * Created by Julia Radzhabova on 06.10.2020 - * Copyright (c) 2020 Ascensio System SIA. All rights reserved. + * Created on 06.10.2020 * */ diff --git a/apps/documenteditor/main/app/view/HeaderFooterSettings.js b/apps/documenteditor/main/app/view/HeaderFooterSettings.js index d4e86894fa..9c7b0aead7 100644 --- a/apps/documenteditor/main/app/view/HeaderFooterSettings.js +++ b/apps/documenteditor/main/app/view/HeaderFooterSettings.js @@ -32,8 +32,7 @@ /** * HeaderFooterSettings.js * - * Created by Julia Radzhabova on 02/03/14 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 02/03/14 * */ diff --git a/apps/documenteditor/main/app/view/HyperlinkSettingsDialog.js b/apps/documenteditor/main/app/view/HyperlinkSettingsDialog.js index 24a660cfc5..c6167ee0cf 100644 --- a/apps/documenteditor/main/app/view/HyperlinkSettingsDialog.js +++ b/apps/documenteditor/main/app/view/HyperlinkSettingsDialog.js @@ -32,8 +32,7 @@ /** * HyperlinkSettingsDialog.js * - * Created by Alexander Yuzhin on 2/20/14 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 2/20/14 * */ diff --git a/apps/documenteditor/main/app/view/HyphenationDialog.js b/apps/documenteditor/main/app/view/HyphenationDialog.js index ad179236c4..a19d282ade 100644 --- a/apps/documenteditor/main/app/view/HyphenationDialog.js +++ b/apps/documenteditor/main/app/view/HyphenationDialog.js @@ -32,8 +32,7 @@ /** * HyphenationDialog.js * - * Created by Julia Radzhabova on 24/08/23 - * Copyright (c) 2023 Ascensio System SIA. All rights reserved. + * Created on 24/08/23 * */ diff --git a/apps/documenteditor/main/app/view/ImageSettings.js b/apps/documenteditor/main/app/view/ImageSettings.js index 0e6f57bfa1..3c8bff18af 100644 --- a/apps/documenteditor/main/app/view/ImageSettings.js +++ b/apps/documenteditor/main/app/view/ImageSettings.js @@ -32,8 +32,7 @@ /** * ImageSettings.js * - * Created by Julia Radzhabova on 2/05/14 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 2/05/14 * */ diff --git a/apps/documenteditor/main/app/view/ImageSettingsAdvanced.js b/apps/documenteditor/main/app/view/ImageSettingsAdvanced.js index 6ec86a2b98..162efb6e65 100644 --- a/apps/documenteditor/main/app/view/ImageSettingsAdvanced.js +++ b/apps/documenteditor/main/app/view/ImageSettingsAdvanced.js @@ -32,8 +32,7 @@ /** * ImageSettingsAdvanced.js * - * Created by Julia Radzhabova on 3/03/14 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 3/03/14 * */ diff --git a/apps/documenteditor/main/app/view/LeftMenu.js b/apps/documenteditor/main/app/view/LeftMenu.js index 5a9b5b0b20..bc03e54dae 100644 --- a/apps/documenteditor/main/app/view/LeftMenu.js +++ b/apps/documenteditor/main/app/view/LeftMenu.js @@ -32,8 +32,7 @@ /** * LeftMenu.js * - * Created by Maxim Kadushkin on 13 February 2014 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 13 February 2014 * */ diff --git a/apps/documenteditor/main/app/view/LineNumbersDialog.js b/apps/documenteditor/main/app/view/LineNumbersDialog.js index ef045e44ea..e5d5e46450 100644 --- a/apps/documenteditor/main/app/view/LineNumbersDialog.js +++ b/apps/documenteditor/main/app/view/LineNumbersDialog.js @@ -32,8 +32,7 @@ /** * LineNumbersDialog.js * - * Created by Julia Svinareva on 18/09/19 - * Copyright (c) 2020 Ascensio System SIA. All rights reserved. + * Created on 18/09/19 * */ diff --git a/apps/documenteditor/main/app/view/Links.js b/apps/documenteditor/main/app/view/Links.js index a36f1240b4..472ea46c19 100644 --- a/apps/documenteditor/main/app/view/Links.js +++ b/apps/documenteditor/main/app/view/Links.js @@ -33,8 +33,7 @@ /** * Links.js * - * Created by Julia Radzhabova on 22.12.2017 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 22.12.2017 * */ diff --git a/apps/documenteditor/main/app/view/ListIndentsDialog.js b/apps/documenteditor/main/app/view/ListIndentsDialog.js index 3d7e6bebeb..a0cce92b20 100644 --- a/apps/documenteditor/main/app/view/ListIndentsDialog.js +++ b/apps/documenteditor/main/app/view/ListIndentsDialog.js @@ -33,8 +33,7 @@ /** * ListIndentsDialog.js * - * Created by Julia Radzhabova on 10/13/22 - * Copyright (c) 2022 Ascensio System SIA. All rights reserved. + * Created on 10/13/22 * */ diff --git a/apps/documenteditor/main/app/view/ListSettingsDialog.js b/apps/documenteditor/main/app/view/ListSettingsDialog.js index adb933493d..43170f8194 100644 --- a/apps/documenteditor/main/app/view/ListSettingsDialog.js +++ b/apps/documenteditor/main/app/view/ListSettingsDialog.js @@ -33,8 +33,7 @@ /** * ListSettingsDialog.js * - * Created by Julia Radzhabova on 03.12.2019 - * Copyright (c) 2019 Ascensio System SIA. All rights reserved. + * Created on 03.12.2019 * */ diff --git a/apps/documenteditor/main/app/view/ListTypesAdvanced.js b/apps/documenteditor/main/app/view/ListTypesAdvanced.js index 4ad428027f..fd9e7beb4b 100644 --- a/apps/documenteditor/main/app/view/ListTypesAdvanced.js +++ b/apps/documenteditor/main/app/view/ListTypesAdvanced.js @@ -34,8 +34,7 @@ /** * ListTypesAdvanced.js * - * Created by Julia Radzhabova on 11/16/2022 - * Copyright (c) 2022 Ascensio System SIA. All rights reserved. + * Created on 11/16/2022 * */ diff --git a/apps/documenteditor/main/app/view/NoteSettingsDialog.js b/apps/documenteditor/main/app/view/NoteSettingsDialog.js index fe982e7ad0..59310e0003 100644 --- a/apps/documenteditor/main/app/view/NoteSettingsDialog.js +++ b/apps/documenteditor/main/app/view/NoteSettingsDialog.js @@ -33,8 +33,7 @@ /** * NoteSettingsDialog.js.js * - * Created by Julia Radzhabova on 18.12.2016 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 18.12.2016 * */ diff --git a/apps/documenteditor/main/app/view/NotesRemoveDialog.js b/apps/documenteditor/main/app/view/NotesRemoveDialog.js index 554e6bbc3f..76a4b38edd 100644 --- a/apps/documenteditor/main/app/view/NotesRemoveDialog.js +++ b/apps/documenteditor/main/app/view/NotesRemoveDialog.js @@ -32,8 +32,7 @@ /** * NotesRemoveDialog.js * - * Created by Julia Radzhabova on 29.07.2020 - * Copyright (c) 2020 Ascensio System SIA. All rights reserved. + * Created on 29.07.2020 * */ define([ diff --git a/apps/documenteditor/main/app/view/NumberingValueDialog.js b/apps/documenteditor/main/app/view/NumberingValueDialog.js index 2c4479ed34..86733587c1 100644 --- a/apps/documenteditor/main/app/view/NumberingValueDialog.js +++ b/apps/documenteditor/main/app/view/NumberingValueDialog.js @@ -32,8 +32,7 @@ /** * NumberingValueDialog.js * - * Created by Julia Radzhabova on 7/20/18 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 7/20/18 * */ diff --git a/apps/documenteditor/main/app/view/PageMarginsDialog.js b/apps/documenteditor/main/app/view/PageMarginsDialog.js index 618d3ef840..3231cae6cd 100644 --- a/apps/documenteditor/main/app/view/PageMarginsDialog.js +++ b/apps/documenteditor/main/app/view/PageMarginsDialog.js @@ -32,8 +32,7 @@ /** * PageMarginsDialog.js * - * Created by Julia Radzhabova on 2/12/16 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 2/12/16 * */ diff --git a/apps/documenteditor/main/app/view/PageSizeDialog.js b/apps/documenteditor/main/app/view/PageSizeDialog.js index 505f99d984..d6d60b7bf9 100644 --- a/apps/documenteditor/main/app/view/PageSizeDialog.js +++ b/apps/documenteditor/main/app/view/PageSizeDialog.js @@ -32,8 +32,7 @@ /** * PageSizeDialog.js * - * Created by Julia Radzhabova on 2/16/16 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 2/16/16 * */ diff --git a/apps/documenteditor/main/app/view/ParagraphSettings.js b/apps/documenteditor/main/app/view/ParagraphSettings.js index 2804267db9..1eeb10133c 100644 --- a/apps/documenteditor/main/app/view/ParagraphSettings.js +++ b/apps/documenteditor/main/app/view/ParagraphSettings.js @@ -32,8 +32,7 @@ /** * ParagraphSettings.js * - * Created by Julia Radzhabova on 1/23/14 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 1/23/14 * */ diff --git a/apps/documenteditor/main/app/view/ParagraphSettingsAdvanced.js b/apps/documenteditor/main/app/view/ParagraphSettingsAdvanced.js index 80225b9044..8f4187dde8 100644 --- a/apps/documenteditor/main/app/view/ParagraphSettingsAdvanced.js +++ b/apps/documenteditor/main/app/view/ParagraphSettingsAdvanced.js @@ -32,8 +32,7 @@ /** * ParagraphSettingsAdvanced.js * - * Created by Julia Radzhabova on 2/21/14 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 2/21/14 * */ diff --git a/apps/documenteditor/main/app/view/ProtectDialog.js b/apps/documenteditor/main/app/view/ProtectDialog.js index 65265ac205..d8f569c9de 100644 --- a/apps/documenteditor/main/app/view/ProtectDialog.js +++ b/apps/documenteditor/main/app/view/ProtectDialog.js @@ -32,8 +32,7 @@ /** * ProtectDialog.js * - * Created by Julia Radzhabova on 21.09.2022 - * Copyright (c) 2022 Ascensio System SIA. All rights reserved. + * Created on 21.09.2022 * */ diff --git a/apps/documenteditor/main/app/view/RightMenu.js b/apps/documenteditor/main/app/view/RightMenu.js index 358c68f009..0d5abc0d08 100644 --- a/apps/documenteditor/main/app/view/RightMenu.js +++ b/apps/documenteditor/main/app/view/RightMenu.js @@ -32,8 +32,7 @@ /** * RightMenu.js * - * Created by Julia Radzhabova on 1/17/14 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 1/17/14 * */ diff --git a/apps/documenteditor/main/app/view/RoleDeleteDlg.js b/apps/documenteditor/main/app/view/RoleDeleteDlg.js index fb113173a5..23c57db980 100644 --- a/apps/documenteditor/main/app/view/RoleDeleteDlg.js +++ b/apps/documenteditor/main/app/view/RoleDeleteDlg.js @@ -32,8 +32,7 @@ /** * RoleDeleteDlg.js * - * Created by Julia Radzhabova on 15/04/22 - * Copyright (c) 2022 Ascensio System SIA. All rights reserved. + * Created on 15/04/22 * */ diff --git a/apps/documenteditor/main/app/view/RoleEditDlg.js b/apps/documenteditor/main/app/view/RoleEditDlg.js index 57029a3826..6083971351 100644 --- a/apps/documenteditor/main/app/view/RoleEditDlg.js +++ b/apps/documenteditor/main/app/view/RoleEditDlg.js @@ -32,8 +32,7 @@ /** * RoleEditDlg.js * - * Created by Julia Radzhabova on 13/04/22 - * Copyright (c) 2022 Ascensio System SIA. All rights reserved. + * Created on 13/04/22 * */ diff --git a/apps/documenteditor/main/app/view/RolesManagerDlg.js b/apps/documenteditor/main/app/view/RolesManagerDlg.js index 397c30fed6..93a7871d2c 100644 --- a/apps/documenteditor/main/app/view/RolesManagerDlg.js +++ b/apps/documenteditor/main/app/view/RolesManagerDlg.js @@ -33,8 +33,7 @@ * * RolesManagerDlg.js * - * Created by Julia.Radzhabova on 12.04.22 - * Copyright (c) 2022 Ascensio System SIA. All rights reserved. + * Created on 12.04.22 * */ diff --git a/apps/documenteditor/main/app/view/SaveFormDlg.js b/apps/documenteditor/main/app/view/SaveFormDlg.js index c9a9f8aa4a..80732c99c1 100644 --- a/apps/documenteditor/main/app/view/SaveFormDlg.js +++ b/apps/documenteditor/main/app/view/SaveFormDlg.js @@ -33,8 +33,7 @@ * * SaveFormDlg.js * - * Created by Julia.Radzhabova on 12.04.22 - * Copyright (c) 2022 Ascensio System SIA. All rights reserved. + * Created on 12.04.22 * */ diff --git a/apps/documenteditor/main/app/view/ShapeSettings.js b/apps/documenteditor/main/app/view/ShapeSettings.js index ce25fa056c..8c80b06e80 100644 --- a/apps/documenteditor/main/app/view/ShapeSettings.js +++ b/apps/documenteditor/main/app/view/ShapeSettings.js @@ -32,8 +32,7 @@ /** * ShapeSettings.js * - * Created by Julia Radzhabova on 2/12/14 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 2/12/14 * */ diff --git a/apps/documenteditor/main/app/view/SignatureSettings.js b/apps/documenteditor/main/app/view/SignatureSettings.js index b9b0a2627d..e46700d8c4 100644 --- a/apps/documenteditor/main/app/view/SignatureSettings.js +++ b/apps/documenteditor/main/app/view/SignatureSettings.js @@ -32,8 +32,7 @@ /** * SignatureSettings.js * - * Created by Julia Radzhabova on 5/24/17 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 5/24/17 * */ diff --git a/apps/documenteditor/main/app/view/StyleTitleDialog.js b/apps/documenteditor/main/app/view/StyleTitleDialog.js index 1d9470f533..c9ac70de3e 100644 --- a/apps/documenteditor/main/app/view/StyleTitleDialog.js +++ b/apps/documenteditor/main/app/view/StyleTitleDialog.js @@ -30,7 +30,7 @@ * */ /** - * Created by Vladimir Karas on 26.05.15. + * Created on 26.05.15. */ if (Common === undefined) var Common = {}; diff --git a/apps/documenteditor/main/app/view/TableFormulaDialog.js b/apps/documenteditor/main/app/view/TableFormulaDialog.js index 0f2730363d..cd4fa58b04 100644 --- a/apps/documenteditor/main/app/view/TableFormulaDialog.js +++ b/apps/documenteditor/main/app/view/TableFormulaDialog.js @@ -32,8 +32,7 @@ /** * TableFormulaDialog.js * - * Created by Julia Radzhabova on 1/21/19 - * Copyright (c) 2019 Ascensio System SIA. All rights reserved. + * Created on 1/21/19 * */ diff --git a/apps/documenteditor/main/app/view/TableOfContentsSettings.js b/apps/documenteditor/main/app/view/TableOfContentsSettings.js index 7f200929e5..d48426195a 100644 --- a/apps/documenteditor/main/app/view/TableOfContentsSettings.js +++ b/apps/documenteditor/main/app/view/TableOfContentsSettings.js @@ -33,8 +33,7 @@ /** * TableOfContentsSettings.js * - * Created by Julia Radzhabova on 26.12.2017 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 26.12.2017 * */ diff --git a/apps/documenteditor/main/app/view/TableSettings.js b/apps/documenteditor/main/app/view/TableSettings.js index d12cf65fe7..da57ebba44 100644 --- a/apps/documenteditor/main/app/view/TableSettings.js +++ b/apps/documenteditor/main/app/view/TableSettings.js @@ -32,8 +32,7 @@ /** * TableSettings.js * - * Created by Julia Radzhabova on 2/07/14 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 2/07/14 * */ diff --git a/apps/documenteditor/main/app/view/TableSettingsAdvanced.js b/apps/documenteditor/main/app/view/TableSettingsAdvanced.js index 47976213e5..9d32574ed4 100644 --- a/apps/documenteditor/main/app/view/TableSettingsAdvanced.js +++ b/apps/documenteditor/main/app/view/TableSettingsAdvanced.js @@ -32,8 +32,7 @@ /** * TableSettingsAdvanced.js * - * Created by Julia Radzhabova on 2/27/14 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 2/27/14 * */ diff --git a/apps/documenteditor/main/app/view/TableToTextDialog.js b/apps/documenteditor/main/app/view/TableToTextDialog.js index 468991450d..04dfed85bd 100644 --- a/apps/documenteditor/main/app/view/TableToTextDialog.js +++ b/apps/documenteditor/main/app/view/TableToTextDialog.js @@ -32,8 +32,7 @@ /** * TableToTextDialog.js * - * Created by Julia Radzhabova on 15/04/21 - * Copyright (c) 2021 Ascensio System SIA. All rights reserved. + * Created on 15/04/21 * */ diff --git a/apps/documenteditor/main/app/view/TextArtSettings.js b/apps/documenteditor/main/app/view/TextArtSettings.js index 9a90a41bc3..463f180cfa 100644 --- a/apps/documenteditor/main/app/view/TextArtSettings.js +++ b/apps/documenteditor/main/app/view/TextArtSettings.js @@ -32,8 +32,7 @@ /** * TextArtSettings.js * - * Created by Julia Radzhabova on 7/10/15 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 7/10/15 * */ diff --git a/apps/documenteditor/main/app/view/TextToTableDialog.js b/apps/documenteditor/main/app/view/TextToTableDialog.js index 81ddae64a4..6dcfd2608b 100644 --- a/apps/documenteditor/main/app/view/TextToTableDialog.js +++ b/apps/documenteditor/main/app/view/TextToTableDialog.js @@ -32,8 +32,7 @@ /** * TextToTableDialog.js * - * Created by Julia Radzhabova on 15/04/21 - * Copyright (c) 2021 Ascensio System SIA. All rights reserved. + * Created on 15/04/21 * */ diff --git a/apps/documenteditor/main/app/view/Toolbar.js b/apps/documenteditor/main/app/view/Toolbar.js index 9bcf1f24a1..5c98eb7a30 100644 --- a/apps/documenteditor/main/app/view/Toolbar.js +++ b/apps/documenteditor/main/app/view/Toolbar.js @@ -34,8 +34,7 @@ * * Toolbar view * - * Created by Maxim.Kadushkin on 2/13/17 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 2/13/17 * */ if (Common === undefined) diff --git a/apps/documenteditor/main/app/view/ViewTab.js b/apps/documenteditor/main/app/view/ViewTab.js index d142f7ec34..73335bdaec 100644 --- a/apps/documenteditor/main/app/view/ViewTab.js +++ b/apps/documenteditor/main/app/view/ViewTab.js @@ -32,8 +32,7 @@ /** * ViewTab.js * - * Created by Julia Svinareva on 06.12.2021 - * Copyright (c) 2021 Ascensio System SIA. All rights reserved. + * Created on 06.12.2021 * */ diff --git a/apps/documenteditor/main/app/view/Viewport.js b/apps/documenteditor/main/app/view/Viewport.js index 06ae5846c9..2e1334b3f3 100644 --- a/apps/documenteditor/main/app/view/Viewport.js +++ b/apps/documenteditor/main/app/view/Viewport.js @@ -34,8 +34,7 @@ * * Viewport view * - * Created by Alexander Yuzhin on 12/27/13 - * Copyright (c) 2013 Ascensio System SIA. All rights reserved. + * Created on 12/27/13 * */ diff --git a/apps/documenteditor/main/app/view/WatermarkSettingsDialog.js b/apps/documenteditor/main/app/view/WatermarkSettingsDialog.js index c7877fa862..90c1d15fe7 100644 --- a/apps/documenteditor/main/app/view/WatermarkSettingsDialog.js +++ b/apps/documenteditor/main/app/view/WatermarkSettingsDialog.js @@ -33,8 +33,7 @@ /** * WatermarkSettingsDialog.js.js * - * Created by Julia Radzhabova on 04.04.2019 - * Copyright (c) 2019 Ascensio System SIA. All rights reserved. + * Created on 04.04.2019 * */ diff --git a/apps/documenteditor/main/app_dev.js b/apps/documenteditor/main/app_dev.js index 838a5e1ad0..cf36bb3806 100644 --- a/apps/documenteditor/main/app_dev.js +++ b/apps/documenteditor/main/app_dev.js @@ -32,8 +32,7 @@ /** * app.js * - * Created by Alexander Yuzhin on 12/27/13 - * Copyright (c) 2013 Ascensio System SIA. All rights reserved. + * Created on 12/27/13 * */ diff --git a/apps/pdfeditor/main/app.js b/apps/pdfeditor/main/app.js index 179a57c6d1..2df05fc143 100644 --- a/apps/pdfeditor/main/app.js +++ b/apps/pdfeditor/main/app.js @@ -32,8 +32,7 @@ /** * app.js * - * Created by Julia Radzhabova on 04/27/23 - * Copyright (c) 2013 Ascensio System SIA. All rights reserved. + * Created on 04/27/23 * */ diff --git a/apps/pdfeditor/main/app/collection/EquationGroups.js b/apps/pdfeditor/main/app/collection/EquationGroups.js index 4d5a0ff8bd..d394f750b2 100644 --- a/apps/pdfeditor/main/app/collection/EquationGroups.js +++ b/apps/pdfeditor/main/app/collection/EquationGroups.js @@ -32,8 +32,7 @@ /** * EquationGroups.js * - * Created by Alexey Musinov on 29/10/14 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 29/10/14 * */ diff --git a/apps/pdfeditor/main/app/collection/ShapeGroups.js b/apps/pdfeditor/main/app/collection/ShapeGroups.js index 770f0d05bf..80b1b5021e 100644 --- a/apps/pdfeditor/main/app/collection/ShapeGroups.js +++ b/apps/pdfeditor/main/app/collection/ShapeGroups.js @@ -32,8 +32,7 @@ /** * ShapeGroups.js * - * Created by Alexander Yuzhin on 2/10/14 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 2/10/14 * */ diff --git a/apps/pdfeditor/main/app/controller/DocumentHolder.js b/apps/pdfeditor/main/app/controller/DocumentHolder.js index ee1da2500a..33e47b9e7a 100644 --- a/apps/pdfeditor/main/app/controller/DocumentHolder.js +++ b/apps/pdfeditor/main/app/controller/DocumentHolder.js @@ -34,8 +34,7 @@ * * DocumentHolder controller * - * Created by Alexander Yuzhin on 1/15/14 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 1/15/14 * */ diff --git a/apps/pdfeditor/main/app/controller/InsTab.js b/apps/pdfeditor/main/app/controller/InsTab.js index dd26e57fa1..e915baa84f 100644 --- a/apps/pdfeditor/main/app/controller/InsTab.js +++ b/apps/pdfeditor/main/app/controller/InsTab.js @@ -33,8 +33,7 @@ /** * InsTab.js * - * Created by Julia Radzhabova on 12.03.2024 - * Copyright (c) 2024 Ascensio System SIA. All rights reserved. + * Created on 12.03.2024 * */ diff --git a/apps/pdfeditor/main/app/controller/LeftMenu.js b/apps/pdfeditor/main/app/controller/LeftMenu.js index c8b6dd7954..be60b0200c 100644 --- a/apps/pdfeditor/main/app/controller/LeftMenu.js +++ b/apps/pdfeditor/main/app/controller/LeftMenu.js @@ -34,8 +34,7 @@ * * Controller * - * Created by Maxim Kadushkin on 19 February 2014 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 19 February 2014 * */ diff --git a/apps/pdfeditor/main/app/controller/Main.js b/apps/pdfeditor/main/app/controller/Main.js index d0666afad9..1466b196a4 100644 --- a/apps/pdfeditor/main/app/controller/Main.js +++ b/apps/pdfeditor/main/app/controller/Main.js @@ -34,8 +34,7 @@ * * Main controller * - * Created by Julia Radzhabova on 05/03/23 - * Copyright (c) 2023 Ascensio System SIA. All rights reserved. + * Created on 05/03/23 * */ diff --git a/apps/pdfeditor/main/app/controller/RightMenu.js b/apps/pdfeditor/main/app/controller/RightMenu.js index 181def2fe2..c0b091a712 100644 --- a/apps/pdfeditor/main/app/controller/RightMenu.js +++ b/apps/pdfeditor/main/app/controller/RightMenu.js @@ -32,8 +32,7 @@ /** * RightMenu.js * - * Created by Julia Radzhabova on 20/03/24 - * Copyright (c) 2024 Ascensio System SIA. All rights reserved. + * Created on 20/03/24 * */ diff --git a/apps/pdfeditor/main/app/controller/Search.js b/apps/pdfeditor/main/app/controller/Search.js index 275cf22900..12505e70a3 100644 --- a/apps/pdfeditor/main/app/controller/Search.js +++ b/apps/pdfeditor/main/app/controller/Search.js @@ -33,8 +33,7 @@ /** * ViewTab.js * - * Created by Julia Svinareva on 09.02.2022 - * Copyright (c) 2022 Ascensio System SIA. All rights reserved. + * Created on 09.02.2022 * */ diff --git a/apps/pdfeditor/main/app/controller/Statusbar.js b/apps/pdfeditor/main/app/controller/Statusbar.js index 2a1059d08c..ebbd8d17bf 100644 --- a/apps/pdfeditor/main/app/controller/Statusbar.js +++ b/apps/pdfeditor/main/app/controller/Statusbar.js @@ -34,8 +34,7 @@ * * Statusbar controller * - * Created by Alexander Yuzhin on 1/15/14 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 1/15/14 * */ diff --git a/apps/pdfeditor/main/app/controller/Toolbar.js b/apps/pdfeditor/main/app/controller/Toolbar.js index cf86eb3d6a..b17f110984 100644 --- a/apps/pdfeditor/main/app/controller/Toolbar.js +++ b/apps/pdfeditor/main/app/controller/Toolbar.js @@ -34,8 +34,7 @@ * * Toolbar Controller * - * Created by Alexander Yuzhin on 1/15/14 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 1/15/14 * */ diff --git a/apps/pdfeditor/main/app/controller/ViewTab.js b/apps/pdfeditor/main/app/controller/ViewTab.js index 552a99cdb5..67f1c6bd71 100644 --- a/apps/pdfeditor/main/app/controller/ViewTab.js +++ b/apps/pdfeditor/main/app/controller/ViewTab.js @@ -33,8 +33,7 @@ /** * ViewTab.js * - * Created by Julia Svinareva on 06.12.2021 - * Copyright (c) 2021 Ascensio System SIA. All rights reserved. + * Created on 06.12.2021 * */ diff --git a/apps/pdfeditor/main/app/controller/Viewport.js b/apps/pdfeditor/main/app/controller/Viewport.js index 130d998fc8..8c46fac51b 100644 --- a/apps/pdfeditor/main/app/controller/Viewport.js +++ b/apps/pdfeditor/main/app/controller/Viewport.js @@ -35,8 +35,7 @@ * This is out main controller which will do most of job * It will listen for view and collection events and manage all data-related operations * - * Created by Alexander Yuzhin on 1/15/14 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 1/15/14 * */ diff --git a/apps/pdfeditor/main/app/model/EquationGroup.js b/apps/pdfeditor/main/app/model/EquationGroup.js index 5145d37c2d..f6c07591d0 100644 --- a/apps/pdfeditor/main/app/model/EquationGroup.js +++ b/apps/pdfeditor/main/app/model/EquationGroup.js @@ -32,8 +32,7 @@ /** * EquationGroup.js * - * Created by Alexey Musinov on 29/10/14 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 29/10/14 * */ diff --git a/apps/pdfeditor/main/app/model/ShapeGroup.js b/apps/pdfeditor/main/app/model/ShapeGroup.js index 49bf321a42..9beb8bec9b 100644 --- a/apps/pdfeditor/main/app/model/ShapeGroup.js +++ b/apps/pdfeditor/main/app/model/ShapeGroup.js @@ -32,8 +32,7 @@ /** * ShapeGroup.js * - * Created by Alexander Yuzhin on 2/10/14 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 2/10/14 * */ diff --git a/apps/pdfeditor/main/app/view/ChartSettings.js b/apps/pdfeditor/main/app/view/ChartSettings.js index a0db0795f2..6290cde44f 100644 --- a/apps/pdfeditor/main/app/view/ChartSettings.js +++ b/apps/pdfeditor/main/app/view/ChartSettings.js @@ -32,8 +32,7 @@ /** * ChartSettings.js * - * Created by Julia Radzhabova on 4/11/14 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 4/11/14 * */ diff --git a/apps/pdfeditor/main/app/view/DocumentHolder.js b/apps/pdfeditor/main/app/view/DocumentHolder.js index 6f6ef22f1a..595cef66c4 100644 --- a/apps/pdfeditor/main/app/view/DocumentHolder.js +++ b/apps/pdfeditor/main/app/view/DocumentHolder.js @@ -34,8 +34,7 @@ * * DocumentHolder view * - * Created by Alexander Yuzhin on 1/11/14 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 1/11/14 * */ diff --git a/apps/pdfeditor/main/app/view/FileMenu.js b/apps/pdfeditor/main/app/view/FileMenu.js index 7424048b21..85993910eb 100644 --- a/apps/pdfeditor/main/app/view/FileMenu.js +++ b/apps/pdfeditor/main/app/view/FileMenu.js @@ -34,8 +34,7 @@ * * Describes menu 'File' for the left tool menu * - * Created by Maxim Kadushkin on 14 February 2014 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 14 February 2014 * */ diff --git a/apps/pdfeditor/main/app/view/FileMenuPanels.js b/apps/pdfeditor/main/app/view/FileMenuPanels.js index 5be5df1a5c..870321b2bc 100644 --- a/apps/pdfeditor/main/app/view/FileMenuPanels.js +++ b/apps/pdfeditor/main/app/view/FileMenuPanels.js @@ -34,8 +34,7 @@ * * Contains views for menu 'File' * - * Created by Maxim Kadushkin on 20 February 2014 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 20 February 2014 * */ diff --git a/apps/pdfeditor/main/app/view/HyperlinkSettingsDialog.js b/apps/pdfeditor/main/app/view/HyperlinkSettingsDialog.js index 061b0d4482..6b18fecf03 100644 --- a/apps/pdfeditor/main/app/view/HyperlinkSettingsDialog.js +++ b/apps/pdfeditor/main/app/view/HyperlinkSettingsDialog.js @@ -32,8 +32,7 @@ /** * HyperlinkSettingsDialog.js * - * Created by Julia Radzhabova on 04/23/24 - * Copyright (c) 2024 Ascensio System SIA. All rights reserved. + * Created on 04/23/24 * */ diff --git a/apps/pdfeditor/main/app/view/ImageSettings.js b/apps/pdfeditor/main/app/view/ImageSettings.js index 3303e22d81..6ada45f78a 100644 --- a/apps/pdfeditor/main/app/view/ImageSettings.js +++ b/apps/pdfeditor/main/app/view/ImageSettings.js @@ -32,8 +32,7 @@ /** * ImageSettings.js * - * Created by Julia Radzhabova on 4/11/14 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 4/11/14 * */ diff --git a/apps/pdfeditor/main/app/view/ImageSettingsAdvanced.js b/apps/pdfeditor/main/app/view/ImageSettingsAdvanced.js index 8ca4f31298..deca86ff37 100644 --- a/apps/pdfeditor/main/app/view/ImageSettingsAdvanced.js +++ b/apps/pdfeditor/main/app/view/ImageSettingsAdvanced.js @@ -32,8 +32,7 @@ /** * ImageSettingsAdvanced.js * - * Created by Julia Radzhabova on 4/16/14 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 4/16/14 * */ diff --git a/apps/pdfeditor/main/app/view/InsTab.js b/apps/pdfeditor/main/app/view/InsTab.js index 8b1b1b5d2f..f898a1e4a3 100644 --- a/apps/pdfeditor/main/app/view/InsTab.js +++ b/apps/pdfeditor/main/app/view/InsTab.js @@ -32,8 +32,7 @@ /** * InsTab.js * - * Created by Julia Radzhabova on 12.03.2024 - * Copyright (c) 2024 Ascensio System SIA. All rights reserved. + * Created on 12.03.2024 * */ diff --git a/apps/pdfeditor/main/app/view/LeftMenu.js b/apps/pdfeditor/main/app/view/LeftMenu.js index de572e4c06..dad1d2059b 100644 --- a/apps/pdfeditor/main/app/view/LeftMenu.js +++ b/apps/pdfeditor/main/app/view/LeftMenu.js @@ -32,8 +32,7 @@ /** * LeftMenu.js * - * Created by Maxim Kadushkin on 13 February 2014 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 13 February 2014 * */ diff --git a/apps/pdfeditor/main/app/view/ParagraphSettings.js b/apps/pdfeditor/main/app/view/ParagraphSettings.js index 784d9fe42e..35d8798117 100644 --- a/apps/pdfeditor/main/app/view/ParagraphSettings.js +++ b/apps/pdfeditor/main/app/view/ParagraphSettings.js @@ -32,8 +32,7 @@ /** * ParagraphSettings.js * - * Created by Julia Radzhabova on 4/11/14 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 4/11/14 * */ diff --git a/apps/pdfeditor/main/app/view/ParagraphSettingsAdvanced.js b/apps/pdfeditor/main/app/view/ParagraphSettingsAdvanced.js index c0b8f3bc4b..fc1fd0a90c 100644 --- a/apps/pdfeditor/main/app/view/ParagraphSettingsAdvanced.js +++ b/apps/pdfeditor/main/app/view/ParagraphSettingsAdvanced.js @@ -32,8 +32,7 @@ /** * ParagraphSettingsAdvanced.js * - * Created by Julia Radzhabova on 4/15/14 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 4/15/14 * */ diff --git a/apps/pdfeditor/main/app/view/RightMenu.js b/apps/pdfeditor/main/app/view/RightMenu.js index 9db45da0cb..b79c365ef9 100644 --- a/apps/pdfeditor/main/app/view/RightMenu.js +++ b/apps/pdfeditor/main/app/view/RightMenu.js @@ -32,8 +32,7 @@ /** * RightMenu.js * - * Created by Julia Radzhabova on 20/03/24 - * Copyright (c) 2024 Ascensio System SIA. All rights reserved. + * Created on 20/03/24 * */ diff --git a/apps/pdfeditor/main/app/view/ShapeSettings.js b/apps/pdfeditor/main/app/view/ShapeSettings.js index 61d97e6cd3..7faf58e778 100644 --- a/apps/pdfeditor/main/app/view/ShapeSettings.js +++ b/apps/pdfeditor/main/app/view/ShapeSettings.js @@ -32,8 +32,7 @@ /** * ShapeSettings.js * - * Created by Julia Radzhabova on 4/14/14 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 4/14/14 * */ diff --git a/apps/pdfeditor/main/app/view/ShapeSettingsAdvanced.js b/apps/pdfeditor/main/app/view/ShapeSettingsAdvanced.js index b4c451543f..2d4db39b5a 100644 --- a/apps/pdfeditor/main/app/view/ShapeSettingsAdvanced.js +++ b/apps/pdfeditor/main/app/view/ShapeSettingsAdvanced.js @@ -32,8 +32,7 @@ /** * ShapeSettingsAdvanced.js * - * Created by Julia Radzhabova on 4/15/14 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 4/15/14 * */ diff --git a/apps/pdfeditor/main/app/view/TableSettings.js b/apps/pdfeditor/main/app/view/TableSettings.js index 6d44f87656..d755bd8349 100644 --- a/apps/pdfeditor/main/app/view/TableSettings.js +++ b/apps/pdfeditor/main/app/view/TableSettings.js @@ -32,8 +32,7 @@ /** * TableSettings.js * - * Created by Julia Radzhabova on 4/11/14 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 4/11/14 * */ diff --git a/apps/pdfeditor/main/app/view/TableSettingsAdvanced.js b/apps/pdfeditor/main/app/view/TableSettingsAdvanced.js index 75db67f35f..1eab92680b 100644 --- a/apps/pdfeditor/main/app/view/TableSettingsAdvanced.js +++ b/apps/pdfeditor/main/app/view/TableSettingsAdvanced.js @@ -32,8 +32,7 @@ /** * TableSettingsAdvanced.js * - * Created by Julia Radzhabova on 4/15/14 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 4/15/14 * */ diff --git a/apps/pdfeditor/main/app/view/TextArtSettings.js b/apps/pdfeditor/main/app/view/TextArtSettings.js index f49f101332..ae2f5578ea 100644 --- a/apps/pdfeditor/main/app/view/TextArtSettings.js +++ b/apps/pdfeditor/main/app/view/TextArtSettings.js @@ -32,8 +32,7 @@ /** * TextArtSettings.js * - * Created by Julia Radzhabova on 7/10/15 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 7/10/15 * */ diff --git a/apps/pdfeditor/main/app/view/Toolbar.js b/apps/pdfeditor/main/app/view/Toolbar.js index 46d1b83169..e88dbbfd94 100644 --- a/apps/pdfeditor/main/app/view/Toolbar.js +++ b/apps/pdfeditor/main/app/view/Toolbar.js @@ -34,8 +34,7 @@ * * Toolbar view * - * Created by Julia Radzhabova on 05/04/23 - * Copyright (c) 2023 Ascensio System SIA. All rights reserved. + * Created on 05/04/23 * */ if (Common === undefined) diff --git a/apps/pdfeditor/main/app/view/ViewTab.js b/apps/pdfeditor/main/app/view/ViewTab.js index 456eb159d8..d18db3b7ba 100644 --- a/apps/pdfeditor/main/app/view/ViewTab.js +++ b/apps/pdfeditor/main/app/view/ViewTab.js @@ -32,8 +32,7 @@ /** * ViewTab.js * - * Created by Julia Svinareva on 06.12.2021 - * Copyright (c) 2021 Ascensio System SIA. All rights reserved. + * Created on 06.12.2021 * */ diff --git a/apps/pdfeditor/main/app/view/Viewport.js b/apps/pdfeditor/main/app/view/Viewport.js index 24227d3659..8f860159b3 100644 --- a/apps/pdfeditor/main/app/view/Viewport.js +++ b/apps/pdfeditor/main/app/view/Viewport.js @@ -34,8 +34,7 @@ * * Viewport view * - * Created by Julia Radzhabova on 05/03/23 - * Copyright (c) 2023 Ascensio System SIA. All rights reserved. + * Created on 05/03/23 * */ diff --git a/apps/pdfeditor/main/app_dev.js b/apps/pdfeditor/main/app_dev.js index 7accf86d5d..5ff1feefdd 100644 --- a/apps/pdfeditor/main/app_dev.js +++ b/apps/pdfeditor/main/app_dev.js @@ -32,8 +32,7 @@ /** * app.js * - * Created by Julia Radzhabova on 04/27/23 - * Copyright (c) 2013 Ascensio System SIA. All rights reserved. + * Created on 04/27/23 * */ diff --git a/apps/presentationeditor/embed/js/SearchBar.js b/apps/presentationeditor/embed/js/SearchBar.js index cdda574d0e..2b76a20c8b 100644 --- a/apps/presentationeditor/embed/js/SearchBar.js +++ b/apps/presentationeditor/embed/js/SearchBar.js @@ -33,8 +33,7 @@ /** * SearchBar.js * - * Created by Julia Svinareva on 27.04.2022 - * Copyright (c) 2022 Ascensio System SIA. All rights reserved. + * Created on 27.04.2022 * */ diff --git a/apps/presentationeditor/main/app.js b/apps/presentationeditor/main/app.js index 075d2f7b99..1abde7168c 100644 --- a/apps/presentationeditor/main/app.js +++ b/apps/presentationeditor/main/app.js @@ -32,8 +32,7 @@ /** * app.js * - * Created by Julia Radzhabova on 26 March 2014 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 26 March 2014 * */ diff --git a/apps/presentationeditor/main/app.reporter.js b/apps/presentationeditor/main/app.reporter.js index 95db763324..4ae9642126 100644 --- a/apps/presentationeditor/main/app.reporter.js +++ b/apps/presentationeditor/main/app.reporter.js @@ -32,8 +32,7 @@ /** * app.js * - * Created by Maxim.Kadushkin on 17 July 2017 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 17 July 2017 * */ diff --git a/apps/presentationeditor/main/app/collection/EquationGroups.js b/apps/presentationeditor/main/app/collection/EquationGroups.js index 001be2c24e..46a71a06de 100644 --- a/apps/presentationeditor/main/app/collection/EquationGroups.js +++ b/apps/presentationeditor/main/app/collection/EquationGroups.js @@ -32,8 +32,7 @@ /** * EquationGroups.js * - * Created by Alexey Musinov on 29/10/14 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 29/10/14 * */ diff --git a/apps/presentationeditor/main/app/collection/ShapeGroups.js b/apps/presentationeditor/main/app/collection/ShapeGroups.js index bf133402c8..da37e214a7 100644 --- a/apps/presentationeditor/main/app/collection/ShapeGroups.js +++ b/apps/presentationeditor/main/app/collection/ShapeGroups.js @@ -32,8 +32,7 @@ /** * ShapeGroups.js * - * Created by Alexander Yuzhin on 2/10/14 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 2/10/14 * */ diff --git a/apps/presentationeditor/main/app/collection/SlideLayouts.js b/apps/presentationeditor/main/app/collection/SlideLayouts.js index 19d2357fa1..429bd4170d 100644 --- a/apps/presentationeditor/main/app/collection/SlideLayouts.js +++ b/apps/presentationeditor/main/app/collection/SlideLayouts.js @@ -32,8 +32,7 @@ /** * SlideLayouts.js * - * Created by Alexander Yuzhin on 4/18/14 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 4/18/14 * */ diff --git a/apps/presentationeditor/main/app/collection/SlideThemes.js b/apps/presentationeditor/main/app/collection/SlideThemes.js index e96548e74c..f952de6d16 100644 --- a/apps/presentationeditor/main/app/collection/SlideThemes.js +++ b/apps/presentationeditor/main/app/collection/SlideThemes.js @@ -32,8 +32,7 @@ /** * SlideThemes.js * - * Created by Julia Radzhabova on 8/07/17 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 8/07/17 * */ diff --git a/apps/presentationeditor/main/app/controller/Animation.js b/apps/presentationeditor/main/app/controller/Animation.js index 2e0069d0b7..d612294c7e 100644 --- a/apps/presentationeditor/main/app/controller/Animation.js +++ b/apps/presentationeditor/main/app/controller/Animation.js @@ -32,8 +32,7 @@ /** * Animation.js * - * Created by Olga.Animation on 13.10.21 - * Copyright (c) 2021 Ascensio System SIA. All rights reserved. + * Created on 13.10.21 * */ diff --git a/apps/presentationeditor/main/app/controller/DocumentHolder.js b/apps/presentationeditor/main/app/controller/DocumentHolder.js index 7f76b458d0..6e4f657068 100644 --- a/apps/presentationeditor/main/app/controller/DocumentHolder.js +++ b/apps/presentationeditor/main/app/controller/DocumentHolder.js @@ -34,8 +34,7 @@ * * DocumentHolder controller * - * Created by Alexander Yuzhin on 1/15/14 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 1/15/14 * */ diff --git a/apps/presentationeditor/main/app/controller/LeftMenu.js b/apps/presentationeditor/main/app/controller/LeftMenu.js index 3aa8ed0145..3a1676e08f 100644 --- a/apps/presentationeditor/main/app/controller/LeftMenu.js +++ b/apps/presentationeditor/main/app/controller/LeftMenu.js @@ -34,8 +34,7 @@ * * Controller * - * Created by Maxim Kadushkin on 10 April 2014 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 10 April 2014 * */ diff --git a/apps/presentationeditor/main/app/controller/Main.js b/apps/presentationeditor/main/app/controller/Main.js index 0f95b8b93f..d903009215 100644 --- a/apps/presentationeditor/main/app/controller/Main.js +++ b/apps/presentationeditor/main/app/controller/Main.js @@ -34,8 +34,7 @@ * * Main controller * - * Created by Julia Radzhabova on 26 March 2014 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 26 March 2014 * */ diff --git a/apps/presentationeditor/main/app/controller/RightMenu.js b/apps/presentationeditor/main/app/controller/RightMenu.js index 37f4e0d0ab..ecdab3be28 100644 --- a/apps/presentationeditor/main/app/controller/RightMenu.js +++ b/apps/presentationeditor/main/app/controller/RightMenu.js @@ -32,8 +32,7 @@ /** * RightMenu.js * - * Created by Julia Radzhabova on 4/10/14 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 4/10/14 * */ diff --git a/apps/presentationeditor/main/app/controller/Search.js b/apps/presentationeditor/main/app/controller/Search.js index 6921af33df..d9103692c4 100644 --- a/apps/presentationeditor/main/app/controller/Search.js +++ b/apps/presentationeditor/main/app/controller/Search.js @@ -33,8 +33,7 @@ /** * ViewTab.js * - * Created by Julia Svinareva on 25.02.2022 - * Copyright (c) 2022 Ascensio System SIA. All rights reserved. + * Created on 25.02.2022 * */ diff --git a/apps/presentationeditor/main/app/controller/Statusbar.js b/apps/presentationeditor/main/app/controller/Statusbar.js index 295aa40cc9..c50506829a 100644 --- a/apps/presentationeditor/main/app/controller/Statusbar.js +++ b/apps/presentationeditor/main/app/controller/Statusbar.js @@ -34,8 +34,7 @@ * * Statusbar controller * - * Created by Maxim Kadushkin on 8 April 2014 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 8 April 2014 * */ diff --git a/apps/presentationeditor/main/app/controller/Toolbar.js b/apps/presentationeditor/main/app/controller/Toolbar.js index cbdef3f29e..d69f155af7 100644 --- a/apps/presentationeditor/main/app/controller/Toolbar.js +++ b/apps/presentationeditor/main/app/controller/Toolbar.js @@ -34,8 +34,7 @@ * * Toolbar controller * - * Created by Alexander Yuzhin on 4/16/14 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 4/16/14 * */ diff --git a/apps/presentationeditor/main/app/controller/Transitions.js b/apps/presentationeditor/main/app/controller/Transitions.js index 39a5ca0fa5..36cf5f2555 100644 --- a/apps/presentationeditor/main/app/controller/Transitions.js +++ b/apps/presentationeditor/main/app/controller/Transitions.js @@ -32,8 +32,7 @@ /** * Transitions.js * - * Created by Olga.Transitions on 15.07.21 - * Copyright (c) 2021 Ascensio System SIA. All rights reserved. + * Created on 15.07.21 * */ diff --git a/apps/presentationeditor/main/app/controller/ViewTab.js b/apps/presentationeditor/main/app/controller/ViewTab.js index 84443c0962..7126cac5db 100644 --- a/apps/presentationeditor/main/app/controller/ViewTab.js +++ b/apps/presentationeditor/main/app/controller/ViewTab.js @@ -33,8 +33,7 @@ /** * ViewTab.js * - * Created by Julia Svinareva on 07.12.2021 - * Copyright (c) 2021 Ascensio System SIA. All rights reserved. + * Created on 07.12.2021 * */ diff --git a/apps/presentationeditor/main/app/controller/Viewport.js b/apps/presentationeditor/main/app/controller/Viewport.js index ff3b03f0dd..53641e02e5 100644 --- a/apps/presentationeditor/main/app/controller/Viewport.js +++ b/apps/presentationeditor/main/app/controller/Viewport.js @@ -34,8 +34,7 @@ * * Controller for the viewport * - * Created by Julia Radzhabova on 26 March 2014 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 26 March 2014 * */ diff --git a/apps/presentationeditor/main/app/model/EquationGroup.js b/apps/presentationeditor/main/app/model/EquationGroup.js index d9cfe3e852..c6a93d8dcb 100644 --- a/apps/presentationeditor/main/app/model/EquationGroup.js +++ b/apps/presentationeditor/main/app/model/EquationGroup.js @@ -32,8 +32,7 @@ /** * EquationGroup.js * - * Created by Alexey Musinov on 29/10/14 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 29/10/14 * */ diff --git a/apps/presentationeditor/main/app/model/ShapeGroup.js b/apps/presentationeditor/main/app/model/ShapeGroup.js index 2dd659623a..2805ccd5c8 100644 --- a/apps/presentationeditor/main/app/model/ShapeGroup.js +++ b/apps/presentationeditor/main/app/model/ShapeGroup.js @@ -32,8 +32,7 @@ /** * ShapeGroup.js * - * Created by Alexander Yuzhin on 2/10/14 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 2/10/14 * */ diff --git a/apps/presentationeditor/main/app/model/SlideLayout.js b/apps/presentationeditor/main/app/model/SlideLayout.js index 91006a8b6d..2a15ab627f 100644 --- a/apps/presentationeditor/main/app/model/SlideLayout.js +++ b/apps/presentationeditor/main/app/model/SlideLayout.js @@ -32,8 +32,7 @@ /** * SlideLayout.js * - * Created by Alexander Yuzhin on 4/18/14 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 4/18/14 * */ diff --git a/apps/presentationeditor/main/app/view/Animation.js b/apps/presentationeditor/main/app/view/Animation.js index 4e1e6f2d13..df48d8c234 100644 --- a/apps/presentationeditor/main/app/view/Animation.js +++ b/apps/presentationeditor/main/app/view/Animation.js @@ -34,8 +34,7 @@ * * View * - * Created by Olga.Sharova on 13.10.21 - * Copyright (c) 2021 Ascensio System SIA. All rights reserved. + * Created on 13.10.21 * */ diff --git a/apps/presentationeditor/main/app/view/AnimationDialog.js b/apps/presentationeditor/main/app/view/AnimationDialog.js index 1ee0d471c4..ab13f594d2 100644 --- a/apps/presentationeditor/main/app/view/AnimationDialog.js +++ b/apps/presentationeditor/main/app/view/AnimationDialog.js @@ -32,8 +32,7 @@ /** * AnimationDialog.js * - * Created by Olga Sharova on 29/11/21 - * Copyright (c) 2021 Ascensio System SIA. All rights reserved. + * Created on 29/11/21 * */ diff --git a/apps/presentationeditor/main/app/view/ChartSettings.js b/apps/presentationeditor/main/app/view/ChartSettings.js index bce40a60d6..4217e8b23c 100644 --- a/apps/presentationeditor/main/app/view/ChartSettings.js +++ b/apps/presentationeditor/main/app/view/ChartSettings.js @@ -32,8 +32,7 @@ /** * ChartSettings.js * - * Created by Julia Radzhabova on 4/11/14 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 4/11/14 * */ diff --git a/apps/presentationeditor/main/app/view/ChartSettingsAdvanced.js b/apps/presentationeditor/main/app/view/ChartSettingsAdvanced.js index 65173d9d27..a38c2aae6d 100644 --- a/apps/presentationeditor/main/app/view/ChartSettingsAdvanced.js +++ b/apps/presentationeditor/main/app/view/ChartSettingsAdvanced.js @@ -32,8 +32,7 @@ /** * ChartSettingsAdvanced.js * - * Created by Julia Radzhabova on 1/18/17 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 1/18/17 * */ diff --git a/apps/presentationeditor/main/app/view/DateTimeDialog.js b/apps/presentationeditor/main/app/view/DateTimeDialog.js index f3e9938a59..04e054bf43 100644 --- a/apps/presentationeditor/main/app/view/DateTimeDialog.js +++ b/apps/presentationeditor/main/app/view/DateTimeDialog.js @@ -32,8 +32,7 @@ /** * DateTimeDialog.js * - * Created by Julia Radzhabova on 26.06.2019 - * Copyright (c) 2019 Ascensio System SIA. All rights reserved. + * Created on 26.06.2019 * */ diff --git a/apps/presentationeditor/main/app/view/DocumentPreview.js b/apps/presentationeditor/main/app/view/DocumentPreview.js index 42772e2f6f..51427319ec 100644 --- a/apps/presentationeditor/main/app/view/DocumentPreview.js +++ b/apps/presentationeditor/main/app/view/DocumentPreview.js @@ -32,8 +32,7 @@ /** * DocumentPreview.js * - * Created by Julia Radzhabova on 4/18/14 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 4/18/14 * */ diff --git a/apps/presentationeditor/main/app/view/FileMenu.js b/apps/presentationeditor/main/app/view/FileMenu.js index 0a7c4a2b92..7bd75a1be9 100644 --- a/apps/presentationeditor/main/app/view/FileMenu.js +++ b/apps/presentationeditor/main/app/view/FileMenu.js @@ -34,8 +34,7 @@ * * Describes menu 'File' for the left tool menu * - * Created by Maxim Kadushkin on 14 February 2014 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 14 February 2014 * */ diff --git a/apps/presentationeditor/main/app/view/FileMenuPanels.js b/apps/presentationeditor/main/app/view/FileMenuPanels.js index 234dda9a0a..251d2b4808 100644 --- a/apps/presentationeditor/main/app/view/FileMenuPanels.js +++ b/apps/presentationeditor/main/app/view/FileMenuPanels.js @@ -34,8 +34,7 @@ * * Contains views for menu 'File' * - * Created by Maxim Kadushkin on 20 February 2014 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 20 February 2014 * */ diff --git a/apps/presentationeditor/main/app/view/GridSettings.js b/apps/presentationeditor/main/app/view/GridSettings.js index 48fb4d4efc..6fb5cab52e 100644 --- a/apps/presentationeditor/main/app/view/GridSettings.js +++ b/apps/presentationeditor/main/app/view/GridSettings.js @@ -32,8 +32,7 @@ /** * GridSettings.js * - * Created by Julia Radzhabova on 09/30/22 - * Copyright (c) 2022 Ascensio System SIA. All rights reserved. + * Created on 09/30/22 * */ diff --git a/apps/presentationeditor/main/app/view/HeaderFooterDialog.js b/apps/presentationeditor/main/app/view/HeaderFooterDialog.js index f105f3b053..58c664003b 100644 --- a/apps/presentationeditor/main/app/view/HeaderFooterDialog.js +++ b/apps/presentationeditor/main/app/view/HeaderFooterDialog.js @@ -33,8 +33,7 @@ /** * HeaderFooterDialog.js * - * Created by Julia Radzhabova on 09.07.2019 - * Copyright (c) 2019 Ascensio System SIA. All rights reserved. + * Created on 09.07.2019 * */ define(['text!presentationeditor/main/app/template/HeaderFooterDialog.template', diff --git a/apps/presentationeditor/main/app/view/HyperlinkSettingsDialog.js b/apps/presentationeditor/main/app/view/HyperlinkSettingsDialog.js index 184837611d..6ead87de51 100644 --- a/apps/presentationeditor/main/app/view/HyperlinkSettingsDialog.js +++ b/apps/presentationeditor/main/app/view/HyperlinkSettingsDialog.js @@ -32,8 +32,7 @@ /** * HyperlinkSettingsDialog.js * - * Created by Julia Radzhabova on 4/19/14 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 4/19/14 * */ diff --git a/apps/presentationeditor/main/app/view/ImageSettings.js b/apps/presentationeditor/main/app/view/ImageSettings.js index b9d3449cf7..7fbdd0fcc8 100644 --- a/apps/presentationeditor/main/app/view/ImageSettings.js +++ b/apps/presentationeditor/main/app/view/ImageSettings.js @@ -32,8 +32,7 @@ /** * ImageSettings.js * - * Created by Julia Radzhabova on 4/11/14 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 4/11/14 * */ diff --git a/apps/presentationeditor/main/app/view/ImageSettingsAdvanced.js b/apps/presentationeditor/main/app/view/ImageSettingsAdvanced.js index 1ceace1d3f..6d548e5cff 100644 --- a/apps/presentationeditor/main/app/view/ImageSettingsAdvanced.js +++ b/apps/presentationeditor/main/app/view/ImageSettingsAdvanced.js @@ -32,8 +32,7 @@ /** * ImageSettingsAdvanced.js * - * Created by Julia Radzhabova on 4/16/14 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 4/16/14 * */ diff --git a/apps/presentationeditor/main/app/view/LeftMenu.js b/apps/presentationeditor/main/app/view/LeftMenu.js index 97dc1c6f8e..309a02bc92 100644 --- a/apps/presentationeditor/main/app/view/LeftMenu.js +++ b/apps/presentationeditor/main/app/view/LeftMenu.js @@ -32,8 +32,7 @@ /** * LeftMenu.js * - * Created by Maxim Kadushkin on 10 April 2014 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 10 April 2014 * */ diff --git a/apps/presentationeditor/main/app/view/ParagraphSettings.js b/apps/presentationeditor/main/app/view/ParagraphSettings.js index 5bd1cbd1ef..0120cd6e07 100644 --- a/apps/presentationeditor/main/app/view/ParagraphSettings.js +++ b/apps/presentationeditor/main/app/view/ParagraphSettings.js @@ -32,8 +32,7 @@ /** * ParagraphSettings.js * - * Created by Julia Radzhabova on 4/11/14 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 4/11/14 * */ diff --git a/apps/presentationeditor/main/app/view/ParagraphSettingsAdvanced.js b/apps/presentationeditor/main/app/view/ParagraphSettingsAdvanced.js index bc34126592..c19e6957a2 100644 --- a/apps/presentationeditor/main/app/view/ParagraphSettingsAdvanced.js +++ b/apps/presentationeditor/main/app/view/ParagraphSettingsAdvanced.js @@ -32,8 +32,7 @@ /** * ParagraphSettingsAdvanced.js * - * Created by Julia Radzhabova on 4/15/14 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 4/15/14 * */ diff --git a/apps/presentationeditor/main/app/view/RightMenu.js b/apps/presentationeditor/main/app/view/RightMenu.js index 4d171a8a18..97dacd27eb 100644 --- a/apps/presentationeditor/main/app/view/RightMenu.js +++ b/apps/presentationeditor/main/app/view/RightMenu.js @@ -32,8 +32,7 @@ /** * RightMenu.js * - * Created by Julia Radzhabova on 4/10/14 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 4/10/14 * */ diff --git a/apps/presentationeditor/main/app/view/ShapeSettings.js b/apps/presentationeditor/main/app/view/ShapeSettings.js index acd595304a..a54e7f6c56 100644 --- a/apps/presentationeditor/main/app/view/ShapeSettings.js +++ b/apps/presentationeditor/main/app/view/ShapeSettings.js @@ -32,8 +32,7 @@ /** * ShapeSettings.js * - * Created by Julia Radzhabova on 4/14/14 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 4/14/14 * */ diff --git a/apps/presentationeditor/main/app/view/ShapeSettingsAdvanced.js b/apps/presentationeditor/main/app/view/ShapeSettingsAdvanced.js index 57d786013c..00725e28cc 100644 --- a/apps/presentationeditor/main/app/view/ShapeSettingsAdvanced.js +++ b/apps/presentationeditor/main/app/view/ShapeSettingsAdvanced.js @@ -32,8 +32,7 @@ /** * ShapeSettingsAdvanced.js * - * Created by Julia Radzhabova on 4/15/14 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 4/15/14 * */ diff --git a/apps/presentationeditor/main/app/view/SignatureSettings.js b/apps/presentationeditor/main/app/view/SignatureSettings.js index fda1e13732..e9de77cc02 100644 --- a/apps/presentationeditor/main/app/view/SignatureSettings.js +++ b/apps/presentationeditor/main/app/view/SignatureSettings.js @@ -32,8 +32,7 @@ /** * SignatureSettings.js * - * Created by Julia Radzhabova on 5/24/17 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 5/24/17 * */ diff --git a/apps/presentationeditor/main/app/view/SlideSettings.js b/apps/presentationeditor/main/app/view/SlideSettings.js index 66b3ec3d47..37ca84982c 100644 --- a/apps/presentationeditor/main/app/view/SlideSettings.js +++ b/apps/presentationeditor/main/app/view/SlideSettings.js @@ -32,8 +32,7 @@ /** * SlideSettings.js * - * Created by Julia Radzhabova on 4/14/14 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 4/14/14 * */ diff --git a/apps/presentationeditor/main/app/view/SlideSizeSettings.js b/apps/presentationeditor/main/app/view/SlideSizeSettings.js index 3383b98f45..98eeb8387f 100644 --- a/apps/presentationeditor/main/app/view/SlideSizeSettings.js +++ b/apps/presentationeditor/main/app/view/SlideSizeSettings.js @@ -32,8 +32,7 @@ /** * SlideSizeSettings.js * - * Created by Julia Radzhabova on 4/19/14 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 4/19/14 * */ diff --git a/apps/presentationeditor/main/app/view/SlideshowSettings.js b/apps/presentationeditor/main/app/view/SlideshowSettings.js index ca400dfaab..91c392f096 100644 --- a/apps/presentationeditor/main/app/view/SlideshowSettings.js +++ b/apps/presentationeditor/main/app/view/SlideshowSettings.js @@ -32,8 +32,7 @@ /** * SlideshowSettings.js * - * Created by Julia Radzhabova on 6/17/16 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 6/17/16 * */ diff --git a/apps/presentationeditor/main/app/view/Statusbar.js b/apps/presentationeditor/main/app/view/Statusbar.js index c94350a040..267579a451 100644 --- a/apps/presentationeditor/main/app/view/Statusbar.js +++ b/apps/presentationeditor/main/app/view/Statusbar.js @@ -32,8 +32,7 @@ /** * StatusBar View * - * Created by Maxim Kadushkin on 8 April 2014 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 8 April 2014 * */ diff --git a/apps/presentationeditor/main/app/view/TableSettings.js b/apps/presentationeditor/main/app/view/TableSettings.js index 52d11857f3..cf107aee7f 100644 --- a/apps/presentationeditor/main/app/view/TableSettings.js +++ b/apps/presentationeditor/main/app/view/TableSettings.js @@ -32,8 +32,7 @@ /** * TableSettings.js * - * Created by Julia Radzhabova on 4/11/14 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 4/11/14 * */ diff --git a/apps/presentationeditor/main/app/view/TableSettingsAdvanced.js b/apps/presentationeditor/main/app/view/TableSettingsAdvanced.js index a29c825d05..4e7de868b5 100644 --- a/apps/presentationeditor/main/app/view/TableSettingsAdvanced.js +++ b/apps/presentationeditor/main/app/view/TableSettingsAdvanced.js @@ -32,8 +32,7 @@ /** * TableSettingsAdvanced.js * - * Created by Julia Radzhabova on 4/15/14 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 4/15/14 * */ diff --git a/apps/presentationeditor/main/app/view/TextArtSettings.js b/apps/presentationeditor/main/app/view/TextArtSettings.js index 8c6695b8ed..faa05adff0 100644 --- a/apps/presentationeditor/main/app/view/TextArtSettings.js +++ b/apps/presentationeditor/main/app/view/TextArtSettings.js @@ -32,8 +32,7 @@ /** * TextArtSettings.js * - * Created by Julia Radzhabova on 7/10/15 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 7/10/15 * */ diff --git a/apps/presentationeditor/main/app/view/Toolbar.js b/apps/presentationeditor/main/app/view/Toolbar.js index b49547271f..8f2247c626 100644 --- a/apps/presentationeditor/main/app/view/Toolbar.js +++ b/apps/presentationeditor/main/app/view/Toolbar.js @@ -34,8 +34,7 @@ * * Toolbar view * - * Created by Alexander Yuzhin on 4/16/14 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 4/16/14 * */ diff --git a/apps/presentationeditor/main/app/view/Transitions.js b/apps/presentationeditor/main/app/view/Transitions.js index bd7239e2c2..225a0c4b39 100644 --- a/apps/presentationeditor/main/app/view/Transitions.js +++ b/apps/presentationeditor/main/app/view/Transitions.js @@ -34,8 +34,7 @@ * * View * - * Created by Olga.Sharova on 15.07.21 - * Copyright (c) 2021 Ascensio System SIA. All rights reserved. + * Created on 15.07.21 * */ diff --git a/apps/presentationeditor/main/app/view/ViewTab.js b/apps/presentationeditor/main/app/view/ViewTab.js index e95d6d9fa1..7860a754f0 100644 --- a/apps/presentationeditor/main/app/view/ViewTab.js +++ b/apps/presentationeditor/main/app/view/ViewTab.js @@ -32,8 +32,7 @@ /** * ViewTab.js * - * Created by Julia Svinareva on 07.12.2021 - * Copyright (c) 2021 Ascensio System SIA. All rights reserved. + * Created on 07.12.2021 * */ diff --git a/apps/presentationeditor/main/app/view/Viewport.js b/apps/presentationeditor/main/app/view/Viewport.js index 9a02e0d76d..6aaca6387a 100644 --- a/apps/presentationeditor/main/app/view/Viewport.js +++ b/apps/presentationeditor/main/app/view/Viewport.js @@ -34,8 +34,7 @@ * * View for viewport * - * Created by Julia Radzhabova on 26 March 2014 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 26 March 2014 * */ diff --git a/apps/presentationeditor/main/app_dev.js b/apps/presentationeditor/main/app_dev.js index 8566e2ca0d..76b61885fc 100644 --- a/apps/presentationeditor/main/app_dev.js +++ b/apps/presentationeditor/main/app_dev.js @@ -32,8 +32,7 @@ /** * app.js * - * Created by Julia Radzhabova on 26 March 2014 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 26 March 2014 * */ diff --git a/apps/presentationeditor/main/app_dev.reporter.js b/apps/presentationeditor/main/app_dev.reporter.js index badba3754d..cf511f97ab 100644 --- a/apps/presentationeditor/main/app_dev.reporter.js +++ b/apps/presentationeditor/main/app_dev.reporter.js @@ -32,8 +32,7 @@ /** * app.js * - * Created by Maxim.Kadushkin on 17 July 2017 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 17 July 2017 * */ diff --git a/apps/spreadsheeteditor/embed/js/SearchBar.js b/apps/spreadsheeteditor/embed/js/SearchBar.js index d1e6579f38..d012c53665 100644 --- a/apps/spreadsheeteditor/embed/js/SearchBar.js +++ b/apps/spreadsheeteditor/embed/js/SearchBar.js @@ -33,8 +33,7 @@ /** * SearchBar.js * - * Created by Julia Svinareva on 27.04.2022 - * Copyright (c) 2022 Ascensio System SIA. All rights reserved. + * Created on 27.04.2022 * */ diff --git a/apps/spreadsheeteditor/main/app.js b/apps/spreadsheeteditor/main/app.js index 20b62c8e20..fa0ad6390a 100644 --- a/apps/spreadsheeteditor/main/app.js +++ b/apps/spreadsheeteditor/main/app.js @@ -32,8 +32,7 @@ /** * app.js * - * Created by Maxim Kadushkin on 21 March 2014 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 21 March 2014 * */ diff --git a/apps/spreadsheeteditor/main/app/collection/ConditionalFormatIcons.js b/apps/spreadsheeteditor/main/app/collection/ConditionalFormatIcons.js index 399101a441..14394f6daf 100644 --- a/apps/spreadsheeteditor/main/app/collection/ConditionalFormatIcons.js +++ b/apps/spreadsheeteditor/main/app/collection/ConditionalFormatIcons.js @@ -32,8 +32,7 @@ /** * ConditionalFormatIcons.js * - * Created by Julia Radzhabova on 25.02.21 - * Copyright (c) 2021 Ascensio System SIA. All rights reserved. + * Created on 25.02.21 * */ diff --git a/apps/spreadsheeteditor/main/app/collection/EquationGroups.js b/apps/spreadsheeteditor/main/app/collection/EquationGroups.js index d73d6fa0f9..aeb56109a7 100644 --- a/apps/spreadsheeteditor/main/app/collection/EquationGroups.js +++ b/apps/spreadsheeteditor/main/app/collection/EquationGroups.js @@ -32,8 +32,7 @@ /** * EquationGroups.js * - * Created by Alexey Musinov on 29/10/14 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 29/10/14 * */ diff --git a/apps/spreadsheeteditor/main/app/collection/FormulaGroups.js b/apps/spreadsheeteditor/main/app/collection/FormulaGroups.js index 55a6ad0439..edd0bcbe43 100644 --- a/apps/spreadsheeteditor/main/app/collection/FormulaGroups.js +++ b/apps/spreadsheeteditor/main/app/collection/FormulaGroups.js @@ -32,8 +32,7 @@ /** * FormulaGroups.js * - * Created by Alexey.Musinov on 11/04/14 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 11/04/14 * */ diff --git a/apps/spreadsheeteditor/main/app/collection/ShapeGroups.js b/apps/spreadsheeteditor/main/app/collection/ShapeGroups.js index 627ef0ed00..660d29aed4 100644 --- a/apps/spreadsheeteditor/main/app/collection/ShapeGroups.js +++ b/apps/spreadsheeteditor/main/app/collection/ShapeGroups.js @@ -32,8 +32,7 @@ /** * ShapeGroups.js * - * Created by Alexander Yuzhin on 2/10/14 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 2/10/14 * */ diff --git a/apps/spreadsheeteditor/main/app/collection/TableTemplates.js b/apps/spreadsheeteditor/main/app/collection/TableTemplates.js index 0dc4e0bae0..a67a852373 100644 --- a/apps/spreadsheeteditor/main/app/collection/TableTemplates.js +++ b/apps/spreadsheeteditor/main/app/collection/TableTemplates.js @@ -32,8 +32,7 @@ /** * TableTemplates.js * - * Created by Alexander Yuzhin on 4/7/14 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 4/7/14 * */ diff --git a/apps/spreadsheeteditor/main/app/controller/CellEditor.js b/apps/spreadsheeteditor/main/app/controller/CellEditor.js index a952c30a76..231a8ea955 100644 --- a/apps/spreadsheeteditor/main/app/controller/CellEditor.js +++ b/apps/spreadsheeteditor/main/app/controller/CellEditor.js @@ -34,8 +34,7 @@ * * CellEditor Controller * - * Created by Maxim Kadushkin on 08 April 2014 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 08 April 2014 * */ diff --git a/apps/spreadsheeteditor/main/app/controller/DataTab.js b/apps/spreadsheeteditor/main/app/controller/DataTab.js index 1f450a2b6a..c85f97d68f 100644 --- a/apps/spreadsheeteditor/main/app/controller/DataTab.js +++ b/apps/spreadsheeteditor/main/app/controller/DataTab.js @@ -33,8 +33,7 @@ /** * DataTab.js * - * Created by Julia Radzhabova on 30.05.2019 - * Copyright (c) 2019 Ascensio System SIA. All rights reserved. + * Created on 30.05.2019 * */ diff --git a/apps/spreadsheeteditor/main/app/controller/DocumentHolder.js b/apps/spreadsheeteditor/main/app/controller/DocumentHolder.js index 3f18e7ed38..561d9e7abd 100644 --- a/apps/spreadsheeteditor/main/app/controller/DocumentHolder.js +++ b/apps/spreadsheeteditor/main/app/controller/DocumentHolder.js @@ -34,8 +34,7 @@ * * DocumentHolder controller * - * Created by Julia Radzhabova on 3/28/14 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 3/28/14 * */ diff --git a/apps/spreadsheeteditor/main/app/controller/FormulaDialog.js b/apps/spreadsheeteditor/main/app/controller/FormulaDialog.js index 25f1671b73..80c9035c96 100644 --- a/apps/spreadsheeteditor/main/app/controller/FormulaDialog.js +++ b/apps/spreadsheeteditor/main/app/controller/FormulaDialog.js @@ -34,8 +34,7 @@ * * Formula Dialog Controller * - * Created by Alexey.Musinov on 14/04/2014 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 14/04/2014 * */ diff --git a/apps/spreadsheeteditor/main/app/controller/Main.js b/apps/spreadsheeteditor/main/app/controller/Main.js index 84a6f71015..da86d23964 100644 --- a/apps/spreadsheeteditor/main/app/controller/Main.js +++ b/apps/spreadsheeteditor/main/app/controller/Main.js @@ -34,8 +34,7 @@ * * Main controller * - * Created by Maxim Kadushkin on 24 March 2014 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 24 March 2014 * */ diff --git a/apps/spreadsheeteditor/main/app/controller/PivotTable.js b/apps/spreadsheeteditor/main/app/controller/PivotTable.js index e2ee906da0..a35a204b41 100644 --- a/apps/spreadsheeteditor/main/app/controller/PivotTable.js +++ b/apps/spreadsheeteditor/main/app/controller/PivotTable.js @@ -32,8 +32,7 @@ /** * PivotTable.js * - * Created by Julia.Radzhabova on 06.27.17 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 06.27.17 * */ diff --git a/apps/spreadsheeteditor/main/app/controller/RightMenu.js b/apps/spreadsheeteditor/main/app/controller/RightMenu.js index abd0810c3f..03375659d0 100644 --- a/apps/spreadsheeteditor/main/app/controller/RightMenu.js +++ b/apps/spreadsheeteditor/main/app/controller/RightMenu.js @@ -32,8 +32,7 @@ /** * RightMenu.js * - * Created by Julia Radzhabova on 3/27/14 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 3/27/14 * */ diff --git a/apps/spreadsheeteditor/main/app/controller/Search.js b/apps/spreadsheeteditor/main/app/controller/Search.js index 44ded11fe9..b06a402a44 100644 --- a/apps/spreadsheeteditor/main/app/controller/Search.js +++ b/apps/spreadsheeteditor/main/app/controller/Search.js @@ -33,8 +33,7 @@ /** * ViewTab.js * - * Created by Julia Svinareva on 22.02.2022 - * Copyright (c) 2022 Ascensio System SIA. All rights reserved. + * Created on 22.02.2022 * */ diff --git a/apps/spreadsheeteditor/main/app/controller/Statusbar.js b/apps/spreadsheeteditor/main/app/controller/Statusbar.js index d90033be77..a819dd023c 100644 --- a/apps/spreadsheeteditor/main/app/controller/Statusbar.js +++ b/apps/spreadsheeteditor/main/app/controller/Statusbar.js @@ -34,8 +34,7 @@ * * Statusbar controller * - * Created by Maxim Kadushkin on 27 March 2014 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 27 March 2014 * */ diff --git a/apps/spreadsheeteditor/main/app/controller/Toolbar.js b/apps/spreadsheeteditor/main/app/controller/Toolbar.js index 679f535d72..cc89a572c0 100644 --- a/apps/spreadsheeteditor/main/app/controller/Toolbar.js +++ b/apps/spreadsheeteditor/main/app/controller/Toolbar.js @@ -32,8 +32,7 @@ /** * Toolbar.js * - * Created by Alexander Yuzhin on 3/31/14 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 3/31/14 * */ diff --git a/apps/spreadsheeteditor/main/app/controller/ViewTab.js b/apps/spreadsheeteditor/main/app/controller/ViewTab.js index 71b6c670ae..9ce0474b1b 100644 --- a/apps/spreadsheeteditor/main/app/controller/ViewTab.js +++ b/apps/spreadsheeteditor/main/app/controller/ViewTab.js @@ -33,8 +33,7 @@ /** * ViewTab.js * - * Created by Julia Radzhabova on 08.07.2020 - * Copyright (c) 2020 Ascensio System SIA. All rights reserved. + * Created on 08.07.2020 * */ diff --git a/apps/spreadsheeteditor/main/app/controller/Viewport.js b/apps/spreadsheeteditor/main/app/controller/Viewport.js index 2731cd842f..946579a420 100644 --- a/apps/spreadsheeteditor/main/app/controller/Viewport.js +++ b/apps/spreadsheeteditor/main/app/controller/Viewport.js @@ -34,8 +34,7 @@ * * Controller for the viewport * - * Created by Maxim Kadushkin on 24 March 2014 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 24 March 2014 * */ diff --git a/apps/spreadsheeteditor/main/app/controller/WBProtection.js b/apps/spreadsheeteditor/main/app/controller/WBProtection.js index 3325e229e1..fcbd403015 100644 --- a/apps/spreadsheeteditor/main/app/controller/WBProtection.js +++ b/apps/spreadsheeteditor/main/app/controller/WBProtection.js @@ -33,8 +33,7 @@ /** * WBProtection.js * - * Created by Julia Radzhabova on 21.06.2021 - * Copyright (c) 2021Ascensio System SIA. All rights reserved. + * Created on 21.06.2021 * */ define([ diff --git a/apps/spreadsheeteditor/main/app/model/EquationGroup.js b/apps/spreadsheeteditor/main/app/model/EquationGroup.js index a5812e45a8..50eaa677ef 100644 --- a/apps/spreadsheeteditor/main/app/model/EquationGroup.js +++ b/apps/spreadsheeteditor/main/app/model/EquationGroup.js @@ -32,8 +32,7 @@ /** * EquationGroup.js * - * Created by Alexey Musinov on 29/10/14 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 29/10/14 * */ diff --git a/apps/spreadsheeteditor/main/app/model/Formula.js b/apps/spreadsheeteditor/main/app/model/Formula.js index 7dd97295c7..60f4b55148 100644 --- a/apps/spreadsheeteditor/main/app/model/Formula.js +++ b/apps/spreadsheeteditor/main/app/model/Formula.js @@ -34,8 +34,7 @@ * * Models for formulas. * - * Created by Alexey.Musinov on 11/04/14 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 11/04/14 * */ diff --git a/apps/spreadsheeteditor/main/app/model/ShapeGroup.js b/apps/spreadsheeteditor/main/app/model/ShapeGroup.js index 660ff18d9d..68147dac33 100644 --- a/apps/spreadsheeteditor/main/app/model/ShapeGroup.js +++ b/apps/spreadsheeteditor/main/app/model/ShapeGroup.js @@ -32,8 +32,7 @@ /** * ShapeGroup.js * - * Created by Alexander Yuzhin on 2/10/14 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 2/10/14 * */ diff --git a/apps/spreadsheeteditor/main/app/model/TableTemplate.js b/apps/spreadsheeteditor/main/app/model/TableTemplate.js index 0d2e06b2fb..58bd25aed1 100644 --- a/apps/spreadsheeteditor/main/app/model/TableTemplate.js +++ b/apps/spreadsheeteditor/main/app/model/TableTemplate.js @@ -32,8 +32,7 @@ /** * TableTemplate.js * - * Created by Alexander Yuzhin on 4/7/14 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 4/7/14 * */ diff --git a/apps/spreadsheeteditor/main/app/view/AdvancedSeparatorDialog.js b/apps/spreadsheeteditor/main/app/view/AdvancedSeparatorDialog.js index f3cb3f548f..4d1e536cb6 100644 --- a/apps/spreadsheeteditor/main/app/view/AdvancedSeparatorDialog.js +++ b/apps/spreadsheeteditor/main/app/view/AdvancedSeparatorDialog.js @@ -32,8 +32,7 @@ /** * AdvancedSeparatorDialog.js * - * Created by Julia Radzhabova on 26/06/20 - * Copyright (c) 2020 Ascensio System SIA. All rights reserved. + * Created on 26/06/20 * */ diff --git a/apps/spreadsheeteditor/main/app/view/AutoFilterDialog.js b/apps/spreadsheeteditor/main/app/view/AutoFilterDialog.js index ea26f68796..596f720824 100644 --- a/apps/spreadsheeteditor/main/app/view/AutoFilterDialog.js +++ b/apps/spreadsheeteditor/main/app/view/AutoFilterDialog.js @@ -34,8 +34,7 @@ * * Create filter for cell dialog. * - * Created by Alexey.Musinov on 22/04/14 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 22/04/14 * */ diff --git a/apps/spreadsheeteditor/main/app/view/CellEditor.js b/apps/spreadsheeteditor/main/app/view/CellEditor.js index 11ab974937..dce9e4585c 100644 --- a/apps/spreadsheeteditor/main/app/view/CellEditor.js +++ b/apps/spreadsheeteditor/main/app/view/CellEditor.js @@ -32,8 +32,7 @@ /** * CellEdit.js * - * Created by Maxim Kadushkin on 04 April 2014 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 04 April 2014 * */ diff --git a/apps/spreadsheeteditor/main/app/view/CellRangeDialog.js b/apps/spreadsheeteditor/main/app/view/CellRangeDialog.js index 8ed754532a..6c8562af3d 100644 --- a/apps/spreadsheeteditor/main/app/view/CellRangeDialog.js +++ b/apps/spreadsheeteditor/main/app/view/CellRangeDialog.js @@ -32,8 +32,7 @@ /** * CellRangeDialog.js * - * Created by Julia Radzhabova on 6/3/14 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 6/3/14 * */ diff --git a/apps/spreadsheeteditor/main/app/view/CellSettings.js b/apps/spreadsheeteditor/main/app/view/CellSettings.js index ada73d69e7..9626ecaea7 100644 --- a/apps/spreadsheeteditor/main/app/view/CellSettings.js +++ b/apps/spreadsheeteditor/main/app/view/CellSettings.js @@ -32,8 +32,7 @@ /** * CellSettings.js * - * Created by Julia Radzhabova on 6/08/18 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 6/08/18 * */ diff --git a/apps/spreadsheeteditor/main/app/view/ChartDataDialog.js b/apps/spreadsheeteditor/main/app/view/ChartDataDialog.js index aa6737a793..b09e8a0454 100644 --- a/apps/spreadsheeteditor/main/app/view/ChartDataDialog.js +++ b/apps/spreadsheeteditor/main/app/view/ChartDataDialog.js @@ -33,8 +33,7 @@ /** * ChartDataDialog.js * - * Created by Julia Radzhabova on 06.07.2020 - * Copyright (c) 2020 Ascensio System SIA. All rights reserved. + * Created on 06.07.2020 * */ diff --git a/apps/spreadsheeteditor/main/app/view/ChartDataRangeDialog.js b/apps/spreadsheeteditor/main/app/view/ChartDataRangeDialog.js index dc325e7cf6..f62f5bf5a9 100644 --- a/apps/spreadsheeteditor/main/app/view/ChartDataRangeDialog.js +++ b/apps/spreadsheeteditor/main/app/view/ChartDataRangeDialog.js @@ -32,8 +32,7 @@ /** * ChartDataRangeDialog.js * - * Created by Julia Radzhabova on 02.07.2020 - * Copyright (c) 2020 Ascensio System SIA. All rights reserved. + * Created on 02.07.2020 * */ diff --git a/apps/spreadsheeteditor/main/app/view/ChartSettings.js b/apps/spreadsheeteditor/main/app/view/ChartSettings.js index 9a36ac4070..aa89b6fd63 100644 --- a/apps/spreadsheeteditor/main/app/view/ChartSettings.js +++ b/apps/spreadsheeteditor/main/app/view/ChartSettings.js @@ -32,8 +32,7 @@ /** * ChartSettings.js * - * Created by Julia Radzhabova on 3/28/14 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 3/28/14 * */ diff --git a/apps/spreadsheeteditor/main/app/view/ChartSettingsDlg.js b/apps/spreadsheeteditor/main/app/view/ChartSettingsDlg.js index 45e947b831..48749c5e30 100644 --- a/apps/spreadsheeteditor/main/app/view/ChartSettingsDlg.js +++ b/apps/spreadsheeteditor/main/app/view/ChartSettingsDlg.js @@ -32,8 +32,7 @@ /** * ChartSettingsDlg.js * - * Created by Julia Radzhabova on 4/04/14 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 4/04/14 * */ diff --git a/apps/spreadsheeteditor/main/app/view/ChartTypeDialog.js b/apps/spreadsheeteditor/main/app/view/ChartTypeDialog.js index fa3ba0adbc..c04725ffe4 100644 --- a/apps/spreadsheeteditor/main/app/view/ChartTypeDialog.js +++ b/apps/spreadsheeteditor/main/app/view/ChartTypeDialog.js @@ -33,8 +33,7 @@ /** * ChartTypeDialog.js * - * Created by Julia Radzhabova on 03.12.2020 - * Copyright (c) 2020 Ascensio System SIA. All rights reserved. + * Created on 03.12.2020 * */ diff --git a/apps/spreadsheeteditor/main/app/view/ChartWizardDialog.js b/apps/spreadsheeteditor/main/app/view/ChartWizardDialog.js index 51fb5b79a7..d7a8b1e00a 100644 --- a/apps/spreadsheeteditor/main/app/view/ChartWizardDialog.js +++ b/apps/spreadsheeteditor/main/app/view/ChartWizardDialog.js @@ -32,8 +32,7 @@ /** * ChartWizardDialog.js * - * Created by Julia Radzhabova on 02/11/23 - * Copyright (c) 2023 Ascensio System SIA. All rights reserved. + * Created on 02/11/23 * */ define(['common/main/lib/view/AdvancedSettingsWindow', diff --git a/apps/spreadsheeteditor/main/app/view/CreatePivotDialog.js b/apps/spreadsheeteditor/main/app/view/CreatePivotDialog.js index 2d0d4476b3..fd7c78199d 100644 --- a/apps/spreadsheeteditor/main/app/view/CreatePivotDialog.js +++ b/apps/spreadsheeteditor/main/app/view/CreatePivotDialog.js @@ -33,8 +33,7 @@ /** * CreatePivotDialog.js * - * Created by Julia Radzhabova on 04.10.2019 - * Copyright (c) 2019 Ascensio System SIA. All rights reserved. + * Created on 04.10.2019 * */ define([ diff --git a/apps/spreadsheeteditor/main/app/view/CreateSparklineDialog.js b/apps/spreadsheeteditor/main/app/view/CreateSparklineDialog.js index 8d1823bdb4..c21d94491a 100644 --- a/apps/spreadsheeteditor/main/app/view/CreateSparklineDialog.js +++ b/apps/spreadsheeteditor/main/app/view/CreateSparklineDialog.js @@ -33,8 +33,7 @@ /** * CreateSparklineDialog.js * - * Created by Julia Radzhabova on 23.03.2021 - * Copyright (c) 2021 Ascensio System SIA. All rights reserved. + * Created on 23.03.2021 * */ define([ diff --git a/apps/spreadsheeteditor/main/app/view/DataTab.js b/apps/spreadsheeteditor/main/app/view/DataTab.js index 6c1251a221..bb3e938441 100644 --- a/apps/spreadsheeteditor/main/app/view/DataTab.js +++ b/apps/spreadsheeteditor/main/app/view/DataTab.js @@ -32,8 +32,7 @@ /** * DataTab.js * - * Created by Julia Radzhabova on 30.05.2019 - * Copyright (c) 2019 Ascensio System SIA. All rights reserved. + * Created on 30.05.2019 * */ diff --git a/apps/spreadsheeteditor/main/app/view/DataValidationDialog.js b/apps/spreadsheeteditor/main/app/view/DataValidationDialog.js index 5a7e4ddeab..88f3057004 100644 --- a/apps/spreadsheeteditor/main/app/view/DataValidationDialog.js +++ b/apps/spreadsheeteditor/main/app/view/DataValidationDialog.js @@ -33,8 +33,7 @@ /** * DataValidationDialog.js * - * Created by Julia Radzhabova on 11.11.2020 - * Copyright (c) 2020 Ascensio System SIA. All rights reserved. + * Created on 11.11.2020 * */ diff --git a/apps/spreadsheeteditor/main/app/view/DocumentHolder.js b/apps/spreadsheeteditor/main/app/view/DocumentHolder.js index f13b2dec73..afc1c60675 100644 --- a/apps/spreadsheeteditor/main/app/view/DocumentHolder.js +++ b/apps/spreadsheeteditor/main/app/view/DocumentHolder.js @@ -34,8 +34,7 @@ * * DocumentHolder view * - * Created by Julia Radzhabova on 3/28/14 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 3/28/14 * */ diff --git a/apps/spreadsheeteditor/main/app/view/ExternalLinksDlg.js b/apps/spreadsheeteditor/main/app/view/ExternalLinksDlg.js index b1c629a8ff..5acb854960 100644 --- a/apps/spreadsheeteditor/main/app/view/ExternalLinksDlg.js +++ b/apps/spreadsheeteditor/main/app/view/ExternalLinksDlg.js @@ -33,8 +33,7 @@ * * ExternalLinksDlg.js * - * Created by Julia.Radzhabova on 26.07.22 - * Copyright (c) 2022 Ascensio System SIA. All rights reserved. + * Created on 26.07.22 * */ diff --git a/apps/spreadsheeteditor/main/app/view/FieldSettingsDialog.js b/apps/spreadsheeteditor/main/app/view/FieldSettingsDialog.js index 8824aebf93..8822b6faf6 100644 --- a/apps/spreadsheeteditor/main/app/view/FieldSettingsDialog.js +++ b/apps/spreadsheeteditor/main/app/view/FieldSettingsDialog.js @@ -33,8 +33,7 @@ /** * FieldSettingsDialog.js * - * Created by Julia Radzhabova on 17.07.2017 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 17.07.2017 * */ diff --git a/apps/spreadsheeteditor/main/app/view/FillSeriesDialog.js b/apps/spreadsheeteditor/main/app/view/FillSeriesDialog.js index 1341a38c37..6a108d8d40 100644 --- a/apps/spreadsheeteditor/main/app/view/FillSeriesDialog.js +++ b/apps/spreadsheeteditor/main/app/view/FillSeriesDialog.js @@ -33,8 +33,7 @@ /** * FillSeriesDialog.js * - * Created by Julia Radzhabova on 07.11.2023 - * Copyright (c) 2023 Ascensio System SIA. All rights reserved. + * Created on 07.11.2023 * */ diff --git a/apps/spreadsheeteditor/main/app/view/FormatRulesEditDlg.js b/apps/spreadsheeteditor/main/app/view/FormatRulesEditDlg.js index d5179e0b20..fd9750edfc 100644 --- a/apps/spreadsheeteditor/main/app/view/FormatRulesEditDlg.js +++ b/apps/spreadsheeteditor/main/app/view/FormatRulesEditDlg.js @@ -33,8 +33,7 @@ * * FormatRulesEditDlg.js * - * Created by Julia.Radzhabova on 15.04.20 - * Copyright (c) 2020 Ascensio System SIA. All rights reserved. + * Created on 15.04.20 * */ diff --git a/apps/spreadsheeteditor/main/app/view/FormatRulesManagerDlg.js b/apps/spreadsheeteditor/main/app/view/FormatRulesManagerDlg.js index f5ee6b9138..9edce9ece9 100644 --- a/apps/spreadsheeteditor/main/app/view/FormatRulesManagerDlg.js +++ b/apps/spreadsheeteditor/main/app/view/FormatRulesManagerDlg.js @@ -33,8 +33,7 @@ * * FormatRulesManagerDlg.js * - * Created by Julia.Radzhabova on 14.04.2020 - * Copyright (c) 2020 Ascensio System SIA. All rights reserved. + * Created on 14.04.2020 * */ diff --git a/apps/spreadsheeteditor/main/app/view/FormatSettingsDialog.js b/apps/spreadsheeteditor/main/app/view/FormatSettingsDialog.js index 8e06ab2a42..c7212e9306 100644 --- a/apps/spreadsheeteditor/main/app/view/FormatSettingsDialog.js +++ b/apps/spreadsheeteditor/main/app/view/FormatSettingsDialog.js @@ -33,8 +33,7 @@ /** * FormatSettingsDialog.js * - * Created by Julia Radzhabova on 13.01.2017 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 13.01.2017 * */ diff --git a/apps/spreadsheeteditor/main/app/view/FormulaDialog.js b/apps/spreadsheeteditor/main/app/view/FormulaDialog.js index 2ae6be7dd2..641d2a6400 100644 --- a/apps/spreadsheeteditor/main/app/view/FormulaDialog.js +++ b/apps/spreadsheeteditor/main/app/view/FormulaDialog.js @@ -34,8 +34,7 @@ * * Add formula to cell dialog * - * Created by Alexey.Musinov on 11/04/14 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 11/04/14 * */ diff --git a/apps/spreadsheeteditor/main/app/view/FormulaTab.js b/apps/spreadsheeteditor/main/app/view/FormulaTab.js index fb4d01e23e..f33fe8abbd 100644 --- a/apps/spreadsheeteditor/main/app/view/FormulaTab.js +++ b/apps/spreadsheeteditor/main/app/view/FormulaTab.js @@ -32,8 +32,7 @@ /** * FormulaTab.js * - * Created by Julia Radzhabova on 14.06.2019 - * Copyright (c) 2019 Ascensio System SIA. All rights reserved. + * Created on 14.06.2019 * */ diff --git a/apps/spreadsheeteditor/main/app/view/FormulaWizard.js b/apps/spreadsheeteditor/main/app/view/FormulaWizard.js index b50069abd8..c7a2bad7f0 100644 --- a/apps/spreadsheeteditor/main/app/view/FormulaWizard.js +++ b/apps/spreadsheeteditor/main/app/view/FormulaWizard.js @@ -32,8 +32,7 @@ /** * FormulaWizard.js * - * Created by Julia Radzhabova on 17.04.20 - * Copyright (c) 2020 Ascensio System SIA. All rights reserved. + * Created on 17.04.20 * */ diff --git a/apps/spreadsheeteditor/main/app/view/GoalSeekDlg.js b/apps/spreadsheeteditor/main/app/view/GoalSeekDlg.js index b8fa460757..b1874152f2 100644 --- a/apps/spreadsheeteditor/main/app/view/GoalSeekDlg.js +++ b/apps/spreadsheeteditor/main/app/view/GoalSeekDlg.js @@ -33,8 +33,7 @@ /** * GoalSeekDlg.js * - * Created by Julia Radzhabova on 21.07.2023 - * Copyright (c) 2023 Ascensio System SIA. All rights reserved. + * Created on 21.07.2023 * */ define([ diff --git a/apps/spreadsheeteditor/main/app/view/GoalSeekStatusDlg.js b/apps/spreadsheeteditor/main/app/view/GoalSeekStatusDlg.js index de7d221dd7..64ebfd8c36 100644 --- a/apps/spreadsheeteditor/main/app/view/GoalSeekStatusDlg.js +++ b/apps/spreadsheeteditor/main/app/view/GoalSeekStatusDlg.js @@ -33,8 +33,7 @@ /** * GoalSeekDlg.js * - * Created by Julia Svinareva on 5.10.2023 - * Copyright (c) 2023 Ascensio System SIA. All rights reserved. + * Created on 5.10.2023 * */ define([ diff --git a/apps/spreadsheeteditor/main/app/view/HeaderFooterDialog.js b/apps/spreadsheeteditor/main/app/view/HeaderFooterDialog.js index 18ca569fe0..47cee77d4d 100644 --- a/apps/spreadsheeteditor/main/app/view/HeaderFooterDialog.js +++ b/apps/spreadsheeteditor/main/app/view/HeaderFooterDialog.js @@ -32,8 +32,7 @@ /** * HeaderFooterDialog.js * - * Created by Julia Radzhabova on 10/11/18 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 10/11/18 * */ diff --git a/apps/spreadsheeteditor/main/app/view/HyperlinkSettingsDialog.js b/apps/spreadsheeteditor/main/app/view/HyperlinkSettingsDialog.js index 3d3479d64b..734efe1491 100644 --- a/apps/spreadsheeteditor/main/app/view/HyperlinkSettingsDialog.js +++ b/apps/spreadsheeteditor/main/app/view/HyperlinkSettingsDialog.js @@ -32,8 +32,7 @@ /** * HyperlinkSettingsDialog.js * - * Created by Alexander Yuzhin on 4/9/14 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 4/9/14 * */ diff --git a/apps/spreadsheeteditor/main/app/view/ImageSettings.js b/apps/spreadsheeteditor/main/app/view/ImageSettings.js index b28d7053c7..f98a3dd6c4 100644 --- a/apps/spreadsheeteditor/main/app/view/ImageSettings.js +++ b/apps/spreadsheeteditor/main/app/view/ImageSettings.js @@ -32,8 +32,7 @@ /** * ImageSettings.js * - * Created by Julia Radzhabova on 3/28/14 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 3/28/14 * */ diff --git a/apps/spreadsheeteditor/main/app/view/ImageSettingsAdvanced.js b/apps/spreadsheeteditor/main/app/view/ImageSettingsAdvanced.js index e8ead75095..a5addd5118 100644 --- a/apps/spreadsheeteditor/main/app/view/ImageSettingsAdvanced.js +++ b/apps/spreadsheeteditor/main/app/view/ImageSettingsAdvanced.js @@ -32,8 +32,7 @@ /** * ImageSettingsAdvanced.js * - * Created by Julia Radzhabova on 1/19/17 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 1/19/17 * */ diff --git a/apps/spreadsheeteditor/main/app/view/ImportFromXmlDialog.js b/apps/spreadsheeteditor/main/app/view/ImportFromXmlDialog.js index a7300faed4..8333c89971 100644 --- a/apps/spreadsheeteditor/main/app/view/ImportFromXmlDialog.js +++ b/apps/spreadsheeteditor/main/app/view/ImportFromXmlDialog.js @@ -33,8 +33,7 @@ /** * CreatePivotDialog.js * - * Created by Julia Radzhabova on 08.12.2022 - * Copyright (c) 2019 Ascensio System SIA. All rights reserved. + * Created on 08.12.2022 * */ define([ diff --git a/apps/spreadsheeteditor/main/app/view/MacroDialog.js b/apps/spreadsheeteditor/main/app/view/MacroDialog.js index 2239fa12a6..804360f2a8 100644 --- a/apps/spreadsheeteditor/main/app/view/MacroDialog.js +++ b/apps/spreadsheeteditor/main/app/view/MacroDialog.js @@ -33,8 +33,7 @@ /** * MacroDialog.js * - * Created by Julia Radzhabova on 16.02.2021 - * Copyright (c) 2021 Ascensio System SIA. All rights reserved. + * Created on 16.02.2021 * */ diff --git a/apps/spreadsheeteditor/main/app/view/NameManagerDlg.js b/apps/spreadsheeteditor/main/app/view/NameManagerDlg.js index d75b75823d..c2f0822113 100644 --- a/apps/spreadsheeteditor/main/app/view/NameManagerDlg.js +++ b/apps/spreadsheeteditor/main/app/view/NameManagerDlg.js @@ -33,8 +33,7 @@ * * NameManagerDlg.js * - * Created by Julia.Radzhabova on 01.06.15 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 01.06.15 * */ diff --git a/apps/spreadsheeteditor/main/app/view/NamedRangeEditDlg.js b/apps/spreadsheeteditor/main/app/view/NamedRangeEditDlg.js index 4fcee4c690..51a4d586cf 100644 --- a/apps/spreadsheeteditor/main/app/view/NamedRangeEditDlg.js +++ b/apps/spreadsheeteditor/main/app/view/NamedRangeEditDlg.js @@ -33,8 +33,7 @@ * * NamedRangeEditDlg.js * - * Created by Julia.Radzhabova on 27.05.15 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 27.05.15 * */ diff --git a/apps/spreadsheeteditor/main/app/view/NamedRangePasteDlg.js b/apps/spreadsheeteditor/main/app/view/NamedRangePasteDlg.js index 7b1f2e4ade..8f7766837e 100644 --- a/apps/spreadsheeteditor/main/app/view/NamedRangePasteDlg.js +++ b/apps/spreadsheeteditor/main/app/view/NamedRangePasteDlg.js @@ -33,8 +33,7 @@ * * NamedRangePasteDlg.js * - * Created by Julia.Radzhabova on 05.06.15 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 05.06.15 * */ diff --git a/apps/spreadsheeteditor/main/app/view/PageMarginsDialog.js b/apps/spreadsheeteditor/main/app/view/PageMarginsDialog.js index 7b95b1655b..3e1b323f89 100644 --- a/apps/spreadsheeteditor/main/app/view/PageMarginsDialog.js +++ b/apps/spreadsheeteditor/main/app/view/PageMarginsDialog.js @@ -32,8 +32,7 @@ /** * PageMarginsDialog.js * - * Created by Julia Radzhabova on 06/29/18 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 06/29/18 * */ diff --git a/apps/spreadsheeteditor/main/app/view/ParagraphSettings.js b/apps/spreadsheeteditor/main/app/view/ParagraphSettings.js index 527eadfec6..4e33566118 100644 --- a/apps/spreadsheeteditor/main/app/view/ParagraphSettings.js +++ b/apps/spreadsheeteditor/main/app/view/ParagraphSettings.js @@ -32,8 +32,7 @@ /** * ParagraphSettings.js * - * Created by Julia Radzhabova on 3/28/14 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 3/28/14 * */ diff --git a/apps/spreadsheeteditor/main/app/view/ParagraphSettingsAdvanced.js b/apps/spreadsheeteditor/main/app/view/ParagraphSettingsAdvanced.js index 7b72d25ab3..5e55ec0c8a 100644 --- a/apps/spreadsheeteditor/main/app/view/ParagraphSettingsAdvanced.js +++ b/apps/spreadsheeteditor/main/app/view/ParagraphSettingsAdvanced.js @@ -32,8 +32,7 @@ /** * ParagraphSettingsAdvanced.js * - * Created by Julia Radzhabova on 3/31/14 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 3/31/14 * */ diff --git a/apps/spreadsheeteditor/main/app/view/PivotSettings.js b/apps/spreadsheeteditor/main/app/view/PivotSettings.js index 498fd8c3b0..338f80e8a4 100644 --- a/apps/spreadsheeteditor/main/app/view/PivotSettings.js +++ b/apps/spreadsheeteditor/main/app/view/PivotSettings.js @@ -33,8 +33,7 @@ /** * PivotSettings.js * - * Created by Julia Radzhabova on 7/10/17 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 7/10/17 * */ diff --git a/apps/spreadsheeteditor/main/app/view/PivotSettingsAdvanced.js b/apps/spreadsheeteditor/main/app/view/PivotSettingsAdvanced.js index dcf95087bb..d2a344480b 100644 --- a/apps/spreadsheeteditor/main/app/view/PivotSettingsAdvanced.js +++ b/apps/spreadsheeteditor/main/app/view/PivotSettingsAdvanced.js @@ -33,8 +33,7 @@ /** * PivotSettingsAdvanced.js * - * Created by Julia Radzhabova on 17.07.2017 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 17.07.2017 * */ diff --git a/apps/spreadsheeteditor/main/app/view/PivotShowDetailDialog.js b/apps/spreadsheeteditor/main/app/view/PivotShowDetailDialog.js index 5858a5fd85..a9070f2c45 100644 --- a/apps/spreadsheeteditor/main/app/view/PivotShowDetailDialog.js +++ b/apps/spreadsheeteditor/main/app/view/PivotShowDetailDialog.js @@ -33,8 +33,7 @@ * * PivotShowDetailDialog.js * - * Created by Alexey.Koshelev on 13.08.23 - * Copyright (c) 2023 Ascensio System SIA. All rights reserved. + * Created on 13.08.23 * */ diff --git a/apps/spreadsheeteditor/main/app/view/PivotTable.js b/apps/spreadsheeteditor/main/app/view/PivotTable.js index 090a602e9e..e842d63abd 100644 --- a/apps/spreadsheeteditor/main/app/view/PivotTable.js +++ b/apps/spreadsheeteditor/main/app/view/PivotTable.js @@ -34,8 +34,7 @@ * * View * - * Created by Julia.Radzhabova on 06.27.17 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 06.27.17 * */ diff --git a/apps/spreadsheeteditor/main/app/view/PrintSettings.js b/apps/spreadsheeteditor/main/app/view/PrintSettings.js index 039ff18a68..7294b543e3 100644 --- a/apps/spreadsheeteditor/main/app/view/PrintSettings.js +++ b/apps/spreadsheeteditor/main/app/view/PrintSettings.js @@ -32,8 +32,7 @@ /** * PrintSettings.js * - * Created by Julia Radzhabova on 4/03/14 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 4/03/14 * */ diff --git a/apps/spreadsheeteditor/main/app/view/PrintTitlesDialog.js b/apps/spreadsheeteditor/main/app/view/PrintTitlesDialog.js index c83f86cfab..5cd8be86d8 100644 --- a/apps/spreadsheeteditor/main/app/view/PrintTitlesDialog.js +++ b/apps/spreadsheeteditor/main/app/view/PrintTitlesDialog.js @@ -33,8 +33,7 @@ /** * PrintTitlesDialog.js * - * Created by Julia Radzhabova on 17.03.2020 - * Copyright (c) 2020 Ascensio System SIA. All rights reserved. + * Created on 17.03.2020 * */ define([ diff --git a/apps/spreadsheeteditor/main/app/view/ProtectDialog.js b/apps/spreadsheeteditor/main/app/view/ProtectDialog.js index 6838813a07..1e31f2a67d 100644 --- a/apps/spreadsheeteditor/main/app/view/ProtectDialog.js +++ b/apps/spreadsheeteditor/main/app/view/ProtectDialog.js @@ -32,8 +32,7 @@ /** * ProtectDialog.js * - * Created by Julia Radzhabova on 21.06.2021 - * Copyright (c) 2021 Ascensio System SIA. All rights reserved. + * Created on 21.06.2021 * */ diff --git a/apps/spreadsheeteditor/main/app/view/ProtectRangesDlg.js b/apps/spreadsheeteditor/main/app/view/ProtectRangesDlg.js index c71b197fd7..6a71bbfde1 100644 --- a/apps/spreadsheeteditor/main/app/view/ProtectRangesDlg.js +++ b/apps/spreadsheeteditor/main/app/view/ProtectRangesDlg.js @@ -33,8 +33,7 @@ * * ProtectRangesDlg.js * - * Created by Julia.Radzhabova on 22.06.21 - * Copyright (c) 2021 Ascensio System SIA. All rights reserved. + * Created on 22.06.21 * */ diff --git a/apps/spreadsheeteditor/main/app/view/ProtectedRangesEditDlg.js b/apps/spreadsheeteditor/main/app/view/ProtectedRangesEditDlg.js index 86c37f72ac..dfbfb84e4c 100644 --- a/apps/spreadsheeteditor/main/app/view/ProtectedRangesEditDlg.js +++ b/apps/spreadsheeteditor/main/app/view/ProtectedRangesEditDlg.js @@ -33,8 +33,7 @@ /** * ProtectedRangesEditDlg.js * - * Created by Julia Radzhabova on 01.02.2023 - * Copyright (c) 2023 Ascensio System SIA. All rights reserved. + * Created on 01.02.2023 * */ diff --git a/apps/spreadsheeteditor/main/app/view/ProtectedRangesManagerDlg.js b/apps/spreadsheeteditor/main/app/view/ProtectedRangesManagerDlg.js index 71e5bebb9f..760f616649 100644 --- a/apps/spreadsheeteditor/main/app/view/ProtectedRangesManagerDlg.js +++ b/apps/spreadsheeteditor/main/app/view/ProtectedRangesManagerDlg.js @@ -34,8 +34,7 @@ * * ProtectedRangesManagerDlg.js * - * Created by Julia.Radzhabova on 01.02.23 - * Copyright (c) 2023 Ascensio System SIA. All rights reserved. + * Created on 01.02.23 * */ diff --git a/apps/spreadsheeteditor/main/app/view/RemoveDuplicatesDialog.js b/apps/spreadsheeteditor/main/app/view/RemoveDuplicatesDialog.js index 65b7e3b996..6d1d4679da 100644 --- a/apps/spreadsheeteditor/main/app/view/RemoveDuplicatesDialog.js +++ b/apps/spreadsheeteditor/main/app/view/RemoveDuplicatesDialog.js @@ -32,8 +32,7 @@ /** * RemoveDuplicatesDialog.js * - * Created by Julia Radzhabova on 07.04.2020 - * Copyright (c) 2020 Ascensio System SIA. All rights reserved. + * Created on 07.04.2020 * */ diff --git a/apps/spreadsheeteditor/main/app/view/RightMenu.js b/apps/spreadsheeteditor/main/app/view/RightMenu.js index fa19cfd388..7ae2286ff4 100644 --- a/apps/spreadsheeteditor/main/app/view/RightMenu.js +++ b/apps/spreadsheeteditor/main/app/view/RightMenu.js @@ -32,8 +32,7 @@ /** * RightMenu.js * - * Created by Julia Radzhabova on 3/27/14 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 3/27/14 * */ diff --git a/apps/spreadsheeteditor/main/app/view/ScaleDialog.js b/apps/spreadsheeteditor/main/app/view/ScaleDialog.js index d72d9e7479..c5f67f7029 100644 --- a/apps/spreadsheeteditor/main/app/view/ScaleDialog.js +++ b/apps/spreadsheeteditor/main/app/view/ScaleDialog.js @@ -32,8 +32,7 @@ /** * ScaleDialog.js * - * Created by Julia Svinareva on 21/08/19 - * Copyright (c) 2019 Ascensio System SIA. All rights reserved. + * Created on 21/08/19 * */ diff --git a/apps/spreadsheeteditor/main/app/view/SetValueDialog.js b/apps/spreadsheeteditor/main/app/view/SetValueDialog.js index 0e284f60f6..e6d69ac908 100644 --- a/apps/spreadsheeteditor/main/app/view/SetValueDialog.js +++ b/apps/spreadsheeteditor/main/app/view/SetValueDialog.js @@ -32,8 +32,7 @@ /** * SetValueDialog.js * - * Created by Julia Radzhabova on 4/21/14 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 4/21/14 * */ diff --git a/apps/spreadsheeteditor/main/app/view/ShapeSettings.js b/apps/spreadsheeteditor/main/app/view/ShapeSettings.js index 403343723f..7ef78c8209 100644 --- a/apps/spreadsheeteditor/main/app/view/ShapeSettings.js +++ b/apps/spreadsheeteditor/main/app/view/ShapeSettings.js @@ -32,8 +32,7 @@ /** * ShapeSettings.js * - * Created by Julia Radzhabova on 3/28/14 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 3/28/14 * */ diff --git a/apps/spreadsheeteditor/main/app/view/ShapeSettingsAdvanced.js b/apps/spreadsheeteditor/main/app/view/ShapeSettingsAdvanced.js index a6e0587c15..15347b9c55 100644 --- a/apps/spreadsheeteditor/main/app/view/ShapeSettingsAdvanced.js +++ b/apps/spreadsheeteditor/main/app/view/ShapeSettingsAdvanced.js @@ -32,8 +32,7 @@ /** * ShapeSettingsAdvanced.js * - * Created by Julia Radzhabova on 3/31/14 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 3/31/14 * */ diff --git a/apps/spreadsheeteditor/main/app/view/SignatureSettings.js b/apps/spreadsheeteditor/main/app/view/SignatureSettings.js index bf30b31859..04788c590a 100644 --- a/apps/spreadsheeteditor/main/app/view/SignatureSettings.js +++ b/apps/spreadsheeteditor/main/app/view/SignatureSettings.js @@ -32,8 +32,7 @@ /** * SignatureSettings.js * - * Created by Julia Radzhabova on 5/24/17 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 5/24/17 * */ diff --git a/apps/spreadsheeteditor/main/app/view/SlicerAddDialog.js b/apps/spreadsheeteditor/main/app/view/SlicerAddDialog.js index 4b22b0c074..1682b5afa2 100644 --- a/apps/spreadsheeteditor/main/app/view/SlicerAddDialog.js +++ b/apps/spreadsheeteditor/main/app/view/SlicerAddDialog.js @@ -32,8 +32,7 @@ /** * SlicerAddDialog.js * - * Created by Julia Radzhabova on 10.04.2020 - * Copyright (c) 2020 Ascensio System SIA. All rights reserved. + * Created on 10.04.2020 * */ diff --git a/apps/spreadsheeteditor/main/app/view/SlicerSettings.js b/apps/spreadsheeteditor/main/app/view/SlicerSettings.js index 14f8f83cf0..4bfb006de4 100644 --- a/apps/spreadsheeteditor/main/app/view/SlicerSettings.js +++ b/apps/spreadsheeteditor/main/app/view/SlicerSettings.js @@ -32,8 +32,7 @@ /** * SlicerSettings.js * - * Created by Julia Radzhabova on 5/26/20 - * Copyright (c) 2020 Ascensio System SIA. All rights reserved. + * Created on 5/26/20 * */ define([ diff --git a/apps/spreadsheeteditor/main/app/view/SlicerSettingsAdvanced.js b/apps/spreadsheeteditor/main/app/view/SlicerSettingsAdvanced.js index a160f927ac..e09e54dea0 100644 --- a/apps/spreadsheeteditor/main/app/view/SlicerSettingsAdvanced.js +++ b/apps/spreadsheeteditor/main/app/view/SlicerSettingsAdvanced.js @@ -32,8 +32,7 @@ /** * SlicerSettingsAdvanced.js * - * Created by Julia Radzhabova on 14.04.2020 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 14.04.2020 * */ diff --git a/apps/spreadsheeteditor/main/app/view/SortDialog.js b/apps/spreadsheeteditor/main/app/view/SortDialog.js index 318447e2d6..a24184aa6a 100644 --- a/apps/spreadsheeteditor/main/app/view/SortDialog.js +++ b/apps/spreadsheeteditor/main/app/view/SortDialog.js @@ -33,8 +33,7 @@ * * SortDialog.js * - * Created by Julia.Radzhabova on 05.10.19 - * Copyright (c) 2019 Ascensio System SIA. All rights reserved. + * Created on 05.10.19 * */ diff --git a/apps/spreadsheeteditor/main/app/view/SortOptionsDialog.js b/apps/spreadsheeteditor/main/app/view/SortOptionsDialog.js index 4300670318..44c8c1c82f 100644 --- a/apps/spreadsheeteditor/main/app/view/SortOptionsDialog.js +++ b/apps/spreadsheeteditor/main/app/view/SortOptionsDialog.js @@ -33,8 +33,7 @@ /** * SortOptionsDialog.js * - * Created by Julia Radzhabova on 05.10.2019 - * Copyright (c) 2019 Ascensio System SIA. All rights reserved. + * Created on 05.10.2019 * */ define([ diff --git a/apps/spreadsheeteditor/main/app/view/SpecialPasteDialog.js b/apps/spreadsheeteditor/main/app/view/SpecialPasteDialog.js index ffcce75306..9671ca7d96 100644 --- a/apps/spreadsheeteditor/main/app/view/SpecialPasteDialog.js +++ b/apps/spreadsheeteditor/main/app/view/SpecialPasteDialog.js @@ -33,8 +33,7 @@ /** * SpecialPasteDialog.js * - * Created by Julia Radzhabova on 27.02.2020 - * Copyright (c) 2020 Ascensio System SIA. All rights reserved. + * Created on 27.02.2020 * */ diff --git a/apps/spreadsheeteditor/main/app/view/Statusbar.js b/apps/spreadsheeteditor/main/app/view/Statusbar.js index 82ea06a9d9..dc29082da7 100644 --- a/apps/spreadsheeteditor/main/app/view/Statusbar.js +++ b/apps/spreadsheeteditor/main/app/view/Statusbar.js @@ -32,8 +32,7 @@ /** * StatusBar View * - * Created by Maxim Kadushkin on 27 March 2014 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 27 March 2014 * */ diff --git a/apps/spreadsheeteditor/main/app/view/TableOptionsDialog.js b/apps/spreadsheeteditor/main/app/view/TableOptionsDialog.js index 2670fb82b7..68688971b7 100644 --- a/apps/spreadsheeteditor/main/app/view/TableOptionsDialog.js +++ b/apps/spreadsheeteditor/main/app/view/TableOptionsDialog.js @@ -32,8 +32,7 @@ /** * TableOptionsDialog.js * - * Created by Alexander Yuzhin on 4/9/14 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 4/9/14 * */ diff --git a/apps/spreadsheeteditor/main/app/view/TableSettings.js b/apps/spreadsheeteditor/main/app/view/TableSettings.js index c71832191b..01068700cd 100644 --- a/apps/spreadsheeteditor/main/app/view/TableSettings.js +++ b/apps/spreadsheeteditor/main/app/view/TableSettings.js @@ -33,8 +33,7 @@ /** * TableSettings.js * - * Created by Julia Radzhabova on 3/28/16 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 3/28/16 * */ diff --git a/apps/spreadsheeteditor/main/app/view/TableSettingsAdvanced.js b/apps/spreadsheeteditor/main/app/view/TableSettingsAdvanced.js index 9bb9edc23d..5844272161 100644 --- a/apps/spreadsheeteditor/main/app/view/TableSettingsAdvanced.js +++ b/apps/spreadsheeteditor/main/app/view/TableSettingsAdvanced.js @@ -32,8 +32,7 @@ /** * TableSettingsAdvanced.js * - * Created by Julia Radzhabova on 1/19/17 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 1/19/17 * */ diff --git a/apps/spreadsheeteditor/main/app/view/TextArtSettings.js b/apps/spreadsheeteditor/main/app/view/TextArtSettings.js index 10630ede20..ae329db516 100644 --- a/apps/spreadsheeteditor/main/app/view/TextArtSettings.js +++ b/apps/spreadsheeteditor/main/app/view/TextArtSettings.js @@ -32,8 +32,7 @@ /** * TextArtSettings.js * - * Created by Julia Radzhabova on 7/10/15 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 7/10/15 * */ diff --git a/apps/spreadsheeteditor/main/app/view/Toolbar.js b/apps/spreadsheeteditor/main/app/view/Toolbar.js index 4c3ac6d34e..75e7cf675a 100644 --- a/apps/spreadsheeteditor/main/app/view/Toolbar.js +++ b/apps/spreadsheeteditor/main/app/view/Toolbar.js @@ -32,8 +32,7 @@ /** * Toolbar.js * - * Created by Alexander Yuzhin on 3/31/14 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 3/31/14 * */ diff --git a/apps/spreadsheeteditor/main/app/view/ValueFieldSettingsDialog.js b/apps/spreadsheeteditor/main/app/view/ValueFieldSettingsDialog.js index f5fead96f8..a7be0dddd4 100644 --- a/apps/spreadsheeteditor/main/app/view/ValueFieldSettingsDialog.js +++ b/apps/spreadsheeteditor/main/app/view/ValueFieldSettingsDialog.js @@ -33,8 +33,7 @@ /** * ValueFieldSettingsDialog.js * - * Created by Julia Radzhabova on 14.07.2017 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 14.07.2017 * */ diff --git a/apps/spreadsheeteditor/main/app/view/ViewManagerDlg.js b/apps/spreadsheeteditor/main/app/view/ViewManagerDlg.js index 9166745c17..afd6ab6d81 100644 --- a/apps/spreadsheeteditor/main/app/view/ViewManagerDlg.js +++ b/apps/spreadsheeteditor/main/app/view/ViewManagerDlg.js @@ -33,8 +33,7 @@ * * ViewManagerDlg.js * - * Created by Julia.Radzhabova on 09.07.2020 - * Copyright (c) 2020 Ascensio System SIA. All rights reserved. + * Created on 09.07.2020 * */ diff --git a/apps/spreadsheeteditor/main/app/view/ViewTab.js b/apps/spreadsheeteditor/main/app/view/ViewTab.js index 37c479f24f..a0b09b3cf1 100644 --- a/apps/spreadsheeteditor/main/app/view/ViewTab.js +++ b/apps/spreadsheeteditor/main/app/view/ViewTab.js @@ -32,8 +32,7 @@ /** * ViewTab.js * - * Created by Julia Radzhabova on 08.07.2020 - * Copyright (c) 2020 Ascensio System SIA. All rights reserved. + * Created on 08.07.2020 * */ diff --git a/apps/spreadsheeteditor/main/app/view/Viewport.js b/apps/spreadsheeteditor/main/app/view/Viewport.js index 8c91a109d9..d77cd6a928 100644 --- a/apps/spreadsheeteditor/main/app/view/Viewport.js +++ b/apps/spreadsheeteditor/main/app/view/Viewport.js @@ -34,8 +34,7 @@ * * View for viewport * - * Created by Maxim Kadushkin on 24 March 2014 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 24 March 2014 * */ diff --git a/apps/spreadsheeteditor/main/app/view/WBProtection.js b/apps/spreadsheeteditor/main/app/view/WBProtection.js index be1333bb9d..7a656da1c2 100644 --- a/apps/spreadsheeteditor/main/app/view/WBProtection.js +++ b/apps/spreadsheeteditor/main/app/view/WBProtection.js @@ -33,8 +33,7 @@ /** * WBProtection.js * - * Created by Julia Radzhabova on 21.06.2021 - * Copyright (c) 2021Ascensio System SIA. All rights reserved. + * Created on 21.06.2021 * */ define([ diff --git a/apps/spreadsheeteditor/main/app/view/WatchDialog.js b/apps/spreadsheeteditor/main/app/view/WatchDialog.js index 65fda80d86..a5beb9ab4f 100644 --- a/apps/spreadsheeteditor/main/app/view/WatchDialog.js +++ b/apps/spreadsheeteditor/main/app/view/WatchDialog.js @@ -33,8 +33,7 @@ * * WatchDialog.js * - * Created by Julia.Radzhabova on 24.06.22 - * Copyright (c) 2022 Ascensio System SIA. All rights reserved. + * Created on 24.06.22 * */ diff --git a/apps/spreadsheeteditor/main/app_dev.js b/apps/spreadsheeteditor/main/app_dev.js index 66d81b3732..0339311099 100644 --- a/apps/spreadsheeteditor/main/app_dev.js +++ b/apps/spreadsheeteditor/main/app_dev.js @@ -32,8 +32,7 @@ /** * app.js * - * Created by Maxim Kadushkin on 21 March 2014 - * Copyright (c) 2018 Ascensio System SIA. All rights reserved. + * Created on 21 March 2014 * */