From 77a102a82231905de5ed79833bdbd7f6f2949499 Mon Sep 17 00:00:00 2001 From: Clemente Raposo Date: Tue, 30 Mar 2021 17:31:08 +0100 Subject: [PATCH] Add license - Add to license to files that don't have --- .../components/pagination/pagination.model.ts | 26 +++++++++++++++ .../app/common/src/lib/types/string-matrix.ts | 26 +++++++++++++++ .../src/lib/views/list/selection.model.ts | 26 +++++++++++++++ .../chart/components/chart/chart.manifest.ts | 26 +++++++++++++++ .../grid-widget/grid-widget.module.ts | 26 +++++++++++++++ .../src/lib/components/logout/logout-model.ts | 26 +++++++++++++++ .../record-list-modal.store.spec.mock.ts | 26 +++++++++++++++ .../sidebar-widget/sidebar-widget.manifest.ts | 26 +++++++++++++++ .../statistics-sidebar-widget.module.ts | 26 +++++++++++++++ .../subpanel/subpanel.store.spec.mock.ts | 26 +++++++++++++++ .../top-widget/top-widget.manifest.ts | 26 +++++++++++++++ .../containers/widgets/base-widget.module.ts | 26 +++++++++++++++ .../src/lib/fields/base-field.registry.ts | 26 +++++++++++++++ .../src/lib/fields/base-fields.manifest.ts | 26 +++++++++++++++ core/app/core/src/lib/fields/field.model.ts | 26 +++++++++++++++ .../app/core/src/lib/fields/field.registry.ts | 26 +++++++++++++++ .../src/lib/fields/group-field.registry.ts | 26 +++++++++++++++ .../extensions/extension-loader.service.ts | 26 +++++++++++++++ .../currency-formatter.service.spec.mock.ts | 26 +++++++++++++++ .../data-type.formatter.spec.mock.ts | 26 +++++++++++++++ .../date-formatter.service.spec.mock.ts | 26 +++++++++++++++ .../datetime-formatter.service.spec.mock.ts | 26 +++++++++++++++ .../email/email-formatter.spec.mock.ts | 26 +++++++++++++++ .../number/number-formatter.spec.mock.ts | 26 +++++++++++++++ .../phone/phone-formatter.spec.mock.ts | 26 +++++++++++++++ .../dynamic-label.service.spec.mock.ts | 26 +++++++++++++++ .../route-converter.service.spec.mock.ts | 26 +++++++++++++++ .../lib/services/process/process.service.ts | 26 +++++++++++++++ .../export/export.async-action.spec.mock.ts | 26 +++++++++++++++ .../record/field/field.manager.spec.mock.ts | 26 +++++++++++++++ .../record/record.manager.spec.mock.ts | 26 +++++++++++++++ .../validation.manager.spec.mock.ts | 26 +++++++++++++++ .../create-view/create-record.component.html | 28 ++++++++++++++++ .../create-view/create-record.component.ts | 26 +++++++++++++++ .../create-view/create-record.module.ts | 26 +++++++++++++++ .../store/create-view/create-view.store.ts | 26 +++++++++++++++ .../cancel-create/cancel-create.action.ts | 26 +++++++++++++++ .../save-new/record-save-new.action.ts | 26 +++++++++++++++ .../adapters/actions.adapter.spec.mock.ts | 26 +++++++++++++++ .../components/record-view/record.module.ts | 26 +++++++++++++++ .../src/themes/suite8/css/base/_reset.scss | 25 ++++++++++++++ .../suite8/css/components/_light-filter.scss | 25 ++++++++++++++ .../suite8/css/components/_light-table.scss | 33 ++++++++++++++++--- .../src/themes/suite8/css/layout/_app.scss | 26 +++++++++++++++ .../Command/InstallExtensionAssets.php | 25 ++++++++++++++ 45 files changed, 1172 insertions(+), 4 deletions(-) diff --git a/core/app/common/src/lib/components/pagination/pagination.model.ts b/core/app/common/src/lib/components/pagination/pagination.model.ts index f18e64b21..46014ab17 100644 --- a/core/app/common/src/lib/components/pagination/pagination.model.ts +++ b/core/app/common/src/lib/components/pagination/pagination.model.ts @@ -1,3 +1,29 @@ +/** + * SuiteCRM is a customer relationship management program developed by SalesAgility Ltd. + * Copyright (C) 2021 SalesAgility Ltd. + * + * This program is free software; you can redistribute it and/or modify it under + * the terms of the GNU Affero General Public License version 3 as published by the + * Free Software Foundation with the addition of the following permission added + * to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK + * IN WHICH THE COPYRIGHT IS OWNED BY SALESAGILITY, SALESAGILITY DISCLAIMS THE + * WARRANTY OF NON INFRINGEMENT OF THIRD PARTY RIGHTS. + * + * This program is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS + * FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more + * details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + * + * In accordance with Section 7(b) of the GNU Affero General Public License + * version 3, these Appropriate Legal Notices must retain the display of the + * "Supercharged by SuiteCRM" logo. If the display of the logos is not reasonably + * feasible for technical reasons, the Appropriate Legal Notices must display + * the words "Supercharged by SuiteCRM". + */ + import {Observable} from 'rxjs'; import {PageSelection, PaginationCount} from '../../views/list/list-navigation.model'; diff --git a/core/app/common/src/lib/types/string-matrix.ts b/core/app/common/src/lib/types/string-matrix.ts index b448b01ba..a5669d117 100644 --- a/core/app/common/src/lib/types/string-matrix.ts +++ b/core/app/common/src/lib/types/string-matrix.ts @@ -1,3 +1,29 @@ +/** + * SuiteCRM is a customer relationship management program developed by SalesAgility Ltd. + * Copyright (C) 2021 SalesAgility Ltd. + * + * This program is free software; you can redistribute it and/or modify it under + * the terms of the GNU Affero General Public License version 3 as published by the + * Free Software Foundation with the addition of the following permission added + * to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK + * IN WHICH THE COPYRIGHT IS OWNED BY SALESAGILITY, SALESAGILITY DISCLAIMS THE + * WARRANTY OF NON INFRINGEMENT OF THIRD PARTY RIGHTS. + * + * This program is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS + * FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more + * details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + * + * In accordance with Section 7(b) of the GNU Affero General Public License + * version 3, these Appropriate Legal Notices must retain the display of the + * "Supercharged by SuiteCRM" logo. If the display of the logos is not reasonably + * feasible for technical reasons, the Appropriate Legal Notices must display + * the words "Supercharged by SuiteCRM". + */ + import {StringMap} from './string-map'; export interface StringMatrix { diff --git a/core/app/common/src/lib/views/list/selection.model.ts b/core/app/common/src/lib/views/list/selection.model.ts index f6556360d..add6cc421 100644 --- a/core/app/common/src/lib/views/list/selection.model.ts +++ b/core/app/common/src/lib/views/list/selection.model.ts @@ -1,3 +1,29 @@ +/** + * SuiteCRM is a customer relationship management program developed by SalesAgility Ltd. + * Copyright (C) 2021 SalesAgility Ltd. + * + * This program is free software; you can redistribute it and/or modify it under + * the terms of the GNU Affero General Public License version 3 as published by the + * Free Software Foundation with the addition of the following permission added + * to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK + * IN WHICH THE COPYRIGHT IS OWNED BY SALESAGILITY, SALESAGILITY DISCLAIMS THE + * WARRANTY OF NON INFRINGEMENT OF THIRD PARTY RIGHTS. + * + * This program is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS + * FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more + * details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + * + * In accordance with Section 7(b) of the GNU Affero General Public License + * version 3, these Appropriate Legal Notices must retain the display of the + * "Supercharged by SuiteCRM" logo. If the display of the logos is not reasonably + * feasible for technical reasons, the Appropriate Legal Notices must display + * the words "Supercharged by SuiteCRM". + */ + import {Observable} from 'rxjs'; import {SelectionStatus} from './record-selection.model'; diff --git a/core/app/core/src/lib/components/chart/components/chart/chart.manifest.ts b/core/app/core/src/lib/components/chart/components/chart/chart.manifest.ts index e015b31ab..4b6636edd 100644 --- a/core/app/core/src/lib/components/chart/components/chart/chart.manifest.ts +++ b/core/app/core/src/lib/components/chart/components/chart/chart.manifest.ts @@ -1,3 +1,29 @@ +/** + * SuiteCRM is a customer relationship management program developed by SalesAgility Ltd. + * Copyright (C) 2021 SalesAgility Ltd. + * + * This program is free software; you can redistribute it and/or modify it under + * the terms of the GNU Affero General Public License version 3 as published by the + * Free Software Foundation with the addition of the following permission added + * to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK + * IN WHICH THE COPYRIGHT IS OWNED BY SALESAGILITY, SALESAGILITY DISCLAIMS THE + * WARRANTY OF NON INFRINGEMENT OF THIRD PARTY RIGHTS. + * + * This program is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS + * FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more + * details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + * + * In accordance with Section 7(b) of the GNU Affero General Public License + * version 3, these Appropriate Legal Notices must retain the display of the + * "Supercharged by SuiteCRM" logo. If the display of the logos is not reasonably + * feasible for technical reasons, the Appropriate Legal Notices must display + * the words "Supercharged by SuiteCRM". + */ + import {PieGridChartComponent} from '../pie-grid-chart/pie-grid-chart.component'; import {VerticalBarChartModule} from '../vertical-bar-chart/vertical-bar-chart.module'; import {VerticalBarChartComponent} from '../vertical-bar-chart/vertical-bar-chart.component'; diff --git a/core/app/core/src/lib/components/grid-widget/grid-widget.module.ts b/core/app/core/src/lib/components/grid-widget/grid-widget.module.ts index bd628f1ba..6a420d75d 100644 --- a/core/app/core/src/lib/components/grid-widget/grid-widget.module.ts +++ b/core/app/core/src/lib/components/grid-widget/grid-widget.module.ts @@ -1,3 +1,29 @@ +/** + * SuiteCRM is a customer relationship management program developed by SalesAgility Ltd. + * Copyright (C) 2021 SalesAgility Ltd. + * + * This program is free software; you can redistribute it and/or modify it under + * the terms of the GNU Affero General Public License version 3 as published by the + * Free Software Foundation with the addition of the following permission added + * to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK + * IN WHICH THE COPYRIGHT IS OWNED BY SALESAGILITY, SALESAGILITY DISCLAIMS THE + * WARRANTY OF NON INFRINGEMENT OF THIRD PARTY RIGHTS. + * + * This program is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS + * FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more + * details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + * + * In accordance with Section 7(b) of the GNU Affero General Public License + * version 3, these Appropriate Legal Notices must retain the display of the + * "Supercharged by SuiteCRM" logo. If the display of the logos is not reasonably + * feasible for technical reasons, the Appropriate Legal Notices must display + * the words "Supercharged by SuiteCRM". + */ + import {NgModule} from '@angular/core'; import {CommonModule} from '@angular/common'; import {FieldModule} from '../../fields/field.module'; diff --git a/core/app/core/src/lib/components/logout/logout-model.ts b/core/app/core/src/lib/components/logout/logout-model.ts index 3dc113bdb..248d2f355 100644 --- a/core/app/core/src/lib/components/logout/logout-model.ts +++ b/core/app/core/src/lib/components/logout/logout-model.ts @@ -1,3 +1,29 @@ +/** + * SuiteCRM is a customer relationship management program developed by SalesAgility Ltd. + * Copyright (C) 2021 SalesAgility Ltd. + * + * This program is free software; you can redistribute it and/or modify it under + * the terms of the GNU Affero General Public License version 3 as published by the + * Free Software Foundation with the addition of the following permission added + * to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK + * IN WHICH THE COPYRIGHT IS OWNED BY SALESAGILITY, SALESAGILITY DISCLAIMS THE + * WARRANTY OF NON INFRINGEMENT OF THIRD PARTY RIGHTS. + * + * This program is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS + * FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more + * details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + * + * In accordance with Section 7(b) of the GNU Affero General Public License + * version 3, these Appropriate Legal Notices must retain the display of the + * "Supercharged by SuiteCRM" logo. If the display of the logos is not reasonably + * feasible for technical reasons, the Appropriate Legal Notices must display + * the words "Supercharged by SuiteCRM". + */ + import {LogoutLinkModel} from './logout-link-model'; export interface LogoutModel { diff --git a/core/app/core/src/lib/containers/record-list-modal/store/record-list-modal/record-list-modal.store.spec.mock.ts b/core/app/core/src/lib/containers/record-list-modal/store/record-list-modal/record-list-modal.store.spec.mock.ts index d5ada37c2..a97578efe 100644 --- a/core/app/core/src/lib/containers/record-list-modal/store/record-list-modal/record-list-modal.store.spec.mock.ts +++ b/core/app/core/src/lib/containers/record-list-modal/store/record-list-modal/record-list-modal.store.spec.mock.ts @@ -1,3 +1,29 @@ +/** + * SuiteCRM is a customer relationship management program developed by SalesAgility Ltd. + * Copyright (C) 2021 SalesAgility Ltd. + * + * This program is free software; you can redistribute it and/or modify it under + * the terms of the GNU Affero General Public License version 3 as published by the + * Free Software Foundation with the addition of the following permission added + * to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK + * IN WHICH THE COPYRIGHT IS OWNED BY SALESAGILITY, SALESAGILITY DISCLAIMS THE + * WARRANTY OF NON INFRINGEMENT OF THIRD PARTY RIGHTS. + * + * This program is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS + * FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more + * details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + * + * In accordance with Section 7(b) of the GNU Affero General Public License + * version 3, these Appropriate Legal Notices must retain the display of the + * "Supercharged by SuiteCRM" logo. If the display of the logos is not reasonably + * feasible for technical reasons, the Appropriate Legal Notices must display + * the words "Supercharged by SuiteCRM". + */ + import {listStoreFactoryMock} from '../../../../store/record-list/record-list.store.spec.mock'; import {RecordListModalStoreFactory} from './record-list-modal.store.factory'; import {metadataStoreMock} from '../../../../store/metadata/metadata.store.spec.mock'; diff --git a/core/app/core/src/lib/containers/sidebar-widget/components/sidebar-widget/sidebar-widget.manifest.ts b/core/app/core/src/lib/containers/sidebar-widget/components/sidebar-widget/sidebar-widget.manifest.ts index 94104ce31..8309a2c4d 100644 --- a/core/app/core/src/lib/containers/sidebar-widget/components/sidebar-widget/sidebar-widget.manifest.ts +++ b/core/app/core/src/lib/containers/sidebar-widget/components/sidebar-widget/sidebar-widget.manifest.ts @@ -1,3 +1,29 @@ +/** + * SuiteCRM is a customer relationship management program developed by SalesAgility Ltd. + * Copyright (C) 2021 SalesAgility Ltd. + * + * This program is free software; you can redistribute it and/or modify it under + * the terms of the GNU Affero General Public License version 3 as published by the + * Free Software Foundation with the addition of the following permission added + * to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK + * IN WHICH THE COPYRIGHT IS OWNED BY SALESAGILITY, SALESAGILITY DISCLAIMS THE + * WARRANTY OF NON INFRINGEMENT OF THIRD PARTY RIGHTS. + * + * This program is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS + * FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more + * details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + * + * In accordance with Section 7(b) of the GNU Affero General Public License + * version 3, these Appropriate Legal Notices must retain the display of the + * "Supercharged by SuiteCRM" logo. If the display of the logos is not reasonably + * feasible for technical reasons, the Appropriate Legal Notices must display + * the words "Supercharged by SuiteCRM". + */ + import {HistorySidebarWidgetComponent} from '../history-sidebar-widget/history-sidebar-widget.component'; import {StatisticsSidebarWidgetModule} from '../statistics-sidebar-widget/statistics-sidebar-widget.module'; import {HistorySidebarWidgetModule} from '../history-sidebar-widget/history-sidebar-widget.module'; diff --git a/core/app/core/src/lib/containers/sidebar-widget/components/statistics-sidebar-widget/statistics-sidebar-widget.module.ts b/core/app/core/src/lib/containers/sidebar-widget/components/statistics-sidebar-widget/statistics-sidebar-widget.module.ts index 65999269c..e669e0e37 100644 --- a/core/app/core/src/lib/containers/sidebar-widget/components/statistics-sidebar-widget/statistics-sidebar-widget.module.ts +++ b/core/app/core/src/lib/containers/sidebar-widget/components/statistics-sidebar-widget/statistics-sidebar-widget.module.ts @@ -1,3 +1,29 @@ +/** + * SuiteCRM is a customer relationship management program developed by SalesAgility Ltd. + * Copyright (C) 2021 SalesAgility Ltd. + * + * This program is free software; you can redistribute it and/or modify it under + * the terms of the GNU Affero General Public License version 3 as published by the + * Free Software Foundation with the addition of the following permission added + * to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK + * IN WHICH THE COPYRIGHT IS OWNED BY SALESAGILITY, SALESAGILITY DISCLAIMS THE + * WARRANTY OF NON INFRINGEMENT OF THIRD PARTY RIGHTS. + * + * This program is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS + * FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more + * details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + * + * In accordance with Section 7(b) of the GNU Affero General Public License + * version 3, these Appropriate Legal Notices must retain the display of the + * "Supercharged by SuiteCRM" logo. If the display of the logos is not reasonably + * feasible for technical reasons, the Appropriate Legal Notices must display + * the words "Supercharged by SuiteCRM". + */ + import {NgModule} from '@angular/core'; import {CommonModule} from '@angular/common'; import {StatisticsSidebarWidgetComponent} from './statistics-sidebar-widget.component'; diff --git a/core/app/core/src/lib/containers/subpanel/store/subpanel/subpanel.store.spec.mock.ts b/core/app/core/src/lib/containers/subpanel/store/subpanel/subpanel.store.spec.mock.ts index 84a54f969..66d2cff00 100644 --- a/core/app/core/src/lib/containers/subpanel/store/subpanel/subpanel.store.spec.mock.ts +++ b/core/app/core/src/lib/containers/subpanel/store/subpanel/subpanel.store.spec.mock.ts @@ -1,3 +1,29 @@ +/** + * SuiteCRM is a customer relationship management program developed by SalesAgility Ltd. + * Copyright (C) 2021 SalesAgility Ltd. + * + * This program is free software; you can redistribute it and/or modify it under + * the terms of the GNU Affero General Public License version 3 as published by the + * Free Software Foundation with the addition of the following permission added + * to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK + * IN WHICH THE COPYRIGHT IS OWNED BY SALESAGILITY, SALESAGILITY DISCLAIMS THE + * WARRANTY OF NON INFRINGEMENT OF THIRD PARTY RIGHTS. + * + * This program is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS + * FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more + * details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + * + * In accordance with Section 7(b) of the GNU Affero General Public License + * version 3, these Appropriate Legal Notices must retain the display of the + * "Supercharged by SuiteCRM" logo. If the display of the logos is not reasonably + * feasible for technical reasons, the Appropriate Legal Notices must display + * the words "Supercharged by SuiteCRM". + */ + import {listStoreFactoryMock} from '../../../../store/record-list/record-list.store.spec.mock'; import {subpanelStatisticsFactoryMock} from '../../../../store/single-value-statistics/single-value-statistics.store.spec.mock'; import {SubpanelStoreFactory} from './subpanel.store.factory'; diff --git a/core/app/core/src/lib/containers/top-widget/components/top-widget/top-widget.manifest.ts b/core/app/core/src/lib/containers/top-widget/components/top-widget/top-widget.manifest.ts index 002b8c46b..4a5cf67fc 100644 --- a/core/app/core/src/lib/containers/top-widget/components/top-widget/top-widget.manifest.ts +++ b/core/app/core/src/lib/containers/top-widget/components/top-widget/top-widget.manifest.ts @@ -1,3 +1,29 @@ +/** + * SuiteCRM is a customer relationship management program developed by SalesAgility Ltd. + * Copyright (C) 2021 SalesAgility Ltd. + * + * This program is free software; you can redistribute it and/or modify it under + * the terms of the GNU Affero General Public License version 3 as published by the + * Free Software Foundation with the addition of the following permission added + * to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK + * IN WHICH THE COPYRIGHT IS OWNED BY SALESAGILITY, SALESAGILITY DISCLAIMS THE + * WARRANTY OF NON INFRINGEMENT OF THIRD PARTY RIGHTS. + * + * This program is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS + * FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more + * details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + * + * In accordance with Section 7(b) of the GNU Affero General Public License + * version 3, these Appropriate Legal Notices must retain the display of the + * "Supercharged by SuiteCRM" logo. If the display of the logos is not reasonably + * feasible for technical reasons, the Appropriate Legal Notices must display + * the words "Supercharged by SuiteCRM". + */ + import {StatisticsTopWidgetComponent} from '../statistics-top-widget/statistics-top-widget.component'; import {StatisticsTopWidgetModule} from '../statistics-top-widget/statistics-top-widget.module'; diff --git a/core/app/core/src/lib/containers/widgets/base-widget.module.ts b/core/app/core/src/lib/containers/widgets/base-widget.module.ts index 6bccba9a8..097044326 100644 --- a/core/app/core/src/lib/containers/widgets/base-widget.module.ts +++ b/core/app/core/src/lib/containers/widgets/base-widget.module.ts @@ -1,3 +1,29 @@ +/** + * SuiteCRM is a customer relationship management program developed by SalesAgility Ltd. + * Copyright (C) 2021 SalesAgility Ltd. + * + * This program is free software; you can redistribute it and/or modify it under + * the terms of the GNU Affero General Public License version 3 as published by the + * Free Software Foundation with the addition of the following permission added + * to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK + * IN WHICH THE COPYRIGHT IS OWNED BY SALESAGILITY, SALESAGILITY DISCLAIMS THE + * WARRANTY OF NON INFRINGEMENT OF THIRD PARTY RIGHTS. + * + * This program is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS + * FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more + * details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + * + * In accordance with Section 7(b) of the GNU Affero General Public License + * version 3, these Appropriate Legal Notices must retain the display of the + * "Supercharged by SuiteCRM" logo. If the display of the logos is not reasonably + * feasible for technical reasons, the Appropriate Legal Notices must display + * the words "Supercharged by SuiteCRM". + */ + import {NgModule} from '@angular/core'; import {CommonModule} from '@angular/common'; import {DynamicModule} from 'ng-dynamic-component'; diff --git a/core/app/core/src/lib/fields/base-field.registry.ts b/core/app/core/src/lib/fields/base-field.registry.ts index 2352a1a0f..3d1cd9465 100644 --- a/core/app/core/src/lib/fields/base-field.registry.ts +++ b/core/app/core/src/lib/fields/base-field.registry.ts @@ -1,3 +1,29 @@ +/** + * SuiteCRM is a customer relationship management program developed by SalesAgility Ltd. + * Copyright (C) 2021 SalesAgility Ltd. + * + * This program is free software; you can redistribute it and/or modify it under + * the terms of the GNU Affero General Public License version 3 as published by the + * Free Software Foundation with the addition of the following permission added + * to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK + * IN WHICH THE COPYRIGHT IS OWNED BY SALESAGILITY, SALESAGILITY DISCLAIMS THE + * WARRANTY OF NON INFRINGEMENT OF THIRD PARTY RIGHTS. + * + * This program is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS + * FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more + * details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + * + * In accordance with Section 7(b) of the GNU Affero General Public License + * version 3, these Appropriate Legal Notices must retain the display of the + * "Supercharged by SuiteCRM" logo. If the display of the logos is not reasonably + * feasible for technical reasons, the Appropriate Legal Notices must display + * the words "Supercharged by SuiteCRM". + */ + import {Type} from '@angular/core'; import {OverridableMap} from 'common'; import {BaseFieldComponent} from './base/base-field.component'; diff --git a/core/app/core/src/lib/fields/base-fields.manifest.ts b/core/app/core/src/lib/fields/base-fields.manifest.ts index 0a6b45f15..193d105ba 100644 --- a/core/app/core/src/lib/fields/base-fields.manifest.ts +++ b/core/app/core/src/lib/fields/base-fields.manifest.ts @@ -1,3 +1,29 @@ +/** + * SuiteCRM is a customer relationship management program developed by SalesAgility Ltd. + * Copyright (C) 2021 SalesAgility Ltd. + * + * This program is free software; you can redistribute it and/or modify it under + * the terms of the GNU Affero General Public License version 3 as published by the + * Free Software Foundation with the addition of the following permission added + * to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK + * IN WHICH THE COPYRIGHT IS OWNED BY SALESAGILITY, SALESAGILITY DISCLAIMS THE + * WARRANTY OF NON INFRINGEMENT OF THIRD PARTY RIGHTS. + * + * This program is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS + * FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more + * details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + * + * In accordance with Section 7(b) of the GNU Affero General Public License + * version 3, these Appropriate Legal Notices must retain the display of the + * "Supercharged by SuiteCRM" logo. If the display of the logos is not reasonably + * feasible for technical reasons, the Appropriate Legal Notices must display + * the words "Supercharged by SuiteCRM". + */ + import {PhoneDetailFieldComponent} from './phone/templates/detail/phone.component'; import {MultiEnumFilterFieldComponent} from './multienum/templates/filter/multienum.component'; import {EnumDetailFieldModule} from './enum/templates/detail/enum.module'; diff --git a/core/app/core/src/lib/fields/field.model.ts b/core/app/core/src/lib/fields/field.model.ts index 0441d2c4b..d33402ae1 100644 --- a/core/app/core/src/lib/fields/field.model.ts +++ b/core/app/core/src/lib/fields/field.model.ts @@ -1,3 +1,29 @@ +/** + * SuiteCRM is a customer relationship management program developed by SalesAgility Ltd. + * Copyright (C) 2021 SalesAgility Ltd. + * + * This program is free software; you can redistribute it and/or modify it under + * the terms of the GNU Affero General Public License version 3 as published by the + * Free Software Foundation with the addition of the following permission added + * to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK + * IN WHICH THE COPYRIGHT IS OWNED BY SALESAGILITY, SALESAGILITY DISCLAIMS THE + * WARRANTY OF NON INFRINGEMENT OF THIRD PARTY RIGHTS. + * + * This program is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS + * FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more + * details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + * + * In accordance with Section 7(b) of the GNU Affero General Public License + * version 3, these Appropriate Legal Notices must retain the display of the + * "Supercharged by SuiteCRM" logo. If the display of the logos is not reasonably + * feasible for technical reasons, the Appropriate Legal Notices must display + * the words "Supercharged by SuiteCRM". + */ + import {Type} from '@angular/core'; import {BaseFieldComponent} from './base/base-field.component'; diff --git a/core/app/core/src/lib/fields/field.registry.ts b/core/app/core/src/lib/fields/field.registry.ts index 9802327ba..e6f1b5c5f 100644 --- a/core/app/core/src/lib/fields/field.registry.ts +++ b/core/app/core/src/lib/fields/field.registry.ts @@ -1,3 +1,29 @@ +/** + * SuiteCRM is a customer relationship management program developed by SalesAgility Ltd. + * Copyright (C) 2021 SalesAgility Ltd. + * + * This program is free software; you can redistribute it and/or modify it under + * the terms of the GNU Affero General Public License version 3 as published by the + * Free Software Foundation with the addition of the following permission added + * to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK + * IN WHICH THE COPYRIGHT IS OWNED BY SALESAGILITY, SALESAGILITY DISCLAIMS THE + * WARRANTY OF NON INFRINGEMENT OF THIRD PARTY RIGHTS. + * + * This program is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS + * FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more + * details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + * + * In accordance with Section 7(b) of the GNU Affero General Public License + * version 3, these Appropriate Legal Notices must retain the display of the + * "Supercharged by SuiteCRM" logo. If the display of the logos is not reasonably + * feasible for technical reasons, the Appropriate Legal Notices must display + * the words "Supercharged by SuiteCRM". + */ + import {Injectable, Type} from '@angular/core'; import {OverridableMap} from 'common'; import {BaseFieldComponent} from './base/base-field.component'; diff --git a/core/app/core/src/lib/fields/group-field.registry.ts b/core/app/core/src/lib/fields/group-field.registry.ts index 810afc41e..ac50c9b16 100644 --- a/core/app/core/src/lib/fields/group-field.registry.ts +++ b/core/app/core/src/lib/fields/group-field.registry.ts @@ -1,3 +1,29 @@ +/** + * SuiteCRM is a customer relationship management program developed by SalesAgility Ltd. + * Copyright (C) 2021 SalesAgility Ltd. + * + * This program is free software; you can redistribute it and/or modify it under + * the terms of the GNU Affero General Public License version 3 as published by the + * Free Software Foundation with the addition of the following permission added + * to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK + * IN WHICH THE COPYRIGHT IS OWNED BY SALESAGILITY, SALESAGILITY DISCLAIMS THE + * WARRANTY OF NON INFRINGEMENT OF THIRD PARTY RIGHTS. + * + * This program is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS + * FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more + * details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + * + * In accordance with Section 7(b) of the GNU Affero General Public License + * version 3, these Appropriate Legal Notices must retain the display of the + * "Supercharged by SuiteCRM" logo. If the display of the logos is not reasonably + * feasible for technical reasons, the Appropriate Legal Notices must display + * the words "Supercharged by SuiteCRM". + */ + import {Injectable} from '@angular/core'; import {baseViewFieldsMap} from './base-fields.manifest'; import {FieldComponentMap} from './field.model'; diff --git a/core/app/core/src/lib/services/extensions/extension-loader.service.ts b/core/app/core/src/lib/services/extensions/extension-loader.service.ts index 1f55ec4f3..c0c573b74 100644 --- a/core/app/core/src/lib/services/extensions/extension-loader.service.ts +++ b/core/app/core/src/lib/services/extensions/extension-loader.service.ts @@ -1,3 +1,29 @@ +/** + * SuiteCRM is a customer relationship management program developed by SalesAgility Ltd. + * Copyright (C) 2021 SalesAgility Ltd. + * + * This program is free software; you can redistribute it and/or modify it under + * the terms of the GNU Affero General Public License version 3 as published by the + * Free Software Foundation with the addition of the following permission added + * to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK + * IN WHICH THE COPYRIGHT IS OWNED BY SALESAGILITY, SALESAGILITY DISCLAIMS THE + * WARRANTY OF NON INFRINGEMENT OF THIRD PARTY RIGHTS. + * + * This program is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS + * FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more + * details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + * + * In accordance with Section 7(b) of the GNU Affero General Public License + * version 3, these Appropriate Legal Notices must retain the display of the + * "Supercharged by SuiteCRM" logo. If the display of the logos is not reasonably + * feasible for technical reasons, the Appropriate Legal Notices must display + * the words "Supercharged by SuiteCRM". + */ + import {Compiler, Injectable, Injector, NgModuleFactory, NgModuleRef} from '@angular/core'; import {forkJoin, from, isObservable, Observable, of} from 'rxjs'; import {LoadChildrenCallback} from '@angular/router'; diff --git a/core/app/core/src/lib/services/formatters/currency/currency-formatter.service.spec.mock.ts b/core/app/core/src/lib/services/formatters/currency/currency-formatter.service.spec.mock.ts index a6ee58d0c..d53ca1e38 100644 --- a/core/app/core/src/lib/services/formatters/currency/currency-formatter.service.spec.mock.ts +++ b/core/app/core/src/lib/services/formatters/currency/currency-formatter.service.spec.mock.ts @@ -1,3 +1,29 @@ +/** + * SuiteCRM is a customer relationship management program developed by SalesAgility Ltd. + * Copyright (C) 2021 SalesAgility Ltd. + * + * This program is free software; you can redistribute it and/or modify it under + * the terms of the GNU Affero General Public License version 3 as published by the + * Free Software Foundation with the addition of the following permission added + * to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK + * IN WHICH THE COPYRIGHT IS OWNED BY SALESAGILITY, SALESAGILITY DISCLAIMS THE + * WARRANTY OF NON INFRINGEMENT OF THIRD PARTY RIGHTS. + * + * This program is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS + * FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more + * details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + * + * In accordance with Section 7(b) of the GNU Affero General Public License + * version 3, these Appropriate Legal Notices must retain the display of the + * "Supercharged by SuiteCRM" logo. If the display of the logos is not reasonably + * feasible for technical reasons, the Appropriate Legal Notices must display + * the words "Supercharged by SuiteCRM". + */ + import {userPreferenceStoreMock} from '../../../store/user-preference/user-preference.store.spec.mock'; import {numberFormatterMock} from '../number/number-formatter.spec.mock'; import {CurrencyFormatter} from './currency-formatter.service'; diff --git a/core/app/core/src/lib/services/formatters/data-type.formatter.spec.mock.ts b/core/app/core/src/lib/services/formatters/data-type.formatter.spec.mock.ts index 86c1c5a61..522d65dea 100644 --- a/core/app/core/src/lib/services/formatters/data-type.formatter.spec.mock.ts +++ b/core/app/core/src/lib/services/formatters/data-type.formatter.spec.mock.ts @@ -1,3 +1,29 @@ +/** + * SuiteCRM is a customer relationship management program developed by SalesAgility Ltd. + * Copyright (C) 2021 SalesAgility Ltd. + * + * This program is free software; you can redistribute it and/or modify it under + * the terms of the GNU Affero General Public License version 3 as published by the + * Free Software Foundation with the addition of the following permission added + * to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK + * IN WHICH THE COPYRIGHT IS OWNED BY SALESAGILITY, SALESAGILITY DISCLAIMS THE + * WARRANTY OF NON INFRINGEMENT OF THIRD PARTY RIGHTS. + * + * This program is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS + * FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more + * details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + * + * In accordance with Section 7(b) of the GNU Affero General Public License + * version 3, these Appropriate Legal Notices must retain the display of the + * "Supercharged by SuiteCRM" logo. If the display of the logos is not reasonably + * feasible for technical reasons, the Appropriate Legal Notices must display + * the words "Supercharged by SuiteCRM". + */ + import {DataTypeFormatter} from './data-type.formatter.service'; import {currencyFormatterMock} from './currency/currency-formatter.service.spec.mock'; import {numberFormatterMock} from './number/number-formatter.spec.mock'; diff --git a/core/app/core/src/lib/services/formatters/datetime/date-formatter.service.spec.mock.ts b/core/app/core/src/lib/services/formatters/datetime/date-formatter.service.spec.mock.ts index cee83b771..49da12f35 100644 --- a/core/app/core/src/lib/services/formatters/datetime/date-formatter.service.spec.mock.ts +++ b/core/app/core/src/lib/services/formatters/datetime/date-formatter.service.spec.mock.ts @@ -1,3 +1,29 @@ +/** + * SuiteCRM is a customer relationship management program developed by SalesAgility Ltd. + * Copyright (C) 2021 SalesAgility Ltd. + * + * This program is free software; you can redistribute it and/or modify it under + * the terms of the GNU Affero General Public License version 3 as published by the + * Free Software Foundation with the addition of the following permission added + * to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK + * IN WHICH THE COPYRIGHT IS OWNED BY SALESAGILITY, SALESAGILITY DISCLAIMS THE + * WARRANTY OF NON INFRINGEMENT OF THIRD PARTY RIGHTS. + * + * This program is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS + * FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more + * details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + * + * In accordance with Section 7(b) of the GNU Affero General Public License + * version 3, these Appropriate Legal Notices must retain the display of the + * "Supercharged by SuiteCRM" logo. If the display of the logos is not reasonably + * feasible for technical reasons, the Appropriate Legal Notices must display + * the words "Supercharged by SuiteCRM". + */ + import {userPreferenceStoreMock} from '../../../store/user-preference/user-preference.store.spec.mock'; import {DateFormatter} from './date-formatter.service'; import {FormControlUtils} from '../../record/field/form-control.utils'; diff --git a/core/app/core/src/lib/services/formatters/datetime/datetime-formatter.service.spec.mock.ts b/core/app/core/src/lib/services/formatters/datetime/datetime-formatter.service.spec.mock.ts index 9e8a08f6c..2d6220cb9 100644 --- a/core/app/core/src/lib/services/formatters/datetime/datetime-formatter.service.spec.mock.ts +++ b/core/app/core/src/lib/services/formatters/datetime/datetime-formatter.service.spec.mock.ts @@ -1,3 +1,29 @@ +/** + * SuiteCRM is a customer relationship management program developed by SalesAgility Ltd. + * Copyright (C) 2021 SalesAgility Ltd. + * + * This program is free software; you can redistribute it and/or modify it under + * the terms of the GNU Affero General Public License version 3 as published by the + * Free Software Foundation with the addition of the following permission added + * to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK + * IN WHICH THE COPYRIGHT IS OWNED BY SALESAGILITY, SALESAGILITY DISCLAIMS THE + * WARRANTY OF NON INFRINGEMENT OF THIRD PARTY RIGHTS. + * + * This program is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS + * FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more + * details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + * + * In accordance with Section 7(b) of the GNU Affero General Public License + * version 3, these Appropriate Legal Notices must retain the display of the + * "Supercharged by SuiteCRM" logo. If the display of the logos is not reasonably + * feasible for technical reasons, the Appropriate Legal Notices must display + * the words "Supercharged by SuiteCRM". + */ + import {DatetimeFormatter} from './datetime-formatter.service'; import {userPreferenceStoreMock} from '../../../store/user-preference/user-preference.store.spec.mock'; import {FormControlUtils} from '../../record/field/form-control.utils'; diff --git a/core/app/core/src/lib/services/formatters/email/email-formatter.spec.mock.ts b/core/app/core/src/lib/services/formatters/email/email-formatter.spec.mock.ts index 133e5e92c..afab04a37 100644 --- a/core/app/core/src/lib/services/formatters/email/email-formatter.spec.mock.ts +++ b/core/app/core/src/lib/services/formatters/email/email-formatter.spec.mock.ts @@ -1,3 +1,29 @@ +/** + * SuiteCRM is a customer relationship management program developed by SalesAgility Ltd. + * Copyright (C) 2021 SalesAgility Ltd. + * + * This program is free software; you can redistribute it and/or modify it under + * the terms of the GNU Affero General Public License version 3 as published by the + * Free Software Foundation with the addition of the following permission added + * to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK + * IN WHICH THE COPYRIGHT IS OWNED BY SALESAGILITY, SALESAGILITY DISCLAIMS THE + * WARRANTY OF NON INFRINGEMENT OF THIRD PARTY RIGHTS. + * + * This program is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS + * FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more + * details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + * + * In accordance with Section 7(b) of the GNU Affero General Public License + * version 3, these Appropriate Legal Notices must retain the display of the + * "Supercharged by SuiteCRM" logo. If the display of the logos is not reasonably + * feasible for technical reasons, the Appropriate Legal Notices must display + * the words "Supercharged by SuiteCRM". + */ + import {EmailFormatter} from '../../../services/formatters/email/email-formatter.service'; import {FormControlUtils} from '../../../services/record/field/form-control.utils'; diff --git a/core/app/core/src/lib/services/formatters/number/number-formatter.spec.mock.ts b/core/app/core/src/lib/services/formatters/number/number-formatter.spec.mock.ts index 1e57c25d2..b56550747 100644 --- a/core/app/core/src/lib/services/formatters/number/number-formatter.spec.mock.ts +++ b/core/app/core/src/lib/services/formatters/number/number-formatter.spec.mock.ts @@ -1,3 +1,29 @@ +/** + * SuiteCRM is a customer relationship management program developed by SalesAgility Ltd. + * Copyright (C) 2021 SalesAgility Ltd. + * + * This program is free software; you can redistribute it and/or modify it under + * the terms of the GNU Affero General Public License version 3 as published by the + * Free Software Foundation with the addition of the following permission added + * to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK + * IN WHICH THE COPYRIGHT IS OWNED BY SALESAGILITY, SALESAGILITY DISCLAIMS THE + * WARRANTY OF NON INFRINGEMENT OF THIRD PARTY RIGHTS. + * + * This program is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS + * FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more + * details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + * + * In accordance with Section 7(b) of the GNU Affero General Public License + * version 3, these Appropriate Legal Notices must retain the display of the + * "Supercharged by SuiteCRM" logo. If the display of the logos is not reasonably + * feasible for technical reasons, the Appropriate Legal Notices must display + * the words "Supercharged by SuiteCRM". + */ + import {userPreferenceStoreMock} from '../../../store/user-preference/user-preference.store.spec.mock'; import {NumberFormatter} from '../../../services/formatters/number/number-formatter.service'; import {FormControlUtils} from '../../../services/record/field/form-control.utils'; diff --git a/core/app/core/src/lib/services/formatters/phone/phone-formatter.spec.mock.ts b/core/app/core/src/lib/services/formatters/phone/phone-formatter.spec.mock.ts index c493ffb05..5f37cb3c1 100644 --- a/core/app/core/src/lib/services/formatters/phone/phone-formatter.spec.mock.ts +++ b/core/app/core/src/lib/services/formatters/phone/phone-formatter.spec.mock.ts @@ -1,3 +1,29 @@ +/** + * SuiteCRM is a customer relationship management program developed by SalesAgility Ltd. + * Copyright (C) 2021 SalesAgility Ltd. + * + * This program is free software; you can redistribute it and/or modify it under + * the terms of the GNU Affero General Public License version 3 as published by the + * Free Software Foundation with the addition of the following permission added + * to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK + * IN WHICH THE COPYRIGHT IS OWNED BY SALESAGILITY, SALESAGILITY DISCLAIMS THE + * WARRANTY OF NON INFRINGEMENT OF THIRD PARTY RIGHTS. + * + * This program is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS + * FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more + * details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + * + * In accordance with Section 7(b) of the GNU Affero General Public License + * version 3, these Appropriate Legal Notices must retain the display of the + * "Supercharged by SuiteCRM" logo. If the display of the logos is not reasonably + * feasible for technical reasons, the Appropriate Legal Notices must display + * the words "Supercharged by SuiteCRM". + */ + import {PhoneFormatter} from './phone-formatter.service'; import {FormControlUtils} from '../../record/field/form-control.utils'; diff --git a/core/app/core/src/lib/services/language/dynamic-label.service.spec.mock.ts b/core/app/core/src/lib/services/language/dynamic-label.service.spec.mock.ts index 5f7a4d382..b20555f7c 100644 --- a/core/app/core/src/lib/services/language/dynamic-label.service.spec.mock.ts +++ b/core/app/core/src/lib/services/language/dynamic-label.service.spec.mock.ts @@ -1,3 +1,29 @@ +/** + * SuiteCRM is a customer relationship management program developed by SalesAgility Ltd. + * Copyright (C) 2021 SalesAgility Ltd. + * + * This program is free software; you can redistribute it and/or modify it under + * the terms of the GNU Affero General Public License version 3 as published by the + * Free Software Foundation with the addition of the following permission added + * to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK + * IN WHICH THE COPYRIGHT IS OWNED BY SALESAGILITY, SALESAGILITY DISCLAIMS THE + * WARRANTY OF NON INFRINGEMENT OF THIRD PARTY RIGHTS. + * + * This program is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS + * FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more + * details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + * + * In accordance with Section 7(b) of the GNU Affero General Public License + * version 3, these Appropriate Legal Notices must retain the display of the + * "Supercharged by SuiteCRM" logo. If the display of the logos is not reasonably + * feasible for technical reasons, the Appropriate Legal Notices must display + * the words "Supercharged by SuiteCRM". + */ + import {languageStoreMock} from '../../store/language/language.store.spec.mock'; import {DynamicLabelService} from './dynamic-label.service'; import {dataTypeFormatterMock} from '../formatters/data-type.formatter.spec.mock'; diff --git a/core/app/core/src/lib/services/navigation/route-converter/route-converter.service.spec.mock.ts b/core/app/core/src/lib/services/navigation/route-converter/route-converter.service.spec.mock.ts index 14ce5fbd0..c14603239 100644 --- a/core/app/core/src/lib/services/navigation/route-converter/route-converter.service.spec.mock.ts +++ b/core/app/core/src/lib/services/navigation/route-converter/route-converter.service.spec.mock.ts @@ -1,3 +1,29 @@ +/** + * SuiteCRM is a customer relationship management program developed by SalesAgility Ltd. + * Copyright (C) 2021 SalesAgility Ltd. + * + * This program is free software; you can redistribute it and/or modify it under + * the terms of the GNU Affero General Public License version 3 as published by the + * Free Software Foundation with the addition of the following permission added + * to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK + * IN WHICH THE COPYRIGHT IS OWNED BY SALESAGILITY, SALESAGILITY DISCLAIMS THE + * WARRANTY OF NON INFRINGEMENT OF THIRD PARTY RIGHTS. + * + * This program is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS + * FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more + * details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + * + * In accordance with Section 7(b) of the GNU Affero General Public License + * version 3, these Appropriate Legal Notices must retain the display of the + * "Supercharged by SuiteCRM" logo. If the display of the logos is not reasonably + * feasible for technical reasons, the Appropriate Legal Notices must display + * the words "Supercharged by SuiteCRM". + */ + import {RouteConverter} from './route-converter.service'; import {moduleNameMapperMock} from '../module-name-mapper/module-name-mapper.service.spec.mock'; import {actionNameMapperMock} from '../action-name-mapper/action-name-mapper.service.spec.mock'; diff --git a/core/app/core/src/lib/services/process/process.service.ts b/core/app/core/src/lib/services/process/process.service.ts index ef6fef6ae..51f30383d 100644 --- a/core/app/core/src/lib/services/process/process.service.ts +++ b/core/app/core/src/lib/services/process/process.service.ts @@ -1,3 +1,29 @@ +/** + * SuiteCRM is a customer relationship management program developed by SalesAgility Ltd. + * Copyright (C) 2021 SalesAgility Ltd. + * + * This program is free software; you can redistribute it and/or modify it under + * the terms of the GNU Affero General Public License version 3 as published by the + * Free Software Foundation with the addition of the following permission added + * to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK + * IN WHICH THE COPYRIGHT IS OWNED BY SALESAGILITY, SALESAGILITY DISCLAIMS THE + * WARRANTY OF NON INFRINGEMENT OF THIRD PARTY RIGHTS. + * + * This program is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS + * FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more + * details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + * + * In accordance with Section 7(b) of the GNU Affero General Public License + * version 3, these Appropriate Legal Notices must retain the display of the + * "Supercharged by SuiteCRM" logo. If the display of the logos is not reasonably + * feasible for technical reasons, the Appropriate Legal Notices must display + * the words "Supercharged by SuiteCRM". + */ + import {Injectable} from '@angular/core'; import {Observable} from 'rxjs'; import {map} from 'rxjs/operators'; diff --git a/core/app/core/src/lib/services/process/processes/async-action/actions/export/export.async-action.spec.mock.ts b/core/app/core/src/lib/services/process/processes/async-action/actions/export/export.async-action.spec.mock.ts index d4435c582..5699b1a47 100644 --- a/core/app/core/src/lib/services/process/processes/async-action/actions/export/export.async-action.spec.mock.ts +++ b/core/app/core/src/lib/services/process/processes/async-action/actions/export/export.async-action.spec.mock.ts @@ -1,3 +1,29 @@ +/** + * SuiteCRM is a customer relationship management program developed by SalesAgility Ltd. + * Copyright (C) 2021 SalesAgility Ltd. + * + * This program is free software; you can redistribute it and/or modify it under + * the terms of the GNU Affero General Public License version 3 as published by the + * Free Software Foundation with the addition of the following permission added + * to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK + * IN WHICH THE COPYRIGHT IS OWNED BY SALESAGILITY, SALESAGILITY DISCLAIMS THE + * WARRANTY OF NON INFRINGEMENT OF THIRD PARTY RIGHTS. + * + * This program is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS + * FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more + * details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + * + * In accordance with Section 7(b) of the GNU Affero General Public License + * version 3, these Appropriate Legal Notices must retain the display of the + * "Supercharged by SuiteCRM" logo. If the display of the logos is not reasonably + * feasible for technical reasons, the Appropriate Legal Notices must display + * the words "Supercharged by SuiteCRM". + */ + import {messageServiceMock} from '../../../../../message/message.service.spec.mock'; import {ExportAsyncAction} from './export.async-action'; diff --git a/core/app/core/src/lib/services/record/field/field.manager.spec.mock.ts b/core/app/core/src/lib/services/record/field/field.manager.spec.mock.ts index 07c02977a..9fbd8f6a3 100644 --- a/core/app/core/src/lib/services/record/field/field.manager.spec.mock.ts +++ b/core/app/core/src/lib/services/record/field/field.manager.spec.mock.ts @@ -1,3 +1,29 @@ +/** + * SuiteCRM is a customer relationship management program developed by SalesAgility Ltd. + * Copyright (C) 2021 SalesAgility Ltd. + * + * This program is free software; you can redistribute it and/or modify it under + * the terms of the GNU Affero General Public License version 3 as published by the + * Free Software Foundation with the addition of the following permission added + * to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK + * IN WHICH THE COPYRIGHT IS OWNED BY SALESAGILITY, SALESAGILITY DISCLAIMS THE + * WARRANTY OF NON INFRINGEMENT OF THIRD PARTY RIGHTS. + * + * This program is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS + * FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more + * details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + * + * In accordance with Section 7(b) of the GNU Affero General Public License + * version 3, these Appropriate Legal Notices must retain the display of the + * "Supercharged by SuiteCRM" logo. If the display of the logos is not reasonably + * feasible for technical reasons, the Appropriate Legal Notices must display + * the words "Supercharged by SuiteCRM". + */ + import {FieldManager} from './field.manager'; import {validationManagerMock} from '../validation/validation.manager.spec.mock'; import {dataTypeFormatterMock} from '../../formatters/data-type.formatter.spec.mock'; diff --git a/core/app/core/src/lib/services/record/record.manager.spec.mock.ts b/core/app/core/src/lib/services/record/record.manager.spec.mock.ts index f3cc23525..0845f7d78 100644 --- a/core/app/core/src/lib/services/record/record.manager.spec.mock.ts +++ b/core/app/core/src/lib/services/record/record.manager.spec.mock.ts @@ -1,3 +1,29 @@ +/** + * SuiteCRM is a customer relationship management program developed by SalesAgility Ltd. + * Copyright (C) 2021 SalesAgility Ltd. + * + * This program is free software; you can redistribute it and/or modify it under + * the terms of the GNU Affero General Public License version 3 as published by the + * Free Software Foundation with the addition of the following permission added + * to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK + * IN WHICH THE COPYRIGHT IS OWNED BY SALESAGILITY, SALESAGILITY DISCLAIMS THE + * WARRANTY OF NON INFRINGEMENT OF THIRD PARTY RIGHTS. + * + * This program is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS + * FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more + * details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + * + * In accordance with Section 7(b) of the GNU Affero General Public License + * version 3, these Appropriate Legal Notices must retain the display of the + * "Supercharged by SuiteCRM" logo. If the display of the logos is not reasonably + * feasible for technical reasons, the Appropriate Legal Notices must display + * the words "Supercharged by SuiteCRM". + */ + import {RecordManager} from './record.manager'; import {fieldManagerMock} from './field/field.manager.spec.mock'; import {languageStoreMock} from '../../store/language/language.store.spec.mock'; diff --git a/core/app/core/src/lib/services/record/validation/validation.manager.spec.mock.ts b/core/app/core/src/lib/services/record/validation/validation.manager.spec.mock.ts index 0a3db1729..e670882ab 100644 --- a/core/app/core/src/lib/services/record/validation/validation.manager.spec.mock.ts +++ b/core/app/core/src/lib/services/record/validation/validation.manager.spec.mock.ts @@ -1,3 +1,29 @@ +/** + * SuiteCRM is a customer relationship management program developed by SalesAgility Ltd. + * Copyright (C) 2021 SalesAgility Ltd. + * + * This program is free software; you can redistribute it and/or modify it under + * the terms of the GNU Affero General Public License version 3 as published by the + * Free Software Foundation with the addition of the following permission added + * to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK + * IN WHICH THE COPYRIGHT IS OWNED BY SALESAGILITY, SALESAGILITY DISCLAIMS THE + * WARRANTY OF NON INFRINGEMENT OF THIRD PARTY RIGHTS. + * + * This program is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS + * FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more + * details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + * + * In accordance with Section 7(b) of the GNU Affero General Public License + * version 3, these Appropriate Legal Notices must retain the display of the + * "Supercharged by SuiteCRM" logo. If the display of the logos is not reasonably + * feasible for technical reasons, the Appropriate Legal Notices must display + * the words "Supercharged by SuiteCRM". + */ + import {ValidationManager} from './validation.manager'; import {RequiredValidator} from './validators/required.validator'; import {RangeValidator} from './validators/range.validator'; diff --git a/core/app/core/src/lib/views/create/components/create-view/create-record.component.html b/core/app/core/src/lib/views/create/components/create-view/create-record.component.html index 9748a20cb..bd25fec4f 100644 --- a/core/app/core/src/lib/views/create/components/create-view/create-record.component.html +++ b/core/app/core/src/lib/views/create/components/create-view/create-record.component.html @@ -1,3 +1,31 @@ + +
diff --git a/core/app/core/src/lib/views/create/components/create-view/create-record.component.ts b/core/app/core/src/lib/views/create/components/create-view/create-record.component.ts index f76d94a0d..120e269e6 100644 --- a/core/app/core/src/lib/views/create/components/create-view/create-record.component.ts +++ b/core/app/core/src/lib/views/create/components/create-view/create-record.component.ts @@ -1,3 +1,29 @@ +/** + * SuiteCRM is a customer relationship management program developed by SalesAgility Ltd. + * Copyright (C) 2021 SalesAgility Ltd. + * + * This program is free software; you can redistribute it and/or modify it under + * the terms of the GNU Affero General Public License version 3 as published by the + * Free Software Foundation with the addition of the following permission added + * to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK + * IN WHICH THE COPYRIGHT IS OWNED BY SALESAGILITY, SALESAGILITY DISCLAIMS THE + * WARRANTY OF NON INFRINGEMENT OF THIRD PARTY RIGHTS. + * + * This program is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS + * FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more + * details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + * + * In accordance with Section 7(b) of the GNU Affero General Public License + * version 3, these Appropriate Legal Notices must retain the display of the + * "Supercharged by SuiteCRM" logo. If the display of the logos is not reasonably + * feasible for technical reasons, the Appropriate Legal Notices must display + * the words "Supercharged by SuiteCRM". + */ + import {Component, OnDestroy, OnInit} from '@angular/core'; import {Observable, Subscription} from 'rxjs'; import {ActivatedRoute, Params} from '@angular/router'; diff --git a/core/app/core/src/lib/views/create/components/create-view/create-record.module.ts b/core/app/core/src/lib/views/create/components/create-view/create-record.module.ts index a66a5f84b..d6f3c8672 100644 --- a/core/app/core/src/lib/views/create/components/create-view/create-record.module.ts +++ b/core/app/core/src/lib/views/create/components/create-view/create-record.module.ts @@ -1,3 +1,29 @@ +/** + * SuiteCRM is a customer relationship management program developed by SalesAgility Ltd. + * Copyright (C) 2021 SalesAgility Ltd. + * + * This program is free software; you can redistribute it and/or modify it under + * the terms of the GNU Affero General Public License version 3 as published by the + * Free Software Foundation with the addition of the following permission added + * to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK + * IN WHICH THE COPYRIGHT IS OWNED BY SALESAGILITY, SALESAGILITY DISCLAIMS THE + * WARRANTY OF NON INFRINGEMENT OF THIRD PARTY RIGHTS. + * + * This program is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS + * FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more + * details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + * + * In accordance with Section 7(b) of the GNU Affero General Public License + * version 3, these Appropriate Legal Notices must retain the display of the + * "Supercharged by SuiteCRM" logo. If the display of the logos is not reasonably + * feasible for technical reasons, the Appropriate Legal Notices must display + * the words "Supercharged by SuiteCRM". + */ + import {NgModule} from '@angular/core'; import {CommonModule} from '@angular/common'; import {FieldModule} from '../../../../fields/field.module'; diff --git a/core/app/core/src/lib/views/create/store/create-view/create-view.store.ts b/core/app/core/src/lib/views/create/store/create-view/create-view.store.ts index f6fc3c7b3..26ee79a54 100644 --- a/core/app/core/src/lib/views/create/store/create-view/create-view.store.ts +++ b/core/app/core/src/lib/views/create/store/create-view/create-view.store.ts @@ -1,3 +1,29 @@ +/** + * SuiteCRM is a customer relationship management program developed by SalesAgility Ltd. + * Copyright (C) 2021 SalesAgility Ltd. + * + * This program is free software; you can redistribute it and/or modify it under + * the terms of the GNU Affero General Public License version 3 as published by the + * Free Software Foundation with the addition of the following permission added + * to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK + * IN WHICH THE COPYRIGHT IS OWNED BY SALESAGILITY, SALESAGILITY DISCLAIMS THE + * WARRANTY OF NON INFRINGEMENT OF THIRD PARTY RIGHTS. + * + * This program is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS + * FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more + * details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + * + * In accordance with Section 7(b) of the GNU Affero General Public License + * version 3, these Appropriate Legal Notices must retain the display of the + * "Supercharged by SuiteCRM" logo. If the display of the logos is not reasonably + * feasible for technical reasons, the Appropriate Legal Notices must display + * the words "Supercharged by SuiteCRM". + */ + import {Injectable} from '@angular/core'; import {Observable, of} from 'rxjs'; import {catchError, finalize, shareReplay} from 'rxjs/operators'; diff --git a/core/app/core/src/lib/views/record/actions/cancel-create/cancel-create.action.ts b/core/app/core/src/lib/views/record/actions/cancel-create/cancel-create.action.ts index 62bf04312..4a3747b4b 100644 --- a/core/app/core/src/lib/views/record/actions/cancel-create/cancel-create.action.ts +++ b/core/app/core/src/lib/views/record/actions/cancel-create/cancel-create.action.ts @@ -1,3 +1,29 @@ +/** + * SuiteCRM is a customer relationship management program developed by SalesAgility Ltd. + * Copyright (C) 2021 SalesAgility Ltd. + * + * This program is free software; you can redistribute it and/or modify it under + * the terms of the GNU Affero General Public License version 3 as published by the + * Free Software Foundation with the addition of the following permission added + * to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK + * IN WHICH THE COPYRIGHT IS OWNED BY SALESAGILITY, SALESAGILITY DISCLAIMS THE + * WARRANTY OF NON INFRINGEMENT OF THIRD PARTY RIGHTS. + * + * This program is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS + * FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more + * details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + * + * In accordance with Section 7(b) of the GNU Affero General Public License + * version 3, these Appropriate Legal Notices must retain the display of the + * "Supercharged by SuiteCRM" logo. If the display of the logos is not reasonably + * feasible for technical reasons, the Appropriate Legal Notices must display + * the words "Supercharged by SuiteCRM". + */ + import {Injectable} from '@angular/core'; import {ModalButtonInterface, ViewMode} from 'common'; import {NgbModal} from '@ng-bootstrap/ng-bootstrap'; diff --git a/core/app/core/src/lib/views/record/actions/save-new/record-save-new.action.ts b/core/app/core/src/lib/views/record/actions/save-new/record-save-new.action.ts index 79110a0fa..931093eab 100644 --- a/core/app/core/src/lib/views/record/actions/save-new/record-save-new.action.ts +++ b/core/app/core/src/lib/views/record/actions/save-new/record-save-new.action.ts @@ -1,3 +1,29 @@ +/** + * SuiteCRM is a customer relationship management program developed by SalesAgility Ltd. + * Copyright (C) 2021 SalesAgility Ltd. + * + * This program is free software; you can redistribute it and/or modify it under + * the terms of the GNU Affero General Public License version 3 as published by the + * Free Software Foundation with the addition of the following permission added + * to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK + * IN WHICH THE COPYRIGHT IS OWNED BY SALESAGILITY, SALESAGILITY DISCLAIMS THE + * WARRANTY OF NON INFRINGEMENT OF THIRD PARTY RIGHTS. + * + * This program is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS + * FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more + * details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + * + * In accordance with Section 7(b) of the GNU Affero General Public License + * version 3, these Appropriate Legal Notices must retain the display of the + * "Supercharged by SuiteCRM" logo. If the display of the logos is not reasonably + * feasible for technical reasons, the Appropriate Legal Notices must display + * the words "Supercharged by SuiteCRM". + */ + import {Injectable} from '@angular/core'; import {ViewMode} from 'common'; import {take} from 'rxjs/operators'; diff --git a/core/app/core/src/lib/views/record/adapters/actions.adapter.spec.mock.ts b/core/app/core/src/lib/views/record/adapters/actions.adapter.spec.mock.ts index 94ae374b9..7bfe2fda0 100644 --- a/core/app/core/src/lib/views/record/adapters/actions.adapter.spec.mock.ts +++ b/core/app/core/src/lib/views/record/adapters/actions.adapter.spec.mock.ts @@ -1,3 +1,29 @@ +/** + * SuiteCRM is a customer relationship management program developed by SalesAgility Ltd. + * Copyright (C) 2021 SalesAgility Ltd. + * + * This program is free software; you can redistribute it and/or modify it under + * the terms of the GNU Affero General Public License version 3 as published by the + * Free Software Foundation with the addition of the following permission added + * to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK + * IN WHICH THE COPYRIGHT IS OWNED BY SALESAGILITY, SALESAGILITY DISCLAIMS THE + * WARRANTY OF NON INFRINGEMENT OF THIRD PARTY RIGHTS. + * + * This program is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS + * FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more + * details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + * + * In accordance with Section 7(b) of the GNU Affero General Public License + * version 3, these Appropriate Legal Notices must retain the display of the + * "Supercharged by SuiteCRM" logo. If the display of the logos is not reasonably + * feasible for technical reasons, the Appropriate Legal Notices must display + * the words "Supercharged by SuiteCRM". + */ + import {languageStoreMock} from '../../../store/language/language.store.spec.mock'; import {recordActionsManagerMock} from '../actions/record-action-manager.service.spec.mock'; import {bulkActionProcessMock} from '../../../services/process/processes/async-action/async-action.spec.mock'; diff --git a/core/app/core/src/lib/views/record/components/record-view/record.module.ts b/core/app/core/src/lib/views/record/components/record-view/record.module.ts index 25fab4197..41ebe774b 100644 --- a/core/app/core/src/lib/views/record/components/record-view/record.module.ts +++ b/core/app/core/src/lib/views/record/components/record-view/record.module.ts @@ -1,3 +1,29 @@ +/** + * SuiteCRM is a customer relationship management program developed by SalesAgility Ltd. + * Copyright (C) 2021 SalesAgility Ltd. + * + * This program is free software; you can redistribute it and/or modify it under + * the terms of the GNU Affero General Public License version 3 as published by the + * Free Software Foundation with the addition of the following permission added + * to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK + * IN WHICH THE COPYRIGHT IS OWNED BY SALESAGILITY, SALESAGILITY DISCLAIMS THE + * WARRANTY OF NON INFRINGEMENT OF THIRD PARTY RIGHTS. + * + * This program is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS + * FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more + * details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + * + * In accordance with Section 7(b) of the GNU Affero General Public License + * version 3, these Appropriate Legal Notices must retain the display of the + * "Supercharged by SuiteCRM" logo. If the display of the logos is not reasonably + * feasible for technical reasons, the Appropriate Legal Notices must display + * the words "Supercharged by SuiteCRM". + */ + import {NgModule} from '@angular/core'; import {CommonModule} from '@angular/common'; import {RecordComponent} from './record.component'; diff --git a/core/app/shell/src/themes/suite8/css/base/_reset.scss b/core/app/shell/src/themes/suite8/css/base/_reset.scss index e69de29bb..f668a97c9 100644 --- a/core/app/shell/src/themes/suite8/css/base/_reset.scss +++ b/core/app/shell/src/themes/suite8/css/base/_reset.scss @@ -0,0 +1,25 @@ +/** + * SuiteCRM is a customer relationship management program developed by SalesAgility Ltd. + * Copyright (C) 2021 SalesAgility Ltd. + * + * This program is free software; you can redistribute it and/or modify it under + * the terms of the GNU Affero General Public License version 3 as published by the + * Free Software Foundation with the addition of the following permission added + * to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK + * IN WHICH THE COPYRIGHT IS OWNED BY SALESAGILITY, SALESAGILITY DISCLAIMS THE + * WARRANTY OF NON INFRINGEMENT OF THIRD PARTY RIGHTS. + * + * This program is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS + * FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more + * details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + * + * In accordance with Section 7(b) of the GNU Affero General Public License + * version 3, these Appropriate Legal Notices must retain the display of the + * "Supercharged by SuiteCRM" logo. If the display of the logos is not reasonably + * feasible for technical reasons, the Appropriate Legal Notices must display + * the words "Supercharged by SuiteCRM". + */ diff --git a/core/app/shell/src/themes/suite8/css/components/_light-filter.scss b/core/app/shell/src/themes/suite8/css/components/_light-filter.scss index f8bd2abaa..a4769d9cf 100644 --- a/core/app/shell/src/themes/suite8/css/components/_light-filter.scss +++ b/core/app/shell/src/themes/suite8/css/components/_light-filter.scss @@ -1,3 +1,28 @@ +/** + * SuiteCRM is a customer relationship management program developed by SalesAgility Ltd. + * Copyright (C) 2021 SalesAgility Ltd. + * + * This program is free software; you can redistribute it and/or modify it under + * the terms of the GNU Affero General Public License version 3 as published by the + * Free Software Foundation with the addition of the following permission added + * to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK + * IN WHICH THE COPYRIGHT IS OWNED BY SALESAGILITY, SALESAGILITY DISCLAIMS THE + * WARRANTY OF NON INFRINGEMENT OF THIRD PARTY RIGHTS. + * + * This program is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS + * FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more + * details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + * + * In accordance with Section 7(b) of the GNU Affero General Public License + * version 3, these Appropriate Legal Notices must retain the display of the + * "Supercharged by SuiteCRM" logo. If the display of the logos is not reasonably + * feasible for technical reasons, the Appropriate Legal Notices must display + * the words "Supercharged by SuiteCRM". + */ /* Light filter SCSS */ .light-filter { diff --git a/core/app/shell/src/themes/suite8/css/components/_light-table.scss b/core/app/shell/src/themes/suite8/css/components/_light-table.scss index 420bd8472..f193f8069 100644 --- a/core/app/shell/src/themes/suite8/css/components/_light-table.scss +++ b/core/app/shell/src/themes/suite8/css/components/_light-table.scss @@ -1,7 +1,32 @@ +/** + * SuiteCRM is a customer relationship management program developed by SalesAgility Ltd. + * Copyright (C) 2021 SalesAgility Ltd. + * + * This program is free software; you can redistribute it and/or modify it under + * the terms of the GNU Affero General Public License version 3 as published by the + * Free Software Foundation with the addition of the following permission added + * to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK + * IN WHICH THE COPYRIGHT IS OWNED BY SALESAGILITY, SALESAGILITY DISCLAIMS THE + * WARRANTY OF NON INFRINGEMENT OF THIRD PARTY RIGHTS. + * + * This program is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS + * FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more + * details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + * + * In accordance with Section 7(b) of the GNU Affero General Public License + * version 3, these Appropriate Legal Notices must retain the display of the + * "Supercharged by SuiteCRM" logo. If the display of the logos is not reasonably + * feasible for technical reasons, the Appropriate Legal Notices must display + * the words "Supercharged by SuiteCRM". + */ .light-table { .list-view-tableactions { - background: none; - padding: 0; + background: none; + padding: 0; } .list-view-table { margin-top: 1em; @@ -18,7 +43,7 @@ color: $midnight-blue; } .pagination-button { - border: 1px solid $burnt-red; + border: 1px solid $burnt-red; margin: 0 0.2em; border-radius: .2em; .pagination-icons { @@ -42,4 +67,4 @@ background: $pebble-grey; } } -} \ No newline at end of file +} diff --git a/core/app/shell/src/themes/suite8/css/layout/_app.scss b/core/app/shell/src/themes/suite8/css/layout/_app.scss index 30cf9c6da..c362552bd 100644 --- a/core/app/shell/src/themes/suite8/css/layout/_app.scss +++ b/core/app/shell/src/themes/suite8/css/layout/_app.scss @@ -1,3 +1,29 @@ +/** + * SuiteCRM is a customer relationship management program developed by SalesAgility Ltd. + * Copyright (C) 2021 SalesAgility Ltd. + * + * This program is free software; you can redistribute it and/or modify it under + * the terms of the GNU Affero General Public License version 3 as published by the + * Free Software Foundation with the addition of the following permission added + * to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK + * IN WHICH THE COPYRIGHT IS OWNED BY SALESAGILITY, SALESAGILITY DISCLAIMS THE + * WARRANTY OF NON INFRINGEMENT OF THIRD PARTY RIGHTS. + * + * This program is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS + * FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more + * details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + * + * In accordance with Section 7(b) of the GNU Affero General Public License + * version 3, these Appropriate Legal Notices must retain the display of the + * "Supercharged by SuiteCRM" logo. If the display of the logos is not reasonably + * feasible for technical reasons, the Appropriate Legal Notices must display + * the words "Supercharged by SuiteCRM". + */ + .app-shell { min-height: calc(100vh - 3.1em); } diff --git a/core/backend/Install/Command/InstallExtensionAssets.php b/core/backend/Install/Command/InstallExtensionAssets.php index a3bf0bff5..68550c993 100644 --- a/core/backend/Install/Command/InstallExtensionAssets.php +++ b/core/backend/Install/Command/InstallExtensionAssets.php @@ -1,4 +1,29 @@ . + * + * In accordance with Section 7(b) of the GNU Affero General Public License + * version 3, these Appropriate Legal Notices must retain the display of the + * "Supercharged by SuiteCRM" logo. If the display of the logos is not reasonably + * feasible for technical reasons, the Appropriate Legal Notices must display + * the words "Supercharged by SuiteCRM". + */ namespace App\Install\Command;