From 7245e994c514757b197fd03f878eee770dcae269 Mon Sep 17 00:00:00 2001 From: Nikita Maliarchuk <84377976+nikita-web-ua@users.noreply.github.com> Date: Thu, 13 Apr 2023 10:32:30 +0200 Subject: [PATCH] [ACS-4959] Update license headers to reflect Hyland Copyright Guidelines (#3115) * [ACS-4959] install eslint-plugin-license-header plugin * [ACS-4959] configure new license * [ACS-4959] aca-folder-rules license update * [ACS-4959] content-ce license update * [ACS-4959] app-e2e license update * [ACS-4959] adf-office-services-ext license update * [ACS-4959] aca-shared update license * [ACS-4959] aca-about license update * [ACS-4959] aca-content license update * [ACS-4959] aca-viewer & aca-preview license update * [ACS-4959] other files license update * [ACS-4959] patern fix * [ACS-4959] vendors updated * [ACS-4959] path fix * [ACS-4959] some more vendors update * [ACS-4959] license update --- .eslintrc.json | 31 ++++++++++++++++++- app/src/app/app.components.ts | 11 +++---- app/src/app/app.module.ts | 11 +++---- app/src/app/app.routes.ts | 24 ++++++++++++++ .../app/components/login/login.component.ts | 11 +++---- app/src/app/components/login/login.module.ts | 11 +++---- app/src/app/extensions.module.ts | 11 +++---- app/src/app/material.module.ts | 11 +++---- app/src/assets/plugins/app.card-view.json | 2 +- app/src/assets/plugins/app.debug.json | 2 +- app/src/assets/plugins/app.metadata.json | 2 +- app/src/assets/plugins/app.search.json | 2 +- app/src/environments/environment.e2e.ts | 11 +++---- app/src/environments/environment.interface.ts | 11 +++---- app/src/environments/environment.prod.ts | 11 +++---- app/src/environments/environment.release.ts | 11 +++---- app/src/environments/environment.ts | 11 +++---- app/src/main.ts | 11 +++---- app/src/polyfills.ts | 11 +++---- app/src/test.ts | 11 +++---- app/src/typings.d.ts | 11 +++---- cspell.json | 1 + .../shared/api/api-client-factory.ts | 26 +++++++++++++--- e2e/playwright/shared/api/index.ts | 26 +++++++++++++--- e2e/playwright/shared/api/rules-api.ts | 26 +++++++++++++--- .../shared/base-config/global.setup.ts | 26 +++++++++++++--- e2e/playwright/shared/base-config/index.ts | 26 +++++++++++++--- e2e/playwright/shared/index.ts | 11 +++---- e2e/playwright/shared/models/index.ts | 26 +++++++++++++--- e2e/playwright/shared/models/user-model.ts | 26 +++++++++++++--- .../page-objects/components/base.component.ts | 26 +++++++++++++--- .../dataTable/data-table.component.ts | 26 +++++++++++++--- .../components/dataTable/index.ts | 26 +++++++++++++--- .../dataTable/mat-menu.component.ts | 26 +++++++++++++--- .../components/dataTable/toolbar.component.ts | 26 +++++++++++++--- .../shared/page-objects/components/index.ts | 26 +++++++++++++--- .../components/mat-menu.component.ts | 26 +++++++++++++--- .../components/pagination.component.ts | 26 +++++++++++++--- .../components/snack-bar.component.ts | 26 +++++++++++++--- .../components/spinner.component.ts | 26 +++++++++++++--- .../shared/page-objects/global-variables.ts | 26 +++++++++++++--- e2e/playwright/shared/page-objects/index.ts | 26 +++++++++++++--- .../shared/page-objects/pages/base.page.ts | 26 +++++++++++++--- .../shared/page-objects/pages/index.ts | 26 +++++++++++++--- .../shared/page-objects/pages/login.page.ts | 26 +++++++++++++--- .../shared/page-objects/playwright-base.ts | 26 +++++++++++++--- .../fixtures/page-initialization.ts | 26 +++++++++++++--- .../components/actions-dropdown.component.ts | 26 +++++++++++++--- .../components/conditions.component.ts | 26 +++++++++++++--- .../manage-rules-dialog.component.ts | 26 +++++++++++++--- .../components/manage-rules.component.ts | 26 +++++++++++++--- .../tests/folder-rules/page-objects/index.ts | 26 +++++++++++++--- .../page-objects/pages/nodes.page.ts | 26 +++++++++++++--- .../page-objects/pages/personal-files.page.ts | 26 +++++++++++++--- .../tests/folder-rules/playwright.config.ts | 24 ++++++++++++++ .../tests/folder-rules/tests/actions.spec.ts | 24 ++++++++++++++ .../folder-rules/tests/conditions.spec.ts | 24 ++++++++++++++ .../folder-rules/tests/manage-rules.spec.ts | 24 ++++++++++++++ .../context-submenus-ext.json | 2 +- .../document-presets-ext.json | 2 +- .../extensibility-configs/header-ext.json | 2 +- .../info-drawer-ext.json | 2 +- .../info-drawer-no-tabs-ext.json | 2 +- .../extensibility-configs/metadata-ext.json | 2 +- .../extensibility-configs/viewer-ext.json | 2 +- .../files-folders/folders-actions.test.ts | 11 +++---- .../files-folders/generic.test.ts | 11 +++---- .../locked-files-actions.test.ts | 11 +++---- .../multiple-files-actions.test.ts | 11 +++---- .../office-files-actions.test.ts | 11 +++---- .../files-folders/single-file-actions.test.ts | 11 +++---- .../files-folders/test-data.ts | 11 +++---- .../files-folders/trash.test.ts | 11 +++---- .../libraries/library-trash.test.ts | 11 +++---- .../libraries/library.test.ts | 11 +++---- .../libraries/test-data-libraries.ts | 11 +++---- .../new-menu/new-menu.test.ts | 11 +++---- .../special-permissions/favorites.ts | 11 +++---- .../special-permissions/my-libraries.ts | 11 +++---- .../special-permissions/other-permissions.ts | 11 +++---- .../special-permissions/search-results.ts | 11 +++---- .../special-permissions/shared-files.ts | 11 +++---- .../special-permissions-actions.test.ts | 11 +++---- .../test-data-permissions.ts | 11 +++---- .../special-permissions/viewer.ts | 11 +++---- e2e/suites/actions-available/test-util.ts | 11 +++---- e2e/suites/actions/copy-move/copy.test.ts | 11 +++---- .../destination-picker-dialog.test.ts | 11 +++---- e2e/suites/actions/copy-move/move.test.ts | 11 +++---- .../create/create-file-from-template.test.ts | 11 +++---- .../create-folder-from-template.test.ts | 11 +++---- .../actions/create/create-folder.test.ts | 11 +++---- .../actions/create/create-library.test.ts | 11 +++---- .../actions/delete/delete-undo-delete.test.ts | 11 +++---- .../actions/delete/permanently-delete.test.ts | 11 +++---- e2e/suites/actions/delete/restore.test.ts | 11 +++---- e2e/suites/actions/edit/edit-folder.test.ts | 11 +++---- e2e/suites/actions/edit/edit-offline.test.ts | 11 +++---- .../actions/favorite/mark-favorite.test.ts | 11 +++---- .../actions/library/library-actions.test.ts | 11 +++---- e2e/suites/actions/share/share-file.test.ts | 11 +++---- .../share/unshare-file-search-results.test.ts | 11 +++---- .../actions/upload-download/download.test.ts | 11 +++---- .../upload-download/upload-file.test.ts | 11 +++---- .../upload-new-version.test.ts | 11 +++---- .../upload-download/version-actions.test.ts | 11 +++---- e2e/suites/application/general.test.ts | 11 +++---- e2e/suites/application/page-titles.test.ts | 11 +++---- e2e/suites/authentication/login.test.ts | 11 +++---- e2e/suites/authentication/logout.test.ts | 11 +++---- .../extensions/ext-context-submenus.test.ts | 11 +++---- .../extensions/ext-document-list.test.ts | 11 +++---- e2e/suites/extensions/ext-header.test.ts | 11 +++---- e2e/suites/extensions/ext-info-drawer.test.ts | 11 +++---- e2e/suites/extensions/ext-metadata.test.ts | 11 +++---- e2e/suites/extensions/ext-viewer.test.ts | 11 +++---- e2e/suites/info-drawer/comments.test.ts | 11 +++---- .../file-folder-properties.test.ts | 11 +++---- e2e/suites/info-drawer/file-preview.test.ts | 11 +++---- e2e/suites/info-drawer/general.test.ts | 11 +++---- .../info-drawer/library-properties.test.ts | 11 +++---- e2e/suites/list-views/empty-list.test.ts | 11 +++---- e2e/suites/list-views/favorites.test.ts | 11 +++---- e2e/suites/list-views/file-libraries.test.ts | 11 +++---- e2e/suites/list-views/generic-errors.test.ts | 11 +++---- e2e/suites/list-views/permissions.test.ts | 11 +++---- e2e/suites/list-views/personal-files.test.ts | 11 +++---- e2e/suites/list-views/recent-files.test.ts | 11 +++---- e2e/suites/list-views/shared-files.test.ts | 11 +++---- e2e/suites/list-views/sort-list.test.ts | 11 +++---- e2e/suites/list-views/tooltips.test.ts | 11 +++---- e2e/suites/list-views/trash.test.ts | 11 +++---- e2e/suites/navigation/breadcrumb.test.ts | 11 +++---- e2e/suites/navigation/sidebar.test.ts | 11 +++---- e2e/suites/navigation/single-click.test.ts | 11 +++---- e2e/suites/pagination/favorites.ts | 11 +++---- .../pagination/multiple-pages-files.test.ts | 11 +++---- .../multiple-pages-libraries.test.ts | 11 +++---- .../pagination/multiple-pages-trash.test.ts | 11 +++---- e2e/suites/pagination/personal-files.ts | 11 +++---- e2e/suites/pagination/recent-files.ts | 11 +++---- e2e/suites/pagination/search-results.ts | 11 +++---- e2e/suites/pagination/shared-files.ts | 11 +++---- e2e/suites/pagination/single-page.test.ts | 11 +++---- e2e/suites/search/search-filters.test.ts | 11 +++---- e2e/suites/search/search-input.test.ts | 11 +++---- .../search-results-files-folders.test.ts | 11 +++---- .../search/search-results-general.test.ts | 11 +++---- .../search/search-results-libraries.test.ts | 11 +++---- e2e/suites/search/search-sorting.test.ts | 11 +++---- e2e/suites/viewer/viewer-actions.test.ts | 11 +++---- e2e/suites/viewer/viewer-general.test.ts | 11 +++---- .../viewer/viewer-protected-file.test.ts | 11 +++---- license-header-aca.txt | 11 +++---- package-lock.json | 9 ++++++ package.json | 1 + .../{.eslintrc.json => .eslintrc.js} | 7 +++-- projects/aca-about/assets/about.plugin.json | 2 +- projects/aca-about/src/lib/about.component.ts | 11 +++---- .../aca-about/src/lib/aca-about.module.ts | 11 +++---- projects/aca-about/src/lib/dev-mode.tokens.ts | 11 +++---- .../aca-about/src/lib/package-json.token.ts | 24 ++++++++++++++ projects/aca-about/src/public-api.ts | 11 +++---- projects/aca-about/src/test.ts | 11 +++---- .../{.eslintrc.json => .eslintrc.js} | 7 +++-- .../aca-content/assets/app.extensions.json | 2 +- projects/aca-content/assets/i18n/en.json | 2 +- .../aca-content/src/lib/aca-content.module.ts | 11 +++---- .../aca-content/src/lib/aca-content.routes.ts | 11 +++---- .../lib/components/common/common.module.ts | 11 +++---- .../language-picker.component.ts | 11 +++---- .../location-link/location-link.component.ts | 11 +++---- .../common/logout/logout.component.spec.ts | 11 +++---- .../common/logout/logout.component.ts | 11 +++---- .../toggle-shared.component.spec.ts | 11 +++---- .../toggle-shared/toggle-shared.component.ts | 11 +++---- .../common/user-info/user-info.component.ts | 26 +++++++++++++--- .../context-menu-item.component.spec.ts | 11 +++---- .../context-menu-item.component.ts | 11 +++---- ...ntext-menu-outside-event.directive.spec.ts | 11 +++---- .../context-menu-outside-event.directive.ts | 11 +++---- .../context-menu/context-menu-overlay.ts | 11 +++---- .../context-menu.component.spec.ts | 11 +++---- .../context-menu/context-menu.component.ts | 11 +++---- .../context-menu/context-menu.module.ts | 11 +++---- .../context-menu/context-menu.service.spec.ts | 11 +++---- .../context-menu/context-menu.service.ts | 11 +++---- .../context-menu/direction.token.ts | 11 +++---- .../lib/components/context-menu/interfaces.ts | 11 +++---- .../create-menu/create-menu.component.spec.ts | 11 +++---- .../create-menu/create-menu.component.ts | 11 +++---- .../create-menu/create-menu.module.ts | 11 +++---- .../details/details.component.spec.ts | 11 +++---- .../components/details/details.component.ts | 11 +++---- .../document-list-custom-components.module.ts | 11 +++---- .../name-column/name-column.component.spec.ts | 11 +++---- .../name-column/name-column.component.ts | 11 +++---- .../tags-column/tags-column.component.ts | 11 +++---- .../thumbnail-column.component.ts | 11 +++---- .../favorite-libraries.component.spec.ts | 11 +++---- .../favorite-libraries.component.ts | 11 +++---- .../favorites/favorites.component.spec.ts | 11 +++---- .../favorites/favorites.component.ts | 11 +++---- .../components/files/files.component.spec.ts | 11 +++---- .../lib/components/files/files.component.ts | 11 +++---- .../header/header.component.spec.ts | 11 +++---- .../lib/components/header/header.component.ts | 11 +++---- .../lib/components/header/header.module.ts | 11 +++---- .../components/home/home.component.spec.ts | 24 ++++++++++++++ .../src/lib/components/home/home.component.ts | 11 +++---- .../comments-tab.component.spec.ts | 11 +++---- .../comments-tab/comments-tab.component.ts | 11 +++---- .../info-drawer/info.drawer.module.ts | 11 +++---- .../library-metadata-form.component.spec.ts | 12 +++---- .../library-metadata-form.component.ts | 11 +++---- .../library-metadata-tab.component.ts | 11 +++---- .../metadata-tab.component.spec.ts | 11 +++---- .../metadata-tab/metadata-tab.component.ts | 11 +++---- .../versions-tab.component.spec.ts | 11 +++---- .../versions-tab/versions-tab.component.ts | 11 +++---- .../app-layout/app-layout.component.spec.ts | 11 +++---- .../layout/app-layout/app-layout.component.ts | 11 +++---- .../lib/components/layout/layout.module.ts | 11 +++---- .../libraries/libraries.component.spec.ts | 11 +++---- .../libraries/libraries.component.ts | 11 +++---- .../main-action/main-action.component.spec.ts | 11 +++---- .../main-action/main-action.component.ts | 11 +++---- .../main-action/main-action.module.ts | 11 +++---- .../node-version-form.component.spec.ts | 11 +++---- .../node-version-form.component.ts | 11 +++---- .../node-version/node-version.module.ts | 11 +++---- .../recent-files.component.spec.ts | 11 +++---- .../recent-files/recent-files.component.ts | 11 +++---- .../search-action-menu.component.spec.ts | 11 +++---- .../search-action-menu.component.ts | 11 +++---- .../search-input-control.component.spec.ts | 11 +++---- .../search-input-control.component.ts | 11 +++---- .../components/search/search-input.module.ts | 11 +++---- .../search-input.component.spec.ts | 11 +++---- .../search-input/search-input.component.ts | 11 +++---- ...ch-libraries-query-builder.service.spec.ts | 11 +++---- .../search-libraries-query-builder.service.ts | 11 +++---- ...search-libraries-results.component.spec.ts | 11 +++---- .../search-libraries-results.component.ts | 11 +++---- .../search-results-row.component.ts | 11 +++---- .../search-results-row.components.spec.ts | 11 +++---- .../search/search-results.module.ts | 11 +++---- .../search-results.component.spec.ts | 11 +++---- .../search-results.component.ts | 11 +++---- .../shared-files.component.spec.ts | 11 +++---- .../shared-files/shared-files.component.ts | 11 +++---- .../shared-link-view.component.spec.ts | 11 +++---- .../shared-link-view.component.ts | 11 +++---- .../shared-link-view.module.ts | 11 +++---- .../components/button-menu.component.spec.ts | 11 +++---- .../components/button-menu.component.ts | 11 +++---- .../components/expand-menu.component.spec.ts | 11 +++---- .../components/expand-menu.component.ts | 11 +++---- .../directives/action.directive.spec.ts | 11 +++---- .../sidenav/directives/action.directive.ts | 11 +++---- .../directives/active-link.directive.spec.ts | 11 +++---- .../directives/active-link.directive.ts | 11 +++---- .../expansion-panel.directive.spec.ts | 11 +++---- .../directives/expansion-panel.directive.ts | 11 +++---- .../directives/menu-panel.directive.spec.ts | 11 +++---- .../directives/menu-panel.directive.ts | 11 +++---- .../sidenav-wrapper.component.ts | 11 +++---- .../sidenav/sidenav.component.spec.ts | 11 +++---- .../components/sidenav/sidenav.component.ts | 11 +++---- .../lib/components/sidenav/sidenav.module.ts | 11 +++---- .../document-display-mode.component.spec.ts | 11 +++---- .../document-display-mode.component.ts | 11 +++---- .../toggle-edit-offline.component.spec.ts | 11 +++---- .../toggle-edit-offline.component.ts | 11 +++---- .../toggle-favorite-library.component.spec.ts | 11 +++---- .../toggle-favorite-library.component.ts | 11 +++---- .../toggle-favorite.component.spec.ts | 11 +++---- .../toggle-favorite.component.ts | 11 +++---- .../toggle-info-drawer.component.spec.ts | 11 +++---- .../toggle-info-drawer.component.ts | 11 +++---- .../toggle-join-library-button.component.ts | 11 +++---- .../toggle-join-library-menu.component.ts | 11 +++---- .../toggle-join-library.component.spec.ts | 11 +++---- .../lib/components/toolbar/toolbar.module.ts | 11 +++---- .../view-node/view-node.component.spec.ts | 11 +++---- .../toolbar/view-node/view-node.component.ts | 11 +++---- .../trashcan/trashcan.component.spec.ts | 12 +++---- .../components/trashcan/trashcan.component.ts | 11 +++---- .../components/trashcan/trashcan.module.ts | 11 +++---- .../upload-files-dialog.component.ts | 26 +++++++++++++--- .../view-profile.component.spec.ts | 27 +++++++++++++--- .../view-profile/view-profile.component.ts | 27 +++++++++++++--- .../view-profile/view-profile.guard.ts | 26 +++++++++++++--- .../view-profile/view-profile.module.ts | 11 +++---- .../create-from-template.dialog.spec.ts | 11 +++---- .../create-from-template.dialog.ts | 11 +++---- .../src/lib/directives/directives.module.ts | 11 +++---- .../document-list.directive.spec.ts | 11 +++---- .../lib/directives/document-list.directive.ts | 11 +++---- .../lib/extensions/core.extensions.module.ts | 11 +++---- .../aca-content/src/lib/material.module.ts | 11 +++---- .../content-management.service.spec.ts | 11 +++---- .../services/content-management.service.ts | 11 +++---- .../content-service-extension.service.spec.ts | 26 +++++++++++++--- .../content-service-extension.service.ts | 26 +++++++++++++--- .../lib/services/content-url.service.spec.ts | 11 +++---- .../src/lib/services/content-url.service.ts | 11 +++---- .../lib/services/node-actions.service.spec.ts | 11 +++---- .../src/lib/services/node-actions.service.ts | 11 +++---- .../services/node-template.service.spec.ts | 11 +++---- .../src/lib/services/node-template.service.ts | 11 +++---- .../src/lib/store/app-store.module.ts | 11 +++---- projects/aca-content/src/lib/store/effects.ts | 11 +++---- .../src/lib/store/effects/app.effects.ts | 11 +++---- .../store/effects/contextmenu.effects.spec.ts | 11 +++---- .../lib/store/effects/contextmenu.effects.ts | 11 +++---- .../store/effects/download.effects.spec.ts | 11 +++---- .../src/lib/store/effects/download.effects.ts | 11 +++---- .../src/lib/store/effects/favorite.effects.ts | 11 +++---- .../src/lib/store/effects/library.effects.ts | 11 +++---- .../lib/store/effects/node.effects.spec.ts | 11 +++---- .../src/lib/store/effects/node.effects.ts | 11 +++---- .../lib/store/effects/search.effects.spec.ts | 11 +++---- .../src/lib/store/effects/search.effects.ts | 11 +++---- .../store/effects/template.effects.spec.ts | 11 +++---- .../src/lib/store/effects/template.effects.ts | 11 +++---- .../lib/store/effects/upload.effects.spec.ts | 11 +++---- .../src/lib/store/effects/upload.effects.ts | 11 +++---- .../lib/store/effects/viewer.effects.spec.ts | 11 +++---- .../src/lib/store/effects/viewer.effects.ts | 11 +++---- .../src/lib/store/initial-state.ts | 11 +++---- .../src/lib/store/reducers/app.reducer.ts | 11 +++---- .../lib/testing/app-extension-service-mock.ts | 11 +++---- .../src/lib/testing/app-testing.module.ts | 11 +++---- .../src/lib/testing/content-action-ref.ts | 11 +++---- .../lib/testing/translate-pipe.directive.ts | 11 +++---- projects/aca-content/src/public-api.ts | 24 ++++++++++++++ projects/aca-content/src/test.ts | 24 ++++++++++++++ .../{.eslintrc.json => .eslintrc.js} | 7 +++-- .../assets/folder-rules.plugin.json | 2 +- .../src/lib/folder-rules.module.ts | 11 +++---- .../src/lib/folder-rules.rules.spec.ts | 11 +++---- .../src/lib/folder-rules.rules.ts | 11 +++---- .../manage-rules.smart-component.spec.ts | 11 +++---- .../manage-rules.smart-component.ts | 11 +++---- .../mock/action-parameter-constraints.mock.ts | 11 +++---- .../src/lib/mock/actions.mock.ts | 11 +++---- .../src/lib/mock/conditions.mock.ts | 11 +++---- .../src/lib/mock/node.mock.ts | 11 +++---- .../src/lib/mock/rule-sets.mock.ts | 11 +++---- .../src/lib/mock/rules.mock.ts | 11 +++---- .../action-parameter-constraint.model.ts | 11 +++---- .../src/lib/model/rule-action.model.ts | 11 +++---- .../model/rule-composite-condition.model.ts | 11 +++---- .../src/lib/model/rule-grouping-item.model.ts | 11 +++---- .../src/lib/model/rule-set.model.ts | 11 +++---- .../lib/model/rule-simple-condition.model.ts | 11 +++---- .../src/lib/model/rule.model.ts | 11 +++---- .../rule-action-list.ui-component.spec.ts | 11 +++---- .../actions/rule-action-list.ui-component.ts | 11 +++---- .../actions/rule-action.ui-component.spec.ts | 11 +++---- .../actions/rule-action.ui-component.ts | 11 +++---- ...e-composite-condition.ui-component.spec.ts | 11 +++---- .../rule-composite-condition.ui-component.ts | 11 +++---- .../conditions/rule-condition-comparators.ts | 11 +++---- .../conditions/rule-condition-fields.ts | 11 +++---- .../conditions/rule-mime-types.ts | 11 +++---- ...rule-simple-condition.ui-component.spec.ts | 11 +++---- .../rule-simple-condition.ui-component.ts | 11 +++---- .../edit-rule-dialog.smart-component.spec.ts | 11 +++---- .../edit-rule-dialog.ui-component.ts | 11 +++---- .../options/rule-options.ui-component.spec.ts | 11 +++---- .../options/rule-options.ui-component.ts | 11 +++---- .../rule-details.ui-component.spec.ts | 11 +++---- .../rule-details/rule-details.ui-component.ts | 11 +++---- .../rule-triggers.ui-component.spec.ts | 11 +++---- .../triggers/rule-triggers.ui-component.ts | 11 +++---- .../validators/rule-actions.validator.spec.ts | 11 +++---- .../validators/rule-actions.validator.ts | 11 +++---- .../rule-composite-condition.validator.ts | 11 +++---- .../rule-list-grouping.ui-component.spec.ts | 11 +++---- .../rule-list-grouping.ui-component.ts | 11 +++---- .../rule-list-item.ui-component.ts | 11 +++---- .../rule-list/rule-list.ui-component.spec.ts | 11 +++---- .../rule-list/rule-list.ui-component.ts | 11 +++---- .../rule-set-picker.smart-component.spec.ts | 11 +++---- .../rule-set-picker.smart-component.ts | 11 +++---- .../src/lib/services/actions.service.spec.ts | 11 +++---- .../src/lib/services/actions.service.ts | 11 +++---- .../services/folder-rule-sets.service.spec.ts | 11 +++---- .../lib/services/folder-rule-sets.service.ts | 11 +++---- .../lib/services/folder-rules.service.spec.ts | 11 +++---- .../src/lib/services/folder-rules.service.ts | 11 +++---- projects/aca-folder-rules/src/public-api.ts | 11 +++---- projects/aca-folder-rules/src/test.ts | 11 +++---- .../{.eslintrc.json => .eslintrc.js} | 7 +++-- .../lib/components/preview.component.spec.ts | 11 +++---- .../src/lib/components/preview.component.ts | 11 +++---- .../aca-preview/src/lib/preview.module.ts | 11 +++---- projects/aca-preview/src/public-api.ts | 24 ++++++++++++++ projects/aca-preview/src/test.ts | 24 ++++++++++++++ projects/aca-shared/.eslintrc.js | 23 ++++++++++++++ projects/aca-shared/.eslintrc.json | 22 ------------- .../aca-shared/rules/src/app.rules.spec.ts | 11 +++---- projects/aca-shared/rules/src/app.rules.ts | 11 +++---- .../rules/src/navigation.rules.spec.ts | 11 +++---- .../aca-shared/rules/src/navigation.rules.ts | 11 +++---- projects/aca-shared/rules/src/public-api.ts | 11 +++---- .../aca-shared/rules/src/repository.rules.ts | 11 +++---- .../aca-shared/rules/src/test-rule-context.ts | 11 +++---- .../aca-shared/rules/src/user.rules.spec.ts | 11 +++---- projects/aca-shared/rules/src/user.rules.ts | 11 +++---- .../extensions-data-loader.guard.spec.ts | 11 +++---- .../extensions-data-loader.guard.ts | 11 +++---- .../document-base-page.component.ts | 11 +++---- .../document-base-page.service.ts | 26 +++++++++++++--- .../document-base-page.spec.ts | 11 +++---- .../generic-error.component.spec.ts | 11 +++---- .../generic-error/generic-error.component.ts | 11 +++---- .../generic-error/generic-error.module.ts | 11 +++---- .../info-drawer/info-drawer.component.spec.ts | 11 +++---- .../info-drawer/info-drawer.component.ts | 11 +++---- .../info-drawer/shared-info-drawer.module.ts | 11 +++---- .../locked-by/locked-by.component.spec.ts | 11 +++---- .../locked-by/locked-by.component.ts | 11 +++---- .../components/locked-by/locked-by.module.ts | 11 +++---- .../open-in-app/open-in-app.component.spec.ts | 24 ++++++++++++++ .../open-in-app/open-in-app.component.ts | 11 +++---- .../page-layout-content.component.ts | 11 +++---- .../page-layout-error.component.ts | 11 +++---- .../page-layout-header.component.ts | 11 +++---- .../page-layout/page-layout.component.ts | 11 +++---- .../page-layout/page-layout.module.ts | 11 +++---- .../tool-bar/shared-toolbar.module.ts | 11 +++---- .../toolbar-action.component.spec.ts | 11 +++---- .../toolbar-action.component.ts | 11 +++---- .../toolbar-button.component.spec.ts | 11 +++---- .../toolbar-button.component.ts | 11 +++---- .../toolbar-menu-item.component.spec.ts | 11 +++---- .../toolbar-menu-item.component.ts | 11 +++---- .../toolbar-menu.component.spec.ts | 11 +++---- .../toolbar-menu/toolbar-menu.component.ts | 11 +++---- .../contextmenu/contextmenu.directive.spec.ts | 11 +++---- .../contextmenu/contextmenu.directive.ts | 11 +++---- .../contextmenu/contextmenu.module.ts | 11 +++---- .../directives/pagination.directive.spec.ts | 11 +++---- .../lib/directives/pagination.directive.ts | 11 +++---- .../directives/shared.directives.module.ts | 11 +++---- .../src/lib/models/modal-configuration.ts | 24 ++++++++++++++ projects/aca-shared/src/lib/models/types.ts | 11 +++---- .../aca-shared/src/lib/models/viewer.rules.ts | 11 +++---- .../src/lib/routing/shared.guard.spec.ts | 11 +++---- .../src/lib/routing/shared.guard.ts | 11 +++---- .../aca-mobile-app-switcher.service.spec.ts | 11 +++---- .../aca-mobile-app-switcher.service.ts | 11 +++---- .../alfresco-office-extension.service.spec.ts | 11 +++---- .../alfresco-office-extension.service.ts | 11 +++---- .../src/lib/services/app-hook.service.ts | 11 +++---- .../services/app.extension.service.spec.ts | 11 +++---- .../src/lib/services/app.extension.service.ts | 11 +++---- .../src/lib/services/app.service.spec.ts | 11 +++---- .../src/lib/services/app.service.ts | 11 +++---- .../lib/services/content-api.service.spec.ts | 11 +++---- .../src/lib/services/content-api.service.ts | 11 +++---- .../services/node-permission.service.spec.ts | 11 +++---- .../lib/services/node-permission.service.ts | 11 +++---- .../services/router.extension.service.spec.ts | 11 +++---- .../lib/services/router.extension.service.ts | 11 +++---- projects/aca-shared/src/lib/shared.module.ts | 11 +++---- .../src/lib/testing/lib-testing-module.ts | 11 +++---- .../aca-shared/src/lib/utils/node.utils.ts | 11 +++---- .../src/lib/utils/note.utils.spec.ts | 11 +++---- projects/aca-shared/src/public-api.ts | 11 +++---- .../store/src/actions/app-action-types.ts | 11 +++---- .../store/src/actions/app.actions.ts | 11 +++---- .../src/actions/context-menu-action-types.ts | 11 +++---- .../store/src/actions/contextmenu.actions.ts | 11 +++---- .../store/src/actions/library.actions.ts | 11 +++---- .../src/actions/metadata-aspect.actions.ts | 11 +++---- .../store/src/actions/node.actions.ts | 11 +++---- .../store/src/actions/router-action-types.ts | 11 +++---- .../store/src/actions/router.actions.ts | 11 +++---- .../store/src/actions/search.actions.ts | 11 +++---- .../store/src/actions/snackbar.actions.ts | 11 +++---- .../src/actions/template-action-types.ts | 11 +++---- .../store/src/actions/template.actions.ts | 11 +++---- .../store/src/actions/upload.actions.ts | 11 +++---- .../store/src/actions/viewer.actions.ts | 11 +++---- .../store/src/effects/dialog.effects.ts | 11 +++---- .../store/src/effects/router.effects.ts | 11 +++---- .../store/src/effects/snackbar.effects.ts | 11 +++---- .../store/src/models/delete-status.model.ts | 11 +++---- .../src/models/deleted-node-info.model.ts | 11 +++---- .../store/src/models/modal-configuration.ts | 24 ++++++++++++++ .../store/src/models/node-info.model.ts | 11 +++---- .../store/src/models/search-option.model.ts | 11 +++---- projects/aca-shared/store/src/public-api.ts | 11 +++---- .../store/src/selectors/app.selectors.ts | 11 +++---- .../aca-shared/store/src/states/app.state.ts | 11 +++---- projects/aca-shared/store/src/store.module.ts | 11 +++---- projects/aca-shared/test.ts | 11 +++---- .../src/components/breadcrumb/breadcrumb.ts | 9 +++--- .../breadcrumb/dropdown-breadcrumb.ts | 9 +++--- .../src/components/component.ts | 9 +++--- .../src/components/components.ts | 9 +++--- .../src/components/data-table/data-table.ts | 9 +++--- .../datetime-picker/datetime-picker.ts | 9 +++--- .../src/components/dialog/confirm-dialog.ts | 9 +++--- .../dialog/content-node-selector-dialog.ts | 9 +++--- .../dialog/create-edit-folder-dialog.ts | 9 +++--- .../dialog/create-from-template-dialog.ts | 9 +++--- .../dialog/create-library-dialog.ts | 9 +++--- .../src/components/dialog/generic-dialog.ts | 9 +++--- .../src/components/dialog/index.ts | 9 +++--- .../dialog/manage-versions-dialog.ts | 9 +++--- .../src/components/dialog/password-dialog.ts | 9 +++--- .../dialog/select-template-dialog.ts | 9 +++--- .../src/components/dialog/share-dialog.ts | 9 +++--- .../components/dialog/upload-files-dialog.ts | 9 +++--- .../dialog/upload-new-version-dialog.ts | 9 +++--- .../src/components/header/header.ts | 9 +++--- .../src/components/header/user-info.ts | 9 +++--- .../src/components/index.ts | 9 +++--- .../src/components/info-drawer/index.ts | 9 +++--- .../info-drawer/info-drawer-comments-tab.ts | 9 +++--- .../info-drawer-metadata-content.ts | 9 +++--- .../info-drawer-metadata-library.ts | 9 +++--- .../src/components/info-drawer/info-drawer.ts | 9 +++--- .../src/components/login/login.ts | 9 +++--- .../src/components/menu/menu.ts | 9 +++--- .../components/metadata-card/metadata-card.ts | 9 +++--- .../src/components/pagination/pagination.ts | 9 +++--- .../search/filters/created-date-filter.ts | 9 +++--- .../components/search/filters/facet-filter.ts | 9 +++--- .../search/filters/generic-filter.ts | 9 +++--- .../components/search/filters/size-filter.ts | 9 +++--- .../src/components/search/index.ts | 9 +++--- .../src/components/search/search-filters.ts | 9 +++--- .../src/components/search/search-input.ts | 9 +++--- .../search/search-sorting-picker.ts | 9 +++--- .../src/components/sidenav/sidenav.ts | 9 +++--- .../src/components/toolbar/toolbar.ts | 9 +++--- .../src/components/viewer/viewer.ts | 9 +++--- projects/aca-testing-shared/src/configs.ts | 10 +++--- projects/aca-testing-shared/src/index.ts | 9 +++--- .../src/pages/browsing-page.ts | 9 +++--- .../aca-testing-shared/src/pages/index.ts | 9 +++--- .../src/pages/login-page.ts | 10 +++--- projects/aca-testing-shared/src/pages/page.ts | 9 +++--- .../src/pages/search-results-page.ts | 9 +++--- .../src/utilities/admin-actions.ts | 9 +++--- .../src/utilities/browser-utils.ts | 9 +++--- .../aca-testing-shared/src/utilities/index.ts | 9 +++--- .../apis/favorites/favorites-api.ts | 9 +++--- .../src/utilities/repo-client/apis/index.ts | 9 +++--- .../apis/nodes/node-body-create.ts | 9 +++--- .../apis/nodes/node-content-tree.ts | 9 +++--- .../repo-client/apis/nodes/nodes-api.ts | 9 +++--- .../apis/people/people-api-models.ts | 9 +++--- .../repo-client/apis/queries/queries-api.ts | 9 +++--- .../utilities/repo-client/apis/repo-api.ts | 9 +++--- .../repo-client/apis/search/search-api.ts | 9 +++--- .../apis/shared-links/shared-links-api.ts | 9 +++--- .../repo-client/apis/sites/sites-api.ts | 9 +++--- .../repo-client/apis/upload/upload-api.ts | 9 +++--- .../src/utilities/repo-client/repo-client.ts | 9 +++--- .../src/utilities/user-actions.ts | 9 +++--- .../aca-testing-shared/src/utilities/utils.ts | 9 +++--- projects/aca-viewer/.eslintrc.js | 23 ++++++++++++++ projects/aca-viewer/.eslintrc.json | 22 ------------- .../lib/components/viewer/viewer.component.ts | 11 +++---- projects/aca-viewer/src/lib/viewer.module.ts | 11 +++---- projects/aca-viewer/src/public-api.ts | 24 ++++++++++++++ projects/aca-viewer/src/test.ts | 24 ++++++++++++++ projects/adf-office-services-ext/.eslintrc.js | 23 ++++++++++++++ .../adf-office-services-ext/.eslintrc.json | 22 ------------- .../assets/aos.plugin.json | 2 +- .../src/lib/actions/aos.actions.ts | 11 +++---- .../src/lib/aos-extension.module.ts | 11 +++---- .../src/lib/aos-extension.service.spec.ts | 11 +++---- .../src/lib/aos-extension.service.ts | 11 +++---- .../src/lib/effects/aos.effects.spec.ts | 11 +++---- .../src/lib/effects/aos.effects.ts | 11 +++---- .../adf-office-services-ext/src/public-api.ts | 11 +++---- projects/adf-office-services-ext/src/test.ts | 11 +++---- 585 files changed, 3784 insertions(+), 3223 deletions(-) rename projects/aca-about/{.eslintrc.json => .eslintrc.js} (65%) rename projects/aca-content/{.eslintrc.json => .eslintrc.js} (65%) rename projects/aca-folder-rules/{.eslintrc.json => .eslintrc.js} (65%) rename projects/aca-preview/{.eslintrc.json => .eslintrc.js} (65%) create mode 100644 projects/aca-shared/.eslintrc.js delete mode 100644 projects/aca-shared/.eslintrc.json create mode 100644 projects/aca-viewer/.eslintrc.js delete mode 100644 projects/aca-viewer/.eslintrc.json create mode 100644 projects/adf-office-services-ext/.eslintrc.js delete mode 100644 projects/adf-office-services-ext/.eslintrc.json diff --git a/.eslintrc.json b/.eslintrc.json index 4c6779a24..70c87deb2 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -22,7 +22,8 @@ "unicorn", "prettier", "ban", - "@cspell" + "@cspell", + "license-header" ], "rules": { "ban/ban": [ @@ -35,6 +36,34 @@ { "name": ["test", "only"], "message": "Calls to test.only is not allowed" }, { "name": ["describe", "only"], "message": "Calls to describe.only is not allowed" } ], + "license-header/header": [ + "error", + [ + "/*!", + " * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.", + " *", + " * Alfresco Example Content Application", + " *", + " * This file is part of the Alfresco Example Content Application.", + " * If the software was purchased under a paid Alfresco license, the terms of", + " * the paid license agreement will prevail. Otherwise, the software is", + " * provided under the following open source license terms:", + " *", + " * The Alfresco Example Content Application is free software: you can redistribute it and/or modify", + " * it under the terms of the GNU Lesser General Public License as published by", + " * the Free Software Foundation, either version 3 of the License, or", + " * (at your option) any later version.", + " *", + " * The Alfresco Example Content Application 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 Lesser General Public License for more details.", + " *", + " * You should have received a copy of the GNU Lesser General Public License", + " * from Hyland Software. If not, see .", + " */" + ] + ], "prettier/prettier": "error", "no-shadow": "off", "@typescript-eslint/no-shadow": "error", diff --git a/app/src/app/app.components.ts b/app/src/app/app.components.ts index d65a92eaa..618d277e1 100644 --- a/app/src/app/app.components.ts +++ b/app/src/app/app.components.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Component } from '@angular/core'; diff --git a/app/src/app/app.module.ts b/app/src/app/app.module.ts index f1e56089f..87eab3bb6 100644 --- a/app/src/app/app.module.ts +++ b/app/src/app/app.module.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { BrowserModule } from '@angular/platform-browser'; diff --git a/app/src/app/app.routes.ts b/app/src/app/app.routes.ts index 67739869e..61f16259e 100644 --- a/app/src/app/app.routes.ts +++ b/app/src/app/app.routes.ts @@ -1,3 +1,27 @@ +/*! + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Alfresco Example Content Application + * + * This file is part of the Alfresco Example Content Application. + * If the software was purchased under a paid Alfresco license, the terms of + * the paid license agreement will prevail. Otherwise, the software is + * provided under the following open source license terms: + * + * The Alfresco Example Content Application is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * The Alfresco Example Content Application 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 Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * from Hyland Software. If not, see . + */ + import { BlankPageComponent } from '@alfresco/adf-core'; import { LoginComponent } from './components/login/login.component'; diff --git a/app/src/app/components/login/login.component.ts b/app/src/app/components/login/login.component.ts index 0b18a4742..5af69b21d 100644 --- a/app/src/app/components/login/login.component.ts +++ b/app/src/app/components/login/login.component.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Component } from '@angular/core'; diff --git a/app/src/app/components/login/login.module.ts b/app/src/app/components/login/login.module.ts index 24e4d2202..46ecdf334 100644 --- a/app/src/app/components/login/login.module.ts +++ b/app/src/app/components/login/login.module.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { NgModule } from '@angular/core'; diff --git a/app/src/app/extensions.module.ts b/app/src/app/extensions.module.ts index 8a59241b2..ade935c82 100644 --- a/app/src/app/extensions.module.ts +++ b/app/src/app/extensions.module.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { NgModule } from '@angular/core'; diff --git a/app/src/app/material.module.ts b/app/src/app/material.module.ts index 85dfb8e1e..be7866368 100644 --- a/app/src/app/material.module.ts +++ b/app/src/app/material.module.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { NgModule } from '@angular/core'; diff --git a/app/src/assets/plugins/app.card-view.json b/app/src/assets/plugins/app.card-view.json index 428d5772e..e438dea5b 100644 --- a/app/src/assets/plugins/app.card-view.json +++ b/app/src/assets/plugins/app.card-view.json @@ -3,7 +3,7 @@ "$id": "app.demo.cardView", "$name": "app.demo.cardView", "$version": "1.0.0", - "$vendor": "Alfresco Software, Ltd.", + "$vendor": "Hyland Software, Inc. and its affiliates", "$license": "LGPL-3.0", "$runtime": "1.5.0", "$description": "Simple extension that provides Card View toolbar button", diff --git a/app/src/assets/plugins/app.debug.json b/app/src/assets/plugins/app.debug.json index 40bde867e..88486a21e 100644 --- a/app/src/assets/plugins/app.debug.json +++ b/app/src/assets/plugins/app.debug.json @@ -3,7 +3,7 @@ "$id": "app.debug.plugin", "$version": "1.0.0", "$name": "app.debug.plugin", - "$vendor": "Alfresco Software, Ltd.", + "$vendor": "Hyland Software, Inc. and its affiliates", "$license": "LGPL-3.0", "$runtime": "1.5.0", "$description": "Plugin for debugging and testing purposes", diff --git a/app/src/assets/plugins/app.metadata.json b/app/src/assets/plugins/app.metadata.json index 8411f4af6..b678160bd 100644 --- a/app/src/assets/plugins/app.metadata.json +++ b/app/src/assets/plugins/app.metadata.json @@ -3,7 +3,7 @@ "$id": "app.demo.metadata", "$name": "metadata-plugin", "$version": "1.0.0", - "$vendor": "Alfresco Software, Ltd.", + "$vendor": "Hyland Software, Inc. and its affiliates", "$license": "LGPL-3.0", "$runtime": "1.5.0", "$description": "metadata card configuration plugin - testing purpose", diff --git a/app/src/assets/plugins/app.search.json b/app/src/assets/plugins/app.search.json index d62d9e022..b7d56f456 100644 --- a/app/src/assets/plugins/app.search.json +++ b/app/src/assets/plugins/app.search.json @@ -3,7 +3,7 @@ "$id": "app.debug-search.plugin", "$version": "1.0.0", "$name": "app.debug-search.plugin", - "$vendor": "Alfresco Software, Ltd.", + "$vendor": "Hyland Software, Inc. and its affiliates", "$license": "LGPL-3.0", "$runtime": "1.5.0", "$description": "Plugin for debugging and testing purposes", diff --git a/app/src/environments/environment.e2e.ts b/app/src/environments/environment.e2e.ts index d77d3981d..95cec76c4 100644 --- a/app/src/environments/environment.e2e.ts +++ b/app/src/environments/environment.e2e.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import ContentAppEnvironment from './environment.interface'; diff --git a/app/src/environments/environment.interface.ts b/app/src/environments/environment.interface.ts index 675a8cba5..c68bcff43 100644 --- a/app/src/environments/environment.interface.ts +++ b/app/src/environments/environment.interface.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ export default interface ContentAppEnvironment { diff --git a/app/src/environments/environment.prod.ts b/app/src/environments/environment.prod.ts index 943d26921..0702069ed 100644 --- a/app/src/environments/environment.prod.ts +++ b/app/src/environments/environment.prod.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import ContentAppEnvironment from './environment.interface'; diff --git a/app/src/environments/environment.release.ts b/app/src/environments/environment.release.ts index 0e424d1a6..7bf8100cb 100644 --- a/app/src/environments/environment.release.ts +++ b/app/src/environments/environment.release.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import ContentAppEnvironment from './environment.interface'; diff --git a/app/src/environments/environment.ts b/app/src/environments/environment.ts index ddc09f994..df604d5aa 100644 --- a/app/src/environments/environment.ts +++ b/app/src/environments/environment.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import ContentAppEnvironment from './environment.interface'; diff --git a/app/src/main.ts b/app/src/main.ts index 880a5ec90..dcd2f5e32 100644 --- a/app/src/main.ts +++ b/app/src/main.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { enableProdMode } from '@angular/core'; diff --git a/app/src/polyfills.ts b/app/src/polyfills.ts index 6d6526ad9..3c2fd5465 100644 --- a/app/src/polyfills.ts +++ b/app/src/polyfills.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ /** diff --git a/app/src/test.ts b/app/src/test.ts index 55e3f3df2..38d89071d 100644 --- a/app/src/test.ts +++ b/app/src/test.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ // This file is required by __karma__.conf.js and loads recursively all the .spec and framework files diff --git a/app/src/typings.d.ts b/app/src/typings.d.ts index c1e37f65a..10e18a1d7 100644 --- a/app/src/typings.d.ts +++ b/app/src/typings.d.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ /* SystemJS module definition */ diff --git a/cspell.json b/cspell.json index 4d35af03e..c9c15e2a5 100644 --- a/cspell.json +++ b/cspell.json @@ -7,6 +7,7 @@ "package.json" ], "words": [ + "Hyland", "ADDFEATURES", "afts", "androidamw", diff --git a/e2e/playwright/shared/api/api-client-factory.ts b/e2e/playwright/shared/api/api-client-factory.ts index c68f684a0..e02cb1b4e 100644 --- a/e2e/playwright/shared/api/api-client-factory.ts +++ b/e2e/playwright/shared/api/api-client-factory.ts @@ -1,9 +1,25 @@ -/* - * Copyright © 2005 - 2023 Alfresco Software, Ltd. All rights reserved. +/*! + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * License rights for this program may be obtained from Alfresco Software, Ltd. - * pursuant to a written agreement and any use of this program without such an - * agreement is prohibited. + * Alfresco Example Content Application + * + * This file is part of the Alfresco Example Content Application. + * If the software was purchased under a paid Alfresco license, the terms of + * the paid license agreement will prevail. Otherwise, the software is + * provided under the following open source license terms: + * + * The Alfresco Example Content Application is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * The Alfresco Example Content Application 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 Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * from Hyland Software. If not, see . */ import { diff --git a/e2e/playwright/shared/api/index.ts b/e2e/playwright/shared/api/index.ts index 8ee4a04be..03f510735 100644 --- a/e2e/playwright/shared/api/index.ts +++ b/e2e/playwright/shared/api/index.ts @@ -1,9 +1,25 @@ -/* - * Copyright © 2005 - 2023 Alfresco Software, Ltd. All rights reserved. +/*! + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * License rights for this program may be obtained from Alfresco Software, Ltd. - * pursuant to a written agreement and any use of this program without such an - * agreement is prohibited. + * Alfresco Example Content Application + * + * This file is part of the Alfresco Example Content Application. + * If the software was purchased under a paid Alfresco license, the terms of + * the paid license agreement will prevail. Otherwise, the software is + * provided under the following open source license terms: + * + * The Alfresco Example Content Application is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * The Alfresco Example Content Application 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 Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * from Hyland Software. If not, see . */ export * from './rules-api'; diff --git a/e2e/playwright/shared/api/rules-api.ts b/e2e/playwright/shared/api/rules-api.ts index 52c259258..786ccd945 100644 --- a/e2e/playwright/shared/api/rules-api.ts +++ b/e2e/playwright/shared/api/rules-api.ts @@ -1,9 +1,25 @@ -/* - * Copyright © 2005 - 2023 Alfresco Software, Ltd. All rights reserved. +/*! + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * License rights for this program may be obtained from Alfresco Software, Ltd. - * pursuant to a written agreement and any use of this program without such an - * agreement is prohibited. + * Alfresco Example Content Application + * + * This file is part of the Alfresco Example Content Application. + * If the software was purchased under a paid Alfresco license, the terms of + * the paid license agreement will prevail. Otherwise, the software is + * provided under the following open source license terms: + * + * The Alfresco Example Content Application is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * The Alfresco Example Content Application 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 Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * from Hyland Software. If not, see . */ type RuleTrigger = 'inbound' | 'update' | 'outbound'; diff --git a/e2e/playwright/shared/base-config/global.setup.ts b/e2e/playwright/shared/base-config/global.setup.ts index 6e8260735..678969a2c 100644 --- a/e2e/playwright/shared/base-config/global.setup.ts +++ b/e2e/playwright/shared/base-config/global.setup.ts @@ -1,9 +1,25 @@ -/* - * Copyright © 2005 - 2023 Alfresco Software, Ltd. All rights reserved. +/*! + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * License rights for this program may be obtained from Alfresco Software, Ltd. - * pursuant to a written agreement and any use of this program without such an - * agreement is prohibited. + * Alfresco Example Content Application + * + * This file is part of the Alfresco Example Content Application. + * If the software was purchased under a paid Alfresco license, the terms of + * the paid license agreement will prevail. Otherwise, the software is + * provided under the following open source license terms: + * + * The Alfresco Example Content Application is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * The Alfresco Example Content Application 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 Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * from Hyland Software. If not, see . */ import { chromium, FullConfig } from '@playwright/test'; diff --git a/e2e/playwright/shared/base-config/index.ts b/e2e/playwright/shared/base-config/index.ts index cf2f3f177..8740deab6 100644 --- a/e2e/playwright/shared/base-config/index.ts +++ b/e2e/playwright/shared/base-config/index.ts @@ -1,9 +1,25 @@ -/* - * Copyright © 2005 - 2023 Alfresco Software, Ltd. All rights reserved. +/*! + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * License rights for this program may be obtained from Alfresco Software, Ltd. - * pursuant to a written agreement and any use of this program without such an - * agreement is prohibited. + * Alfresco Example Content Application + * + * This file is part of the Alfresco Example Content Application. + * If the software was purchased under a paid Alfresco license, the terms of + * the paid license agreement will prevail. Otherwise, the software is + * provided under the following open source license terms: + * + * The Alfresco Example Content Application is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * The Alfresco Example Content Application 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 Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * from Hyland Software. If not, see . */ export * from './global.setup'; diff --git a/e2e/playwright/shared/index.ts b/e2e/playwright/shared/index.ts index 55bb04d1e..41459a82d 100644 --- a/e2e/playwright/shared/index.ts +++ b/e2e/playwright/shared/index.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2023 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ export * from './api'; diff --git a/e2e/playwright/shared/models/index.ts b/e2e/playwright/shared/models/index.ts index 007b72f82..728baa1f3 100644 --- a/e2e/playwright/shared/models/index.ts +++ b/e2e/playwright/shared/models/index.ts @@ -1,9 +1,25 @@ -/* - * Copyright © 2005 - 2023 Alfresco Software, Ltd. All rights reserved. +/*! + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * License rights for this program may be obtained from Alfresco Software, Ltd. - * pursuant to a written agreement and any use of this program without such an - * agreement is prohibited. + * Alfresco Example Content Application + * + * This file is part of the Alfresco Example Content Application. + * If the software was purchased under a paid Alfresco license, the terms of + * the paid license agreement will prevail. Otherwise, the software is + * provided under the following open source license terms: + * + * The Alfresco Example Content Application is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * The Alfresco Example Content Application 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 Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * from Hyland Software. If not, see . */ export * from './user-model'; diff --git a/e2e/playwright/shared/models/user-model.ts b/e2e/playwright/shared/models/user-model.ts index 5b86101b5..54b83ba28 100644 --- a/e2e/playwright/shared/models/user-model.ts +++ b/e2e/playwright/shared/models/user-model.ts @@ -1,9 +1,25 @@ -/* - * Copyright © 2005 - 2023 Alfresco Software, Ltd. All rights reserved. +/*! + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * License rights for this program may be obtained from Alfresco Software, Ltd. - * pursuant to a written agreement and any use of this program without such an - * agreement is prohibited. + * Alfresco Example Content Application + * + * This file is part of the Alfresco Example Content Application. + * If the software was purchased under a paid Alfresco license, the terms of + * the paid license agreement will prevail. Otherwise, the software is + * provided under the following open source license terms: + * + * The Alfresco Example Content Application is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * The Alfresco Example Content Application 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 Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * from Hyland Software. If not, see . */ import { StringUtil } from '@alfresco/adf-testing'; diff --git a/e2e/playwright/shared/page-objects/components/base.component.ts b/e2e/playwright/shared/page-objects/components/base.component.ts index e7abe19f9..6623ab191 100644 --- a/e2e/playwright/shared/page-objects/components/base.component.ts +++ b/e2e/playwright/shared/page-objects/components/base.component.ts @@ -1,9 +1,25 @@ -/* - * Copyright © 2005 - 2023 Alfresco Software, Ltd. All rights reserved. +/*! + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * License rights for this program may be obtained from Alfresco Software, Ltd. - * pursuant to a written agreement and any use of this program without such an - * agreement is prohibited. + * Alfresco Example Content Application + * + * This file is part of the Alfresco Example Content Application. + * If the software was purchased under a paid Alfresco license, the terms of + * the paid license agreement will prevail. Otherwise, the software is + * provided under the following open source license terms: + * + * The Alfresco Example Content Application is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * The Alfresco Example Content Application 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 Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * from Hyland Software. If not, see . */ import { Locator, Page } from '@playwright/test'; diff --git a/e2e/playwright/shared/page-objects/components/dataTable/data-table.component.ts b/e2e/playwright/shared/page-objects/components/dataTable/data-table.component.ts index 81f1530fc..0c9a9eb9d 100644 --- a/e2e/playwright/shared/page-objects/components/dataTable/data-table.component.ts +++ b/e2e/playwright/shared/page-objects/components/dataTable/data-table.component.ts @@ -1,9 +1,25 @@ -/* - * Copyright © 2005 - 2023 Alfresco Software, Ltd. All rights reserved. +/*! + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * License rights for this program may be obtained from Alfresco Software, Ltd. - * pursuant to a written agreement and any use of this program without such an - * agreement is prohibited. + * Alfresco Example Content Application + * + * This file is part of the Alfresco Example Content Application. + * If the software was purchased under a paid Alfresco license, the terms of + * the paid license agreement will prevail. Otherwise, the software is + * provided under the following open source license terms: + * + * The Alfresco Example Content Application is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * The Alfresco Example Content Application 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 Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * from Hyland Software. If not, see . */ import { Locator, Page } from '@playwright/test'; diff --git a/e2e/playwright/shared/page-objects/components/dataTable/index.ts b/e2e/playwright/shared/page-objects/components/dataTable/index.ts index d74c4447d..23935964f 100644 --- a/e2e/playwright/shared/page-objects/components/dataTable/index.ts +++ b/e2e/playwright/shared/page-objects/components/dataTable/index.ts @@ -1,9 +1,25 @@ -/* - * Copyright © 2005 - 2023 Alfresco Software, Ltd. All rights reserved. +/*! + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * License rights for this program may be obtained from Alfresco Software, Ltd. - * pursuant to a written agreement and any use of this program without such an - * agreement is prohibited. + * Alfresco Example Content Application + * + * This file is part of the Alfresco Example Content Application. + * If the software was purchased under a paid Alfresco license, the terms of + * the paid license agreement will prevail. Otherwise, the software is + * provided under the following open source license terms: + * + * The Alfresco Example Content Application is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * The Alfresco Example Content Application 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 Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * from Hyland Software. If not, see . */ export * from './data-table.component'; diff --git a/e2e/playwright/shared/page-objects/components/dataTable/mat-menu.component.ts b/e2e/playwright/shared/page-objects/components/dataTable/mat-menu.component.ts index 71461aac6..92953f751 100644 --- a/e2e/playwright/shared/page-objects/components/dataTable/mat-menu.component.ts +++ b/e2e/playwright/shared/page-objects/components/dataTable/mat-menu.component.ts @@ -1,9 +1,25 @@ -/* - * Copyright © 2005 - 2023 Alfresco Software, Ltd. All rights reserved. +/*! + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * License rights for this program may be obtained from Alfresco Software, Ltd. - * pursuant to a written agreement and any use of this program without such an - * agreement is prohibited. + * Alfresco Example Content Application + * + * This file is part of the Alfresco Example Content Application. + * If the software was purchased under a paid Alfresco license, the terms of + * the paid license agreement will prevail. Otherwise, the software is + * provided under the following open source license terms: + * + * The Alfresco Example Content Application is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * The Alfresco Example Content Application 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 Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * from Hyland Software. If not, see . */ import { Page } from '@playwright/test'; diff --git a/e2e/playwright/shared/page-objects/components/dataTable/toolbar.component.ts b/e2e/playwright/shared/page-objects/components/dataTable/toolbar.component.ts index 3d904be8c..38329f62a 100644 --- a/e2e/playwright/shared/page-objects/components/dataTable/toolbar.component.ts +++ b/e2e/playwright/shared/page-objects/components/dataTable/toolbar.component.ts @@ -1,9 +1,25 @@ -/* - * Copyright © 2005 - 2023 Alfresco Software, Ltd. All rights reserved. +/*! + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * License rights for this program may be obtained from Alfresco Software, Ltd. - * pursuant to a written agreement and any use of this program without such an - * agreement is prohibited. + * Alfresco Example Content Application + * + * This file is part of the Alfresco Example Content Application. + * If the software was purchased under a paid Alfresco license, the terms of + * the paid license agreement will prevail. Otherwise, the software is + * provided under the following open source license terms: + * + * The Alfresco Example Content Application is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * The Alfresco Example Content Application 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 Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * from Hyland Software. If not, see . */ import { BaseComponent } from '../base.component'; diff --git a/e2e/playwright/shared/page-objects/components/index.ts b/e2e/playwright/shared/page-objects/components/index.ts index ef53b168a..9b5e828c2 100644 --- a/e2e/playwright/shared/page-objects/components/index.ts +++ b/e2e/playwright/shared/page-objects/components/index.ts @@ -1,9 +1,25 @@ -/* - * Copyright © 2005 - 2023 Alfresco Software, Ltd. All rights reserved. +/*! + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * License rights for this program may be obtained from Alfresco Software, Ltd. - * pursuant to a written agreement and any use of this program without such an - * agreement is prohibited. + * Alfresco Example Content Application + * + * This file is part of the Alfresco Example Content Application. + * If the software was purchased under a paid Alfresco license, the terms of + * the paid license agreement will prevail. Otherwise, the software is + * provided under the following open source license terms: + * + * The Alfresco Example Content Application is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * The Alfresco Example Content Application 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 Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * from Hyland Software. If not, see . */ export * from './base.component'; diff --git a/e2e/playwright/shared/page-objects/components/mat-menu.component.ts b/e2e/playwright/shared/page-objects/components/mat-menu.component.ts index 9b945de03..f25c0a7ad 100644 --- a/e2e/playwright/shared/page-objects/components/mat-menu.component.ts +++ b/e2e/playwright/shared/page-objects/components/mat-menu.component.ts @@ -1,9 +1,25 @@ -/* - * Copyright © 2005 - 2023 Alfresco Software, Ltd. All rights reserved. +/*! + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * License rights for this program may be obtained from Alfresco Software, Ltd. - * pursuant to a written agreement and any use of this program without such an - * agreement is prohibited. + * Alfresco Example Content Application + * + * This file is part of the Alfresco Example Content Application. + * If the software was purchased under a paid Alfresco license, the terms of + * the paid license agreement will prevail. Otherwise, the software is + * provided under the following open source license terms: + * + * The Alfresco Example Content Application is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * The Alfresco Example Content Application 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 Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * from Hyland Software. If not, see . */ import { Page } from '@playwright/test'; diff --git a/e2e/playwright/shared/page-objects/components/pagination.component.ts b/e2e/playwright/shared/page-objects/components/pagination.component.ts index 9d3f92570..dee316d47 100644 --- a/e2e/playwright/shared/page-objects/components/pagination.component.ts +++ b/e2e/playwright/shared/page-objects/components/pagination.component.ts @@ -1,9 +1,25 @@ -/* - * Copyright © 2005 - 2023 Alfresco Software, Ltd. All rights reserved. +/*! + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * License rights for this program may be obtained from Alfresco Software, Ltd. - * pursuant to a written agreement and any use of this program without such an - * agreement is prohibited. + * Alfresco Example Content Application + * + * This file is part of the Alfresco Example Content Application. + * If the software was purchased under a paid Alfresco license, the terms of + * the paid license agreement will prevail. Otherwise, the software is + * provided under the following open source license terms: + * + * The Alfresco Example Content Application is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * The Alfresco Example Content Application 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 Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * from Hyland Software. If not, see . */ import { BaseComponent } from './base.component'; diff --git a/e2e/playwright/shared/page-objects/components/snack-bar.component.ts b/e2e/playwright/shared/page-objects/components/snack-bar.component.ts index a491765ef..877c1a49d 100644 --- a/e2e/playwright/shared/page-objects/components/snack-bar.component.ts +++ b/e2e/playwright/shared/page-objects/components/snack-bar.component.ts @@ -1,9 +1,25 @@ -/* - * Copyright © 2005 - 2023 Alfresco Software, Ltd. All rights reserved. +/*! + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * License rights for this program may be obtained from Alfresco Software, Ltd. - * pursuant to a written agreement and any use of this program without such an - * agreement is prohibited. + * Alfresco Example Content Application + * + * This file is part of the Alfresco Example Content Application. + * If the software was purchased under a paid Alfresco license, the terms of + * the paid license agreement will prevail. Otherwise, the software is + * provided under the following open source license terms: + * + * The Alfresco Example Content Application is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * The Alfresco Example Content Application 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 Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * from Hyland Software. If not, see . */ import { Page } from '@playwright/test'; diff --git a/e2e/playwright/shared/page-objects/components/spinner.component.ts b/e2e/playwright/shared/page-objects/components/spinner.component.ts index 67faec726..79b99fd89 100644 --- a/e2e/playwright/shared/page-objects/components/spinner.component.ts +++ b/e2e/playwright/shared/page-objects/components/spinner.component.ts @@ -1,9 +1,25 @@ -/* - * Copyright © 2005 - 2023 Alfresco Software, Ltd. All rights reserved. +/*! + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * License rights for this program may be obtained from Alfresco Software, Ltd. - * pursuant to a written agreement and any use of this program without such an - * agreement is prohibited. + * Alfresco Example Content Application + * + * This file is part of the Alfresco Example Content Application. + * If the software was purchased under a paid Alfresco license, the terms of + * the paid license agreement will prevail. Otherwise, the software is + * provided under the following open source license terms: + * + * The Alfresco Example Content Application is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * The Alfresco Example Content Application 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 Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * from Hyland Software. If not, see . */ import { Page } from '@playwright/test'; diff --git a/e2e/playwright/shared/page-objects/global-variables.ts b/e2e/playwright/shared/page-objects/global-variables.ts index 31bafb6de..9ddfe5ed9 100644 --- a/e2e/playwright/shared/page-objects/global-variables.ts +++ b/e2e/playwright/shared/page-objects/global-variables.ts @@ -1,9 +1,25 @@ -/* - * Copyright © 2005 - 2023 Alfresco Software, Ltd. All rights reserved. +/*! + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * License rights for this program may be obtained from Alfresco Software, Ltd. - * pursuant to a written agreement and any use of this program without such an - * agreement is prohibited. + * Alfresco Example Content Application + * + * This file is part of the Alfresco Example Content Application. + * If the software was purchased under a paid Alfresco license, the terms of + * the paid license agreement will prevail. Otherwise, the software is + * provided under the following open source license terms: + * + * The Alfresco Example Content Application is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * The Alfresco Example Content Application 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 Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * from Hyland Software. If not, see . */ const env = process.env; diff --git a/e2e/playwright/shared/page-objects/index.ts b/e2e/playwright/shared/page-objects/index.ts index 8bdc721ea..7d4708465 100644 --- a/e2e/playwright/shared/page-objects/index.ts +++ b/e2e/playwright/shared/page-objects/index.ts @@ -1,9 +1,25 @@ -/* - * Copyright © 2005 - 2023 Alfresco Software, Ltd. All rights reserved. +/*! + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * License rights for this program may be obtained from Alfresco Software, Ltd. - * pursuant to a written agreement and any use of this program without such an - * agreement is prohibited. + * Alfresco Example Content Application + * + * This file is part of the Alfresco Example Content Application. + * If the software was purchased under a paid Alfresco license, the terms of + * the paid license agreement will prevail. Otherwise, the software is + * provided under the following open source license terms: + * + * The Alfresco Example Content Application is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * The Alfresco Example Content Application 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 Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * from Hyland Software. If not, see . */ export * from './global-variables'; diff --git a/e2e/playwright/shared/page-objects/pages/base.page.ts b/e2e/playwright/shared/page-objects/pages/base.page.ts index 38e30ae18..b7e47c77c 100644 --- a/e2e/playwright/shared/page-objects/pages/base.page.ts +++ b/e2e/playwright/shared/page-objects/pages/base.page.ts @@ -1,9 +1,25 @@ -/* - * Copyright © 2005 - 2023 Alfresco Software, Ltd. All rights reserved. +/*! + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * License rights for this program may be obtained from Alfresco Software, Ltd. - * pursuant to a written agreement and any use of this program without such an - * agreement is prohibited. + * Alfresco Example Content Application + * + * This file is part of the Alfresco Example Content Application. + * If the software was purchased under a paid Alfresco license, the terms of + * the paid license agreement will prevail. Otherwise, the software is + * provided under the following open source license terms: + * + * The Alfresco Example Content Application is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * The Alfresco Example Content Application 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 Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * from Hyland Software. If not, see . */ import { Page } from '@playwright/test'; diff --git a/e2e/playwright/shared/page-objects/pages/index.ts b/e2e/playwright/shared/page-objects/pages/index.ts index 8b623b8eb..95963574e 100644 --- a/e2e/playwright/shared/page-objects/pages/index.ts +++ b/e2e/playwright/shared/page-objects/pages/index.ts @@ -1,9 +1,25 @@ -/* - * Copyright © 2005 - 2023 Alfresco Software, Ltd. All rights reserved. +/*! + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * License rights for this program may be obtained from Alfresco Software, Ltd. - * pursuant to a written agreement and any use of this program without such an - * agreement is prohibited. + * Alfresco Example Content Application + * + * This file is part of the Alfresco Example Content Application. + * If the software was purchased under a paid Alfresco license, the terms of + * the paid license agreement will prevail. Otherwise, the software is + * provided under the following open source license terms: + * + * The Alfresco Example Content Application is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * The Alfresco Example Content Application 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 Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * from Hyland Software. If not, see . */ export * from './base.page'; diff --git a/e2e/playwright/shared/page-objects/pages/login.page.ts b/e2e/playwright/shared/page-objects/pages/login.page.ts index c5a9830f5..c71229ffb 100644 --- a/e2e/playwright/shared/page-objects/pages/login.page.ts +++ b/e2e/playwright/shared/page-objects/pages/login.page.ts @@ -1,9 +1,25 @@ -/* - * Copyright © 2005 - 2023 Alfresco Software, Ltd. All rights reserved. +/*! + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * License rights for this program may be obtained from Alfresco Software, Ltd. - * pursuant to a written agreement and any use of this program without such an - * agreement is prohibited. + * Alfresco Example Content Application + * + * This file is part of the Alfresco Example Content Application. + * If the software was purchased under a paid Alfresco license, the terms of + * the paid license agreement will prevail. Otherwise, the software is + * provided under the following open source license terms: + * + * The Alfresco Example Content Application is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * The Alfresco Example Content Application 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 Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * from Hyland Software. If not, see . */ import { Page } from '@playwright/test'; diff --git a/e2e/playwright/shared/page-objects/playwright-base.ts b/e2e/playwright/shared/page-objects/playwright-base.ts index 87c483bcd..18e386f9f 100644 --- a/e2e/playwright/shared/page-objects/playwright-base.ts +++ b/e2e/playwright/shared/page-objects/playwright-base.ts @@ -1,9 +1,25 @@ -/* - * Copyright © 2005 - 2023 Alfresco Software, Ltd. All rights reserved. +/*! + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * License rights for this program may be obtained from Alfresco Software, Ltd. - * pursuant to a written agreement and any use of this program without such an - * agreement is prohibited. + * Alfresco Example Content Application + * + * This file is part of the Alfresco Example Content Application. + * If the software was purchased under a paid Alfresco license, the terms of + * the paid license agreement will prevail. Otherwise, the software is + * provided under the following open source license terms: + * + * The Alfresco Example Content Application is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * The Alfresco Example Content Application 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 Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * from Hyland Software. If not, see . */ import { GenericLogger, LoggerLike } from '@alfresco/adf-testing'; diff --git a/e2e/playwright/tests/folder-rules/fixtures/page-initialization.ts b/e2e/playwright/tests/folder-rules/fixtures/page-initialization.ts index 6bc2f4d35..ad5409208 100644 --- a/e2e/playwright/tests/folder-rules/fixtures/page-initialization.ts +++ b/e2e/playwright/tests/folder-rules/fixtures/page-initialization.ts @@ -1,9 +1,25 @@ -/* - * Copyright © 2005 - 2023 Alfresco Software, Ltd. All rights reserved. +/*! + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * License rights for this program may be obtained from Alfresco Software, Ltd. - * pursuant to a written agreement and any use of this program without such an - * agreement is prohibited. + * Alfresco Example Content Application + * + * This file is part of the Alfresco Example Content Application. + * If the software was purchased under a paid Alfresco license, the terms of + * the paid license agreement will prevail. Otherwise, the software is + * provided under the following open source license terms: + * + * The Alfresco Example Content Application is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * The Alfresco Example Content Application 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 Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * from Hyland Software. If not, see . */ import { PersonalFilesPage, NodesPage } from '../page-objects'; diff --git a/e2e/playwright/tests/folder-rules/page-objects/components/actions-dropdown.component.ts b/e2e/playwright/tests/folder-rules/page-objects/components/actions-dropdown.component.ts index 41205992b..ae9595aa3 100644 --- a/e2e/playwright/tests/folder-rules/page-objects/components/actions-dropdown.component.ts +++ b/e2e/playwright/tests/folder-rules/page-objects/components/actions-dropdown.component.ts @@ -1,9 +1,25 @@ -/* - * Copyright © 2005 - 2023 Alfresco Software, Ltd. All rights reserved. +/*! + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * License rights for this program may be obtained from Alfresco Software, Ltd. - * pursuant to a written agreement and any use of this program without such an - * agreement is prohibited. + * Alfresco Example Content Application + * + * This file is part of the Alfresco Example Content Application. + * If the software was purchased under a paid Alfresco license, the terms of + * the paid license agreement will prevail. Otherwise, the software is + * provided under the following open source license terms: + * + * The Alfresco Example Content Application is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * The Alfresco Example Content Application 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 Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * from Hyland Software. If not, see . */ import { Locator, Page } from '@playwright/test'; diff --git a/e2e/playwright/tests/folder-rules/page-objects/components/conditions.component.ts b/e2e/playwright/tests/folder-rules/page-objects/components/conditions.component.ts index 16f6e587e..45b247f81 100644 --- a/e2e/playwright/tests/folder-rules/page-objects/components/conditions.component.ts +++ b/e2e/playwright/tests/folder-rules/page-objects/components/conditions.component.ts @@ -1,9 +1,25 @@ -/* - * Copyright © 2005 - 2023 Alfresco Software, Ltd. All rights reserved. +/*! + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * License rights for this program may be obtained from Alfresco Software, Ltd. - * pursuant to a written agreement and any use of this program without such an - * agreement is prohibited. + * Alfresco Example Content Application + * + * This file is part of the Alfresco Example Content Application. + * If the software was purchased under a paid Alfresco license, the terms of + * the paid license agreement will prevail. Otherwise, the software is + * provided under the following open source license terms: + * + * The Alfresco Example Content Application is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * The Alfresco Example Content Application 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 Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * from Hyland Software. If not, see . */ import { Locator, Page } from '@playwright/test'; diff --git a/e2e/playwright/tests/folder-rules/page-objects/components/manage-rules-dialog.component.ts b/e2e/playwright/tests/folder-rules/page-objects/components/manage-rules-dialog.component.ts index 87d86af22..a5b896c59 100644 --- a/e2e/playwright/tests/folder-rules/page-objects/components/manage-rules-dialog.component.ts +++ b/e2e/playwright/tests/folder-rules/page-objects/components/manage-rules-dialog.component.ts @@ -1,9 +1,25 @@ -/* - * Copyright © 2005 - 2023 Alfresco Software, Ltd. All rights reserved. +/*! + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * License rights for this program may be obtained from Alfresco Software, Ltd. - * pursuant to a written agreement and any use of this program without such an - * agreement is prohibited. + * Alfresco Example Content Application + * + * This file is part of the Alfresco Example Content Application. + * If the software was purchased under a paid Alfresco license, the terms of + * the paid license agreement will prevail. Otherwise, the software is + * provided under the following open source license terms: + * + * The Alfresco Example Content Application is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * The Alfresco Example Content Application 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 Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * from Hyland Software. If not, see . */ import { BaseComponent } from '@alfresco/playwright-shared'; diff --git a/e2e/playwright/tests/folder-rules/page-objects/components/manage-rules.component.ts b/e2e/playwright/tests/folder-rules/page-objects/components/manage-rules.component.ts index a9b290666..a2fdecc0e 100644 --- a/e2e/playwright/tests/folder-rules/page-objects/components/manage-rules.component.ts +++ b/e2e/playwright/tests/folder-rules/page-objects/components/manage-rules.component.ts @@ -1,9 +1,25 @@ -/* - * Copyright © 2005 - 2023 Alfresco Software, Ltd. All rights reserved. +/*! + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * License rights for this program may be obtained from Alfresco Software, Ltd. - * pursuant to a written agreement and any use of this program without such an - * agreement is prohibited. + * Alfresco Example Content Application + * + * This file is part of the Alfresco Example Content Application. + * If the software was purchased under a paid Alfresco license, the terms of + * the paid license agreement will prevail. Otherwise, the software is + * provided under the following open source license terms: + * + * The Alfresco Example Content Application is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * The Alfresco Example Content Application 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 Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * from Hyland Software. If not, see . */ import { Locator, Page } from '@playwright/test'; diff --git a/e2e/playwright/tests/folder-rules/page-objects/index.ts b/e2e/playwright/tests/folder-rules/page-objects/index.ts index 0ab010986..f237a20b8 100644 --- a/e2e/playwright/tests/folder-rules/page-objects/index.ts +++ b/e2e/playwright/tests/folder-rules/page-objects/index.ts @@ -1,9 +1,25 @@ -/* - * Copyright © 2005 - 2023 Alfresco Software, Ltd. All rights reserved. +/*! + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * License rights for this program may be obtained from Alfresco Software, Ltd. - * pursuant to a written agreement and any use of this program without such an - * agreement is prohibited. + * Alfresco Example Content Application + * + * This file is part of the Alfresco Example Content Application. + * If the software was purchased under a paid Alfresco license, the terms of + * the paid license agreement will prevail. Otherwise, the software is + * provided under the following open source license terms: + * + * The Alfresco Example Content Application is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * The Alfresco Example Content Application 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 Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * from Hyland Software. If not, see . */ export * from './pages/personal-files.page'; diff --git a/e2e/playwright/tests/folder-rules/page-objects/pages/nodes.page.ts b/e2e/playwright/tests/folder-rules/page-objects/pages/nodes.page.ts index e1c03f790..34f170b0d 100644 --- a/e2e/playwright/tests/folder-rules/page-objects/pages/nodes.page.ts +++ b/e2e/playwright/tests/folder-rules/page-objects/pages/nodes.page.ts @@ -1,9 +1,25 @@ -/* - * Copyright © 2005 - 2023 Alfresco Software, Ltd. All rights reserved. +/*! + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * License rights for this program may be obtained from Alfresco Software, Ltd. - * pursuant to a written agreement and any use of this program without such an - * agreement is prohibited. + * Alfresco Example Content Application + * + * This file is part of the Alfresco Example Content Application. + * If the software was purchased under a paid Alfresco license, the terms of + * the paid license agreement will prevail. Otherwise, the software is + * provided under the following open source license terms: + * + * The Alfresco Example Content Application is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * The Alfresco Example Content Application 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 Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * from Hyland Software. If not, see . */ import { BasePage, ToolbarComponent } from '@alfresco/playwright-shared'; diff --git a/e2e/playwright/tests/folder-rules/page-objects/pages/personal-files.page.ts b/e2e/playwright/tests/folder-rules/page-objects/pages/personal-files.page.ts index 7578434c8..58efd392b 100644 --- a/e2e/playwright/tests/folder-rules/page-objects/pages/personal-files.page.ts +++ b/e2e/playwright/tests/folder-rules/page-objects/pages/personal-files.page.ts @@ -1,9 +1,25 @@ -/* - * Copyright © 2005 - 2023 Alfresco Software, Ltd. All rights reserved. +/*! + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * License rights for this program may be obtained from Alfresco Software, Ltd. - * pursuant to a written agreement and any use of this program without such an - * agreement is prohibited. + * Alfresco Example Content Application + * + * This file is part of the Alfresco Example Content Application. + * If the software was purchased under a paid Alfresco license, the terms of + * the paid license agreement will prevail. Otherwise, the software is + * provided under the following open source license terms: + * + * The Alfresco Example Content Application is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * The Alfresco Example Content Application 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 Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * from Hyland Software. If not, see . */ import { BasePage, DataTableComponent } from '@alfresco/playwright-shared'; diff --git a/e2e/playwright/tests/folder-rules/playwright.config.ts b/e2e/playwright/tests/folder-rules/playwright.config.ts index d6a1c9d27..ce67478d7 100644 --- a/e2e/playwright/tests/folder-rules/playwright.config.ts +++ b/e2e/playwright/tests/folder-rules/playwright.config.ts @@ -1,3 +1,27 @@ +/*! + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Alfresco Example Content Application + * + * This file is part of the Alfresco Example Content Application. + * If the software was purchased under a paid Alfresco license, the terms of + * the paid license agreement will prevail. Otherwise, the software is + * provided under the following open source license terms: + * + * The Alfresco Example Content Application is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * The Alfresco Example Content Application 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 Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * from Hyland Software. If not, see . + */ + import { PlaywrightTestConfig, devices } from '@playwright/test'; require('dotenv').config(); diff --git a/e2e/playwright/tests/folder-rules/tests/actions.spec.ts b/e2e/playwright/tests/folder-rules/tests/actions.spec.ts index 744035516..01a6039b7 100644 --- a/e2e/playwright/tests/folder-rules/tests/actions.spec.ts +++ b/e2e/playwright/tests/folder-rules/tests/actions.spec.ts @@ -1,3 +1,27 @@ +/*! + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Alfresco Example Content Application + * + * This file is part of the Alfresco Example Content Application. + * If the software was purchased under a paid Alfresco license, the terms of + * the paid license agreement will prevail. Otherwise, the software is + * provided under the following open source license terms: + * + * The Alfresco Example Content Application is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * The Alfresco Example Content Application 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 Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * from Hyland Software. If not, see . + */ + import { test } from '../fixtures/page-initialization'; import { NodeBodyCreate } from '@alfresco/aca-testing-shared'; import { ActionType } from '../page-objects/components/actions-dropdown.component'; diff --git a/e2e/playwright/tests/folder-rules/tests/conditions.spec.ts b/e2e/playwright/tests/folder-rules/tests/conditions.spec.ts index 22fea7d21..d534bb28e 100644 --- a/e2e/playwright/tests/folder-rules/tests/conditions.spec.ts +++ b/e2e/playwright/tests/folder-rules/tests/conditions.spec.ts @@ -1,3 +1,27 @@ +/*! + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Alfresco Example Content Application + * + * This file is part of the Alfresco Example Content Application. + * If the software was purchased under a paid Alfresco license, the terms of + * the paid license agreement will prevail. Otherwise, the software is + * provided under the following open source license terms: + * + * The Alfresco Example Content Application is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * The Alfresco Example Content Application 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 Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * from Hyland Software. If not, see . + */ + import { test } from '../fixtures/page-initialization'; import { NodeBodyCreate } from '@alfresco/aca-testing-shared'; import { ActionType } from '../page-objects/components/actions-dropdown.component'; diff --git a/e2e/playwright/tests/folder-rules/tests/manage-rules.spec.ts b/e2e/playwright/tests/folder-rules/tests/manage-rules.spec.ts index d78df7fa6..5736b07be 100644 --- a/e2e/playwright/tests/folder-rules/tests/manage-rules.spec.ts +++ b/e2e/playwright/tests/folder-rules/tests/manage-rules.spec.ts @@ -1,3 +1,27 @@ +/*! + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Alfresco Example Content Application + * + * This file is part of the Alfresco Example Content Application. + * If the software was purchased under a paid Alfresco license, the terms of + * the paid license agreement will prevail. Otherwise, the software is + * provided under the following open source license terms: + * + * The Alfresco Example Content Application is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * The Alfresco Example Content Application 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 Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * from Hyland Software. If not, see . + */ + import { test } from '../fixtures/page-initialization'; import { NodeBodyCreate } from '@alfresco/aca-testing-shared'; diff --git a/e2e/resources/extensibility-configs/context-submenus-ext.json b/e2e/resources/extensibility-configs/context-submenus-ext.json index 9771a128b..46ae28793 100644 --- a/e2e/resources/extensibility-configs/context-submenus-ext.json +++ b/e2e/resources/extensibility-configs/context-submenus-ext.json @@ -3,7 +3,7 @@ "$id": "app.core", "$name": "app.core", "$version": "1.0.0", - "$vendor": "Alfresco Software, Ltd.", + "$vendor": "Hyland Software, Inc. and its affiliates", "$license": "LGPL-3.0", "$runtime": "1.7.0", "$description": "Core application extensions and features", diff --git a/e2e/resources/extensibility-configs/document-presets-ext.json b/e2e/resources/extensibility-configs/document-presets-ext.json index 4de4ceb58..597df3f3f 100644 --- a/e2e/resources/extensibility-configs/document-presets-ext.json +++ b/e2e/resources/extensibility-configs/document-presets-ext.json @@ -3,7 +3,7 @@ "$id": "app.core", "$name": "app.core", "$version": "1.0.0", - "$vendor": "Alfresco Software, Ltd.", + "$vendor": "Hyland Software, Inc. and its affiliates", "$license": "LGPL-3.0", "$runtime": "1.7.0", "$description": "Core application extensions and features", diff --git a/e2e/resources/extensibility-configs/header-ext.json b/e2e/resources/extensibility-configs/header-ext.json index d4e97eac1..11bc65021 100644 --- a/e2e/resources/extensibility-configs/header-ext.json +++ b/e2e/resources/extensibility-configs/header-ext.json @@ -3,7 +3,7 @@ "$id": "app.core", "$name": "app.core", "$version": "1.0.0", - "$vendor": "Alfresco Software, Ltd.", + "$vendor": "Hyland Software, Inc. and its affiliates", "$license": "LGPL-3.0", "$runtime": "1.7.0", "$description": "Core application extensions and features", diff --git a/e2e/resources/extensibility-configs/info-drawer-ext.json b/e2e/resources/extensibility-configs/info-drawer-ext.json index bed99db71..743854799 100644 --- a/e2e/resources/extensibility-configs/info-drawer-ext.json +++ b/e2e/resources/extensibility-configs/info-drawer-ext.json @@ -3,7 +3,7 @@ "$id": "app.core", "$name": "app.core", "$version": "1.0.0", - "$vendor": "Alfresco Software, Ltd.", + "$vendor": "Hyland Software, Inc. and its affiliates", "$license": "LGPL-3.0", "$runtime": "1.7.0", "$description": "Core application extensions and features", diff --git a/e2e/resources/extensibility-configs/info-drawer-no-tabs-ext.json b/e2e/resources/extensibility-configs/info-drawer-no-tabs-ext.json index 9ed228ed8..6a855a06c 100644 --- a/e2e/resources/extensibility-configs/info-drawer-no-tabs-ext.json +++ b/e2e/resources/extensibility-configs/info-drawer-no-tabs-ext.json @@ -3,7 +3,7 @@ "$id": "app.core", "$name": "app.core", "$version": "1.0.0", - "$vendor": "Alfresco Software, Ltd.", + "$vendor": "Hyland Software, Inc. and its affiliates", "$license": "LGPL-3.0", "$runtime": "1.7.0", "$description": "Core application extensions and features", diff --git a/e2e/resources/extensibility-configs/metadata-ext.json b/e2e/resources/extensibility-configs/metadata-ext.json index 80d96a082..a92dc9b96 100644 --- a/e2e/resources/extensibility-configs/metadata-ext.json +++ b/e2e/resources/extensibility-configs/metadata-ext.json @@ -3,7 +3,7 @@ "$id": "app.core", "$name": "app.core", "$version": "1.0.0", - "$vendor": "Alfresco Software, Ltd.", + "$vendor": "Hyland Software, Inc. and its affiliates", "$license": "LGPL-3.0", "$runtime": "1.7.0", "$description": "Core application extensions and features", diff --git a/e2e/resources/extensibility-configs/viewer-ext.json b/e2e/resources/extensibility-configs/viewer-ext.json index b8b4a215d..98ff2ba02 100644 --- a/e2e/resources/extensibility-configs/viewer-ext.json +++ b/e2e/resources/extensibility-configs/viewer-ext.json @@ -3,7 +3,7 @@ "$id": "app.core", "$name": "app.core", "$version": "1.0.0", - "$vendor": "Alfresco Software, Ltd.", + "$vendor": "Hyland Software, Inc. and its affiliates", "$license": "LGPL-3.0", "$runtime": "1.7.0", "$description": "Core application extensions and features", diff --git a/e2e/suites/actions-available/files-folders/folders-actions.test.ts b/e2e/suites/actions-available/files-folders/folders-actions.test.ts index d3b4a18ea..e3ca5f32c 100755 --- a/e2e/suites/actions-available/files-folders/folders-actions.test.ts +++ b/e2e/suites/actions-available/files-folders/folders-actions.test.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { RepoClient, Utils, AdminActions, UserActions, LoginPage, SearchResultsPage, BrowsingPage } from '@alfresco/aca-testing-shared'; diff --git a/e2e/suites/actions-available/files-folders/generic.test.ts b/e2e/suites/actions-available/files-folders/generic.test.ts index 4cf7cf7e5..4310c174b 100755 --- a/e2e/suites/actions-available/files-folders/generic.test.ts +++ b/e2e/suites/actions-available/files-folders/generic.test.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { LoginPage, BrowsingPage, RepoClient, NodeContentTree, Utils, AdminActions } from '@alfresco/aca-testing-shared'; diff --git a/e2e/suites/actions-available/files-folders/locked-files-actions.test.ts b/e2e/suites/actions-available/files-folders/locked-files-actions.test.ts index 2bba9cc78..ee5df0a64 100755 --- a/e2e/suites/actions-available/files-folders/locked-files-actions.test.ts +++ b/e2e/suites/actions-available/files-folders/locked-files-actions.test.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { RepoClient, Utils, AdminActions, UserActions, LoginPage, BrowsingPage, SearchResultsPage } from '@alfresco/aca-testing-shared'; diff --git a/e2e/suites/actions-available/files-folders/multiple-files-actions.test.ts b/e2e/suites/actions-available/files-folders/multiple-files-actions.test.ts index 4a210b6ba..c24e2153a 100755 --- a/e2e/suites/actions-available/files-folders/multiple-files-actions.test.ts +++ b/e2e/suites/actions-available/files-folders/multiple-files-actions.test.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { RepoClient, Utils, AdminActions, UserActions, LoginPage, BrowsingPage, SearchResultsPage } from '@alfresco/aca-testing-shared'; diff --git a/e2e/suites/actions-available/files-folders/office-files-actions.test.ts b/e2e/suites/actions-available/files-folders/office-files-actions.test.ts index 5c5f892bf..a7f2874f0 100755 --- a/e2e/suites/actions-available/files-folders/office-files-actions.test.ts +++ b/e2e/suites/actions-available/files-folders/office-files-actions.test.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { RepoClient, Utils, AdminActions, UserActions, LoginPage, FILES, BrowsingPage, SearchResultsPage } from '@alfresco/aca-testing-shared'; diff --git a/e2e/suites/actions-available/files-folders/single-file-actions.test.ts b/e2e/suites/actions-available/files-folders/single-file-actions.test.ts index 1fbb53658..42a904cd2 100755 --- a/e2e/suites/actions-available/files-folders/single-file-actions.test.ts +++ b/e2e/suites/actions-available/files-folders/single-file-actions.test.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { RepoClient, Utils, AdminActions, UserActions, LoginPage, BrowsingPage, SearchResultsPage } from '@alfresco/aca-testing-shared'; diff --git a/e2e/suites/actions-available/files-folders/test-data.ts b/e2e/suites/actions-available/files-folders/test-data.ts index ab991e227..68d39aab2 100644 --- a/e2e/suites/actions-available/files-folders/test-data.ts +++ b/e2e/suites/actions-available/files-folders/test-data.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Utils } from '@alfresco/aca-testing-shared'; diff --git a/e2e/suites/actions-available/files-folders/trash.test.ts b/e2e/suites/actions-available/files-folders/trash.test.ts index 400cb2e33..75c8fa913 100755 --- a/e2e/suites/actions-available/files-folders/trash.test.ts +++ b/e2e/suites/actions-available/files-folders/trash.test.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { RepoClient, Utils, AdminActions, UserActions, LoginPage, BrowsingPage } from '@alfresco/aca-testing-shared'; diff --git a/e2e/suites/actions-available/libraries/library-trash.test.ts b/e2e/suites/actions-available/libraries/library-trash.test.ts index fc2c4b878..55607fed7 100755 --- a/e2e/suites/actions-available/libraries/library-trash.test.ts +++ b/e2e/suites/actions-available/libraries/library-trash.test.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { LoginPage, BrowsingPage, Utils, AdminActions, UserActions } from '@alfresco/aca-testing-shared'; diff --git a/e2e/suites/actions-available/libraries/library.test.ts b/e2e/suites/actions-available/libraries/library.test.ts index 9db4fbf35..63ad74a06 100755 --- a/e2e/suites/actions-available/libraries/library.test.ts +++ b/e2e/suites/actions-available/libraries/library.test.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { diff --git a/e2e/suites/actions-available/libraries/test-data-libraries.ts b/e2e/suites/actions-available/libraries/test-data-libraries.ts index ea9345278..398f5f521 100644 --- a/e2e/suites/actions-available/libraries/test-data-libraries.ts +++ b/e2e/suites/actions-available/libraries/test-data-libraries.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Utils } from '@alfresco/aca-testing-shared'; diff --git a/e2e/suites/actions-available/new-menu/new-menu.test.ts b/e2e/suites/actions-available/new-menu/new-menu.test.ts index 912fd4ca8..ac7f4cf63 100755 --- a/e2e/suites/actions-available/new-menu/new-menu.test.ts +++ b/e2e/suites/actions-available/new-menu/new-menu.test.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { AdminActions, LoginPage, BrowsingPage, SITE_ROLES, Utils, UserActions } from '@alfresco/aca-testing-shared'; diff --git a/e2e/suites/actions-available/special-permissions/favorites.ts b/e2e/suites/actions-available/special-permissions/favorites.ts index 90d289828..0c757517f 100755 --- a/e2e/suites/actions-available/special-permissions/favorites.ts +++ b/e2e/suites/actions-available/special-permissions/favorites.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { BrowsingPage, Utils } from '@alfresco/aca-testing-shared'; diff --git a/e2e/suites/actions-available/special-permissions/my-libraries.ts b/e2e/suites/actions-available/special-permissions/my-libraries.ts index 9f5c64326..892911a0e 100755 --- a/e2e/suites/actions-available/special-permissions/my-libraries.ts +++ b/e2e/suites/actions-available/special-permissions/my-libraries.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { BrowsingPage, Utils } from '@alfresco/aca-testing-shared'; diff --git a/e2e/suites/actions-available/special-permissions/other-permissions.ts b/e2e/suites/actions-available/special-permissions/other-permissions.ts index c173626d3..f923ec71a 100755 --- a/e2e/suites/actions-available/special-permissions/other-permissions.ts +++ b/e2e/suites/actions-available/special-permissions/other-permissions.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { BrowsingPage, SearchResultsPage, Utils } from '@alfresco/aca-testing-shared'; diff --git a/e2e/suites/actions-available/special-permissions/search-results.ts b/e2e/suites/actions-available/special-permissions/search-results.ts index 12a11a75e..bed7185b3 100755 --- a/e2e/suites/actions-available/special-permissions/search-results.ts +++ b/e2e/suites/actions-available/special-permissions/search-results.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { BrowsingPage, SearchResultsPage, Utils } from '@alfresco/aca-testing-shared'; diff --git a/e2e/suites/actions-available/special-permissions/shared-files.ts b/e2e/suites/actions-available/special-permissions/shared-files.ts index 258e2011a..247511550 100755 --- a/e2e/suites/actions-available/special-permissions/shared-files.ts +++ b/e2e/suites/actions-available/special-permissions/shared-files.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { BrowsingPage, Utils } from '@alfresco/aca-testing-shared'; diff --git a/e2e/suites/actions-available/special-permissions/special-permissions-actions.test.ts b/e2e/suites/actions-available/special-permissions/special-permissions-actions.test.ts index f1a08d0f7..3fc5d0298 100644 --- a/e2e/suites/actions-available/special-permissions/special-permissions-actions.test.ts +++ b/e2e/suites/actions-available/special-permissions/special-permissions-actions.test.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { LoginPage, RepoClient, Utils, AdminActions, FILES, SITE_ROLES, SITE_VISIBILITY, UserActions } from '@alfresco/aca-testing-shared'; diff --git a/e2e/suites/actions-available/special-permissions/test-data-permissions.ts b/e2e/suites/actions-available/special-permissions/test-data-permissions.ts index 1e56f0add..a38809c04 100644 --- a/e2e/suites/actions-available/special-permissions/test-data-permissions.ts +++ b/e2e/suites/actions-available/special-permissions/test-data-permissions.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Utils } from '@alfresco/aca-testing-shared'; diff --git a/e2e/suites/actions-available/special-permissions/viewer.ts b/e2e/suites/actions-available/special-permissions/viewer.ts index 954c482ad..3f3ad0151 100755 --- a/e2e/suites/actions-available/special-permissions/viewer.ts +++ b/e2e/suites/actions-available/special-permissions/viewer.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { BrowsingPage, SearchResultsPage, Utils } from '@alfresco/aca-testing-shared'; diff --git a/e2e/suites/actions-available/test-util.ts b/e2e/suites/actions-available/test-util.ts index 4766a3f34..7d1990d53 100644 --- a/e2e/suites/actions-available/test-util.ts +++ b/e2e/suites/actions-available/test-util.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { BrowsingPage, Viewer, Utils, Menu } from '@alfresco/aca-testing-shared'; diff --git a/e2e/suites/actions/copy-move/copy.test.ts b/e2e/suites/actions/copy-move/copy.test.ts index f9433475b..7ea7f7a2c 100755 --- a/e2e/suites/actions/copy-move/copy.test.ts +++ b/e2e/suites/actions/copy-move/copy.test.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { AdminActions, UserActions, LoginPage, BrowsingPage, ContentNodeSelectorDialog, RepoClient, Utils } from '@alfresco/aca-testing-shared'; diff --git a/e2e/suites/actions/copy-move/destination-picker-dialog.test.ts b/e2e/suites/actions/copy-move/destination-picker-dialog.test.ts index 690fd037d..89608a429 100755 --- a/e2e/suites/actions/copy-move/destination-picker-dialog.test.ts +++ b/e2e/suites/actions/copy-move/destination-picker-dialog.test.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { diff --git a/e2e/suites/actions/copy-move/move.test.ts b/e2e/suites/actions/copy-move/move.test.ts index 2b0c3330f..366d68e82 100755 --- a/e2e/suites/actions/copy-move/move.test.ts +++ b/e2e/suites/actions/copy-move/move.test.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { AdminActions, LoginPage, BrowsingPage, ContentNodeSelectorDialog, RepoClient, Utils } from '@alfresco/aca-testing-shared'; diff --git a/e2e/suites/actions/create/create-file-from-template.test.ts b/e2e/suites/actions/create/create-file-from-template.test.ts index 779e0616a..c755af41a 100755 --- a/e2e/suites/actions/create/create-file-from-template.test.ts +++ b/e2e/suites/actions/create/create-file-from-template.test.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { diff --git a/e2e/suites/actions/create/create-folder-from-template.test.ts b/e2e/suites/actions/create/create-folder-from-template.test.ts index 47d6fc589..3b621a6fd 100755 --- a/e2e/suites/actions/create/create-folder-from-template.test.ts +++ b/e2e/suites/actions/create/create-folder-from-template.test.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { diff --git a/e2e/suites/actions/create/create-folder.test.ts b/e2e/suites/actions/create/create-folder.test.ts index 5a97d6055..912a33282 100755 --- a/e2e/suites/actions/create/create-folder.test.ts +++ b/e2e/suites/actions/create/create-folder.test.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { diff --git a/e2e/suites/actions/create/create-library.test.ts b/e2e/suites/actions/create/create-library.test.ts index a6eeb1163..a083d58fe 100755 --- a/e2e/suites/actions/create/create-library.test.ts +++ b/e2e/suites/actions/create/create-library.test.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { diff --git a/e2e/suites/actions/delete/delete-undo-delete.test.ts b/e2e/suites/actions/delete/delete-undo-delete.test.ts index 70ba8dc3a..33811cec9 100755 --- a/e2e/suites/actions/delete/delete-undo-delete.test.ts +++ b/e2e/suites/actions/delete/delete-undo-delete.test.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { AdminActions, UserActions, LoginPage, BrowsingPage, RepoClient, Utils } from '@alfresco/aca-testing-shared'; diff --git a/e2e/suites/actions/delete/permanently-delete.test.ts b/e2e/suites/actions/delete/permanently-delete.test.ts index 84a821753..31ac11bcd 100755 --- a/e2e/suites/actions/delete/permanently-delete.test.ts +++ b/e2e/suites/actions/delete/permanently-delete.test.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { AdminActions, UserActions, LoginPage, BrowsingPage, ConfirmDialog, RepoClient, Utils } from '@alfresco/aca-testing-shared'; diff --git a/e2e/suites/actions/delete/restore.test.ts b/e2e/suites/actions/delete/restore.test.ts index b6f4a8654..097a53ce5 100755 --- a/e2e/suites/actions/delete/restore.test.ts +++ b/e2e/suites/actions/delete/restore.test.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { browser } from 'protractor'; diff --git a/e2e/suites/actions/edit/edit-folder.test.ts b/e2e/suites/actions/edit/edit-folder.test.ts index bd8a98d59..ba4bc1c13 100755 --- a/e2e/suites/actions/edit/edit-folder.test.ts +++ b/e2e/suites/actions/edit/edit-folder.test.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { diff --git a/e2e/suites/actions/edit/edit-offline.test.ts b/e2e/suites/actions/edit/edit-offline.test.ts index 60cd43d45..0a749a27e 100755 --- a/e2e/suites/actions/edit/edit-offline.test.ts +++ b/e2e/suites/actions/edit/edit-offline.test.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { AdminActions, LoginPage, BrowsingPage, FILES, RepoClient, Utils, UserActions } from '@alfresco/aca-testing-shared'; diff --git a/e2e/suites/actions/favorite/mark-favorite.test.ts b/e2e/suites/actions/favorite/mark-favorite.test.ts index 361860f68..f0702856f 100644 --- a/e2e/suites/actions/favorite/mark-favorite.test.ts +++ b/e2e/suites/actions/favorite/mark-favorite.test.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { AdminActions, LoginPage, BrowsingPage, RepoClient, Utils, UserActions } from '@alfresco/aca-testing-shared'; diff --git a/e2e/suites/actions/library/library-actions.test.ts b/e2e/suites/actions/library/library-actions.test.ts index 5b35e552e..cdaed8542 100755 --- a/e2e/suites/actions/library/library-actions.test.ts +++ b/e2e/suites/actions/library/library-actions.test.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { AdminActions, SITE_VISIBILITY, SITE_ROLES, LoginPage, BrowsingPage, Utils, ConfirmDialog, RepoClient } from '@alfresco/aca-testing-shared'; diff --git a/e2e/suites/actions/share/share-file.test.ts b/e2e/suites/actions/share/share-file.test.ts index 4812a1d3c..3d035cc38 100755 --- a/e2e/suites/actions/share/share-file.test.ts +++ b/e2e/suites/actions/share/share-file.test.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { browser } from 'protractor'; diff --git a/e2e/suites/actions/share/unshare-file-search-results.test.ts b/e2e/suites/actions/share/unshare-file-search-results.test.ts index dedf1b429..100c19804 100755 --- a/e2e/suites/actions/share/unshare-file-search-results.test.ts +++ b/e2e/suites/actions/share/unshare-file-search-results.test.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { browser } from 'protractor'; diff --git a/e2e/suites/actions/upload-download/download.test.ts b/e2e/suites/actions/upload-download/download.test.ts index d10616a82..7fd8c64b9 100755 --- a/e2e/suites/actions/upload-download/download.test.ts +++ b/e2e/suites/actions/upload-download/download.test.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { AdminActions, UserActions, LoginPage, BrowsingPage, RepoClient, Utils } from '@alfresco/aca-testing-shared'; diff --git a/e2e/suites/actions/upload-download/upload-file.test.ts b/e2e/suites/actions/upload-download/upload-file.test.ts index 4edc389c5..f3c630962 100755 --- a/e2e/suites/actions/upload-download/upload-file.test.ts +++ b/e2e/suites/actions/upload-download/upload-file.test.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { AdminActions, LoginPage, BrowsingPage, RepoClient, Utils, UserActions } from '@alfresco/aca-testing-shared'; diff --git a/e2e/suites/actions/upload-download/upload-new-version.test.ts b/e2e/suites/actions/upload-download/upload-new-version.test.ts index 7a53c2dd4..97ea559aa 100755 --- a/e2e/suites/actions/upload-download/upload-new-version.test.ts +++ b/e2e/suites/actions/upload-download/upload-new-version.test.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { diff --git a/e2e/suites/actions/upload-download/version-actions.test.ts b/e2e/suites/actions/upload-download/version-actions.test.ts index 0dd185d2b..309f46e7a 100644 --- a/e2e/suites/actions/upload-download/version-actions.test.ts +++ b/e2e/suites/actions/upload-download/version-actions.test.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { diff --git a/e2e/suites/application/general.test.ts b/e2e/suites/application/general.test.ts index bb9e7d679..ec6cd461c 100644 --- a/e2e/suites/application/general.test.ts +++ b/e2e/suites/application/general.test.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { browser } from 'protractor'; diff --git a/e2e/suites/application/page-titles.test.ts b/e2e/suites/application/page-titles.test.ts index 2d9b2695f..4fa5a8eff 100755 --- a/e2e/suites/application/page-titles.test.ts +++ b/e2e/suites/application/page-titles.test.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { browser } from 'protractor'; diff --git a/e2e/suites/authentication/login.test.ts b/e2e/suites/authentication/login.test.ts index 16f5cb69f..cc64080d6 100755 --- a/e2e/suites/authentication/login.test.ts +++ b/e2e/suites/authentication/login.test.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { browser } from 'protractor'; diff --git a/e2e/suites/authentication/logout.test.ts b/e2e/suites/authentication/logout.test.ts index 59ea3f706..bc08841d5 100755 --- a/e2e/suites/authentication/logout.test.ts +++ b/e2e/suites/authentication/logout.test.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { browser } from 'protractor'; diff --git a/e2e/suites/extensions/ext-context-submenus.test.ts b/e2e/suites/extensions/ext-context-submenus.test.ts index eb131aa24..3b8a4ecf9 100644 --- a/e2e/suites/extensions/ext-context-submenus.test.ts +++ b/e2e/suites/extensions/ext-context-submenus.test.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { AdminActions, LoginPage, BrowsingPage, EXTENSIBILITY_CONFIGS, RepoClient, Utils, UserActions } from '@alfresco/aca-testing-shared'; diff --git a/e2e/suites/extensions/ext-document-list.test.ts b/e2e/suites/extensions/ext-document-list.test.ts index 85d7c2448..ce736d679 100644 --- a/e2e/suites/extensions/ext-document-list.test.ts +++ b/e2e/suites/extensions/ext-document-list.test.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { AdminActions, BrowsingPage, LoginPage, RepoClient, EXTENSIBILITY_CONFIGS, Utils } from '@alfresco/aca-testing-shared'; diff --git a/e2e/suites/extensions/ext-header.test.ts b/e2e/suites/extensions/ext-header.test.ts index e25137084..d32f108fe 100755 --- a/e2e/suites/extensions/ext-header.test.ts +++ b/e2e/suites/extensions/ext-header.test.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { AdminActions, LoginPage, EXTENSIBILITY_CONFIGS, Utils, Header, Menu } from '@alfresco/aca-testing-shared'; diff --git a/e2e/suites/extensions/ext-info-drawer.test.ts b/e2e/suites/extensions/ext-info-drawer.test.ts index 436ea3e48..cc1cb603b 100755 --- a/e2e/suites/extensions/ext-info-drawer.test.ts +++ b/e2e/suites/extensions/ext-info-drawer.test.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { diff --git a/e2e/suites/extensions/ext-metadata.test.ts b/e2e/suites/extensions/ext-metadata.test.ts index 62c0ed48a..33cc8fc84 100644 --- a/e2e/suites/extensions/ext-metadata.test.ts +++ b/e2e/suites/extensions/ext-metadata.test.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { diff --git a/e2e/suites/extensions/ext-viewer.test.ts b/e2e/suites/extensions/ext-viewer.test.ts index af3784909..fdd296732 100755 --- a/e2e/suites/extensions/ext-viewer.test.ts +++ b/e2e/suites/extensions/ext-viewer.test.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { AdminActions, LoginPage, BrowsingPage, Viewer, RepoClient, EXTENSIBILITY_CONFIGS, FILES, Utils } from '@alfresco/aca-testing-shared'; diff --git a/e2e/suites/info-drawer/comments.test.ts b/e2e/suites/info-drawer/comments.test.ts index 94368ad53..69d49003a 100755 --- a/e2e/suites/info-drawer/comments.test.ts +++ b/e2e/suites/info-drawer/comments.test.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { AdminActions, UserActions, LoginPage, BrowsingPage, RepoClient, InfoDrawer, Utils } from '@alfresco/aca-testing-shared'; diff --git a/e2e/suites/info-drawer/file-folder-properties.test.ts b/e2e/suites/info-drawer/file-folder-properties.test.ts index ca804d29b..2afbb4848 100755 --- a/e2e/suites/info-drawer/file-folder-properties.test.ts +++ b/e2e/suites/info-drawer/file-folder-properties.test.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { diff --git a/e2e/suites/info-drawer/file-preview.test.ts b/e2e/suites/info-drawer/file-preview.test.ts index fbfe68029..cfad34dd2 100755 --- a/e2e/suites/info-drawer/file-preview.test.ts +++ b/e2e/suites/info-drawer/file-preview.test.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { AdminActions, LoginPage, BrowsingPage, RepoClient, FILES, SearchInput, DataTable, InfoDrawer } from '@alfresco/aca-testing-shared'; diff --git a/e2e/suites/info-drawer/general.test.ts b/e2e/suites/info-drawer/general.test.ts index d54f64aa0..7f9002a8d 100755 --- a/e2e/suites/info-drawer/general.test.ts +++ b/e2e/suites/info-drawer/general.test.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { AdminActions, LoginPage, BrowsingPage, RepoClient, InfoDrawer, Utils, UserActions } from '@alfresco/aca-testing-shared'; diff --git a/e2e/suites/info-drawer/library-properties.test.ts b/e2e/suites/info-drawer/library-properties.test.ts index 07f42fb40..1b436c052 100755 --- a/e2e/suites/info-drawer/library-properties.test.ts +++ b/e2e/suites/info-drawer/library-properties.test.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { AdminActions, LoginPage, BrowsingPage, SITE_VISIBILITY, SITE_ROLES, RepoClient, InfoDrawer, Utils } from '@alfresco/aca-testing-shared'; diff --git a/e2e/suites/list-views/empty-list.test.ts b/e2e/suites/list-views/empty-list.test.ts index e59e5db9f..842dddc6f 100755 --- a/e2e/suites/list-views/empty-list.test.ts +++ b/e2e/suites/list-views/empty-list.test.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { AdminActions, BrowsingPage, LoginPage, Utils } from '@alfresco/aca-testing-shared'; diff --git a/e2e/suites/list-views/favorites.test.ts b/e2e/suites/list-views/favorites.test.ts index d9a59a10c..f4ab0ba54 100755 --- a/e2e/suites/list-views/favorites.test.ts +++ b/e2e/suites/list-views/favorites.test.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { AdminActions, UserActions, SITE_VISIBILITY, SITE_ROLES, LoginPage, BrowsingPage, Utils, RepoClient } from '@alfresco/aca-testing-shared'; diff --git a/e2e/suites/list-views/file-libraries.test.ts b/e2e/suites/list-views/file-libraries.test.ts index ce7e734a8..aa35eddef 100755 --- a/e2e/suites/list-views/file-libraries.test.ts +++ b/e2e/suites/list-views/file-libraries.test.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { AdminActions, SITE_VISIBILITY, SITE_ROLES, LoginPage, BrowsingPage, Utils, RepoClient } from '@alfresco/aca-testing-shared'; diff --git a/e2e/suites/list-views/generic-errors.test.ts b/e2e/suites/list-views/generic-errors.test.ts index 638090185..71b6eead7 100755 --- a/e2e/suites/list-views/generic-errors.test.ts +++ b/e2e/suites/list-views/generic-errors.test.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { browser } from 'protractor'; diff --git a/e2e/suites/list-views/permissions.test.ts b/e2e/suites/list-views/permissions.test.ts index 21b0496ec..561ae67f9 100755 --- a/e2e/suites/list-views/permissions.test.ts +++ b/e2e/suites/list-views/permissions.test.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { AdminActions, UserActions, SITE_VISIBILITY, SITE_ROLES, LoginPage, BrowsingPage, Utils, RepoClient } from '@alfresco/aca-testing-shared'; diff --git a/e2e/suites/list-views/personal-files.test.ts b/e2e/suites/list-views/personal-files.test.ts index 944a1474f..aeef9951a 100755 --- a/e2e/suites/list-views/personal-files.test.ts +++ b/e2e/suites/list-views/personal-files.test.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { browser } from 'protractor'; diff --git a/e2e/suites/list-views/recent-files.test.ts b/e2e/suites/list-views/recent-files.test.ts index e964eb2d6..654cb3d1a 100755 --- a/e2e/suites/list-views/recent-files.test.ts +++ b/e2e/suites/list-views/recent-files.test.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { AdminActions, UserActions, SITE_VISIBILITY, LoginPage, BrowsingPage, Utils, RepoClient } from '@alfresco/aca-testing-shared'; diff --git a/e2e/suites/list-views/shared-files.test.ts b/e2e/suites/list-views/shared-files.test.ts index 61e0c6993..561277fd1 100755 --- a/e2e/suites/list-views/shared-files.test.ts +++ b/e2e/suites/list-views/shared-files.test.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { AdminActions, SITE_VISIBILITY, SITE_ROLES, LoginPage, BrowsingPage, Utils, RepoClient } from '@alfresco/aca-testing-shared'; diff --git a/e2e/suites/list-views/sort-list.test.ts b/e2e/suites/list-views/sort-list.test.ts index 4b00270eb..ae13696d0 100644 --- a/e2e/suites/list-views/sort-list.test.ts +++ b/e2e/suites/list-views/sort-list.test.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2022 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { AdminActions, LoginPage, RepoClient, FILES, BrowsingPage, DataTable, CreateOrEditFolderDialog } from '@alfresco/aca-testing-shared'; diff --git a/e2e/suites/list-views/tooltips.test.ts b/e2e/suites/list-views/tooltips.test.ts index 485b7b51f..91702247b 100755 --- a/e2e/suites/list-views/tooltips.test.ts +++ b/e2e/suites/list-views/tooltips.test.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { AdminActions, UserActions, LoginPage, BrowsingPage, Utils, RepoClient } from '@alfresco/aca-testing-shared'; diff --git a/e2e/suites/list-views/trash.test.ts b/e2e/suites/list-views/trash.test.ts index 475623582..f6ca1aa37 100755 --- a/e2e/suites/list-views/trash.test.ts +++ b/e2e/suites/list-views/trash.test.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { AdminActions, UserActions, SITE_VISIBILITY, SITE_ROLES, LoginPage, BrowsingPage, Utils, RepoClient } from '@alfresco/aca-testing-shared'; diff --git a/e2e/suites/navigation/breadcrumb.test.ts b/e2e/suites/navigation/breadcrumb.test.ts index 9631e9ac2..6d91d62c1 100755 --- a/e2e/suites/navigation/breadcrumb.test.ts +++ b/e2e/suites/navigation/breadcrumb.test.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { browser } from 'protractor'; diff --git a/e2e/suites/navigation/sidebar.test.ts b/e2e/suites/navigation/sidebar.test.ts index 777897cd0..8b78c98a2 100755 --- a/e2e/suites/navigation/sidebar.test.ts +++ b/e2e/suites/navigation/sidebar.test.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { browser } from 'protractor'; diff --git a/e2e/suites/navigation/single-click.test.ts b/e2e/suites/navigation/single-click.test.ts index dd6b42952..74e0b461a 100755 --- a/e2e/suites/navigation/single-click.test.ts +++ b/e2e/suites/navigation/single-click.test.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { AdminActions, UserActions, LoginPage, BrowsingPage, Viewer, RepoClient, Utils } from '@alfresco/aca-testing-shared'; diff --git a/e2e/suites/pagination/favorites.ts b/e2e/suites/pagination/favorites.ts index e2fb3a73e..316fec04b 100755 --- a/e2e/suites/pagination/favorites.ts +++ b/e2e/suites/pagination/favorites.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { BrowsingPage, LoginPage, Utils } from '@alfresco/aca-testing-shared'; diff --git a/e2e/suites/pagination/multiple-pages-files.test.ts b/e2e/suites/pagination/multiple-pages-files.test.ts index 6b38d333c..2e4ebc93e 100644 --- a/e2e/suites/pagination/multiple-pages-files.test.ts +++ b/e2e/suites/pagination/multiple-pages-files.test.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Utils, AdminActions, RepoClient } from '@alfresco/aca-testing-shared'; diff --git a/e2e/suites/pagination/multiple-pages-libraries.test.ts b/e2e/suites/pagination/multiple-pages-libraries.test.ts index 63884b431..cc8f97d17 100755 --- a/e2e/suites/pagination/multiple-pages-libraries.test.ts +++ b/e2e/suites/pagination/multiple-pages-libraries.test.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { LoginPage, BrowsingPage, Utils, AdminActions, RepoClient, SITE_VISIBILITY } from '@alfresco/aca-testing-shared'; diff --git a/e2e/suites/pagination/multiple-pages-trash.test.ts b/e2e/suites/pagination/multiple-pages-trash.test.ts index e68a6bc32..f4c82e41a 100755 --- a/e2e/suites/pagination/multiple-pages-trash.test.ts +++ b/e2e/suites/pagination/multiple-pages-trash.test.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { LoginPage, BrowsingPage, Utils, AdminActions, UserActions, RepoClient } from '@alfresco/aca-testing-shared'; diff --git a/e2e/suites/pagination/personal-files.ts b/e2e/suites/pagination/personal-files.ts index 46fd69f05..078d451a5 100755 --- a/e2e/suites/pagination/personal-files.ts +++ b/e2e/suites/pagination/personal-files.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { BrowsingPage, LoginPage, Utils } from '@alfresco/aca-testing-shared'; diff --git a/e2e/suites/pagination/recent-files.ts b/e2e/suites/pagination/recent-files.ts index 999773ec8..8858b7fc3 100755 --- a/e2e/suites/pagination/recent-files.ts +++ b/e2e/suites/pagination/recent-files.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { BrowsingPage, LoginPage, Utils } from '@alfresco/aca-testing-shared'; diff --git a/e2e/suites/pagination/search-results.ts b/e2e/suites/pagination/search-results.ts index 0e32dd813..6329a7902 100755 --- a/e2e/suites/pagination/search-results.ts +++ b/e2e/suites/pagination/search-results.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { BrowsingPage, LoginPage, Utils } from '@alfresco/aca-testing-shared'; diff --git a/e2e/suites/pagination/shared-files.ts b/e2e/suites/pagination/shared-files.ts index 59dfb4d3e..b89cf918a 100755 --- a/e2e/suites/pagination/shared-files.ts +++ b/e2e/suites/pagination/shared-files.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { BrowsingPage, LoginPage, Utils } from '@alfresco/aca-testing-shared'; diff --git a/e2e/suites/pagination/single-page.test.ts b/e2e/suites/pagination/single-page.test.ts index d94da5634..578636e87 100755 --- a/e2e/suites/pagination/single-page.test.ts +++ b/e2e/suites/pagination/single-page.test.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { LoginPage, BrowsingPage, SearchResultsPage, Utils, AdminActions, UserActions, RepoClient } from '@alfresco/aca-testing-shared'; diff --git a/e2e/suites/search/search-filters.test.ts b/e2e/suites/search/search-filters.test.ts index 6ffb3befa..d98988ffb 100644 --- a/e2e/suites/search/search-filters.test.ts +++ b/e2e/suites/search/search-filters.test.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { diff --git a/e2e/suites/search/search-input.test.ts b/e2e/suites/search/search-input.test.ts index ef0206fa0..a02d54f2b 100644 --- a/e2e/suites/search/search-input.test.ts +++ b/e2e/suites/search/search-input.test.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { BrowsingPage, LoginPage, Utils } from '@alfresco/aca-testing-shared'; diff --git a/e2e/suites/search/search-results-files-folders.test.ts b/e2e/suites/search/search-results-files-folders.test.ts index f17f77bfc..c02162a24 100644 --- a/e2e/suites/search/search-results-files-folders.test.ts +++ b/e2e/suites/search/search-results-files-folders.test.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { AdminActions, LoginPage, SearchResultsPage, RepoClient, Utils } from '@alfresco/aca-testing-shared'; diff --git a/e2e/suites/search/search-results-general.test.ts b/e2e/suites/search/search-results-general.test.ts index c500eec94..bb8c42f1c 100644 --- a/e2e/suites/search/search-results-general.test.ts +++ b/e2e/suites/search/search-results-general.test.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { AdminActions, LoginPage, SearchResultsPage, RepoClient, Utils } from '@alfresco/aca-testing-shared'; diff --git a/e2e/suites/search/search-results-libraries.test.ts b/e2e/suites/search/search-results-libraries.test.ts index 7b1aace78..35793828b 100644 --- a/e2e/suites/search/search-results-libraries.test.ts +++ b/e2e/suites/search/search-results-libraries.test.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { AdminActions, LoginPage, SearchResultsPage, RepoClient, Utils, SITE_VISIBILITY, SITE_ROLES } from '@alfresco/aca-testing-shared'; diff --git a/e2e/suites/search/search-sorting.test.ts b/e2e/suites/search/search-sorting.test.ts index aaddb9f01..7b690ed0f 100644 --- a/e2e/suites/search/search-sorting.test.ts +++ b/e2e/suites/search/search-sorting.test.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { AdminActions, LoginPage, SearchResultsPage, RepoClient, Utils, FILES } from '@alfresco/aca-testing-shared'; diff --git a/e2e/suites/viewer/viewer-actions.test.ts b/e2e/suites/viewer/viewer-actions.test.ts index 5464d34c9..8709eb156 100755 --- a/e2e/suites/viewer/viewer-actions.test.ts +++ b/e2e/suites/viewer/viewer-actions.test.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { diff --git a/e2e/suites/viewer/viewer-general.test.ts b/e2e/suites/viewer/viewer-general.test.ts index 3e9e2a60d..e938040b7 100755 --- a/e2e/suites/viewer/viewer-general.test.ts +++ b/e2e/suites/viewer/viewer-general.test.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { AdminActions, UserActions, LoginPage, BrowsingPage, FILES, SITE_VISIBILITY, RepoClient, Utils, Viewer } from '@alfresco/aca-testing-shared'; diff --git a/e2e/suites/viewer/viewer-protected-file.test.ts b/e2e/suites/viewer/viewer-protected-file.test.ts index 2849fe512..095e63f73 100755 --- a/e2e/suites/viewer/viewer-protected-file.test.ts +++ b/e2e/suites/viewer/viewer-protected-file.test.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { AdminActions, LoginPage, BrowsingPage, FILES, RepoClient, Utils, Viewer, PasswordDialog } from '@alfresco/aca-testing-shared'; diff --git a/license-header-aca.txt b/license-header-aca.txt index fa74adf2e..453d7de6d 100644 --- a/license-header-aca.txt +++ b/license-header-aca.txt @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,9 +15,9 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ diff --git a/package-lock.json b/package-lock.json index 668a28e10..54c349586 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10113,6 +10113,15 @@ } } }, + "eslint-plugin-license-header": { + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-license-header/-/eslint-plugin-license-header-0.6.0.tgz", + "integrity": "sha512-IEywStBWaDBDMkogYoKUAdaOuomZ+YaQmdoSD2vHmXobekM+XuP6SWLlvwUUhIbdocn3MTlb5CUJ8E4VHz1c/w==", + "dev": true, + "requires": { + "requireindex": "^1.2.0" + } + }, "eslint-plugin-prefer-arrow": { "version": "1.2.3", "resolved": "https://registry.npmjs.org/eslint-plugin-prefer-arrow/-/eslint-plugin-prefer-arrow-1.2.3.tgz", diff --git a/package.json b/package.json index 9fbbfaf08..2966da73d 100644 --- a/package.json +++ b/package.json @@ -92,6 +92,7 @@ "eslint-plugin-ban": "^1.6.0", "eslint-plugin-import": "2.27.5", "eslint-plugin-jsdoc": "39.3.25", + "eslint-plugin-license-header": "^0.6.0", "eslint-plugin-prefer-arrow": "1.2.3", "eslint-plugin-prettier": "^4.2.1", "eslint-plugin-rxjs": "^5.0.2", diff --git a/projects/aca-about/.eslintrc.json b/projects/aca-about/.eslintrc.js similarity index 65% rename from projects/aca-about/.eslintrc.json rename to projects/aca-about/.eslintrc.js index c2c5d91f7..9e780e164 100644 --- a/projects/aca-about/.eslintrc.json +++ b/projects/aca-about/.eslintrc.js @@ -1,4 +1,5 @@ -{ +path = require("path"); +module.exports = { "extends": "../../.eslintrc.json", "ignorePatterns": [ "!**/*" @@ -10,8 +11,8 @@ ], "parserOptions": { "project": [ - "projects/aca-about/tsconfig.lib.json", - "projects/aca-about/tsconfig.spec.json" + path.join(__dirname, "tsconfig.lib.json"), + path.join(__dirname, "tsconfig.spec.json") ], "createDefaultProgram": true }, diff --git a/projects/aca-about/assets/about.plugin.json b/projects/aca-about/assets/about.plugin.json index d9ce52039..3a8e4b7f0 100644 --- a/projects/aca-about/assets/about.plugin.json +++ b/projects/aca-about/assets/about.plugin.json @@ -3,7 +3,7 @@ "$id": "14157f82-6489-4187-9b68-1a5e38fadeca", "$name": "About Plugin", "$version": "0.0.1", - "$vendor": "Alfresco Software, Ltd.", + "$vendor": "Hyland Software, Inc. and its affiliates", "$license": "LGPL-3.0", "actions": [ diff --git a/projects/aca-about/src/lib/about.component.ts b/projects/aca-about/src/lib/about.component.ts index ecb413155..0ffe39444 100644 --- a/projects/aca-about/src/lib/about.component.ts +++ b/projects/aca-about/src/lib/about.component.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Component, Inject, OnInit, Optional } from '@angular/core'; diff --git a/projects/aca-about/src/lib/aca-about.module.ts b/projects/aca-about/src/lib/aca-about.module.ts index 2f0550fe7..4182049fc 100644 --- a/projects/aca-about/src/lib/aca-about.module.ts +++ b/projects/aca-about/src/lib/aca-about.module.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { ModuleWithProviders, NgModule, Provider } from '@angular/core'; diff --git a/projects/aca-about/src/lib/dev-mode.tokens.ts b/projects/aca-about/src/lib/dev-mode.tokens.ts index 46d6497bb..0a209908d 100644 --- a/projects/aca-about/src/lib/dev-mode.tokens.ts +++ b/projects/aca-about/src/lib/dev-mode.tokens.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { InjectionToken } from '@angular/core'; diff --git a/projects/aca-about/src/lib/package-json.token.ts b/projects/aca-about/src/lib/package-json.token.ts index f30ca52d2..98157baff 100644 --- a/projects/aca-about/src/lib/package-json.token.ts +++ b/projects/aca-about/src/lib/package-json.token.ts @@ -1,3 +1,27 @@ +/*! + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Alfresco Example Content Application + * + * This file is part of the Alfresco Example Content Application. + * If the software was purchased under a paid Alfresco license, the terms of + * the paid license agreement will prevail. Otherwise, the software is + * provided under the following open source license terms: + * + * The Alfresco Example Content Application is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * The Alfresco Example Content Application 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 Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * from Hyland Software. If not, see . + */ + import { InjectionToken } from '@angular/core'; export const PACKAGE_JSON = new InjectionToken('PACKAGE_JSON'); diff --git a/projects/aca-about/src/public-api.ts b/projects/aca-about/src/public-api.ts index a79a66995..bddee86ca 100644 --- a/projects/aca-about/src/public-api.ts +++ b/projects/aca-about/src/public-api.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ export * from './lib/about.component'; diff --git a/projects/aca-about/src/test.ts b/projects/aca-about/src/test.ts index d090901c7..9c181d86a 100644 --- a/projects/aca-about/src/test.ts +++ b/projects/aca-about/src/test.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ // This file is required by karma.conf.js and loads recursively all the .spec and framework files diff --git a/projects/aca-content/.eslintrc.json b/projects/aca-content/.eslintrc.js similarity index 65% rename from projects/aca-content/.eslintrc.json rename to projects/aca-content/.eslintrc.js index d684a7ac9..9e780e164 100644 --- a/projects/aca-content/.eslintrc.json +++ b/projects/aca-content/.eslintrc.js @@ -1,4 +1,5 @@ -{ +path = require("path"); +module.exports = { "extends": "../../.eslintrc.json", "ignorePatterns": [ "!**/*" @@ -10,8 +11,8 @@ ], "parserOptions": { "project": [ - "projects/aca-content/tsconfig.lib.json", - "projects/aca-content/tsconfig.spec.json" + path.join(__dirname, "tsconfig.lib.json"), + path.join(__dirname, "tsconfig.spec.json") ], "createDefaultProgram": true }, diff --git a/projects/aca-content/assets/app.extensions.json b/projects/aca-content/assets/app.extensions.json index 2b1167684..ded082f36 100644 --- a/projects/aca-content/assets/app.extensions.json +++ b/projects/aca-content/assets/app.extensions.json @@ -3,7 +3,7 @@ "$id": "app.core", "$name": "app.core", "$version": "1.0.0", - "$vendor": "Alfresco Software, Ltd.", + "$vendor": "Hyland Software, Inc. and its affiliates", "$license": "LGPL-3.0", "$runtime": "1.7.0", "$description": "Core application extensions and features", diff --git a/projects/aca-content/assets/i18n/en.json b/projects/aca-content/assets/i18n/en.json index e083a0300..30f9f2321 100644 --- a/projects/aca-content/assets/i18n/en.json +++ b/projects/aca-content/assets/i18n/en.json @@ -1,6 +1,6 @@ { "APP": { - "COPYRIGHT": "© 2017 - 2020 Alfresco Software, Inc. All rights reserved.", + "COPYRIGHT": "© 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.", "ABOUT": { "VERSION": "Version:", "PLUGINS": { diff --git a/projects/aca-content/src/lib/aca-content.module.ts b/projects/aca-content/src/lib/aca-content.module.ts index 4b325359d..84bc43609 100644 --- a/projects/aca-content/src/lib/aca-content.module.ts +++ b/projects/aca-content/src/lib/aca-content.module.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { HammerModule } from '@angular/platform-browser'; diff --git a/projects/aca-content/src/lib/aca-content.routes.ts b/projects/aca-content/src/lib/aca-content.routes.ts index c4b5441c3..8e57378ee 100644 --- a/projects/aca-content/src/lib/aca-content.routes.ts +++ b/projects/aca-content/src/lib/aca-content.routes.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { AppLayoutComponent } from './components/layout/app-layout/app-layout.component'; diff --git a/projects/aca-content/src/lib/components/common/common.module.ts b/projects/aca-content/src/lib/components/common/common.module.ts index 5f794f01a..20c8d2f6d 100644 --- a/projects/aca-content/src/lib/components/common/common.module.ts +++ b/projects/aca-content/src/lib/components/common/common.module.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { CoreModule } from '@alfresco/adf-core'; diff --git a/projects/aca-content/src/lib/components/common/language-picker/language-picker.component.ts b/projects/aca-content/src/lib/components/common/language-picker/language-picker.component.ts index 0b86f4cad..87da0e959 100644 --- a/projects/aca-content/src/lib/components/common/language-picker/language-picker.component.ts +++ b/projects/aca-content/src/lib/components/common/language-picker/language-picker.component.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Component } from '@angular/core'; diff --git a/projects/aca-content/src/lib/components/common/location-link/location-link.component.ts b/projects/aca-content/src/lib/components/common/location-link/location-link.component.ts index e37e60fa4..0d18c8e0c 100644 --- a/projects/aca-content/src/lib/components/common/location-link/location-link.component.ts +++ b/projects/aca-content/src/lib/components/common/location-link/location-link.component.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Component, Input, ChangeDetectionStrategy, OnInit, ViewEncapsulation, HostListener } from '@angular/core'; diff --git a/projects/aca-content/src/lib/components/common/logout/logout.component.spec.ts b/projects/aca-content/src/lib/components/common/logout/logout.component.spec.ts index a4182b421..553b3333e 100644 --- a/projects/aca-content/src/lib/components/common/logout/logout.component.spec.ts +++ b/projects/aca-content/src/lib/components/common/logout/logout.component.spec.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { TestBed, ComponentFixture } from '@angular/core/testing'; diff --git a/projects/aca-content/src/lib/components/common/logout/logout.component.ts b/projects/aca-content/src/lib/components/common/logout/logout.component.ts index b78a8b541..165797e92 100644 --- a/projects/aca-content/src/lib/components/common/logout/logout.component.ts +++ b/projects/aca-content/src/lib/components/common/logout/logout.component.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Component } from '@angular/core'; diff --git a/projects/aca-content/src/lib/components/common/toggle-shared/toggle-shared.component.spec.ts b/projects/aca-content/src/lib/components/common/toggle-shared/toggle-shared.component.spec.ts index 6aa7804bb..99b86c6d6 100644 --- a/projects/aca-content/src/lib/components/common/toggle-shared/toggle-shared.component.spec.ts +++ b/projects/aca-content/src/lib/components/common/toggle-shared/toggle-shared.component.spec.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { ToggleSharedComponent } from './toggle-shared.component'; diff --git a/projects/aca-content/src/lib/components/common/toggle-shared/toggle-shared.component.ts b/projects/aca-content/src/lib/components/common/toggle-shared/toggle-shared.component.ts index a3f920fda..a22d9bc07 100644 --- a/projects/aca-content/src/lib/components/common/toggle-shared/toggle-shared.component.ts +++ b/projects/aca-content/src/lib/components/common/toggle-shared/toggle-shared.component.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Component, OnInit, Input } from '@angular/core'; diff --git a/projects/aca-content/src/lib/components/common/user-info/user-info.component.ts b/projects/aca-content/src/lib/components/common/user-info/user-info.component.ts index a0897ee83..e676590a7 100644 --- a/projects/aca-content/src/lib/components/common/user-info/user-info.component.ts +++ b/projects/aca-content/src/lib/components/common/user-info/user-info.component.ts @@ -1,9 +1,25 @@ -/* - * Copyright © 2005 - 2021 Alfresco Software, Ltd. All rights reserved. +/*! + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * License rights for this program may be obtained from Alfresco Software, Ltd. - * pursuant to a written agreement and any use of this program without such an - * agreement is prohibited. + * Alfresco Example Content Application + * + * This file is part of the Alfresco Example Content Application. + * If the software was purchased under a paid Alfresco license, the terms of + * the paid license agreement will prevail. Otherwise, the software is + * provided under the following open source license terms: + * + * The Alfresco Example Content Application is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * The Alfresco Example Content Application 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 Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * from Hyland Software. If not, see . */ import { IdentityUserModel, IdentityUserService, AuthenticationService, UserInfoMode } from '@alfresco/adf-core'; diff --git a/projects/aca-content/src/lib/components/context-menu/context-menu-item.component.spec.ts b/projects/aca-content/src/lib/components/context-menu/context-menu-item.component.spec.ts index 55f2933e6..c0f2d2be8 100644 --- a/projects/aca-content/src/lib/components/context-menu/context-menu-item.component.spec.ts +++ b/projects/aca-content/src/lib/components/context-menu/context-menu-item.component.spec.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { TestBed, ComponentFixture } from '@angular/core/testing'; diff --git a/projects/aca-content/src/lib/components/context-menu/context-menu-item.component.ts b/projects/aca-content/src/lib/components/context-menu/context-menu-item.component.ts index 205fdfb5e..65d7e2522 100644 --- a/projects/aca-content/src/lib/components/context-menu/context-menu-item.component.ts +++ b/projects/aca-content/src/lib/components/context-menu/context-menu-item.component.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Component, Input, ViewEncapsulation } from '@angular/core'; diff --git a/projects/aca-content/src/lib/components/context-menu/context-menu-outside-event.directive.spec.ts b/projects/aca-content/src/lib/components/context-menu/context-menu-outside-event.directive.spec.ts index 834d2b1f6..87f670922 100644 --- a/projects/aca-content/src/lib/components/context-menu/context-menu-outside-event.directive.spec.ts +++ b/projects/aca-content/src/lib/components/context-menu/context-menu-outside-event.directive.spec.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { OutsideEventDirective } from './context-menu-outside-event.directive'; diff --git a/projects/aca-content/src/lib/components/context-menu/context-menu-outside-event.directive.ts b/projects/aca-content/src/lib/components/context-menu/context-menu-outside-event.directive.ts index 8be9c6c57..b4bb7e040 100644 --- a/projects/aca-content/src/lib/components/context-menu/context-menu-outside-event.directive.ts +++ b/projects/aca-content/src/lib/components/context-menu/context-menu-outside-event.directive.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Directive, Output, EventEmitter, OnInit, OnDestroy } from '@angular/core'; diff --git a/projects/aca-content/src/lib/components/context-menu/context-menu-overlay.ts b/projects/aca-content/src/lib/components/context-menu/context-menu-overlay.ts index 84327437b..b48a2b86e 100644 --- a/projects/aca-content/src/lib/components/context-menu/context-menu-overlay.ts +++ b/projects/aca-content/src/lib/components/context-menu/context-menu-overlay.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { OverlayRef } from '@angular/cdk/overlay'; diff --git a/projects/aca-content/src/lib/components/context-menu/context-menu.component.spec.ts b/projects/aca-content/src/lib/components/context-menu/context-menu.component.spec.ts index 4f07af9f4..7fe93d23e 100644 --- a/projects/aca-content/src/lib/components/context-menu/context-menu.component.spec.ts +++ b/projects/aca-content/src/lib/components/context-menu/context-menu.component.spec.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { TestBed, ComponentFixture } from '@angular/core/testing'; diff --git a/projects/aca-content/src/lib/components/context-menu/context-menu.component.ts b/projects/aca-content/src/lib/components/context-menu/context-menu.component.ts index 29e4a1116..dfd78ce97 100644 --- a/projects/aca-content/src/lib/components/context-menu/context-menu.component.ts +++ b/projects/aca-content/src/lib/components/context-menu/context-menu.component.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Component, ViewEncapsulation, OnInit, OnDestroy, HostListener, ViewChild, AfterViewInit, Inject } from '@angular/core'; diff --git a/projects/aca-content/src/lib/components/context-menu/context-menu.module.ts b/projects/aca-content/src/lib/components/context-menu/context-menu.module.ts index 627a405f8..78b9530be 100644 --- a/projects/aca-content/src/lib/components/context-menu/context-menu.module.ts +++ b/projects/aca-content/src/lib/components/context-menu/context-menu.module.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { CoreModule } from '@alfresco/adf-core'; diff --git a/projects/aca-content/src/lib/components/context-menu/context-menu.service.spec.ts b/projects/aca-content/src/lib/components/context-menu/context-menu.service.spec.ts index 63f05b2e1..3b0894d5a 100644 --- a/projects/aca-content/src/lib/components/context-menu/context-menu.service.spec.ts +++ b/projects/aca-content/src/lib/components/context-menu/context-menu.service.spec.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { TestBed } from '@angular/core/testing'; diff --git a/projects/aca-content/src/lib/components/context-menu/context-menu.service.ts b/projects/aca-content/src/lib/components/context-menu/context-menu.service.ts index afca126fd..0448fee33 100644 --- a/projects/aca-content/src/lib/components/context-menu/context-menu.service.ts +++ b/projects/aca-content/src/lib/components/context-menu/context-menu.service.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Injectable, Injector, ComponentRef } from '@angular/core'; diff --git a/projects/aca-content/src/lib/components/context-menu/direction.token.ts b/projects/aca-content/src/lib/components/context-menu/direction.token.ts index 100ebd95b..a14a135a1 100644 --- a/projects/aca-content/src/lib/components/context-menu/direction.token.ts +++ b/projects/aca-content/src/lib/components/context-menu/direction.token.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { InjectionToken } from '@angular/core'; diff --git a/projects/aca-content/src/lib/components/context-menu/interfaces.ts b/projects/aca-content/src/lib/components/context-menu/interfaces.ts index 139574c1f..8a2d2f286 100644 --- a/projects/aca-content/src/lib/components/context-menu/interfaces.ts +++ b/projects/aca-content/src/lib/components/context-menu/interfaces.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ export interface ContextmenuOverlayConfig { diff --git a/projects/aca-content/src/lib/components/create-menu/create-menu.component.spec.ts b/projects/aca-content/src/lib/components/create-menu/create-menu.component.spec.ts index 52e83fc92..716bb697f 100644 --- a/projects/aca-content/src/lib/components/create-menu/create-menu.component.spec.ts +++ b/projects/aca-content/src/lib/components/create-menu/create-menu.component.spec.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { CreateMenuComponent } from './create-menu.component'; diff --git a/projects/aca-content/src/lib/components/create-menu/create-menu.component.ts b/projects/aca-content/src/lib/components/create-menu/create-menu.component.ts index 28e1718a4..4ebad443b 100644 --- a/projects/aca-content/src/lib/components/create-menu/create-menu.component.ts +++ b/projects/aca-content/src/lib/components/create-menu/create-menu.component.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Component, Input, OnInit, OnDestroy, ViewEncapsulation } from '@angular/core'; diff --git a/projects/aca-content/src/lib/components/create-menu/create-menu.module.ts b/projects/aca-content/src/lib/components/create-menu/create-menu.module.ts index aec531ad8..7c51e08fc 100644 --- a/projects/aca-content/src/lib/components/create-menu/create-menu.module.ts +++ b/projects/aca-content/src/lib/components/create-menu/create-menu.module.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { NgModule } from '@angular/core'; diff --git a/projects/aca-content/src/lib/components/details/details.component.spec.ts b/projects/aca-content/src/lib/components/details/details.component.spec.ts index 5e282573c..f816086fd 100644 --- a/projects/aca-content/src/lib/components/details/details.component.spec.ts +++ b/projects/aca-content/src/lib/components/details/details.component.spec.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { ComponentFixture, TestBed } from '@angular/core/testing'; diff --git a/projects/aca-content/src/lib/components/details/details.component.ts b/projects/aca-content/src/lib/components/details/details.component.ts index 7fd36a59c..cd933f2f1 100644 --- a/projects/aca-content/src/lib/components/details/details.component.ts +++ b/projects/aca-content/src/lib/components/details/details.component.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Component, OnInit, ViewEncapsulation, OnDestroy } from '@angular/core'; diff --git a/projects/aca-content/src/lib/components/dl-custom-components/document-list-custom-components.module.ts b/projects/aca-content/src/lib/components/dl-custom-components/document-list-custom-components.module.ts index fc55ed04d..b430b3029 100644 --- a/projects/aca-content/src/lib/components/dl-custom-components/document-list-custom-components.module.ts +++ b/projects/aca-content/src/lib/components/dl-custom-components/document-list-custom-components.module.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { BrowserModule } from '@angular/platform-browser'; diff --git a/projects/aca-content/src/lib/components/dl-custom-components/name-column/name-column.component.spec.ts b/projects/aca-content/src/lib/components/dl-custom-components/name-column/name-column.component.spec.ts index 920d65752..de14557aa 100644 --- a/projects/aca-content/src/lib/components/dl-custom-components/name-column/name-column.component.spec.ts +++ b/projects/aca-content/src/lib/components/dl-custom-components/name-column/name-column.component.spec.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { CustomNameColumnComponent } from './name-column.component'; diff --git a/projects/aca-content/src/lib/components/dl-custom-components/name-column/name-column.component.ts b/projects/aca-content/src/lib/components/dl-custom-components/name-column/name-column.component.ts index 22f541632..9b0bd45d5 100644 --- a/projects/aca-content/src/lib/components/dl-custom-components/name-column/name-column.component.ts +++ b/projects/aca-content/src/lib/components/dl-custom-components/name-column/name-column.component.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { NameColumnComponent, NodesApiService } from '@alfresco/adf-content-services'; diff --git a/projects/aca-content/src/lib/components/dl-custom-components/tags-column/tags-column.component.ts b/projects/aca-content/src/lib/components/dl-custom-components/tags-column/tags-column.component.ts index f8ce2c81a..0520bb5ae 100644 --- a/projects/aca-content/src/lib/components/dl-custom-components/tags-column/tags-column.component.ts +++ b/projects/aca-content/src/lib/components/dl-custom-components/tags-column/tags-column.component.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { ShareDataRow } from '@alfresco/adf-content-services'; diff --git a/projects/aca-content/src/lib/components/dl-custom-components/thumbnail-column/thumbnail-column.component.ts b/projects/aca-content/src/lib/components/dl-custom-components/thumbnail-column/thumbnail-column.component.ts index 6cf14a90d..486ce5a18 100644 --- a/projects/aca-content/src/lib/components/dl-custom-components/thumbnail-column/thumbnail-column.component.ts +++ b/projects/aca-content/src/lib/components/dl-custom-components/thumbnail-column/thumbnail-column.component.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Component, Input, ViewEncapsulation } from '@angular/core'; diff --git a/projects/aca-content/src/lib/components/favorite-libraries/favorite-libraries.component.spec.ts b/projects/aca-content/src/lib/components/favorite-libraries/favorite-libraries.component.spec.ts index f1070465c..5dd5dfc8f 100644 --- a/projects/aca-content/src/lib/components/favorite-libraries/favorite-libraries.component.spec.ts +++ b/projects/aca-content/src/lib/components/favorite-libraries/favorite-libraries.component.spec.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { ComponentFixture, TestBed } from '@angular/core/testing'; diff --git a/projects/aca-content/src/lib/components/favorite-libraries/favorite-libraries.component.ts b/projects/aca-content/src/lib/components/favorite-libraries/favorite-libraries.component.ts index 26f28f806..092621ae9 100644 --- a/projects/aca-content/src/lib/components/favorite-libraries/favorite-libraries.component.ts +++ b/projects/aca-content/src/lib/components/favorite-libraries/favorite-libraries.component.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { BreakpointObserver, Breakpoints } from '@angular/cdk/layout'; diff --git a/projects/aca-content/src/lib/components/favorites/favorites.component.spec.ts b/projects/aca-content/src/lib/components/favorites/favorites.component.spec.ts index 9d612f909..e767e6219 100644 --- a/projects/aca-content/src/lib/components/favorites/favorites.component.spec.ts +++ b/projects/aca-content/src/lib/components/favorites/favorites.component.spec.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { NO_ERRORS_SCHEMA } from '@angular/core'; diff --git a/projects/aca-content/src/lib/components/favorites/favorites.component.ts b/projects/aca-content/src/lib/components/favorites/favorites.component.ts index 9002dd5d3..17ce0aac5 100644 --- a/projects/aca-content/src/lib/components/favorites/favorites.component.ts +++ b/projects/aca-content/src/lib/components/favorites/favorites.component.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { AppExtensionService, ContentApiService, PageComponent } from '@alfresco/aca-shared'; diff --git a/projects/aca-content/src/lib/components/files/files.component.spec.ts b/projects/aca-content/src/lib/components/files/files.component.spec.ts index 40f4932ff..5aae07575 100644 --- a/projects/aca-content/src/lib/components/files/files.component.spec.ts +++ b/projects/aca-content/src/lib/components/files/files.component.spec.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { TestBed, fakeAsync, tick, ComponentFixture } from '@angular/core/testing'; diff --git a/projects/aca-content/src/lib/components/files/files.component.ts b/projects/aca-content/src/lib/components/files/files.component.ts index 57150e807..d3723c436 100644 --- a/projects/aca-content/src/lib/components/files/files.component.ts +++ b/projects/aca-content/src/lib/components/files/files.component.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { ShowHeaderMode } from '@alfresco/adf-core'; diff --git a/projects/aca-content/src/lib/components/header/header.component.spec.ts b/projects/aca-content/src/lib/components/header/header.component.spec.ts index 23fdb845c..02553b2a3 100644 --- a/projects/aca-content/src/lib/components/header/header.component.spec.ts +++ b/projects/aca-content/src/lib/components/header/header.component.spec.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { AppHeaderComponent } from './header.component'; diff --git a/projects/aca-content/src/lib/components/header/header.component.ts b/projects/aca-content/src/lib/components/header/header.component.ts index 8656c2884..bc51ceb12 100644 --- a/projects/aca-content/src/lib/components/header/header.component.ts +++ b/projects/aca-content/src/lib/components/header/header.component.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Component, ViewEncapsulation, Output, EventEmitter, OnInit, Input, OnDestroy } from '@angular/core'; diff --git a/projects/aca-content/src/lib/components/header/header.module.ts b/projects/aca-content/src/lib/components/header/header.module.ts index 21381e4ff..9089cf962 100644 --- a/projects/aca-content/src/lib/components/header/header.module.ts +++ b/projects/aca-content/src/lib/components/header/header.module.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { NgModule } from '@angular/core'; diff --git a/projects/aca-content/src/lib/components/home/home.component.spec.ts b/projects/aca-content/src/lib/components/home/home.component.spec.ts index a0efdf143..e135b0e10 100644 --- a/projects/aca-content/src/lib/components/home/home.component.spec.ts +++ b/projects/aca-content/src/lib/components/home/home.component.spec.ts @@ -1,3 +1,27 @@ +/*! + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Alfresco Example Content Application + * + * This file is part of the Alfresco Example Content Application. + * If the software was purchased under a paid Alfresco license, the terms of + * the paid license agreement will prevail. Otherwise, the software is + * provided under the following open source license terms: + * + * The Alfresco Example Content Application is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * The Alfresco Example Content Application 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 Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * from Hyland Software. If not, see . + */ + import { HomeComponent } from './home.component'; import { AppConfigService, AppConfigServiceMock, setupTestBed } from '@alfresco/adf-core'; import { ComponentFixture, TestBed } from '@angular/core/testing'; diff --git a/projects/aca-content/src/lib/components/home/home.component.ts b/projects/aca-content/src/lib/components/home/home.component.ts index 0ea9a9902..d9c0166f2 100644 --- a/projects/aca-content/src/lib/components/home/home.component.ts +++ b/projects/aca-content/src/lib/components/home/home.component.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Component, OnInit } from '@angular/core'; diff --git a/projects/aca-content/src/lib/components/info-drawer/comments-tab/comments-tab.component.spec.ts b/projects/aca-content/src/lib/components/info-drawer/comments-tab/comments-tab.component.spec.ts index c075a7832..36975334c 100644 --- a/projects/aca-content/src/lib/components/info-drawer/comments-tab/comments-tab.component.spec.ts +++ b/projects/aca-content/src/lib/components/info-drawer/comments-tab/comments-tab.component.spec.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { CommentsTabComponent } from './comments-tab.component'; diff --git a/projects/aca-content/src/lib/components/info-drawer/comments-tab/comments-tab.component.ts b/projects/aca-content/src/lib/components/info-drawer/comments-tab/comments-tab.component.ts index 0b08455b0..cc79addf1 100644 --- a/projects/aca-content/src/lib/components/info-drawer/comments-tab/comments-tab.component.ts +++ b/projects/aca-content/src/lib/components/info-drawer/comments-tab/comments-tab.component.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Component, Input } from '@angular/core'; diff --git a/projects/aca-content/src/lib/components/info-drawer/info.drawer.module.ts b/projects/aca-content/src/lib/components/info-drawer/info.drawer.module.ts index db5e36fb2..6aae790ee 100644 --- a/projects/aca-content/src/lib/components/info-drawer/info.drawer.module.ts +++ b/projects/aca-content/src/lib/components/info-drawer/info.drawer.module.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { ContentMetadataModule, ContentModule, VersionManagerModule } from '@alfresco/adf-content-services'; diff --git a/projects/aca-content/src/lib/components/info-drawer/library-metadata-tab/library-metadata-form.component.spec.ts b/projects/aca-content/src/lib/components/info-drawer/library-metadata-tab/library-metadata-form.component.spec.ts index 9922746d0..83525a20b 100644 --- a/projects/aca-content/src/lib/components/info-drawer/library-metadata-tab/library-metadata-form.component.spec.ts +++ b/projects/aca-content/src/lib/components/info-drawer/library-metadata-tab/library-metadata-form.component.spec.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,12 +15,13 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ + import { LibraryMetadataFormComponent } from './library-metadata-form.component'; import { TestBed, ComponentFixture, fakeAsync, tick } from '@angular/core/testing'; import { Store } from '@ngrx/store'; diff --git a/projects/aca-content/src/lib/components/info-drawer/library-metadata-tab/library-metadata-form.component.ts b/projects/aca-content/src/lib/components/info-drawer/library-metadata-tab/library-metadata-form.component.ts index c6b06562e..d587b105b 100644 --- a/projects/aca-content/src/lib/components/info-drawer/library-metadata-tab/library-metadata-form.component.ts +++ b/projects/aca-content/src/lib/components/info-drawer/library-metadata-tab/library-metadata-form.component.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Component, Input, OnInit, OnChanges, OnDestroy } from '@angular/core'; diff --git a/projects/aca-content/src/lib/components/info-drawer/library-metadata-tab/library-metadata-tab.component.ts b/projects/aca-content/src/lib/components/info-drawer/library-metadata-tab/library-metadata-tab.component.ts index 445e782a9..8112ac736 100644 --- a/projects/aca-content/src/lib/components/info-drawer/library-metadata-tab/library-metadata-tab.component.ts +++ b/projects/aca-content/src/lib/components/info-drawer/library-metadata-tab/library-metadata-tab.component.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Component, Input } from '@angular/core'; diff --git a/projects/aca-content/src/lib/components/info-drawer/metadata-tab/metadata-tab.component.spec.ts b/projects/aca-content/src/lib/components/info-drawer/metadata-tab/metadata-tab.component.spec.ts index 97f4f4c0e..92be54deb 100644 --- a/projects/aca-content/src/lib/components/info-drawer/metadata-tab/metadata-tab.component.spec.ts +++ b/projects/aca-content/src/lib/components/info-drawer/metadata-tab/metadata-tab.component.spec.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { MetadataTabComponent } from './metadata-tab.component'; diff --git a/projects/aca-content/src/lib/components/info-drawer/metadata-tab/metadata-tab.component.ts b/projects/aca-content/src/lib/components/info-drawer/metadata-tab/metadata-tab.component.ts index 153750d2d..1e3d9cb0a 100644 --- a/projects/aca-content/src/lib/components/info-drawer/metadata-tab/metadata-tab.component.ts +++ b/projects/aca-content/src/lib/components/info-drawer/metadata-tab/metadata-tab.component.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Component, Input, ViewEncapsulation, OnInit, OnDestroy } from '@angular/core'; diff --git a/projects/aca-content/src/lib/components/info-drawer/versions-tab/versions-tab.component.spec.ts b/projects/aca-content/src/lib/components/info-drawer/versions-tab/versions-tab.component.spec.ts index 3048c6ae3..0238fe902 100644 --- a/projects/aca-content/src/lib/components/info-drawer/versions-tab/versions-tab.component.spec.ts +++ b/projects/aca-content/src/lib/components/info-drawer/versions-tab/versions-tab.component.spec.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { VersionsTabComponent } from './versions-tab.component'; diff --git a/projects/aca-content/src/lib/components/info-drawer/versions-tab/versions-tab.component.ts b/projects/aca-content/src/lib/components/info-drawer/versions-tab/versions-tab.component.ts index eb9cbeef4..d3f44ba1e 100644 --- a/projects/aca-content/src/lib/components/info-drawer/versions-tab/versions-tab.component.ts +++ b/projects/aca-content/src/lib/components/info-drawer/versions-tab/versions-tab.component.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Component, Input, OnChanges, OnInit } from '@angular/core'; diff --git a/projects/aca-content/src/lib/components/layout/app-layout/app-layout.component.spec.ts b/projects/aca-content/src/lib/components/layout/app-layout/app-layout.component.spec.ts index 4c385cb22..de500145b 100644 --- a/projects/aca-content/src/lib/components/layout/app-layout/app-layout.component.spec.ts +++ b/projects/aca-content/src/lib/components/layout/app-layout/app-layout.component.spec.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { NO_ERRORS_SCHEMA } from '@angular/core'; diff --git a/projects/aca-content/src/lib/components/layout/app-layout/app-layout.component.ts b/projects/aca-content/src/lib/components/layout/app-layout/app-layout.component.ts index 6193c7f2a..a4175338d 100644 --- a/projects/aca-content/src/lib/components/layout/app-layout/app-layout.component.ts +++ b/projects/aca-content/src/lib/components/layout/app-layout/app-layout.component.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { AppConfigService, SidenavLayoutComponent, UserPreferencesService } from '@alfresco/adf-core'; diff --git a/projects/aca-content/src/lib/components/layout/layout.module.ts b/projects/aca-content/src/lib/components/layout/layout.module.ts index 5bb1275a5..7a5b545c6 100644 --- a/projects/aca-content/src/lib/components/layout/layout.module.ts +++ b/projects/aca-content/src/lib/components/layout/layout.module.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { NgModule } from '@angular/core'; diff --git a/projects/aca-content/src/lib/components/libraries/libraries.component.spec.ts b/projects/aca-content/src/lib/components/libraries/libraries.component.spec.ts index d475ef783..def1d76a6 100644 --- a/projects/aca-content/src/lib/components/libraries/libraries.component.spec.ts +++ b/projects/aca-content/src/lib/components/libraries/libraries.component.spec.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { TestBed, ComponentFixture } from '@angular/core/testing'; diff --git a/projects/aca-content/src/lib/components/libraries/libraries.component.ts b/projects/aca-content/src/lib/components/libraries/libraries.component.ts index 644909a80..f64ef45c0 100644 --- a/projects/aca-content/src/lib/components/libraries/libraries.component.ts +++ b/projects/aca-content/src/lib/components/libraries/libraries.component.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { AppStore, NavigateLibraryAction } from '@alfresco/aca-shared/store'; diff --git a/projects/aca-content/src/lib/components/main-action/main-action.component.spec.ts b/projects/aca-content/src/lib/components/main-action/main-action.component.spec.ts index 91d4537b4..e53a16130 100644 --- a/projects/aca-content/src/lib/components/main-action/main-action.component.spec.ts +++ b/projects/aca-content/src/lib/components/main-action/main-action.component.spec.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { ComponentFixture, TestBed } from '@angular/core/testing'; diff --git a/projects/aca-content/src/lib/components/main-action/main-action.component.ts b/projects/aca-content/src/lib/components/main-action/main-action.component.ts index b5119bfce..8026ae501 100644 --- a/projects/aca-content/src/lib/components/main-action/main-action.component.ts +++ b/projects/aca-content/src/lib/components/main-action/main-action.component.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { AppExtensionService } from '@alfresco/aca-shared'; diff --git a/projects/aca-content/src/lib/components/main-action/main-action.module.ts b/projects/aca-content/src/lib/components/main-action/main-action.module.ts index f4aa3cab6..241605011 100644 --- a/projects/aca-content/src/lib/components/main-action/main-action.module.ts +++ b/projects/aca-content/src/lib/components/main-action/main-action.module.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { NgModule } from '@angular/core'; diff --git a/projects/aca-content/src/lib/components/node-version/node-version-form.component.spec.ts b/projects/aca-content/src/lib/components/node-version/node-version-form.component.spec.ts index 547c17501..173e61aec 100644 --- a/projects/aca-content/src/lib/components/node-version/node-version-form.component.spec.ts +++ b/projects/aca-content/src/lib/components/node-version/node-version-form.component.spec.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { NoopAnimationsModule } from '@angular/platform-browser/animations'; diff --git a/projects/aca-content/src/lib/components/node-version/node-version-form.component.ts b/projects/aca-content/src/lib/components/node-version/node-version-form.component.ts index 93e65059d..43890fcf2 100644 --- a/projects/aca-content/src/lib/components/node-version/node-version-form.component.ts +++ b/projects/aca-content/src/lib/components/node-version/node-version-form.component.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Component, OnDestroy, OnInit, ViewEncapsulation, Output, EventEmitter } from '@angular/core'; diff --git a/projects/aca-content/src/lib/components/node-version/node-version.module.ts b/projects/aca-content/src/lib/components/node-version/node-version.module.ts index b8a865ef4..73321ed1c 100644 --- a/projects/aca-content/src/lib/components/node-version/node-version.module.ts +++ b/projects/aca-content/src/lib/components/node-version/node-version.module.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { AppNodeVersionFormComponent } from './node-version-form.component'; diff --git a/projects/aca-content/src/lib/components/recent-files/recent-files.component.spec.ts b/projects/aca-content/src/lib/components/recent-files/recent-files.component.spec.ts index fd3a36417..8bb5a47ff 100644 --- a/projects/aca-content/src/lib/components/recent-files/recent-files.component.spec.ts +++ b/projects/aca-content/src/lib/components/recent-files/recent-files.component.spec.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { TestBed, ComponentFixture } from '@angular/core/testing'; diff --git a/projects/aca-content/src/lib/components/recent-files/recent-files.component.ts b/projects/aca-content/src/lib/components/recent-files/recent-files.component.ts index 97eae05dd..e5ad0e78e 100644 --- a/projects/aca-content/src/lib/components/recent-files/recent-files.component.ts +++ b/projects/aca-content/src/lib/components/recent-files/recent-files.component.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Component, OnInit } from '@angular/core'; diff --git a/projects/aca-content/src/lib/components/search/search-action-menu/search-action-menu.component.spec.ts b/projects/aca-content/src/lib/components/search/search-action-menu/search-action-menu.component.spec.ts index 1c044ee4e..c1bc49d47 100644 --- a/projects/aca-content/src/lib/components/search/search-action-menu/search-action-menu.component.spec.ts +++ b/projects/aca-content/src/lib/components/search/search-action-menu/search-action-menu.component.spec.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { SearchQueryBuilderService } from '@alfresco/adf-content-services'; diff --git a/projects/aca-content/src/lib/components/search/search-action-menu/search-action-menu.component.ts b/projects/aca-content/src/lib/components/search/search-action-menu/search-action-menu.component.ts index 2b16c6254..26088475e 100644 --- a/projects/aca-content/src/lib/components/search/search-action-menu/search-action-menu.component.ts +++ b/projects/aca-content/src/lib/components/search/search-action-menu/search-action-menu.component.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { SearchQueryBuilderService } from '@alfresco/adf-content-services'; diff --git a/projects/aca-content/src/lib/components/search/search-input-control/search-input-control.component.spec.ts b/projects/aca-content/src/lib/components/search/search-input-control/search-input-control.component.spec.ts index 4faecf650..bae4b9f0d 100644 --- a/projects/aca-content/src/lib/components/search/search-input-control/search-input-control.component.spec.ts +++ b/projects/aca-content/src/lib/components/search/search-input-control/search-input-control.component.spec.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { SearchInputControlComponent } from './search-input-control.component'; diff --git a/projects/aca-content/src/lib/components/search/search-input-control/search-input-control.component.ts b/projects/aca-content/src/lib/components/search/search-input-control/search-input-control.component.ts index 9d8d2ef92..91896c950 100644 --- a/projects/aca-content/src/lib/components/search/search-input-control/search-input-control.component.ts +++ b/projects/aca-content/src/lib/components/search/search-input-control/search-input-control.component.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Component, EventEmitter, Input, OnDestroy, Output, ViewEncapsulation, ViewChild, ElementRef } from '@angular/core'; diff --git a/projects/aca-content/src/lib/components/search/search-input.module.ts b/projects/aca-content/src/lib/components/search/search-input.module.ts index 65ddd2456..9a20bc557 100644 --- a/projects/aca-content/src/lib/components/search/search-input.module.ts +++ b/projects/aca-content/src/lib/components/search/search-input.module.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { NgModule } from '@angular/core'; diff --git a/projects/aca-content/src/lib/components/search/search-input/search-input.component.spec.ts b/projects/aca-content/src/lib/components/search/search-input/search-input.component.spec.ts index 8555e2087..193a3a1da 100644 --- a/projects/aca-content/src/lib/components/search/search-input/search-input.component.spec.ts +++ b/projects/aca-content/src/lib/components/search/search-input/search-input.component.spec.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { NO_ERRORS_SCHEMA } from '@angular/core'; diff --git a/projects/aca-content/src/lib/components/search/search-input/search-input.component.ts b/projects/aca-content/src/lib/components/search/search-input/search-input.component.ts index e63500803..a445c5f5d 100644 --- a/projects/aca-content/src/lib/components/search/search-input/search-input.component.ts +++ b/projects/aca-content/src/lib/components/search/search-input/search-input.component.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { AppHookService } from '@alfresco/aca-shared'; diff --git a/projects/aca-content/src/lib/components/search/search-libraries-results/search-libraries-query-builder.service.spec.ts b/projects/aca-content/src/lib/components/search/search-libraries-results/search-libraries-query-builder.service.spec.ts index 951f084f9..97303d0c0 100644 --- a/projects/aca-content/src/lib/components/search/search-libraries-results/search-libraries-query-builder.service.spec.ts +++ b/projects/aca-content/src/lib/components/search/search-libraries-results/search-libraries-query-builder.service.spec.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { TestBed } from '@angular/core/testing'; diff --git a/projects/aca-content/src/lib/components/search/search-libraries-results/search-libraries-query-builder.service.ts b/projects/aca-content/src/lib/components/search/search-libraries-results/search-libraries-query-builder.service.ts index 6af540480..89556a2f4 100644 --- a/projects/aca-content/src/lib/components/search/search-libraries-results/search-libraries-query-builder.service.ts +++ b/projects/aca-content/src/lib/components/search/search-libraries-results/search-libraries-query-builder.service.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { AlfrescoApiService } from '@alfresco/adf-core'; diff --git a/projects/aca-content/src/lib/components/search/search-libraries-results/search-libraries-results.component.spec.ts b/projects/aca-content/src/lib/components/search/search-libraries-results/search-libraries-results.component.spec.ts index f965c0219..d45417d48 100644 --- a/projects/aca-content/src/lib/components/search/search-libraries-results/search-libraries-results.component.spec.ts +++ b/projects/aca-content/src/lib/components/search/search-libraries-results/search-libraries-results.component.spec.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { ComponentFixture, TestBed } from '@angular/core/testing'; diff --git a/projects/aca-content/src/lib/components/search/search-libraries-results/search-libraries-results.component.ts b/projects/aca-content/src/lib/components/search/search-libraries-results/search-libraries-results.component.ts index f5e85c289..8424856d6 100644 --- a/projects/aca-content/src/lib/components/search/search-libraries-results/search-libraries-results.component.ts +++ b/projects/aca-content/src/lib/components/search/search-libraries-results/search-libraries-results.component.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { NavigateLibraryAction, AppStore } from '@alfresco/aca-shared/store'; diff --git a/projects/aca-content/src/lib/components/search/search-results-row/search-results-row.component.ts b/projects/aca-content/src/lib/components/search/search-results-row/search-results-row.component.ts index 82b4c633e..b14fba891 100644 --- a/projects/aca-content/src/lib/components/search/search-results-row/search-results-row.component.ts +++ b/projects/aca-content/src/lib/components/search/search-results-row/search-results-row.component.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Component, Input, OnInit, ViewEncapsulation, ChangeDetectionStrategy, OnDestroy } from '@angular/core'; diff --git a/projects/aca-content/src/lib/components/search/search-results-row/search-results-row.components.spec.ts b/projects/aca-content/src/lib/components/search/search-results-row/search-results-row.components.spec.ts index 2fd554db0..94e644585 100644 --- a/projects/aca-content/src/lib/components/search/search-results-row/search-results-row.components.spec.ts +++ b/projects/aca-content/src/lib/components/search/search-results-row/search-results-row.components.spec.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { NodeEntry } from '@alfresco/js-api'; diff --git a/projects/aca-content/src/lib/components/search/search-results.module.ts b/projects/aca-content/src/lib/components/search/search-results.module.ts index f5f80a7c7..c30f76759 100644 --- a/projects/aca-content/src/lib/components/search/search-results.module.ts +++ b/projects/aca-content/src/lib/components/search/search-results.module.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { NgModule } from '@angular/core'; diff --git a/projects/aca-content/src/lib/components/search/search-results/search-results.component.spec.ts b/projects/aca-content/src/lib/components/search/search-results/search-results.component.spec.ts index 713d3ae63..f66379046 100644 --- a/projects/aca-content/src/lib/components/search/search-results/search-results.component.spec.ts +++ b/projects/aca-content/src/lib/components/search/search-results/search-results.component.spec.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { ComponentFixture, fakeAsync, TestBed, tick } from '@angular/core/testing'; diff --git a/projects/aca-content/src/lib/components/search/search-results/search-results.component.ts b/projects/aca-content/src/lib/components/search/search-results/search-results.component.ts index 9a8fd6440..9bde3ce1f 100644 --- a/projects/aca-content/src/lib/components/search/search-results/search-results.component.ts +++ b/projects/aca-content/src/lib/components/search/search-results/search-results.component.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Component, OnInit, ViewEncapsulation } from '@angular/core'; diff --git a/projects/aca-content/src/lib/components/shared-files/shared-files.component.spec.ts b/projects/aca-content/src/lib/components/shared-files/shared-files.component.spec.ts index bd6b47593..1ec80c171 100644 --- a/projects/aca-content/src/lib/components/shared-files/shared-files.component.spec.ts +++ b/projects/aca-content/src/lib/components/shared-files/shared-files.component.spec.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { TestBed, ComponentFixture } from '@angular/core/testing'; diff --git a/projects/aca-content/src/lib/components/shared-files/shared-files.component.ts b/projects/aca-content/src/lib/components/shared-files/shared-files.component.ts index 8def5e898..7a1db295b 100644 --- a/projects/aca-content/src/lib/components/shared-files/shared-files.component.ts +++ b/projects/aca-content/src/lib/components/shared-files/shared-files.component.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Component, OnInit } from '@angular/core'; diff --git a/projects/aca-content/src/lib/components/shared-link-view/shared-link-view.component.spec.ts b/projects/aca-content/src/lib/components/shared-link-view/shared-link-view.component.spec.ts index a87c40f1e..9ef8f8e3d 100644 --- a/projects/aca-content/src/lib/components/shared-link-view/shared-link-view.component.spec.ts +++ b/projects/aca-content/src/lib/components/shared-link-view/shared-link-view.component.spec.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { SharedLinkViewComponent } from './shared-link-view.component'; diff --git a/projects/aca-content/src/lib/components/shared-link-view/shared-link-view.component.ts b/projects/aca-content/src/lib/components/shared-link-view/shared-link-view.component.ts index 9dde3e92d..5e0f2faf8 100644 --- a/projects/aca-content/src/lib/components/shared-link-view/shared-link-view.component.ts +++ b/projects/aca-content/src/lib/components/shared-link-view/shared-link-view.component.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { AppStore, SetSelectedNodesAction } from '@alfresco/aca-shared/store'; diff --git a/projects/aca-content/src/lib/components/shared-link-view/shared-link-view.module.ts b/projects/aca-content/src/lib/components/shared-link-view/shared-link-view.module.ts index 987ac1e0e..732a66a39 100644 --- a/projects/aca-content/src/lib/components/shared-link-view/shared-link-view.module.ts +++ b/projects/aca-content/src/lib/components/shared-link-view/shared-link-view.module.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { NgModule } from '@angular/core'; diff --git a/projects/aca-content/src/lib/components/sidenav/components/button-menu.component.spec.ts b/projects/aca-content/src/lib/components/sidenav/components/button-menu.component.spec.ts index f1d79a4a3..1c10332df 100644 --- a/projects/aca-content/src/lib/components/sidenav/components/button-menu.component.spec.ts +++ b/projects/aca-content/src/lib/components/sidenav/components/button-menu.component.spec.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { ButtonMenuComponent } from './button-menu.component'; diff --git a/projects/aca-content/src/lib/components/sidenav/components/button-menu.component.ts b/projects/aca-content/src/lib/components/sidenav/components/button-menu.component.ts index 06830e316..d99eb0e52 100644 --- a/projects/aca-content/src/lib/components/sidenav/components/button-menu.component.ts +++ b/projects/aca-content/src/lib/components/sidenav/components/button-menu.component.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Component, Input, ViewEncapsulation, OnInit, ChangeDetectorRef } from '@angular/core'; diff --git a/projects/aca-content/src/lib/components/sidenav/components/expand-menu.component.spec.ts b/projects/aca-content/src/lib/components/sidenav/components/expand-menu.component.spec.ts index 8d1d8bbe6..3eb911b0f 100644 --- a/projects/aca-content/src/lib/components/sidenav/components/expand-menu.component.spec.ts +++ b/projects/aca-content/src/lib/components/sidenav/components/expand-menu.component.spec.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { ExpandMenuComponent } from './expand-menu.component'; diff --git a/projects/aca-content/src/lib/components/sidenav/components/expand-menu.component.ts b/projects/aca-content/src/lib/components/sidenav/components/expand-menu.component.ts index c20477faf..4fc5f85f7 100644 --- a/projects/aca-content/src/lib/components/sidenav/components/expand-menu.component.ts +++ b/projects/aca-content/src/lib/components/sidenav/components/expand-menu.component.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Component, OnInit, Input, ViewEncapsulation, ChangeDetectorRef } from '@angular/core'; diff --git a/projects/aca-content/src/lib/components/sidenav/directives/action.directive.spec.ts b/projects/aca-content/src/lib/components/sidenav/directives/action.directive.spec.ts index 5a652b808..75f34ae9e 100644 --- a/projects/aca-content/src/lib/components/sidenav/directives/action.directive.spec.ts +++ b/projects/aca-content/src/lib/components/sidenav/directives/action.directive.spec.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { ActionDirective } from './action.directive'; diff --git a/projects/aca-content/src/lib/components/sidenav/directives/action.directive.ts b/projects/aca-content/src/lib/components/sidenav/directives/action.directive.ts index f93236002..fd99ba529 100644 --- a/projects/aca-content/src/lib/components/sidenav/directives/action.directive.ts +++ b/projects/aca-content/src/lib/components/sidenav/directives/action.directive.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Directive, Input, HostListener } from '@angular/core'; diff --git a/projects/aca-content/src/lib/components/sidenav/directives/active-link.directive.spec.ts b/projects/aca-content/src/lib/components/sidenav/directives/active-link.directive.spec.ts index 4537196e3..3d71a3243 100644 --- a/projects/aca-content/src/lib/components/sidenav/directives/active-link.directive.spec.ts +++ b/projects/aca-content/src/lib/components/sidenav/directives/active-link.directive.spec.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Component } from '@angular/core'; diff --git a/projects/aca-content/src/lib/components/sidenav/directives/active-link.directive.ts b/projects/aca-content/src/lib/components/sidenav/directives/active-link.directive.ts index 9bb553a20..baf648128 100644 --- a/projects/aca-content/src/lib/components/sidenav/directives/active-link.directive.ts +++ b/projects/aca-content/src/lib/components/sidenav/directives/active-link.directive.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Directive, OnInit, Input, ElementRef, Renderer2, ContentChildren, QueryList, AfterContentInit, Optional } from '@angular/core'; diff --git a/projects/aca-content/src/lib/components/sidenav/directives/expansion-panel.directive.spec.ts b/projects/aca-content/src/lib/components/sidenav/directives/expansion-panel.directive.spec.ts index 5571b0f88..8c11b6509 100644 --- a/projects/aca-content/src/lib/components/sidenav/directives/expansion-panel.directive.spec.ts +++ b/projects/aca-content/src/lib/components/sidenav/directives/expansion-panel.directive.spec.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { NavigationEnd } from '@angular/router'; diff --git a/projects/aca-content/src/lib/components/sidenav/directives/expansion-panel.directive.ts b/projects/aca-content/src/lib/components/sidenav/directives/expansion-panel.directive.ts index 1caace78f..1b01131e8 100644 --- a/projects/aca-content/src/lib/components/sidenav/directives/expansion-panel.directive.ts +++ b/projects/aca-content/src/lib/components/sidenav/directives/expansion-panel.directive.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Directive, Input, HostListener, OnInit, OnDestroy } from '@angular/core'; diff --git a/projects/aca-content/src/lib/components/sidenav/directives/menu-panel.directive.spec.ts b/projects/aca-content/src/lib/components/sidenav/directives/menu-panel.directive.spec.ts index b37b40000..5652bcc80 100644 --- a/projects/aca-content/src/lib/components/sidenav/directives/menu-panel.directive.spec.ts +++ b/projects/aca-content/src/lib/components/sidenav/directives/menu-panel.directive.spec.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { NavigationEnd } from '@angular/router'; diff --git a/projects/aca-content/src/lib/components/sidenav/directives/menu-panel.directive.ts b/projects/aca-content/src/lib/components/sidenav/directives/menu-panel.directive.ts index b32e7cd6e..24ff7f53e 100644 --- a/projects/aca-content/src/lib/components/sidenav/directives/menu-panel.directive.ts +++ b/projects/aca-content/src/lib/components/sidenav/directives/menu-panel.directive.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Directive, Input, OnInit, OnDestroy, HostListener } from '@angular/core'; diff --git a/projects/aca-content/src/lib/components/sidenav/sidenav-wrapper/sidenav-wrapper.component.ts b/projects/aca-content/src/lib/components/sidenav/sidenav-wrapper/sidenav-wrapper.component.ts index 2f7eed7d4..a1bed62c2 100644 --- a/projects/aca-content/src/lib/components/sidenav/sidenav-wrapper/sidenav-wrapper.component.ts +++ b/projects/aca-content/src/lib/components/sidenav/sidenav-wrapper/sidenav-wrapper.component.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Component, Input } from '@angular/core'; diff --git a/projects/aca-content/src/lib/components/sidenav/sidenav.component.spec.ts b/projects/aca-content/src/lib/components/sidenav/sidenav.component.spec.ts index 90add233d..08207b6de 100644 --- a/projects/aca-content/src/lib/components/sidenav/sidenav.component.spec.ts +++ b/projects/aca-content/src/lib/components/sidenav/sidenav.component.spec.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { NO_ERRORS_SCHEMA } from '@angular/core'; diff --git a/projects/aca-content/src/lib/components/sidenav/sidenav.component.ts b/projects/aca-content/src/lib/components/sidenav/sidenav.component.ts index 9daaea7f2..528b3fc89 100755 --- a/projects/aca-content/src/lib/components/sidenav/sidenav.component.ts +++ b/projects/aca-content/src/lib/components/sidenav/sidenav.component.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Component, Input, OnInit, ViewEncapsulation, OnDestroy } from '@angular/core'; diff --git a/projects/aca-content/src/lib/components/sidenav/sidenav.module.ts b/projects/aca-content/src/lib/components/sidenav/sidenav.module.ts index e47bdab22..ee980ee2d 100644 --- a/projects/aca-content/src/lib/components/sidenav/sidenav.module.ts +++ b/projects/aca-content/src/lib/components/sidenav/sidenav.module.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { NgModule } from '@angular/core'; diff --git a/projects/aca-content/src/lib/components/toolbar/document-display-mode/document-display-mode.component.spec.ts b/projects/aca-content/src/lib/components/toolbar/document-display-mode/document-display-mode.component.spec.ts index 327656298..6c8e0dd04 100644 --- a/projects/aca-content/src/lib/components/toolbar/document-display-mode/document-display-mode.component.spec.ts +++ b/projects/aca-content/src/lib/components/toolbar/document-display-mode/document-display-mode.component.spec.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { DocumentDisplayModeComponent } from './document-display-mode.component'; diff --git a/projects/aca-content/src/lib/components/toolbar/document-display-mode/document-display-mode.component.ts b/projects/aca-content/src/lib/components/toolbar/document-display-mode/document-display-mode.component.ts index d4de60bb1..423859746 100644 --- a/projects/aca-content/src/lib/components/toolbar/document-display-mode/document-display-mode.component.ts +++ b/projects/aca-content/src/lib/components/toolbar/document-display-mode/document-display-mode.component.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Component, ViewEncapsulation } from '@angular/core'; diff --git a/projects/aca-content/src/lib/components/toolbar/toggle-edit-offline/toggle-edit-offline.component.spec.ts b/projects/aca-content/src/lib/components/toolbar/toggle-edit-offline/toggle-edit-offline.component.spec.ts index 0980eb970..6a2bb11d1 100644 --- a/projects/aca-content/src/lib/components/toolbar/toggle-edit-offline/toggle-edit-offline.component.spec.ts +++ b/projects/aca-content/src/lib/components/toolbar/toggle-edit-offline/toggle-edit-offline.component.spec.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { ToggleEditOfflineComponent } from './toggle-edit-offline.component'; diff --git a/projects/aca-content/src/lib/components/toolbar/toggle-edit-offline/toggle-edit-offline.component.ts b/projects/aca-content/src/lib/components/toolbar/toggle-edit-offline/toggle-edit-offline.component.ts index a0d13aa46..ebc859ad3 100644 --- a/projects/aca-content/src/lib/components/toolbar/toggle-edit-offline/toggle-edit-offline.component.ts +++ b/projects/aca-content/src/lib/components/toolbar/toggle-edit-offline/toggle-edit-offline.component.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { AppStore, DownloadNodesAction, EditOfflineAction, SnackbarErrorAction, getAppSelection } from '@alfresco/aca-shared/store'; diff --git a/projects/aca-content/src/lib/components/toolbar/toggle-favorite-library/toggle-favorite-library.component.spec.ts b/projects/aca-content/src/lib/components/toolbar/toggle-favorite-library/toggle-favorite-library.component.spec.ts index 54858b817..c680f3615 100644 --- a/projects/aca-content/src/lib/components/toolbar/toggle-favorite-library/toggle-favorite-library.component.spec.ts +++ b/projects/aca-content/src/lib/components/toolbar/toggle-favorite-library/toggle-favorite-library.component.spec.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { ComponentFixture, TestBed } from '@angular/core/testing'; diff --git a/projects/aca-content/src/lib/components/toolbar/toggle-favorite-library/toggle-favorite-library.component.ts b/projects/aca-content/src/lib/components/toolbar/toggle-favorite-library/toggle-favorite-library.component.ts index d3428920b..09d5f2d9d 100644 --- a/projects/aca-content/src/lib/components/toolbar/toggle-favorite-library/toggle-favorite-library.component.ts +++ b/projects/aca-content/src/lib/components/toolbar/toggle-favorite-library/toggle-favorite-library.component.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Component, ViewEncapsulation, OnInit, OnDestroy } from '@angular/core'; diff --git a/projects/aca-content/src/lib/components/toolbar/toggle-favorite/toggle-favorite.component.spec.ts b/projects/aca-content/src/lib/components/toolbar/toggle-favorite/toggle-favorite.component.spec.ts index 929458178..ae16dc4dc 100644 --- a/projects/aca-content/src/lib/components/toolbar/toggle-favorite/toggle-favorite.component.spec.ts +++ b/projects/aca-content/src/lib/components/toolbar/toggle-favorite/toggle-favorite.component.spec.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { TestBed } from '@angular/core/testing'; diff --git a/projects/aca-content/src/lib/components/toolbar/toggle-favorite/toggle-favorite.component.ts b/projects/aca-content/src/lib/components/toolbar/toggle-favorite/toggle-favorite.component.ts index 346bc4483..d23c728ae 100644 --- a/projects/aca-content/src/lib/components/toolbar/toggle-favorite/toggle-favorite.component.ts +++ b/projects/aca-content/src/lib/components/toolbar/toggle-favorite/toggle-favorite.component.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Component, ViewEncapsulation, OnInit, Input } from '@angular/core'; diff --git a/projects/aca-content/src/lib/components/toolbar/toggle-info-drawer/toggle-info-drawer.component.spec.ts b/projects/aca-content/src/lib/components/toolbar/toggle-info-drawer/toggle-info-drawer.component.spec.ts index ddb2d2795..fb6077122 100644 --- a/projects/aca-content/src/lib/components/toolbar/toggle-info-drawer/toggle-info-drawer.component.spec.ts +++ b/projects/aca-content/src/lib/components/toolbar/toggle-info-drawer/toggle-info-drawer.component.spec.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { ToggleInfoDrawerComponent } from './toggle-info-drawer.component'; diff --git a/projects/aca-content/src/lib/components/toolbar/toggle-info-drawer/toggle-info-drawer.component.ts b/projects/aca-content/src/lib/components/toolbar/toggle-info-drawer/toggle-info-drawer.component.ts index 9a28e0ee7..cad9e1950 100644 --- a/projects/aca-content/src/lib/components/toolbar/toggle-info-drawer/toggle-info-drawer.component.ts +++ b/projects/aca-content/src/lib/components/toolbar/toggle-info-drawer/toggle-info-drawer.component.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Component, ViewEncapsulation } from '@angular/core'; diff --git a/projects/aca-content/src/lib/components/toolbar/toggle-join-library/toggle-join-library-button.component.ts b/projects/aca-content/src/lib/components/toolbar/toggle-join-library/toggle-join-library-button.component.ts index d4ea9ac00..3fb982626 100644 --- a/projects/aca-content/src/lib/components/toolbar/toggle-join-library/toggle-join-library-button.component.ts +++ b/projects/aca-content/src/lib/components/toolbar/toggle-join-library/toggle-join-library-button.component.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { diff --git a/projects/aca-content/src/lib/components/toolbar/toggle-join-library/toggle-join-library-menu.component.ts b/projects/aca-content/src/lib/components/toolbar/toggle-join-library/toggle-join-library-menu.component.ts index e98fafc22..a30e078c0 100644 --- a/projects/aca-content/src/lib/components/toolbar/toggle-join-library/toggle-join-library-menu.component.ts +++ b/projects/aca-content/src/lib/components/toolbar/toggle-join-library/toggle-join-library-menu.component.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Component, ViewEncapsulation } from '@angular/core'; diff --git a/projects/aca-content/src/lib/components/toolbar/toggle-join-library/toggle-join-library.component.spec.ts b/projects/aca-content/src/lib/components/toolbar/toggle-join-library/toggle-join-library.component.spec.ts index 10fdf5e40..222f68534 100644 --- a/projects/aca-content/src/lib/components/toolbar/toggle-join-library/toggle-join-library.component.spec.ts +++ b/projects/aca-content/src/lib/components/toolbar/toggle-join-library/toggle-join-library.component.spec.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { of } from 'rxjs'; diff --git a/projects/aca-content/src/lib/components/toolbar/toolbar.module.ts b/projects/aca-content/src/lib/components/toolbar/toolbar.module.ts index b09013b87..f0ac6c850 100644 --- a/projects/aca-content/src/lib/components/toolbar/toolbar.module.ts +++ b/projects/aca-content/src/lib/components/toolbar/toolbar.module.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { NgModule } from '@angular/core'; diff --git a/projects/aca-content/src/lib/components/toolbar/view-node/view-node.component.spec.ts b/projects/aca-content/src/lib/components/toolbar/view-node/view-node.component.spec.ts index 3fa37ab31..80b82c637 100644 --- a/projects/aca-content/src/lib/components/toolbar/view-node/view-node.component.spec.ts +++ b/projects/aca-content/src/lib/components/toolbar/view-node/view-node.component.spec.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { TestBed } from '@angular/core/testing'; diff --git a/projects/aca-content/src/lib/components/toolbar/view-node/view-node.component.ts b/projects/aca-content/src/lib/components/toolbar/view-node/view-node.component.ts index c943fb0a0..8420dcd8d 100644 --- a/projects/aca-content/src/lib/components/toolbar/view-node/view-node.component.ts +++ b/projects/aca-content/src/lib/components/toolbar/view-node/view-node.component.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Component, ViewEncapsulation, Input } from '@angular/core'; diff --git a/projects/aca-content/src/lib/components/trashcan/trashcan.component.spec.ts b/projects/aca-content/src/lib/components/trashcan/trashcan.component.spec.ts index 198df4c3d..2d6cee5cf 100644 --- a/projects/aca-content/src/lib/components/trashcan/trashcan.component.spec.ts +++ b/projects/aca-content/src/lib/components/trashcan/trashcan.component.spec.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,12 +15,13 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ + import { NO_ERRORS_SCHEMA } from '@angular/core'; import { TestBed, ComponentFixture } from '@angular/core/testing'; import { AlfrescoApiService, DataTableComponent, AppConfigModule } from '@alfresco/adf-core'; diff --git a/projects/aca-content/src/lib/components/trashcan/trashcan.component.ts b/projects/aca-content/src/lib/components/trashcan/trashcan.component.ts index e1b743ab7..f8cc7be7b 100644 --- a/projects/aca-content/src/lib/components/trashcan/trashcan.component.ts +++ b/projects/aca-content/src/lib/components/trashcan/trashcan.component.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { AppStore, getUserProfile } from '@alfresco/aca-shared/store'; diff --git a/projects/aca-content/src/lib/components/trashcan/trashcan.module.ts b/projects/aca-content/src/lib/components/trashcan/trashcan.module.ts index 120f04a60..99f31f34d 100644 --- a/projects/aca-content/src/lib/components/trashcan/trashcan.module.ts +++ b/projects/aca-content/src/lib/components/trashcan/trashcan.module.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { NgModule } from '@angular/core'; diff --git a/projects/aca-content/src/lib/components/upload-files-dialog/upload-files-dialog.component.ts b/projects/aca-content/src/lib/components/upload-files-dialog/upload-files-dialog.component.ts index db773565d..d0222660a 100644 --- a/projects/aca-content/src/lib/components/upload-files-dialog/upload-files-dialog.component.ts +++ b/projects/aca-content/src/lib/components/upload-files-dialog/upload-files-dialog.component.ts @@ -1,9 +1,25 @@ -/* - * Copyright © 2005 - 2021 Alfresco Software, Ltd. All rights reserved. +/*! + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * License rights for this program may be obtained from Alfresco Software, Ltd. - * pursuant to a written agreement and any use of this program without such an - * agreement is prohibited. + * Alfresco Example Content Application + * + * This file is part of the Alfresco Example Content Application. + * If the software was purchased under a paid Alfresco license, the terms of + * the paid license agreement will prevail. Otherwise, the software is + * provided under the following open source license terms: + * + * The Alfresco Example Content Application is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * The Alfresco Example Content Application 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 Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * from Hyland Software. If not, see . */ import { Component, OnDestroy, ViewEncapsulation } from '@angular/core'; diff --git a/projects/aca-content/src/lib/components/view-profile/view-profile.component.spec.ts b/projects/aca-content/src/lib/components/view-profile/view-profile.component.spec.ts index a1d6060f6..719f5bae0 100644 --- a/projects/aca-content/src/lib/components/view-profile/view-profile.component.spec.ts +++ b/projects/aca-content/src/lib/components/view-profile/view-profile.component.spec.ts @@ -1,10 +1,27 @@ -/* - * Copyright © 2005 - 2021 Alfresco Software, Ltd. All rights reserved. +/*! + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * License rights for this program may be obtained from Alfresco Software, Ltd. - * pursuant to a written agreement and any use of this program without such an - * agreement is prohibited. + * Alfresco Example Content Application + * + * This file is part of the Alfresco Example Content Application. + * If the software was purchased under a paid Alfresco license, the terms of + * the paid license agreement will prevail. Otherwise, the software is + * provided under the following open source license terms: + * + * The Alfresco Example Content Application is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * The Alfresco Example Content Application 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 Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * from Hyland Software. If not, see . */ + import { TestBed, ComponentFixture } from '@angular/core/testing'; import { AppConfigModule } from '@alfresco/adf-core'; import { ViewProfileComponent } from './view-profile.component'; diff --git a/projects/aca-content/src/lib/components/view-profile/view-profile.component.ts b/projects/aca-content/src/lib/components/view-profile/view-profile.component.ts index a316057c7..a5611755b 100644 --- a/projects/aca-content/src/lib/components/view-profile/view-profile.component.ts +++ b/projects/aca-content/src/lib/components/view-profile/view-profile.component.ts @@ -1,10 +1,27 @@ -/* - * Copyright © 2005 - 2021 Alfresco Software, Ltd. All rights reserved. +/*! + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * License rights for this program may be obtained from Alfresco Software, Ltd. - * pursuant to a written agreement and any use of this program without such an - * agreement is prohibited. + * Alfresco Example Content Application + * + * This file is part of the Alfresco Example Content Application. + * If the software was purchased under a paid Alfresco license, the terms of + * the paid license agreement will prevail. Otherwise, the software is + * provided under the following open source license terms: + * + * The Alfresco Example Content Application is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * The Alfresco Example Content Application 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 Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * from Hyland Software. If not, see . */ + import { AlfrescoApiService } from '@alfresco/adf-core'; import { PeopleApi, Person } from '@alfresco/js-api'; import { Component, OnInit, ViewEncapsulation } from '@angular/core'; diff --git a/projects/aca-content/src/lib/components/view-profile/view-profile.guard.ts b/projects/aca-content/src/lib/components/view-profile/view-profile.guard.ts index fdfa31fbb..38774a102 100644 --- a/projects/aca-content/src/lib/components/view-profile/view-profile.guard.ts +++ b/projects/aca-content/src/lib/components/view-profile/view-profile.guard.ts @@ -1,9 +1,25 @@ -/* - * Copyright © 2005 - 2021 Alfresco Software, Ltd. All rights reserved. +/*! + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * License rights for this program may be obtained from Alfresco Software, Ltd. - * pursuant to a written agreement and any use of this program without such an - * agreement is prohibited. + * Alfresco Example Content Application + * + * This file is part of the Alfresco Example Content Application. + * If the software was purchased under a paid Alfresco license, the terms of + * the paid license agreement will prevail. Otherwise, the software is + * provided under the following open source license terms: + * + * The Alfresco Example Content Application is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * The Alfresco Example Content Application 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 Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * from Hyland Software. If not, see . */ import { Injectable } from '@angular/core'; diff --git a/projects/aca-content/src/lib/components/view-profile/view-profile.module.ts b/projects/aca-content/src/lib/components/view-profile/view-profile.module.ts index ff817f799..b96898268 100644 --- a/projects/aca-content/src/lib/components/view-profile/view-profile.module.ts +++ b/projects/aca-content/src/lib/components/view-profile/view-profile.module.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { NgModule } from '@angular/core'; diff --git a/projects/aca-content/src/lib/dialogs/node-template/create-from-template.dialog.spec.ts b/projects/aca-content/src/lib/dialogs/node-template/create-from-template.dialog.spec.ts index 021585dc3..da8eab0ab 100644 --- a/projects/aca-content/src/lib/dialogs/node-template/create-from-template.dialog.spec.ts +++ b/projects/aca-content/src/lib/dialogs/node-template/create-from-template.dialog.spec.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { CreateFromTemplateDialogComponent } from './create-from-template.dialog'; diff --git a/projects/aca-content/src/lib/dialogs/node-template/create-from-template.dialog.ts b/projects/aca-content/src/lib/dialogs/node-template/create-from-template.dialog.ts index c0538c024..f04fcc869 100644 --- a/projects/aca-content/src/lib/dialogs/node-template/create-from-template.dialog.ts +++ b/projects/aca-content/src/lib/dialogs/node-template/create-from-template.dialog.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Component, ViewEncapsulation, Inject, OnInit } from '@angular/core'; diff --git a/projects/aca-content/src/lib/directives/directives.module.ts b/projects/aca-content/src/lib/directives/directives.module.ts index 5fd852500..83222b76a 100644 --- a/projects/aca-content/src/lib/directives/directives.module.ts +++ b/projects/aca-content/src/lib/directives/directives.module.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { NgModule } from '@angular/core'; diff --git a/projects/aca-content/src/lib/directives/document-list.directive.spec.ts b/projects/aca-content/src/lib/directives/document-list.directive.spec.ts index b97ad571c..a060cac03 100644 --- a/projects/aca-content/src/lib/directives/document-list.directive.spec.ts +++ b/projects/aca-content/src/lib/directives/document-list.directive.spec.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { DocumentListDirective } from './document-list.directive'; diff --git a/projects/aca-content/src/lib/directives/document-list.directive.ts b/projects/aca-content/src/lib/directives/document-list.directive.ts index fdfa92edb..77b495896 100644 --- a/projects/aca-content/src/lib/directives/document-list.directive.ts +++ b/projects/aca-content/src/lib/directives/document-list.directive.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Directive, OnDestroy, OnInit, HostListener } from '@angular/core'; diff --git a/projects/aca-content/src/lib/extensions/core.extensions.module.ts b/projects/aca-content/src/lib/extensions/core.extensions.module.ts index 3be598fc5..288c090e9 100644 --- a/projects/aca-content/src/lib/extensions/core.extensions.module.ts +++ b/projects/aca-content/src/lib/extensions/core.extensions.module.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { CoreModule } from '@alfresco/adf-core'; diff --git a/projects/aca-content/src/lib/material.module.ts b/projects/aca-content/src/lib/material.module.ts index 85dfb8e1e..be7866368 100644 --- a/projects/aca-content/src/lib/material.module.ts +++ b/projects/aca-content/src/lib/material.module.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { NgModule } from '@angular/core'; diff --git a/projects/aca-content/src/lib/services/content-management.service.spec.ts b/projects/aca-content/src/lib/services/content-management.service.spec.ts index 482adffb7..c72279d4f 100644 --- a/projects/aca-content/src/lib/services/content-management.service.spec.ts +++ b/projects/aca-content/src/lib/services/content-management.service.spec.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { TestBed, fakeAsync, tick, flush } from '@angular/core/testing'; diff --git a/projects/aca-content/src/lib/services/content-management.service.ts b/projects/aca-content/src/lib/services/content-management.service.ts index 1ff786010..afddb2ce2 100644 --- a/projects/aca-content/src/lib/services/content-management.service.ts +++ b/projects/aca-content/src/lib/services/content-management.service.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { AppHookService, ContentApiService, NodePermissionService } from '@alfresco/aca-shared'; diff --git a/projects/aca-content/src/lib/services/content-service-extension.service.spec.ts b/projects/aca-content/src/lib/services/content-service-extension.service.spec.ts index c0f86fe1b..9cca1cf49 100644 --- a/projects/aca-content/src/lib/services/content-service-extension.service.spec.ts +++ b/projects/aca-content/src/lib/services/content-service-extension.service.spec.ts @@ -1,9 +1,25 @@ -/* - * Copyright © 2005 - 2021 Alfresco Software, Ltd. All rights reserved. +/*! + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * License rights for this program may be obtained from Alfresco Software, Ltd. - * pursuant to a written agreement and any use of this program without such an - * agreement is prohibited. + * Alfresco Example Content Application + * + * This file is part of the Alfresco Example Content Application. + * If the software was purchased under a paid Alfresco license, the terms of + * the paid license agreement will prevail. Otherwise, the software is + * provided under the following open source license terms: + * + * The Alfresco Example Content Application is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * The Alfresco Example Content Application 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 Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * from Hyland Software. If not, see . */ import { ContentServiceExtensionService } from './content-service-extension.service'; diff --git a/projects/aca-content/src/lib/services/content-service-extension.service.ts b/projects/aca-content/src/lib/services/content-service-extension.service.ts index e25c95783..b1b2e1e34 100644 --- a/projects/aca-content/src/lib/services/content-service-extension.service.ts +++ b/projects/aca-content/src/lib/services/content-service-extension.service.ts @@ -1,9 +1,25 @@ -/* - * Copyright © 2005 - 2021 Alfresco Software, Ltd. All rights reserved. +/*! + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * License rights for this program may be obtained from Alfresco Software, Ltd. - * pursuant to a written agreement and any use of this program without such an - * agreement is prohibited. + * Alfresco Example Content Application + * + * This file is part of the Alfresco Example Content Application. + * If the software was purchased under a paid Alfresco license, the terms of + * the paid license agreement will prevail. Otherwise, the software is + * provided under the following open source license terms: + * + * The Alfresco Example Content Application is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * The Alfresco Example Content Application 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 Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * from Hyland Software. If not, see . */ import { Injectable } from '@angular/core'; diff --git a/projects/aca-content/src/lib/services/content-url.service.spec.ts b/projects/aca-content/src/lib/services/content-url.service.spec.ts index 00870e2cd..1a6d82c8a 100644 --- a/projects/aca-content/src/lib/services/content-url.service.spec.ts +++ b/projects/aca-content/src/lib/services/content-url.service.spec.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { TestBed } from '@angular/core/testing'; diff --git a/projects/aca-content/src/lib/services/content-url.service.ts b/projects/aca-content/src/lib/services/content-url.service.ts index de35e4258..01a4fdf0a 100644 --- a/projects/aca-content/src/lib/services/content-url.service.ts +++ b/projects/aca-content/src/lib/services/content-url.service.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Injectable } from '@angular/core'; diff --git a/projects/aca-content/src/lib/services/node-actions.service.spec.ts b/projects/aca-content/src/lib/services/node-actions.service.spec.ts index 857e18567..2713912c3 100644 --- a/projects/aca-content/src/lib/services/node-actions.service.spec.ts +++ b/projects/aca-content/src/lib/services/node-actions.service.spec.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { TestBed } from '@angular/core/testing'; diff --git a/projects/aca-content/src/lib/services/node-actions.service.ts b/projects/aca-content/src/lib/services/node-actions.service.ts index e3b10b166..55bf0163a 100644 --- a/projects/aca-content/src/lib/services/node-actions.service.ts +++ b/projects/aca-content/src/lib/services/node-actions.service.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Injectable } from '@angular/core'; diff --git a/projects/aca-content/src/lib/services/node-template.service.spec.ts b/projects/aca-content/src/lib/services/node-template.service.spec.ts index 88f910cee..6257903bb 100644 --- a/projects/aca-content/src/lib/services/node-template.service.spec.ts +++ b/projects/aca-content/src/lib/services/node-template.service.spec.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { TestBed, fakeAsync, tick } from '@angular/core/testing'; diff --git a/projects/aca-content/src/lib/services/node-template.service.ts b/projects/aca-content/src/lib/services/node-template.service.ts index c55268d11..541b69f38 100644 --- a/projects/aca-content/src/lib/services/node-template.service.ts +++ b/projects/aca-content/src/lib/services/node-template.service.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Injectable } from '@angular/core'; diff --git a/projects/aca-content/src/lib/store/app-store.module.ts b/projects/aca-content/src/lib/store/app-store.module.ts index fa7104ef7..ee0ad2dd7 100644 --- a/projects/aca-content/src/lib/store/app-store.module.ts +++ b/projects/aca-content/src/lib/store/app-store.module.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { NgModule } from '@angular/core'; diff --git a/projects/aca-content/src/lib/store/effects.ts b/projects/aca-content/src/lib/store/effects.ts index 12f7862fd..c52af3c7b 100644 --- a/projects/aca-content/src/lib/store/effects.ts +++ b/projects/aca-content/src/lib/store/effects.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ export * from './effects/app.effects'; diff --git a/projects/aca-content/src/lib/store/effects/app.effects.ts b/projects/aca-content/src/lib/store/effects/app.effects.ts index 33582c88e..618e72c26 100644 --- a/projects/aca-content/src/lib/store/effects/app.effects.ts +++ b/projects/aca-content/src/lib/store/effects/app.effects.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Actions, ofType, createEffect } from '@ngrx/effects'; diff --git a/projects/aca-content/src/lib/store/effects/contextmenu.effects.spec.ts b/projects/aca-content/src/lib/store/effects/contextmenu.effects.spec.ts index a25ae3056..953623184 100644 --- a/projects/aca-content/src/lib/store/effects/contextmenu.effects.spec.ts +++ b/projects/aca-content/src/lib/store/effects/contextmenu.effects.spec.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { TestBed } from '@angular/core/testing'; diff --git a/projects/aca-content/src/lib/store/effects/contextmenu.effects.ts b/projects/aca-content/src/lib/store/effects/contextmenu.effects.ts index f4a1c63c7..2d1242d60 100644 --- a/projects/aca-content/src/lib/store/effects/contextmenu.effects.ts +++ b/projects/aca-content/src/lib/store/effects/contextmenu.effects.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { ContextMenuActionTypes, ContextMenu } from '@alfresco/aca-shared/store'; diff --git a/projects/aca-content/src/lib/store/effects/download.effects.spec.ts b/projects/aca-content/src/lib/store/effects/download.effects.spec.ts index ced9e3ba1..c66be428a 100644 --- a/projects/aca-content/src/lib/store/effects/download.effects.spec.ts +++ b/projects/aca-content/src/lib/store/effects/download.effects.spec.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { TestBed } from '@angular/core/testing'; diff --git a/projects/aca-content/src/lib/store/effects/download.effects.ts b/projects/aca-content/src/lib/store/effects/download.effects.ts index 04557317e..c5e5d1889 100644 --- a/projects/aca-content/src/lib/store/effects/download.effects.ts +++ b/projects/aca-content/src/lib/store/effects/download.effects.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { AppStore, DownloadNodesAction, NodeActionTypes, NodeInfo, getAppSelection, getCurrentVersion } from '@alfresco/aca-shared/store'; diff --git a/projects/aca-content/src/lib/store/effects/favorite.effects.ts b/projects/aca-content/src/lib/store/effects/favorite.effects.ts index 01e34e188..0f6324c7b 100644 --- a/projects/aca-content/src/lib/store/effects/favorite.effects.ts +++ b/projects/aca-content/src/lib/store/effects/favorite.effects.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Actions, ofType, createEffect } from '@ngrx/effects'; diff --git a/projects/aca-content/src/lib/store/effects/library.effects.ts b/projects/aca-content/src/lib/store/effects/library.effects.ts index e6ab9c50d..61585ffec 100644 --- a/projects/aca-content/src/lib/store/effects/library.effects.ts +++ b/projects/aca-content/src/lib/store/effects/library.effects.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { diff --git a/projects/aca-content/src/lib/store/effects/node.effects.spec.ts b/projects/aca-content/src/lib/store/effects/node.effects.spec.ts index 0d94f6985..7def4b57c 100644 --- a/projects/aca-content/src/lib/store/effects/node.effects.spec.ts +++ b/projects/aca-content/src/lib/store/effects/node.effects.spec.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { TestBed, fakeAsync, tick } from '@angular/core/testing'; diff --git a/projects/aca-content/src/lib/store/effects/node.effects.ts b/projects/aca-content/src/lib/store/effects/node.effects.ts index 2f146e67a..457149460 100644 --- a/projects/aca-content/src/lib/store/effects/node.effects.ts +++ b/projects/aca-content/src/lib/store/effects/node.effects.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Actions, ofType, createEffect } from '@ngrx/effects'; diff --git a/projects/aca-content/src/lib/store/effects/search.effects.spec.ts b/projects/aca-content/src/lib/store/effects/search.effects.spec.ts index b2033401d..e9168d007 100644 --- a/projects/aca-content/src/lib/store/effects/search.effects.spec.ts +++ b/projects/aca-content/src/lib/store/effects/search.effects.spec.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { TestBed, fakeAsync, tick } from '@angular/core/testing'; diff --git a/projects/aca-content/src/lib/store/effects/search.effects.ts b/projects/aca-content/src/lib/store/effects/search.effects.ts index e6f5e215b..92ae940f0 100644 --- a/projects/aca-content/src/lib/store/effects/search.effects.ts +++ b/projects/aca-content/src/lib/store/effects/search.effects.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Actions, ofType, createEffect } from '@ngrx/effects'; diff --git a/projects/aca-content/src/lib/store/effects/template.effects.spec.ts b/projects/aca-content/src/lib/store/effects/template.effects.spec.ts index 72c77700d..89de4c16d 100644 --- a/projects/aca-content/src/lib/store/effects/template.effects.spec.ts +++ b/projects/aca-content/src/lib/store/effects/template.effects.spec.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { fakeAsync, TestBed, tick } from '@angular/core/testing'; diff --git a/projects/aca-content/src/lib/store/effects/template.effects.ts b/projects/aca-content/src/lib/store/effects/template.effects.ts index 369c330b1..75e6ca212 100644 --- a/projects/aca-content/src/lib/store/effects/template.effects.ts +++ b/projects/aca-content/src/lib/store/effects/template.effects.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Actions, ofType, createEffect } from '@ngrx/effects'; diff --git a/projects/aca-content/src/lib/store/effects/upload.effects.spec.ts b/projects/aca-content/src/lib/store/effects/upload.effects.spec.ts index 2618be16b..f24bcdb01 100644 --- a/projects/aca-content/src/lib/store/effects/upload.effects.spec.ts +++ b/projects/aca-content/src/lib/store/effects/upload.effects.spec.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Store } from '@ngrx/store'; diff --git a/projects/aca-content/src/lib/store/effects/upload.effects.ts b/projects/aca-content/src/lib/store/effects/upload.effects.ts index 77249bf1e..153107ccd 100644 --- a/projects/aca-content/src/lib/store/effects/upload.effects.ts +++ b/projects/aca-content/src/lib/store/effects/upload.effects.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { diff --git a/projects/aca-content/src/lib/store/effects/viewer.effects.spec.ts b/projects/aca-content/src/lib/store/effects/viewer.effects.spec.ts index 8884a3a45..981eda817 100644 --- a/projects/aca-content/src/lib/store/effects/viewer.effects.spec.ts +++ b/projects/aca-content/src/lib/store/effects/viewer.effects.spec.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { TestBed, fakeAsync, tick } from '@angular/core/testing'; diff --git a/projects/aca-content/src/lib/store/effects/viewer.effects.ts b/projects/aca-content/src/lib/store/effects/viewer.effects.ts index 82f9b673c..d1ad25adf 100644 --- a/projects/aca-content/src/lib/store/effects/viewer.effects.ts +++ b/projects/aca-content/src/lib/store/effects/viewer.effects.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Actions, ofType, createEffect } from '@ngrx/effects'; diff --git a/projects/aca-content/src/lib/store/initial-state.ts b/projects/aca-content/src/lib/store/initial-state.ts index 464eff119..32df64522 100644 --- a/projects/aca-content/src/lib/store/initial-state.ts +++ b/projects/aca-content/src/lib/store/initial-state.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { AppState, AppStore } from '@alfresco/aca-shared/store'; diff --git a/projects/aca-content/src/lib/store/reducers/app.reducer.ts b/projects/aca-content/src/lib/store/reducers/app.reducer.ts index ea07bc509..f572f8e75 100644 --- a/projects/aca-content/src/lib/store/reducers/app.reducer.ts +++ b/projects/aca-content/src/lib/store/reducers/app.reducer.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Action } from '@ngrx/store'; diff --git a/projects/aca-content/src/lib/testing/app-extension-service-mock.ts b/projects/aca-content/src/lib/testing/app-extension-service-mock.ts index 5fad39538..cd1579310 100644 --- a/projects/aca-content/src/lib/testing/app-extension-service-mock.ts +++ b/projects/aca-content/src/lib/testing/app-extension-service-mock.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { ContentActionRef } from '@alfresco/adf-extensions'; diff --git a/projects/aca-content/src/lib/testing/app-testing.module.ts b/projects/aca-content/src/lib/testing/app-testing.module.ts index 58d38ef1f..c33937f36 100644 --- a/projects/aca-content/src/lib/testing/app-testing.module.ts +++ b/projects/aca-content/src/lib/testing/app-testing.module.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { NgModule } from '@angular/core'; diff --git a/projects/aca-content/src/lib/testing/content-action-ref.ts b/projects/aca-content/src/lib/testing/content-action-ref.ts index 79bc14b04..753725bcb 100644 --- a/projects/aca-content/src/lib/testing/content-action-ref.ts +++ b/projects/aca-content/src/lib/testing/content-action-ref.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { ContentActionRef, ContentActionType } from '@alfresco/adf-extensions'; diff --git a/projects/aca-content/src/lib/testing/translate-pipe.directive.ts b/projects/aca-content/src/lib/testing/translate-pipe.directive.ts index 473511450..2c4e29777 100644 --- a/projects/aca-content/src/lib/testing/translate-pipe.directive.ts +++ b/projects/aca-content/src/lib/testing/translate-pipe.directive.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Pipe, PipeTransform } from '@angular/core'; diff --git a/projects/aca-content/src/public-api.ts b/projects/aca-content/src/public-api.ts index 500bd5f49..dd221ce2e 100644 --- a/projects/aca-content/src/public-api.ts +++ b/projects/aca-content/src/public-api.ts @@ -1,3 +1,27 @@ +/*! + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Alfresco Example Content Application + * + * This file is part of the Alfresco Example Content Application. + * If the software was purchased under a paid Alfresco license, the terms of + * the paid license agreement will prevail. Otherwise, the software is + * provided under the following open source license terms: + * + * The Alfresco Example Content Application is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * The Alfresco Example Content Application 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 Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * from Hyland Software. If not, see . + */ + /* * Public API Surface of aca-content */ diff --git a/projects/aca-content/src/test.ts b/projects/aca-content/src/test.ts index 97b739a00..3c7301edd 100644 --- a/projects/aca-content/src/test.ts +++ b/projects/aca-content/src/test.ts @@ -1,3 +1,27 @@ +/*! + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Alfresco Example Content Application + * + * This file is part of the Alfresco Example Content Application. + * If the software was purchased under a paid Alfresco license, the terms of + * the paid license agreement will prevail. Otherwise, the software is + * provided under the following open source license terms: + * + * The Alfresco Example Content Application is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * The Alfresco Example Content Application 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 Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * from Hyland Software. If not, see . + */ + // This file is required by karma.conf.js and loads recursively all the .spec and framework files import 'zone.js'; diff --git a/projects/aca-folder-rules/.eslintrc.json b/projects/aca-folder-rules/.eslintrc.js similarity index 65% rename from projects/aca-folder-rules/.eslintrc.json rename to projects/aca-folder-rules/.eslintrc.js index 0ae655012..9e780e164 100644 --- a/projects/aca-folder-rules/.eslintrc.json +++ b/projects/aca-folder-rules/.eslintrc.js @@ -1,4 +1,5 @@ -{ +path = require("path"); +module.exports = { "extends": "../../.eslintrc.json", "ignorePatterns": [ "!**/*" @@ -10,8 +11,8 @@ ], "parserOptions": { "project": [ - "projects/aca-folder-rules/tsconfig.lib.json", - "projects/aca-folder-rules/tsconfig.spec.json" + path.join(__dirname, "tsconfig.lib.json"), + path.join(__dirname, "tsconfig.spec.json") ], "createDefaultProgram": true }, diff --git a/projects/aca-folder-rules/assets/folder-rules.plugin.json b/projects/aca-folder-rules/assets/folder-rules.plugin.json index 93c9fda11..a3845283a 100644 --- a/projects/aca-folder-rules/assets/folder-rules.plugin.json +++ b/projects/aca-folder-rules/assets/folder-rules.plugin.json @@ -3,7 +3,7 @@ "$id": "0455ca6c-cc7a-43ae-bbf7-35795413d2dd", "$name": "Folder Rules Plugin", "$version": "0.0.1", - "$vendor": "Alfresco Software, Ltd.", + "$vendor": "Hyland Software, Inc. and its affiliates", "$license": "LGPL-3.0", "features": { diff --git a/projects/aca-folder-rules/src/lib/folder-rules.module.ts b/projects/aca-folder-rules/src/lib/folder-rules.module.ts index 004662885..fa97705ef 100644 --- a/projects/aca-folder-rules/src/lib/folder-rules.module.ts +++ b/projects/aca-folder-rules/src/lib/folder-rules.module.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { CoreModule, TranslationService } from '@alfresco/adf-core'; diff --git a/projects/aca-folder-rules/src/lib/folder-rules.rules.spec.ts b/projects/aca-folder-rules/src/lib/folder-rules.rules.spec.ts index 4688c4021..b7024e210 100644 --- a/projects/aca-folder-rules/src/lib/folder-rules.rules.spec.ts +++ b/projects/aca-folder-rules/src/lib/folder-rules.rules.spec.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { AcaRuleContext } from '@alfresco/aca-shared/rules'; diff --git a/projects/aca-folder-rules/src/lib/folder-rules.rules.ts b/projects/aca-folder-rules/src/lib/folder-rules.rules.ts index 12cbc950d..95b0beea3 100644 --- a/projects/aca-folder-rules/src/lib/folder-rules.rules.ts +++ b/projects/aca-folder-rules/src/lib/folder-rules.rules.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { AcaRuleContext, hasFolderSelected, canEditFolder, isNotFavorites } from '@alfresco/aca-shared/rules'; diff --git a/projects/aca-folder-rules/src/lib/manage-rules/manage-rules.smart-component.spec.ts b/projects/aca-folder-rules/src/lib/manage-rules/manage-rules.smart-component.spec.ts index 27a84799d..00b93128c 100644 --- a/projects/aca-folder-rules/src/lib/manage-rules/manage-rules.smart-component.spec.ts +++ b/projects/aca-folder-rules/src/lib/manage-rules/manage-rules.smart-component.spec.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { ComponentFixture, TestBed } from '@angular/core/testing'; diff --git a/projects/aca-folder-rules/src/lib/manage-rules/manage-rules.smart-component.ts b/projects/aca-folder-rules/src/lib/manage-rules/manage-rules.smart-component.ts index 63863ad96..47ff67a37 100644 --- a/projects/aca-folder-rules/src/lib/manage-rules/manage-rules.smart-component.ts +++ b/projects/aca-folder-rules/src/lib/manage-rules/manage-rules.smart-component.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Component, OnDestroy, OnInit, ViewEncapsulation } from '@angular/core'; diff --git a/projects/aca-folder-rules/src/lib/mock/action-parameter-constraints.mock.ts b/projects/aca-folder-rules/src/lib/mock/action-parameter-constraints.mock.ts index f3dde2628..46899d061 100644 --- a/projects/aca-folder-rules/src/lib/mock/action-parameter-constraints.mock.ts +++ b/projects/aca-folder-rules/src/lib/mock/action-parameter-constraints.mock.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { ActionParameterConstraint } from '../model/action-parameter-constraint.model'; diff --git a/projects/aca-folder-rules/src/lib/mock/actions.mock.ts b/projects/aca-folder-rules/src/lib/mock/actions.mock.ts index 1403372be..d83a9eec4 100644 --- a/projects/aca-folder-rules/src/lib/mock/actions.mock.ts +++ b/projects/aca-folder-rules/src/lib/mock/actions.mock.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { ActionDefinitionTransformed, ActionParameterDefinitionTransformed, RuleAction } from '../model/rule-action.model'; diff --git a/projects/aca-folder-rules/src/lib/mock/conditions.mock.ts b/projects/aca-folder-rules/src/lib/mock/conditions.mock.ts index c2701fe37..e471e49d2 100644 --- a/projects/aca-folder-rules/src/lib/mock/conditions.mock.ts +++ b/projects/aca-folder-rules/src/lib/mock/conditions.mock.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { RuleCompositeCondition } from '../model/rule-composite-condition.model'; diff --git a/projects/aca-folder-rules/src/lib/mock/node.mock.ts b/projects/aca-folder-rules/src/lib/mock/node.mock.ts index f820859c8..08a0a0232 100644 --- a/projects/aca-folder-rules/src/lib/mock/node.mock.ts +++ b/projects/aca-folder-rules/src/lib/mock/node.mock.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { NodeInfo } from '@alfresco/aca-shared/store'; diff --git a/projects/aca-folder-rules/src/lib/mock/rule-sets.mock.ts b/projects/aca-folder-rules/src/lib/mock/rule-sets.mock.ts index 21d771a20..903fed2f1 100644 --- a/projects/aca-folder-rules/src/lib/mock/rule-sets.mock.ts +++ b/projects/aca-folder-rules/src/lib/mock/rule-sets.mock.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { RuleSet } from '../model/rule-set.model'; diff --git a/projects/aca-folder-rules/src/lib/mock/rules.mock.ts b/projects/aca-folder-rules/src/lib/mock/rules.mock.ts index b06a7c046..01ad21669 100644 --- a/projects/aca-folder-rules/src/lib/mock/rules.mock.ts +++ b/projects/aca-folder-rules/src/lib/mock/rules.mock.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Rule, RuleSettings } from '../model/rule.model'; diff --git a/projects/aca-folder-rules/src/lib/model/action-parameter-constraint.model.ts b/projects/aca-folder-rules/src/lib/model/action-parameter-constraint.model.ts index 31d2229c4..5c448909b 100644 --- a/projects/aca-folder-rules/src/lib/model/action-parameter-constraint.model.ts +++ b/projects/aca-folder-rules/src/lib/model/action-parameter-constraint.model.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ export interface ActionParameterConstraint { diff --git a/projects/aca-folder-rules/src/lib/model/rule-action.model.ts b/projects/aca-folder-rules/src/lib/model/rule-action.model.ts index fdc7c38a8..8d1dfc7d9 100644 --- a/projects/aca-folder-rules/src/lib/model/rule-action.model.ts +++ b/projects/aca-folder-rules/src/lib/model/rule-action.model.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ export interface RuleAction { diff --git a/projects/aca-folder-rules/src/lib/model/rule-composite-condition.model.ts b/projects/aca-folder-rules/src/lib/model/rule-composite-condition.model.ts index 612e095de..43b79996b 100644 --- a/projects/aca-folder-rules/src/lib/model/rule-composite-condition.model.ts +++ b/projects/aca-folder-rules/src/lib/model/rule-composite-condition.model.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { RuleSimpleCondition } from './rule-simple-condition.model'; diff --git a/projects/aca-folder-rules/src/lib/model/rule-grouping-item.model.ts b/projects/aca-folder-rules/src/lib/model/rule-grouping-item.model.ts index 4b7581084..72214d8db 100644 --- a/projects/aca-folder-rules/src/lib/model/rule-grouping-item.model.ts +++ b/projects/aca-folder-rules/src/lib/model/rule-grouping-item.model.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Rule } from './rule.model'; diff --git a/projects/aca-folder-rules/src/lib/model/rule-set.model.ts b/projects/aca-folder-rules/src/lib/model/rule-set.model.ts index e695e1df9..2f4ac3313 100644 --- a/projects/aca-folder-rules/src/lib/model/rule-set.model.ts +++ b/projects/aca-folder-rules/src/lib/model/rule-set.model.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Rule } from './rule.model'; diff --git a/projects/aca-folder-rules/src/lib/model/rule-simple-condition.model.ts b/projects/aca-folder-rules/src/lib/model/rule-simple-condition.model.ts index 04784baae..f79946be8 100644 --- a/projects/aca-folder-rules/src/lib/model/rule-simple-condition.model.ts +++ b/projects/aca-folder-rules/src/lib/model/rule-simple-condition.model.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ export interface RuleSimpleCondition { diff --git a/projects/aca-folder-rules/src/lib/model/rule.model.ts b/projects/aca-folder-rules/src/lib/model/rule.model.ts index d8018a71a..cbbc645e1 100644 --- a/projects/aca-folder-rules/src/lib/model/rule.model.ts +++ b/projects/aca-folder-rules/src/lib/model/rule.model.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { RuleCompositeCondition } from './rule-composite-condition.model'; diff --git a/projects/aca-folder-rules/src/lib/rule-details/actions/rule-action-list.ui-component.spec.ts b/projects/aca-folder-rules/src/lib/rule-details/actions/rule-action-list.ui-component.spec.ts index 7a2f99223..ff03c8c7f 100644 --- a/projects/aca-folder-rules/src/lib/rule-details/actions/rule-action-list.ui-component.spec.ts +++ b/projects/aca-folder-rules/src/lib/rule-details/actions/rule-action-list.ui-component.spec.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { ComponentFixture, TestBed } from '@angular/core/testing'; diff --git a/projects/aca-folder-rules/src/lib/rule-details/actions/rule-action-list.ui-component.ts b/projects/aca-folder-rules/src/lib/rule-details/actions/rule-action-list.ui-component.ts index c0c93f6b8..853557982 100644 --- a/projects/aca-folder-rules/src/lib/rule-details/actions/rule-action-list.ui-component.ts +++ b/projects/aca-folder-rules/src/lib/rule-details/actions/rule-action-list.ui-component.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Component, forwardRef, Input, OnDestroy, ViewEncapsulation } from '@angular/core'; diff --git a/projects/aca-folder-rules/src/lib/rule-details/actions/rule-action.ui-component.spec.ts b/projects/aca-folder-rules/src/lib/rule-details/actions/rule-action.ui-component.spec.ts index 3664bf96f..63511c39c 100644 --- a/projects/aca-folder-rules/src/lib/rule-details/actions/rule-action.ui-component.spec.ts +++ b/projects/aca-folder-rules/src/lib/rule-details/actions/rule-action.ui-component.spec.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { ComponentFixture, TestBed } from '@angular/core/testing'; diff --git a/projects/aca-folder-rules/src/lib/rule-details/actions/rule-action.ui-component.ts b/projects/aca-folder-rules/src/lib/rule-details/actions/rule-action.ui-component.ts index 0101ddf5c..5094e279c 100644 --- a/projects/aca-folder-rules/src/lib/rule-details/actions/rule-action.ui-component.ts +++ b/projects/aca-folder-rules/src/lib/rule-details/actions/rule-action.ui-component.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Component, forwardRef, Input, OnDestroy, OnInit, ViewEncapsulation } from '@angular/core'; diff --git a/projects/aca-folder-rules/src/lib/rule-details/conditions/rule-composite-condition.ui-component.spec.ts b/projects/aca-folder-rules/src/lib/rule-details/conditions/rule-composite-condition.ui-component.spec.ts index ed9cc089c..ba9b7fd5c 100644 --- a/projects/aca-folder-rules/src/lib/rule-details/conditions/rule-composite-condition.ui-component.spec.ts +++ b/projects/aca-folder-rules/src/lib/rule-details/conditions/rule-composite-condition.ui-component.spec.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { ComponentFixture, TestBed } from '@angular/core/testing'; diff --git a/projects/aca-folder-rules/src/lib/rule-details/conditions/rule-composite-condition.ui-component.ts b/projects/aca-folder-rules/src/lib/rule-details/conditions/rule-composite-condition.ui-component.ts index 3d2720b56..a7a5fcd7f 100644 --- a/projects/aca-folder-rules/src/lib/rule-details/conditions/rule-composite-condition.ui-component.ts +++ b/projects/aca-folder-rules/src/lib/rule-details/conditions/rule-composite-condition.ui-component.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Component, forwardRef, HostBinding, Input, OnDestroy, ViewEncapsulation } from '@angular/core'; diff --git a/projects/aca-folder-rules/src/lib/rule-details/conditions/rule-condition-comparators.ts b/projects/aca-folder-rules/src/lib/rule-details/conditions/rule-condition-comparators.ts index bd3da5081..eacdb0b59 100644 --- a/projects/aca-folder-rules/src/lib/rule-details/conditions/rule-condition-comparators.ts +++ b/projects/aca-folder-rules/src/lib/rule-details/conditions/rule-condition-comparators.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ export interface RuleConditionComparator { diff --git a/projects/aca-folder-rules/src/lib/rule-details/conditions/rule-condition-fields.ts b/projects/aca-folder-rules/src/lib/rule-details/conditions/rule-condition-fields.ts index f61aad425..af77ab683 100644 --- a/projects/aca-folder-rules/src/lib/rule-details/conditions/rule-condition-fields.ts +++ b/projects/aca-folder-rules/src/lib/rule-details/conditions/rule-condition-fields.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ export type RuleConditionFieldType = 'string' | 'number' | 'date' | 'type' | 'special' | 'mimeType'; diff --git a/projects/aca-folder-rules/src/lib/rule-details/conditions/rule-mime-types.ts b/projects/aca-folder-rules/src/lib/rule-details/conditions/rule-mime-types.ts index 0f939943b..8c34725f8 100644 --- a/projects/aca-folder-rules/src/lib/rule-details/conditions/rule-mime-types.ts +++ b/projects/aca-folder-rules/src/lib/rule-details/conditions/rule-mime-types.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ export interface MimeType { diff --git a/projects/aca-folder-rules/src/lib/rule-details/conditions/rule-simple-condition.ui-component.spec.ts b/projects/aca-folder-rules/src/lib/rule-details/conditions/rule-simple-condition.ui-component.spec.ts index 72212c1d9..427134b5d 100644 --- a/projects/aca-folder-rules/src/lib/rule-details/conditions/rule-simple-condition.ui-component.spec.ts +++ b/projects/aca-folder-rules/src/lib/rule-details/conditions/rule-simple-condition.ui-component.spec.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { ComponentFixture, TestBed } from '@angular/core/testing'; diff --git a/projects/aca-folder-rules/src/lib/rule-details/conditions/rule-simple-condition.ui-component.ts b/projects/aca-folder-rules/src/lib/rule-details/conditions/rule-simple-condition.ui-component.ts index a110fc4ba..2e57096ee 100644 --- a/projects/aca-folder-rules/src/lib/rule-details/conditions/rule-simple-condition.ui-component.ts +++ b/projects/aca-folder-rules/src/lib/rule-details/conditions/rule-simple-condition.ui-component.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Component, forwardRef, Input, OnDestroy, ViewEncapsulation } from '@angular/core'; diff --git a/projects/aca-folder-rules/src/lib/rule-details/edit-rule-dialog.smart-component.spec.ts b/projects/aca-folder-rules/src/lib/rule-details/edit-rule-dialog.smart-component.spec.ts index b62b4abed..6f4f4018e 100644 --- a/projects/aca-folder-rules/src/lib/rule-details/edit-rule-dialog.smart-component.spec.ts +++ b/projects/aca-folder-rules/src/lib/rule-details/edit-rule-dialog.smart-component.spec.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { ComponentFixture, TestBed } from '@angular/core/testing'; diff --git a/projects/aca-folder-rules/src/lib/rule-details/edit-rule-dialog.ui-component.ts b/projects/aca-folder-rules/src/lib/rule-details/edit-rule-dialog.ui-component.ts index bcf1070b5..a7a6e75cc 100644 --- a/projects/aca-folder-rules/src/lib/rule-details/edit-rule-dialog.ui-component.ts +++ b/projects/aca-folder-rules/src/lib/rule-details/edit-rule-dialog.ui-component.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Component, EventEmitter, Inject, Output, ViewEncapsulation } from '@angular/core'; diff --git a/projects/aca-folder-rules/src/lib/rule-details/options/rule-options.ui-component.spec.ts b/projects/aca-folder-rules/src/lib/rule-details/options/rule-options.ui-component.spec.ts index 5fb83320e..eadc37022 100644 --- a/projects/aca-folder-rules/src/lib/rule-details/options/rule-options.ui-component.spec.ts +++ b/projects/aca-folder-rules/src/lib/rule-details/options/rule-options.ui-component.spec.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { ComponentFixture, TestBed } from '@angular/core/testing'; diff --git a/projects/aca-folder-rules/src/lib/rule-details/options/rule-options.ui-component.ts b/projects/aca-folder-rules/src/lib/rule-details/options/rule-options.ui-component.ts index 28ef1ab71..6a6f6ddfb 100644 --- a/projects/aca-folder-rules/src/lib/rule-details/options/rule-options.ui-component.ts +++ b/projects/aca-folder-rules/src/lib/rule-details/options/rule-options.ui-component.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Component, forwardRef, HostBinding, Input, OnDestroy, ViewEncapsulation } from '@angular/core'; diff --git a/projects/aca-folder-rules/src/lib/rule-details/rule-details.ui-component.spec.ts b/projects/aca-folder-rules/src/lib/rule-details/rule-details.ui-component.spec.ts index 1cc4766ba..18adbe6db 100644 --- a/projects/aca-folder-rules/src/lib/rule-details/rule-details.ui-component.spec.ts +++ b/projects/aca-folder-rules/src/lib/rule-details/rule-details.ui-component.spec.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { ComponentFixture, TestBed } from '@angular/core/testing'; diff --git a/projects/aca-folder-rules/src/lib/rule-details/rule-details.ui-component.ts b/projects/aca-folder-rules/src/lib/rule-details/rule-details.ui-component.ts index f11779b84..97d13698c 100644 --- a/projects/aca-folder-rules/src/lib/rule-details/rule-details.ui-component.ts +++ b/projects/aca-folder-rules/src/lib/rule-details/rule-details.ui-component.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Component, EventEmitter, Input, OnDestroy, OnInit, Output, ViewEncapsulation } from '@angular/core'; diff --git a/projects/aca-folder-rules/src/lib/rule-details/triggers/rule-triggers.ui-component.spec.ts b/projects/aca-folder-rules/src/lib/rule-details/triggers/rule-triggers.ui-component.spec.ts index 5ec4e40ea..a52b7ece7 100644 --- a/projects/aca-folder-rules/src/lib/rule-details/triggers/rule-triggers.ui-component.spec.ts +++ b/projects/aca-folder-rules/src/lib/rule-details/triggers/rule-triggers.ui-component.spec.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { RuleTriggersUiComponent } from './rule-triggers.ui-component'; diff --git a/projects/aca-folder-rules/src/lib/rule-details/triggers/rule-triggers.ui-component.ts b/projects/aca-folder-rules/src/lib/rule-details/triggers/rule-triggers.ui-component.ts index 295f39bfd..07334d823 100644 --- a/projects/aca-folder-rules/src/lib/rule-details/triggers/rule-triggers.ui-component.ts +++ b/projects/aca-folder-rules/src/lib/rule-details/triggers/rule-triggers.ui-component.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { ControlValueAccessor, NG_VALUE_ACCESSOR } from '@angular/forms'; diff --git a/projects/aca-folder-rules/src/lib/rule-details/validators/rule-actions.validator.spec.ts b/projects/aca-folder-rules/src/lib/rule-details/validators/rule-actions.validator.spec.ts index f06895143..0ca7555e6 100644 --- a/projects/aca-folder-rules/src/lib/rule-details/validators/rule-actions.validator.spec.ts +++ b/projects/aca-folder-rules/src/lib/rule-details/validators/rule-actions.validator.spec.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { FormControl, ValidatorFn } from '@angular/forms'; diff --git a/projects/aca-folder-rules/src/lib/rule-details/validators/rule-actions.validator.ts b/projects/aca-folder-rules/src/lib/rule-details/validators/rule-actions.validator.ts index 70dc288b0..f08e6c612 100644 --- a/projects/aca-folder-rules/src/lib/rule-details/validators/rule-actions.validator.ts +++ b/projects/aca-folder-rules/src/lib/rule-details/validators/rule-actions.validator.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { AbstractControl, ValidationErrors, ValidatorFn } from '@angular/forms'; diff --git a/projects/aca-folder-rules/src/lib/rule-details/validators/rule-composite-condition.validator.ts b/projects/aca-folder-rules/src/lib/rule-details/validators/rule-composite-condition.validator.ts index cbd36f5fe..039a8c64a 100644 --- a/projects/aca-folder-rules/src/lib/rule-details/validators/rule-composite-condition.validator.ts +++ b/projects/aca-folder-rules/src/lib/rule-details/validators/rule-composite-condition.validator.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { RuleCompositeCondition } from '../../model/rule-composite-condition.model'; diff --git a/projects/aca-folder-rules/src/lib/rule-list/rule-list-grouping/rule-list-grouping.ui-component.spec.ts b/projects/aca-folder-rules/src/lib/rule-list/rule-list-grouping/rule-list-grouping.ui-component.spec.ts index 37a839c53..4f8d42d85 100644 --- a/projects/aca-folder-rules/src/lib/rule-list/rule-list-grouping/rule-list-grouping.ui-component.spec.ts +++ b/projects/aca-folder-rules/src/lib/rule-list/rule-list-grouping/rule-list-grouping.ui-component.spec.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { ComponentFixture, TestBed } from '@angular/core/testing'; diff --git a/projects/aca-folder-rules/src/lib/rule-list/rule-list-grouping/rule-list-grouping.ui-component.ts b/projects/aca-folder-rules/src/lib/rule-list/rule-list-grouping/rule-list-grouping.ui-component.ts index da79035a7..046613bb1 100644 --- a/projects/aca-folder-rules/src/lib/rule-list/rule-list-grouping/rule-list-grouping.ui-component.ts +++ b/projects/aca-folder-rules/src/lib/rule-list/rule-list-grouping/rule-list-grouping.ui-component.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Component, EventEmitter, Input, Output, ViewEncapsulation } from '@angular/core'; diff --git a/projects/aca-folder-rules/src/lib/rule-list/rule-list-item/rule-list-item.ui-component.ts b/projects/aca-folder-rules/src/lib/rule-list/rule-list-item/rule-list-item.ui-component.ts index c59b27872..14934e355 100644 --- a/projects/aca-folder-rules/src/lib/rule-list/rule-list-item/rule-list-item.ui-component.ts +++ b/projects/aca-folder-rules/src/lib/rule-list/rule-list-item/rule-list-item.ui-component.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Component, EventEmitter, HostBinding, Input, Output, ViewEncapsulation } from '@angular/core'; diff --git a/projects/aca-folder-rules/src/lib/rule-list/rule-list/rule-list.ui-component.spec.ts b/projects/aca-folder-rules/src/lib/rule-list/rule-list/rule-list.ui-component.spec.ts index add479b9c..60b635abf 100644 --- a/projects/aca-folder-rules/src/lib/rule-list/rule-list/rule-list.ui-component.spec.ts +++ b/projects/aca-folder-rules/src/lib/rule-list/rule-list/rule-list.ui-component.spec.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { RuleListUiComponent } from './rule-list.ui-component'; diff --git a/projects/aca-folder-rules/src/lib/rule-list/rule-list/rule-list.ui-component.ts b/projects/aca-folder-rules/src/lib/rule-list/rule-list/rule-list.ui-component.ts index 508d12dd8..1e6e9df05 100644 --- a/projects/aca-folder-rules/src/lib/rule-list/rule-list/rule-list.ui-component.ts +++ b/projects/aca-folder-rules/src/lib/rule-list/rule-list/rule-list.ui-component.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Component, EventEmitter, Input, Output, ViewEncapsulation } from '@angular/core'; diff --git a/projects/aca-folder-rules/src/lib/rule-set-picker/rule-set-picker.smart-component.spec.ts b/projects/aca-folder-rules/src/lib/rule-set-picker/rule-set-picker.smart-component.spec.ts index f76dfd1e2..1c441657a 100644 --- a/projects/aca-folder-rules/src/lib/rule-set-picker/rule-set-picker.smart-component.spec.ts +++ b/projects/aca-folder-rules/src/lib/rule-set-picker/rule-set-picker.smart-component.spec.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { ComponentFixture, TestBed } from '@angular/core/testing'; diff --git a/projects/aca-folder-rules/src/lib/rule-set-picker/rule-set-picker.smart-component.ts b/projects/aca-folder-rules/src/lib/rule-set-picker/rule-set-picker.smart-component.ts index b9d2ed5c2..1eebae1d9 100644 --- a/projects/aca-folder-rules/src/lib/rule-set-picker/rule-set-picker.smart-component.ts +++ b/projects/aca-folder-rules/src/lib/rule-set-picker/rule-set-picker.smart-component.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Component, Inject, ViewEncapsulation } from '@angular/core'; diff --git a/projects/aca-folder-rules/src/lib/services/actions.service.spec.ts b/projects/aca-folder-rules/src/lib/services/actions.service.spec.ts index b3225e27f..09e2f5ed0 100644 --- a/projects/aca-folder-rules/src/lib/services/actions.service.spec.ts +++ b/projects/aca-folder-rules/src/lib/services/actions.service.spec.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { ActionsService } from './actions.service'; diff --git a/projects/aca-folder-rules/src/lib/services/actions.service.ts b/projects/aca-folder-rules/src/lib/services/actions.service.ts index 2cdd0c0c5..3dbdbf52b 100644 --- a/projects/aca-folder-rules/src/lib/services/actions.service.ts +++ b/projects/aca-folder-rules/src/lib/services/actions.service.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Injectable } from '@angular/core'; diff --git a/projects/aca-folder-rules/src/lib/services/folder-rule-sets.service.spec.ts b/projects/aca-folder-rules/src/lib/services/folder-rule-sets.service.spec.ts index 9950e050b..93e3eb68d 100644 --- a/projects/aca-folder-rules/src/lib/services/folder-rule-sets.service.spec.ts +++ b/projects/aca-folder-rules/src/lib/services/folder-rule-sets.service.spec.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { FolderRuleSetsService } from './folder-rule-sets.service'; diff --git a/projects/aca-folder-rules/src/lib/services/folder-rule-sets.service.ts b/projects/aca-folder-rules/src/lib/services/folder-rule-sets.service.ts index 7984e18a5..6af1fe52c 100644 --- a/projects/aca-folder-rules/src/lib/services/folder-rule-sets.service.ts +++ b/projects/aca-folder-rules/src/lib/services/folder-rule-sets.service.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Injectable } from '@angular/core'; diff --git a/projects/aca-folder-rules/src/lib/services/folder-rules.service.spec.ts b/projects/aca-folder-rules/src/lib/services/folder-rules.service.spec.ts index 22d62fd75..752e1d7cd 100644 --- a/projects/aca-folder-rules/src/lib/services/folder-rules.service.spec.ts +++ b/projects/aca-folder-rules/src/lib/services/folder-rules.service.spec.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { TestBed } from '@angular/core/testing'; diff --git a/projects/aca-folder-rules/src/lib/services/folder-rules.service.ts b/projects/aca-folder-rules/src/lib/services/folder-rules.service.ts index 7a9e683c7..69afc1c07 100644 --- a/projects/aca-folder-rules/src/lib/services/folder-rules.service.ts +++ b/projects/aca-folder-rules/src/lib/services/folder-rules.service.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Injectable } from '@angular/core'; diff --git a/projects/aca-folder-rules/src/public-api.ts b/projects/aca-folder-rules/src/public-api.ts index 31b34ec96..0a9f4273f 100644 --- a/projects/aca-folder-rules/src/public-api.ts +++ b/projects/aca-folder-rules/src/public-api.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2023 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ export * from './lib/folder-rules.module'; diff --git a/projects/aca-folder-rules/src/test.ts b/projects/aca-folder-rules/src/test.ts index f108f7a2e..24bdc445c 100644 --- a/projects/aca-folder-rules/src/test.ts +++ b/projects/aca-folder-rules/src/test.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ // This file is required by karma.conf.js and loads recursively all the .spec and framework files diff --git a/projects/aca-preview/.eslintrc.json b/projects/aca-preview/.eslintrc.js similarity index 65% rename from projects/aca-preview/.eslintrc.json rename to projects/aca-preview/.eslintrc.js index ed7b127fa..9e780e164 100644 --- a/projects/aca-preview/.eslintrc.json +++ b/projects/aca-preview/.eslintrc.js @@ -1,4 +1,5 @@ -{ +path = require("path"); +module.exports = { "extends": "../../.eslintrc.json", "ignorePatterns": [ "!**/*" @@ -10,8 +11,8 @@ ], "parserOptions": { "project": [ - "projects/aca-preview/tsconfig.lib.json", - "projects/aca-preview/tsconfig.spec.json" + path.join(__dirname, "tsconfig.lib.json"), + path.join(__dirname, "tsconfig.spec.json") ], "createDefaultProgram": true }, diff --git a/projects/aca-preview/src/lib/components/preview.component.spec.ts b/projects/aca-preview/src/lib/components/preview.component.spec.ts index 7e206a456..5fa64fb9c 100644 --- a/projects/aca-preview/src/lib/components/preview.component.spec.ts +++ b/projects/aca-preview/src/lib/components/preview.component.spec.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Router, ActivatedRoute } from '@angular/router'; diff --git a/projects/aca-preview/src/lib/components/preview.component.ts b/projects/aca-preview/src/lib/components/preview.component.ts index 95d534782..cd34de56e 100644 --- a/projects/aca-preview/src/lib/components/preview.component.ts +++ b/projects/aca-preview/src/lib/components/preview.component.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Component, OnInit, OnDestroy, ViewEncapsulation, HostListener } from '@angular/core'; diff --git a/projects/aca-preview/src/lib/preview.module.ts b/projects/aca-preview/src/lib/preview.module.ts index 280ae7361..ecbbe76d5 100644 --- a/projects/aca-preview/src/lib/preview.module.ts +++ b/projects/aca-preview/src/lib/preview.module.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { CoreModule } from '@alfresco/adf-core'; diff --git a/projects/aca-preview/src/public-api.ts b/projects/aca-preview/src/public-api.ts index 4a96fd7f3..108941e71 100644 --- a/projects/aca-preview/src/public-api.ts +++ b/projects/aca-preview/src/public-api.ts @@ -1,3 +1,27 @@ +/*! + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Alfresco Example Content Application + * + * This file is part of the Alfresco Example Content Application. + * If the software was purchased under a paid Alfresco license, the terms of + * the paid license agreement will prevail. Otherwise, the software is + * provided under the following open source license terms: + * + * The Alfresco Example Content Application is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * The Alfresco Example Content Application 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 Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * from Hyland Software. If not, see . + */ + /* * Public API Surface of aca-preview */ diff --git a/projects/aca-preview/src/test.ts b/projects/aca-preview/src/test.ts index 59f2f3c78..d4e12c097 100644 --- a/projects/aca-preview/src/test.ts +++ b/projects/aca-preview/src/test.ts @@ -1,3 +1,27 @@ +/*! + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Alfresco Example Content Application + * + * This file is part of the Alfresco Example Content Application. + * If the software was purchased under a paid Alfresco license, the terms of + * the paid license agreement will prevail. Otherwise, the software is + * provided under the following open source license terms: + * + * The Alfresco Example Content Application is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * The Alfresco Example Content Application 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 Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * from Hyland Software. If not, see . + */ + // This file is required by karma.conf.js and loads recursively all the .spec and framework files import 'zone.js'; diff --git a/projects/aca-shared/.eslintrc.js b/projects/aca-shared/.eslintrc.js new file mode 100644 index 000000000..9e780e164 --- /dev/null +++ b/projects/aca-shared/.eslintrc.js @@ -0,0 +1,23 @@ +path = require("path"); +module.exports = { + "extends": "../../.eslintrc.json", + "ignorePatterns": [ + "!**/*" + ], + "overrides": [ + { + "files": [ + "*.ts" + ], + "parserOptions": { + "project": [ + path.join(__dirname, "tsconfig.lib.json"), + path.join(__dirname, "tsconfig.spec.json") + ], + "createDefaultProgram": true + }, + "rules": { + } + } + ] +} diff --git a/projects/aca-shared/.eslintrc.json b/projects/aca-shared/.eslintrc.json deleted file mode 100644 index db47856fc..000000000 --- a/projects/aca-shared/.eslintrc.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "extends": "../../.eslintrc.json", - "ignorePatterns": [ - "!**/*" - ], - "overrides": [ - { - "files": [ - "*.ts" - ], - "parserOptions": { - "project": [ - "projects/aca-shared/tsconfig.lib.json", - "projects/aca-shared/tsconfig.spec.json" - ], - "createDefaultProgram": true - }, - "rules": { - } - } - ] -} diff --git a/projects/aca-shared/rules/src/app.rules.spec.ts b/projects/aca-shared/rules/src/app.rules.spec.ts index 519e934a3..a1037bd23 100644 --- a/projects/aca-shared/rules/src/app.rules.spec.ts +++ b/projects/aca-shared/rules/src/app.rules.spec.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import * as app from './app.rules'; diff --git a/projects/aca-shared/rules/src/app.rules.ts b/projects/aca-shared/rules/src/app.rules.ts index f4a1cc405..d4e0ece4b 100644 --- a/projects/aca-shared/rules/src/app.rules.ts +++ b/projects/aca-shared/rules/src/app.rules.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { AppConfigService } from '@alfresco/adf-core'; diff --git a/projects/aca-shared/rules/src/navigation.rules.spec.ts b/projects/aca-shared/rules/src/navigation.rules.spec.ts index ebd86e355..b0cae7b29 100644 --- a/projects/aca-shared/rules/src/navigation.rules.spec.ts +++ b/projects/aca-shared/rules/src/navigation.rules.spec.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import * as app from './navigation.rules'; diff --git a/projects/aca-shared/rules/src/navigation.rules.ts b/projects/aca-shared/rules/src/navigation.rules.ts index 1d6c56ea6..558ba85e0 100644 --- a/projects/aca-shared/rules/src/navigation.rules.ts +++ b/projects/aca-shared/rules/src/navigation.rules.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { RuleContext } from '@alfresco/adf-extensions'; diff --git a/projects/aca-shared/rules/src/public-api.ts b/projects/aca-shared/rules/src/public-api.ts index 56fded04e..d23bdeeb1 100644 --- a/projects/aca-shared/rules/src/public-api.ts +++ b/projects/aca-shared/rules/src/public-api.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ export * from './app.rules'; diff --git a/projects/aca-shared/rules/src/repository.rules.ts b/projects/aca-shared/rules/src/repository.rules.ts index 71b63d8c4..da91990b5 100644 --- a/projects/aca-shared/rules/src/repository.rules.ts +++ b/projects/aca-shared/rules/src/repository.rules.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { RuleContext } from '@alfresco/adf-extensions'; diff --git a/projects/aca-shared/rules/src/test-rule-context.ts b/projects/aca-shared/rules/src/test-rule-context.ts index 125952114..a60a410bf 100644 --- a/projects/aca-shared/rules/src/test-rule-context.ts +++ b/projects/aca-shared/rules/src/test-rule-context.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { NavigationState, NodePermissions, ProfileState, RuleContext, RuleEvaluator, SelectionState } from '@alfresco/adf-extensions'; diff --git a/projects/aca-shared/rules/src/user.rules.spec.ts b/projects/aca-shared/rules/src/user.rules.spec.ts index aa0d55a22..9d5fbef14 100644 --- a/projects/aca-shared/rules/src/user.rules.spec.ts +++ b/projects/aca-shared/rules/src/user.rules.spec.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import * as user from './user.rules'; diff --git a/projects/aca-shared/rules/src/user.rules.ts b/projects/aca-shared/rules/src/user.rules.ts index dac45028b..23e05a7aa 100644 --- a/projects/aca-shared/rules/src/user.rules.ts +++ b/projects/aca-shared/rules/src/user.rules.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { RuleContext } from '@alfresco/adf-extensions'; diff --git a/projects/aca-shared/src/lib/adf-extensions/extensions-data-loader.guard.spec.ts b/projects/aca-shared/src/lib/adf-extensions/extensions-data-loader.guard.spec.ts index d7248ebc6..5e3507901 100644 --- a/projects/aca-shared/src/lib/adf-extensions/extensions-data-loader.guard.spec.ts +++ b/projects/aca-shared/src/lib/adf-extensions/extensions-data-loader.guard.spec.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { ExtensionsDataLoaderGuard } from './extensions-data-loader.guard'; diff --git a/projects/aca-shared/src/lib/adf-extensions/extensions-data-loader.guard.ts b/projects/aca-shared/src/lib/adf-extensions/extensions-data-loader.guard.ts index bc96ac7d2..54146d1fd 100644 --- a/projects/aca-shared/src/lib/adf-extensions/extensions-data-loader.guard.ts +++ b/projects/aca-shared/src/lib/adf-extensions/extensions-data-loader.guard.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Injectable, InjectionToken, Inject } from '@angular/core'; diff --git a/projects/aca-shared/src/lib/components/document-base-page/document-base-page.component.ts b/projects/aca-shared/src/lib/components/document-base-page/document-base-page.component.ts index 88163dc10..1e5abbbcd 100644 --- a/projects/aca-shared/src/lib/components/document-base-page/document-base-page.component.ts +++ b/projects/aca-shared/src/lib/components/document-base-page/document-base-page.component.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { DocumentListComponent, ShareDataRow } from '@alfresco/adf-content-services'; diff --git a/projects/aca-shared/src/lib/components/document-base-page/document-base-page.service.ts b/projects/aca-shared/src/lib/components/document-base-page/document-base-page.service.ts index 6cddd5d89..7126ef8dd 100644 --- a/projects/aca-shared/src/lib/components/document-base-page/document-base-page.service.ts +++ b/projects/aca-shared/src/lib/components/document-base-page/document-base-page.service.ts @@ -1,9 +1,25 @@ -/* - * Copyright © 2005 - 2021 Alfresco Software, Ltd. All rights reserved. +/*! + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * License rights for this program may be obtained from Alfresco Software, Ltd. - * pursuant to a written agreement and any use of this program without such an - * agreement is prohibited. + * Alfresco Example Content Application + * + * This file is part of the Alfresco Example Content Application. + * If the software was purchased under a paid Alfresco license, the terms of + * the paid license agreement will prevail. Otherwise, the software is + * provided under the following open source license terms: + * + * The Alfresco Example Content Application is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * The Alfresco Example Content Application 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 Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * from Hyland Software. If not, see . */ import { MinimalNodeEntity, MinimalNodeEntryEntity } from '@alfresco/js-api'; diff --git a/projects/aca-shared/src/lib/components/document-base-page/document-base-page.spec.ts b/projects/aca-shared/src/lib/components/document-base-page/document-base-page.spec.ts index aa1d149ad..588978bc3 100644 --- a/projects/aca-shared/src/lib/components/document-base-page/document-base-page.spec.ts +++ b/projects/aca-shared/src/lib/components/document-base-page/document-base-page.spec.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { TestBed, ComponentFixture } from '@angular/core/testing'; diff --git a/projects/aca-shared/src/lib/components/generic-error/generic-error.component.spec.ts b/projects/aca-shared/src/lib/components/generic-error/generic-error.component.spec.ts index 0e7bbfaed..22895533a 100644 --- a/projects/aca-shared/src/lib/components/generic-error/generic-error.component.spec.ts +++ b/projects/aca-shared/src/lib/components/generic-error/generic-error.component.spec.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { GenericErrorComponent } from './generic-error.component'; diff --git a/projects/aca-shared/src/lib/components/generic-error/generic-error.component.ts b/projects/aca-shared/src/lib/components/generic-error/generic-error.component.ts index a2dd88781..2f2c6b8d8 100644 --- a/projects/aca-shared/src/lib/components/generic-error/generic-error.component.ts +++ b/projects/aca-shared/src/lib/components/generic-error/generic-error.component.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Component, ViewEncapsulation, ChangeDetectionStrategy, Input } from '@angular/core'; diff --git a/projects/aca-shared/src/lib/components/generic-error/generic-error.module.ts b/projects/aca-shared/src/lib/components/generic-error/generic-error.module.ts index 1599148b1..0379e010a 100644 --- a/projects/aca-shared/src/lib/components/generic-error/generic-error.module.ts +++ b/projects/aca-shared/src/lib/components/generic-error/generic-error.module.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { NgModule } from '@angular/core'; diff --git a/projects/aca-shared/src/lib/components/info-drawer/info-drawer.component.spec.ts b/projects/aca-shared/src/lib/components/info-drawer/info-drawer.component.spec.ts index 45a700c5f..f3fc23373 100644 --- a/projects/aca-shared/src/lib/components/info-drawer/info-drawer.component.spec.ts +++ b/projects/aca-shared/src/lib/components/info-drawer/info-drawer.component.spec.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { ContentActionRef, SidebarTabRef } from '@alfresco/adf-extensions'; diff --git a/projects/aca-shared/src/lib/components/info-drawer/info-drawer.component.ts b/projects/aca-shared/src/lib/components/info-drawer/info-drawer.component.ts index 6d3d13c69..faaa6aed7 100644 --- a/projects/aca-shared/src/lib/components/info-drawer/info-drawer.component.ts +++ b/projects/aca-shared/src/lib/components/info-drawer/info-drawer.component.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Component, HostListener, Input, OnChanges, OnDestroy, OnInit } from '@angular/core'; diff --git a/projects/aca-shared/src/lib/components/info-drawer/shared-info-drawer.module.ts b/projects/aca-shared/src/lib/components/info-drawer/shared-info-drawer.module.ts index 88c46838f..1f15394cf 100644 --- a/projects/aca-shared/src/lib/components/info-drawer/shared-info-drawer.module.ts +++ b/projects/aca-shared/src/lib/components/info-drawer/shared-info-drawer.module.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { NgModule } from '@angular/core'; diff --git a/projects/aca-shared/src/lib/components/locked-by/locked-by.component.spec.ts b/projects/aca-shared/src/lib/components/locked-by/locked-by.component.spec.ts index 250c97357..56c5aa182 100644 --- a/projects/aca-shared/src/lib/components/locked-by/locked-by.component.spec.ts +++ b/projects/aca-shared/src/lib/components/locked-by/locked-by.component.spec.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { LockedByComponent } from './locked-by.component'; diff --git a/projects/aca-shared/src/lib/components/locked-by/locked-by.component.ts b/projects/aca-shared/src/lib/components/locked-by/locked-by.component.ts index 0de656c6c..db1677918 100644 --- a/projects/aca-shared/src/lib/components/locked-by/locked-by.component.ts +++ b/projects/aca-shared/src/lib/components/locked-by/locked-by.component.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Component, Input, ChangeDetectionStrategy, ViewEncapsulation } from '@angular/core'; diff --git a/projects/aca-shared/src/lib/components/locked-by/locked-by.module.ts b/projects/aca-shared/src/lib/components/locked-by/locked-by.module.ts index dd2eeac81..4fdfa9891 100644 --- a/projects/aca-shared/src/lib/components/locked-by/locked-by.module.ts +++ b/projects/aca-shared/src/lib/components/locked-by/locked-by.module.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { NgModule } from '@angular/core'; diff --git a/projects/aca-shared/src/lib/components/open-in-app/open-in-app.component.spec.ts b/projects/aca-shared/src/lib/components/open-in-app/open-in-app.component.spec.ts index cc22ac5d4..80a8b30a4 100644 --- a/projects/aca-shared/src/lib/components/open-in-app/open-in-app.component.spec.ts +++ b/projects/aca-shared/src/lib/components/open-in-app/open-in-app.component.spec.ts @@ -1,3 +1,27 @@ +/*! + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Alfresco Example Content Application + * + * This file is part of the Alfresco Example Content Application. + * If the software was purchased under a paid Alfresco license, the terms of + * the paid license agreement will prevail. Otherwise, the software is + * provided under the following open source license terms: + * + * The Alfresco Example Content Application is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * The Alfresco Example Content Application 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 Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * from Hyland Software. If not, see . + */ + import { ComponentFixture, TestBed } from '@angular/core/testing'; import { MatDialogRef, MAT_DIALOG_DATA } from '@angular/material/dialog'; import { By } from '@angular/platform-browser'; diff --git a/projects/aca-shared/src/lib/components/open-in-app/open-in-app.component.ts b/projects/aca-shared/src/lib/components/open-in-app/open-in-app.component.ts index b6f66824a..4a6febaed 100644 --- a/projects/aca-shared/src/lib/components/open-in-app/open-in-app.component.ts +++ b/projects/aca-shared/src/lib/components/open-in-app/open-in-app.component.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Component, Inject, ViewEncapsulation } from '@angular/core'; diff --git a/projects/aca-shared/src/lib/components/page-layout/page-layout-content.component.ts b/projects/aca-shared/src/lib/components/page-layout/page-layout-content.component.ts index 4a52c5896..e1d1a7b33 100644 --- a/projects/aca-shared/src/lib/components/page-layout/page-layout-content.component.ts +++ b/projects/aca-shared/src/lib/components/page-layout/page-layout-content.component.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Component, ViewEncapsulation, ChangeDetectionStrategy, Input, HostBinding } from '@angular/core'; diff --git a/projects/aca-shared/src/lib/components/page-layout/page-layout-error.component.ts b/projects/aca-shared/src/lib/components/page-layout/page-layout-error.component.ts index 9d1052adb..4b7c7991f 100644 --- a/projects/aca-shared/src/lib/components/page-layout/page-layout-error.component.ts +++ b/projects/aca-shared/src/lib/components/page-layout/page-layout-error.component.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Component, ViewEncapsulation, ChangeDetectionStrategy } from '@angular/core'; diff --git a/projects/aca-shared/src/lib/components/page-layout/page-layout-header.component.ts b/projects/aca-shared/src/lib/components/page-layout/page-layout-header.component.ts index f471a5e8f..87da58587 100644 --- a/projects/aca-shared/src/lib/components/page-layout/page-layout-header.component.ts +++ b/projects/aca-shared/src/lib/components/page-layout/page-layout-header.component.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Component, ViewEncapsulation, ChangeDetectionStrategy } from '@angular/core'; diff --git a/projects/aca-shared/src/lib/components/page-layout/page-layout.component.ts b/projects/aca-shared/src/lib/components/page-layout/page-layout.component.ts index f2f7c28b6..eb6559068 100644 --- a/projects/aca-shared/src/lib/components/page-layout/page-layout.component.ts +++ b/projects/aca-shared/src/lib/components/page-layout/page-layout.component.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Component, ViewEncapsulation, ChangeDetectionStrategy, Input } from '@angular/core'; diff --git a/projects/aca-shared/src/lib/components/page-layout/page-layout.module.ts b/projects/aca-shared/src/lib/components/page-layout/page-layout.module.ts index 7ee0ae329..2766ec032 100644 --- a/projects/aca-shared/src/lib/components/page-layout/page-layout.module.ts +++ b/projects/aca-shared/src/lib/components/page-layout/page-layout.module.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { NgModule } from '@angular/core'; diff --git a/projects/aca-shared/src/lib/components/tool-bar/shared-toolbar.module.ts b/projects/aca-shared/src/lib/components/tool-bar/shared-toolbar.module.ts index eedb1eaf9..daba08442 100644 --- a/projects/aca-shared/src/lib/components/tool-bar/shared-toolbar.module.ts +++ b/projects/aca-shared/src/lib/components/tool-bar/shared-toolbar.module.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { NgModule } from '@angular/core'; diff --git a/projects/aca-shared/src/lib/components/tool-bar/toolbar-action/toolbar-action.component.spec.ts b/projects/aca-shared/src/lib/components/tool-bar/toolbar-action/toolbar-action.component.spec.ts index 263824d19..da1f57e53 100644 --- a/projects/aca-shared/src/lib/components/tool-bar/toolbar-action/toolbar-action.component.spec.ts +++ b/projects/aca-shared/src/lib/components/tool-bar/toolbar-action/toolbar-action.component.spec.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { ComponentFixture, TestBed } from '@angular/core/testing'; diff --git a/projects/aca-shared/src/lib/components/tool-bar/toolbar-action/toolbar-action.component.ts b/projects/aca-shared/src/lib/components/tool-bar/toolbar-action/toolbar-action.component.ts index be8becb98..c9e4b6d80 100644 --- a/projects/aca-shared/src/lib/components/tool-bar/toolbar-action/toolbar-action.component.ts +++ b/projects/aca-shared/src/lib/components/tool-bar/toolbar-action/toolbar-action.component.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Component, ViewEncapsulation, ChangeDetectionStrategy, Input, DoCheck, ChangeDetectorRef } from '@angular/core'; diff --git a/projects/aca-shared/src/lib/components/tool-bar/toolbar-button/toolbar-button.component.spec.ts b/projects/aca-shared/src/lib/components/tool-bar/toolbar-button/toolbar-button.component.spec.ts index 2a4f8ab58..e81bc27d7 100644 --- a/projects/aca-shared/src/lib/components/tool-bar/toolbar-button/toolbar-button.component.spec.ts +++ b/projects/aca-shared/src/lib/components/tool-bar/toolbar-button/toolbar-button.component.spec.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { ComponentFixture, TestBed } from '@angular/core/testing'; diff --git a/projects/aca-shared/src/lib/components/tool-bar/toolbar-button/toolbar-button.component.ts b/projects/aca-shared/src/lib/components/tool-bar/toolbar-button/toolbar-button.component.ts index 5f069f0e4..f06632870 100644 --- a/projects/aca-shared/src/lib/components/tool-bar/toolbar-button/toolbar-button.component.ts +++ b/projects/aca-shared/src/lib/components/tool-bar/toolbar-button/toolbar-button.component.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Component, Input, ViewEncapsulation } from '@angular/core'; diff --git a/projects/aca-shared/src/lib/components/tool-bar/toolbar-menu-item/toolbar-menu-item.component.spec.ts b/projects/aca-shared/src/lib/components/tool-bar/toolbar-menu-item/toolbar-menu-item.component.spec.ts index fed9b1869..02d5ec745 100644 --- a/projects/aca-shared/src/lib/components/tool-bar/toolbar-menu-item/toolbar-menu-item.component.spec.ts +++ b/projects/aca-shared/src/lib/components/tool-bar/toolbar-menu-item/toolbar-menu-item.component.spec.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { ComponentFixture, TestBed } from '@angular/core/testing'; diff --git a/projects/aca-shared/src/lib/components/tool-bar/toolbar-menu-item/toolbar-menu-item.component.ts b/projects/aca-shared/src/lib/components/tool-bar/toolbar-menu-item/toolbar-menu-item.component.ts index c1c60f253..4c0230bc5 100644 --- a/projects/aca-shared/src/lib/components/tool-bar/toolbar-menu-item/toolbar-menu-item.component.ts +++ b/projects/aca-shared/src/lib/components/tool-bar/toolbar-menu-item/toolbar-menu-item.component.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Component, Input, ViewChild, ViewEncapsulation } from '@angular/core'; diff --git a/projects/aca-shared/src/lib/components/tool-bar/toolbar-menu/toolbar-menu.component.spec.ts b/projects/aca-shared/src/lib/components/tool-bar/toolbar-menu/toolbar-menu.component.spec.ts index 6c3aa454a..2ac690199 100644 --- a/projects/aca-shared/src/lib/components/tool-bar/toolbar-menu/toolbar-menu.component.spec.ts +++ b/projects/aca-shared/src/lib/components/tool-bar/toolbar-menu/toolbar-menu.component.spec.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { ToolbarMenuComponent } from './toolbar-menu.component'; diff --git a/projects/aca-shared/src/lib/components/tool-bar/toolbar-menu/toolbar-menu.component.ts b/projects/aca-shared/src/lib/components/tool-bar/toolbar-menu/toolbar-menu.component.ts index 518cb7201..065776356 100644 --- a/projects/aca-shared/src/lib/components/tool-bar/toolbar-menu/toolbar-menu.component.ts +++ b/projects/aca-shared/src/lib/components/tool-bar/toolbar-menu/toolbar-menu.component.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Component, Input, ViewEncapsulation, HostListener, ViewChild, ViewChildren, QueryList, AfterViewInit } from '@angular/core'; diff --git a/projects/aca-shared/src/lib/directives/contextmenu/contextmenu.directive.spec.ts b/projects/aca-shared/src/lib/directives/contextmenu/contextmenu.directive.spec.ts index d2676b1bf..35cee7fd1 100644 --- a/projects/aca-shared/src/lib/directives/contextmenu/contextmenu.directive.spec.ts +++ b/projects/aca-shared/src/lib/directives/contextmenu/contextmenu.directive.spec.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { ContextActionsDirective } from './contextmenu.directive'; diff --git a/projects/aca-shared/src/lib/directives/contextmenu/contextmenu.directive.ts b/projects/aca-shared/src/lib/directives/contextmenu/contextmenu.directive.ts index 7cabfeb0c..ae239b445 100644 --- a/projects/aca-shared/src/lib/directives/contextmenu/contextmenu.directive.ts +++ b/projects/aca-shared/src/lib/directives/contextmenu/contextmenu.directive.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Directive, HostListener, Input, OnInit, OnDestroy } from '@angular/core'; diff --git a/projects/aca-shared/src/lib/directives/contextmenu/contextmenu.module.ts b/projects/aca-shared/src/lib/directives/contextmenu/contextmenu.module.ts index a8c1f7fd4..d2d3e7796 100644 --- a/projects/aca-shared/src/lib/directives/contextmenu/contextmenu.module.ts +++ b/projects/aca-shared/src/lib/directives/contextmenu/contextmenu.module.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { NgModule } from '@angular/core'; diff --git a/projects/aca-shared/src/lib/directives/pagination.directive.spec.ts b/projects/aca-shared/src/lib/directives/pagination.directive.spec.ts index 6990d2d52..7c6f4b4ee 100644 --- a/projects/aca-shared/src/lib/directives/pagination.directive.spec.ts +++ b/projects/aca-shared/src/lib/directives/pagination.directive.spec.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { PaginationDirective } from './pagination.directive'; diff --git a/projects/aca-shared/src/lib/directives/pagination.directive.ts b/projects/aca-shared/src/lib/directives/pagination.directive.ts index f57188689..dbad1256c 100644 --- a/projects/aca-shared/src/lib/directives/pagination.directive.ts +++ b/projects/aca-shared/src/lib/directives/pagination.directive.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Directive, OnInit, OnDestroy } from '@angular/core'; diff --git a/projects/aca-shared/src/lib/directives/shared.directives.module.ts b/projects/aca-shared/src/lib/directives/shared.directives.module.ts index 4275bbcb2..b009bf8cf 100644 --- a/projects/aca-shared/src/lib/directives/shared.directives.module.ts +++ b/projects/aca-shared/src/lib/directives/shared.directives.module.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { NgModule } from '@angular/core'; diff --git a/projects/aca-shared/src/lib/models/modal-configuration.ts b/projects/aca-shared/src/lib/models/modal-configuration.ts index 0a5182153..838284b7f 100644 --- a/projects/aca-shared/src/lib/models/modal-configuration.ts +++ b/projects/aca-shared/src/lib/models/modal-configuration.ts @@ -1,3 +1,27 @@ +/*! + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Alfresco Example Content Application + * + * This file is part of the Alfresco Example Content Application. + * If the software was purchased under a paid Alfresco license, the terms of + * the paid license agreement will prevail. Otherwise, the software is + * provided under the following open source license terms: + * + * The Alfresco Example Content Application is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * The Alfresco Example Content Application 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 Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * from Hyland Software. If not, see . + */ + export interface ModalConfiguration { focusedElementOnCloseSelector?: string; } diff --git a/projects/aca-shared/src/lib/models/types.ts b/projects/aca-shared/src/lib/models/types.ts index 4345efa61..76e6ab5d1 100644 --- a/projects/aca-shared/src/lib/models/types.ts +++ b/projects/aca-shared/src/lib/models/types.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Route } from '@angular/router'; diff --git a/projects/aca-shared/src/lib/models/viewer.rules.ts b/projects/aca-shared/src/lib/models/viewer.rules.ts index 9dbdfd44a..f561cdb61 100644 --- a/projects/aca-shared/src/lib/models/viewer.rules.ts +++ b/projects/aca-shared/src/lib/models/viewer.rules.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ export interface ViewerRules { diff --git a/projects/aca-shared/src/lib/routing/shared.guard.spec.ts b/projects/aca-shared/src/lib/routing/shared.guard.spec.ts index 24e44827a..4f8d47423 100644 --- a/projects/aca-shared/src/lib/routing/shared.guard.spec.ts +++ b/projects/aca-shared/src/lib/routing/shared.guard.spec.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { of } from 'rxjs'; diff --git a/projects/aca-shared/src/lib/routing/shared.guard.ts b/projects/aca-shared/src/lib/routing/shared.guard.ts index 242db643c..e7d102a41 100644 --- a/projects/aca-shared/src/lib/routing/shared.guard.ts +++ b/projects/aca-shared/src/lib/routing/shared.guard.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Injectable } from '@angular/core'; diff --git a/projects/aca-shared/src/lib/services/aca-mobile-app-switcher.service.spec.ts b/projects/aca-shared/src/lib/services/aca-mobile-app-switcher.service.spec.ts index dfd94195d..4cb0c203f 100644 --- a/projects/aca-shared/src/lib/services/aca-mobile-app-switcher.service.spec.ts +++ b/projects/aca-shared/src/lib/services/aca-mobile-app-switcher.service.spec.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { TestBed } from '@angular/core/testing'; diff --git a/projects/aca-shared/src/lib/services/aca-mobile-app-switcher.service.ts b/projects/aca-shared/src/lib/services/aca-mobile-app-switcher.service.ts index 0105f662d..27ac08831 100644 --- a/projects/aca-shared/src/lib/services/aca-mobile-app-switcher.service.ts +++ b/projects/aca-shared/src/lib/services/aca-mobile-app-switcher.service.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { AppConfigService } from '@alfresco/adf-core'; diff --git a/projects/aca-shared/src/lib/services/alfresco-office-extension.service.spec.ts b/projects/aca-shared/src/lib/services/alfresco-office-extension.service.spec.ts index bba98cfae..b1f45114e 100644 --- a/projects/aca-shared/src/lib/services/alfresco-office-extension.service.spec.ts +++ b/projects/aca-shared/src/lib/services/alfresco-office-extension.service.spec.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { TestBed } from '@angular/core/testing'; diff --git a/projects/aca-shared/src/lib/services/alfresco-office-extension.service.ts b/projects/aca-shared/src/lib/services/alfresco-office-extension.service.ts index 9cee72e6c..95d416049 100644 --- a/projects/aca-shared/src/lib/services/alfresco-office-extension.service.ts +++ b/projects/aca-shared/src/lib/services/alfresco-office-extension.service.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Injectable } from '@angular/core'; diff --git a/projects/aca-shared/src/lib/services/app-hook.service.ts b/projects/aca-shared/src/lib/services/app-hook.service.ts index 3cb93407d..8ea07d35c 100644 --- a/projects/aca-shared/src/lib/services/app-hook.service.ts +++ b/projects/aca-shared/src/lib/services/app-hook.service.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Injectable } from '@angular/core'; diff --git a/projects/aca-shared/src/lib/services/app.extension.service.spec.ts b/projects/aca-shared/src/lib/services/app.extension.service.spec.ts index 4e79732e1..a562b3793 100644 --- a/projects/aca-shared/src/lib/services/app.extension.service.spec.ts +++ b/projects/aca-shared/src/lib/services/app.extension.service.spec.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { TestBed } from '@angular/core/testing'; diff --git a/projects/aca-shared/src/lib/services/app.extension.service.ts b/projects/aca-shared/src/lib/services/app.extension.service.ts index 2f810a249..d28abdee0 100644 --- a/projects/aca-shared/src/lib/services/app.extension.service.ts +++ b/projects/aca-shared/src/lib/services/app.extension.service.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Injectable } from '@angular/core'; diff --git a/projects/aca-shared/src/lib/services/app.service.spec.ts b/projects/aca-shared/src/lib/services/app.service.spec.ts index a06d42271..457983bd4 100644 --- a/projects/aca-shared/src/lib/services/app.service.spec.ts +++ b/projects/aca-shared/src/lib/services/app.service.spec.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { AppService } from './app.service'; diff --git a/projects/aca-shared/src/lib/services/app.service.ts b/projects/aca-shared/src/lib/services/app.service.ts index 006003695..2b6b62fc0 100644 --- a/projects/aca-shared/src/lib/services/app.service.ts +++ b/projects/aca-shared/src/lib/services/app.service.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Inject, Injectable } from '@angular/core'; diff --git a/projects/aca-shared/src/lib/services/content-api.service.spec.ts b/projects/aca-shared/src/lib/services/content-api.service.spec.ts index d3f8bf597..8170ba898 100644 --- a/projects/aca-shared/src/lib/services/content-api.service.spec.ts +++ b/projects/aca-shared/src/lib/services/content-api.service.spec.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { ContentApiService } from './content-api.service'; diff --git a/projects/aca-shared/src/lib/services/content-api.service.ts b/projects/aca-shared/src/lib/services/content-api.service.ts index 24cf9fdb6..09448a01c 100644 --- a/projects/aca-shared/src/lib/services/content-api.service.ts +++ b/projects/aca-shared/src/lib/services/content-api.service.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Injectable } from '@angular/core'; diff --git a/projects/aca-shared/src/lib/services/node-permission.service.spec.ts b/projects/aca-shared/src/lib/services/node-permission.service.spec.ts index a6592fb20..4e901e2dc 100644 --- a/projects/aca-shared/src/lib/services/node-permission.service.spec.ts +++ b/projects/aca-shared/src/lib/services/node-permission.service.spec.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { NodePermissionService } from './node-permission.service'; diff --git a/projects/aca-shared/src/lib/services/node-permission.service.ts b/projects/aca-shared/src/lib/services/node-permission.service.ts index 5c00e5c40..fcad53424 100644 --- a/projects/aca-shared/src/lib/services/node-permission.service.ts +++ b/projects/aca-shared/src/lib/services/node-permission.service.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Injectable } from '@angular/core'; diff --git a/projects/aca-shared/src/lib/services/router.extension.service.spec.ts b/projects/aca-shared/src/lib/services/router.extension.service.spec.ts index ac7d2a642..e1dcfda7d 100644 --- a/projects/aca-shared/src/lib/services/router.extension.service.spec.ts +++ b/projects/aca-shared/src/lib/services/router.extension.service.spec.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { TestBed } from '@angular/core/testing'; diff --git a/projects/aca-shared/src/lib/services/router.extension.service.ts b/projects/aca-shared/src/lib/services/router.extension.service.ts index 31251cbb0..695c8bff9 100644 --- a/projects/aca-shared/src/lib/services/router.extension.service.ts +++ b/projects/aca-shared/src/lib/services/router.extension.service.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Injectable, Type } from '@angular/core'; diff --git a/projects/aca-shared/src/lib/shared.module.ts b/projects/aca-shared/src/lib/shared.module.ts index 1378be197..fdd0b9ba5 100644 --- a/projects/aca-shared/src/lib/shared.module.ts +++ b/projects/aca-shared/src/lib/shared.module.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { ModuleWithProviders, NgModule } from '@angular/core'; diff --git a/projects/aca-shared/src/lib/testing/lib-testing-module.ts b/projects/aca-shared/src/lib/testing/lib-testing-module.ts index 549a5704f..a120267ba 100644 --- a/projects/aca-shared/src/lib/testing/lib-testing-module.ts +++ b/projects/aca-shared/src/lib/testing/lib-testing-module.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { NgModule } from '@angular/core'; diff --git a/projects/aca-shared/src/lib/utils/node.utils.ts b/projects/aca-shared/src/lib/utils/node.utils.ts index 0b5c7b1d9..a94f46411 100644 --- a/projects/aca-shared/src/lib/utils/node.utils.ts +++ b/projects/aca-shared/src/lib/utils/node.utils.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Node } from '@alfresco/js-api'; diff --git a/projects/aca-shared/src/lib/utils/note.utils.spec.ts b/projects/aca-shared/src/lib/utils/note.utils.spec.ts index 2b7335783..ce18ba9d4 100644 --- a/projects/aca-shared/src/lib/utils/note.utils.spec.ts +++ b/projects/aca-shared/src/lib/utils/note.utils.spec.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { isLibrary, isLocked } from './node.utils'; diff --git a/projects/aca-shared/src/public-api.ts b/projects/aca-shared/src/public-api.ts index fb505ab3a..b0fed0587 100644 --- a/projects/aca-shared/src/public-api.ts +++ b/projects/aca-shared/src/public-api.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ export * from './lib/adf-extensions/extensions-data-loader.guard'; diff --git a/projects/aca-shared/store/src/actions/app-action-types.ts b/projects/aca-shared/store/src/actions/app-action-types.ts index 99ce6b475..d38b3ffc9 100644 --- a/projects/aca-shared/store/src/actions/app-action-types.ts +++ b/projects/aca-shared/store/src/actions/app-action-types.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ export enum AppActionTypes { diff --git a/projects/aca-shared/store/src/actions/app.actions.ts b/projects/aca-shared/store/src/actions/app.actions.ts index 585394759..e69e518c8 100644 --- a/projects/aca-shared/store/src/actions/app.actions.ts +++ b/projects/aca-shared/store/src/actions/app.actions.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Action } from '@ngrx/store'; diff --git a/projects/aca-shared/store/src/actions/context-menu-action-types.ts b/projects/aca-shared/store/src/actions/context-menu-action-types.ts index 68d409703..4690b036e 100644 --- a/projects/aca-shared/store/src/actions/context-menu-action-types.ts +++ b/projects/aca-shared/store/src/actions/context-menu-action-types.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ export enum ContextMenuActionTypes { diff --git a/projects/aca-shared/store/src/actions/contextmenu.actions.ts b/projects/aca-shared/store/src/actions/contextmenu.actions.ts index b812f8930..c963e6aba 100644 --- a/projects/aca-shared/store/src/actions/contextmenu.actions.ts +++ b/projects/aca-shared/store/src/actions/contextmenu.actions.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Action } from '@ngrx/store'; diff --git a/projects/aca-shared/store/src/actions/library.actions.ts b/projects/aca-shared/store/src/actions/library.actions.ts index 763cffffe..a074b62f6 100644 --- a/projects/aca-shared/store/src/actions/library.actions.ts +++ b/projects/aca-shared/store/src/actions/library.actions.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Action } from '@ngrx/store'; diff --git a/projects/aca-shared/store/src/actions/metadata-aspect.actions.ts b/projects/aca-shared/store/src/actions/metadata-aspect.actions.ts index 60346340b..829b17aed 100644 --- a/projects/aca-shared/store/src/actions/metadata-aspect.actions.ts +++ b/projects/aca-shared/store/src/actions/metadata-aspect.actions.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Action } from '@ngrx/store'; diff --git a/projects/aca-shared/store/src/actions/node.actions.ts b/projects/aca-shared/store/src/actions/node.actions.ts index af1bf2392..027961236 100644 --- a/projects/aca-shared/store/src/actions/node.actions.ts +++ b/projects/aca-shared/store/src/actions/node.actions.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Action } from '@ngrx/store'; diff --git a/projects/aca-shared/store/src/actions/router-action-types.ts b/projects/aca-shared/store/src/actions/router-action-types.ts index 9a2bdb19b..e092e2f9f 100644 --- a/projects/aca-shared/store/src/actions/router-action-types.ts +++ b/projects/aca-shared/store/src/actions/router-action-types.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ export enum RouterActionTypes { diff --git a/projects/aca-shared/store/src/actions/router.actions.ts b/projects/aca-shared/store/src/actions/router.actions.ts index 41f2452b7..13c836134 100644 --- a/projects/aca-shared/store/src/actions/router.actions.ts +++ b/projects/aca-shared/store/src/actions/router.actions.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Action } from '@ngrx/store'; diff --git a/projects/aca-shared/store/src/actions/search.actions.ts b/projects/aca-shared/store/src/actions/search.actions.ts index 6da0dcaa2..67c362bfc 100644 --- a/projects/aca-shared/store/src/actions/search.actions.ts +++ b/projects/aca-shared/store/src/actions/search.actions.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Action } from '@ngrx/store'; diff --git a/projects/aca-shared/store/src/actions/snackbar.actions.ts b/projects/aca-shared/store/src/actions/snackbar.actions.ts index 5087e758e..61650f86e 100644 --- a/projects/aca-shared/store/src/actions/snackbar.actions.ts +++ b/projects/aca-shared/store/src/actions/snackbar.actions.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Action } from '@ngrx/store'; diff --git a/projects/aca-shared/store/src/actions/template-action-types.ts b/projects/aca-shared/store/src/actions/template-action-types.ts index 43df16ef4..9d0465955 100644 --- a/projects/aca-shared/store/src/actions/template-action-types.ts +++ b/projects/aca-shared/store/src/actions/template-action-types.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ export enum TemplateActionTypes { diff --git a/projects/aca-shared/store/src/actions/template.actions.ts b/projects/aca-shared/store/src/actions/template.actions.ts index 46c2424d2..79a1797ed 100644 --- a/projects/aca-shared/store/src/actions/template.actions.ts +++ b/projects/aca-shared/store/src/actions/template.actions.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Action } from '@ngrx/store'; diff --git a/projects/aca-shared/store/src/actions/upload.actions.ts b/projects/aca-shared/store/src/actions/upload.actions.ts index 5c14d07c8..8c287c618 100644 --- a/projects/aca-shared/store/src/actions/upload.actions.ts +++ b/projects/aca-shared/store/src/actions/upload.actions.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Action } from '@ngrx/store'; diff --git a/projects/aca-shared/store/src/actions/viewer.actions.ts b/projects/aca-shared/store/src/actions/viewer.actions.ts index 7c6c05eda..e43cd9e64 100644 --- a/projects/aca-shared/store/src/actions/viewer.actions.ts +++ b/projects/aca-shared/store/src/actions/viewer.actions.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Action } from '@ngrx/store'; diff --git a/projects/aca-shared/store/src/effects/dialog.effects.ts b/projects/aca-shared/store/src/effects/dialog.effects.ts index c97ecd40c..33a340a87 100644 --- a/projects/aca-shared/store/src/effects/dialog.effects.ts +++ b/projects/aca-shared/store/src/effects/dialog.effects.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Actions, ofType, createEffect } from '@ngrx/effects'; diff --git a/projects/aca-shared/store/src/effects/router.effects.ts b/projects/aca-shared/store/src/effects/router.effects.ts index dc410ac89..ba5d90643 100644 --- a/projects/aca-shared/store/src/effects/router.effects.ts +++ b/projects/aca-shared/store/src/effects/router.effects.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Injectable } from '@angular/core'; diff --git a/projects/aca-shared/store/src/effects/snackbar.effects.ts b/projects/aca-shared/store/src/effects/snackbar.effects.ts index b40feecd0..91364bee8 100644 --- a/projects/aca-shared/store/src/effects/snackbar.effects.ts +++ b/projects/aca-shared/store/src/effects/snackbar.effects.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { SnackbarContentComponent, SnackBarData, TranslationService } from '@alfresco/adf-core'; diff --git a/projects/aca-shared/store/src/models/delete-status.model.ts b/projects/aca-shared/store/src/models/delete-status.model.ts index 26605d78d..28a874384 100644 --- a/projects/aca-shared/store/src/models/delete-status.model.ts +++ b/projects/aca-shared/store/src/models/delete-status.model.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ export interface DeleteStatus { diff --git a/projects/aca-shared/store/src/models/deleted-node-info.model.ts b/projects/aca-shared/store/src/models/deleted-node-info.model.ts index fdfe28a2e..d257069ad 100644 --- a/projects/aca-shared/store/src/models/deleted-node-info.model.ts +++ b/projects/aca-shared/store/src/models/deleted-node-info.model.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ export interface DeletedNodeInfo { diff --git a/projects/aca-shared/store/src/models/modal-configuration.ts b/projects/aca-shared/store/src/models/modal-configuration.ts index 0a5182153..838284b7f 100644 --- a/projects/aca-shared/store/src/models/modal-configuration.ts +++ b/projects/aca-shared/store/src/models/modal-configuration.ts @@ -1,3 +1,27 @@ +/*! + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Alfresco Example Content Application + * + * This file is part of the Alfresco Example Content Application. + * If the software was purchased under a paid Alfresco license, the terms of + * the paid license agreement will prevail. Otherwise, the software is + * provided under the following open source license terms: + * + * The Alfresco Example Content Application is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * The Alfresco Example Content Application 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 Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * from Hyland Software. If not, see . + */ + export interface ModalConfiguration { focusedElementOnCloseSelector?: string; } diff --git a/projects/aca-shared/store/src/models/node-info.model.ts b/projects/aca-shared/store/src/models/node-info.model.ts index c55d0c2f4..79bc9ef36 100644 --- a/projects/aca-shared/store/src/models/node-info.model.ts +++ b/projects/aca-shared/store/src/models/node-info.model.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ export interface NodeInfo { diff --git a/projects/aca-shared/store/src/models/search-option.model.ts b/projects/aca-shared/store/src/models/search-option.model.ts index c1b507d94..bd8d71fdd 100644 --- a/projects/aca-shared/store/src/models/search-option.model.ts +++ b/projects/aca-shared/store/src/models/search-option.model.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ export enum SearchOptionIds { diff --git a/projects/aca-shared/store/src/public-api.ts b/projects/aca-shared/store/src/public-api.ts index 05511f801..24b5599a8 100644 --- a/projects/aca-shared/store/src/public-api.ts +++ b/projects/aca-shared/store/src/public-api.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ export * from './actions/app-action-types'; diff --git a/projects/aca-shared/store/src/selectors/app.selectors.ts b/projects/aca-shared/store/src/selectors/app.selectors.ts index f228f0a3a..8e27d23a5 100644 --- a/projects/aca-shared/store/src/selectors/app.selectors.ts +++ b/projects/aca-shared/store/src/selectors/app.selectors.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { AppStore } from '../states/app.state'; diff --git a/projects/aca-shared/store/src/states/app.state.ts b/projects/aca-shared/store/src/states/app.state.ts index bfd65eee1..fdffa7b4d 100644 --- a/projects/aca-shared/store/src/states/app.state.ts +++ b/projects/aca-shared/store/src/states/app.state.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { SelectionState, ProfileState, NavigationState } from '@alfresco/adf-extensions'; diff --git a/projects/aca-shared/store/src/store.module.ts b/projects/aca-shared/store/src/store.module.ts index 4d47baa44..a6e81da18 100644 --- a/projects/aca-shared/store/src/store.module.ts +++ b/projects/aca-shared/store/src/store.module.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { NgModule } from '@angular/core'; diff --git a/projects/aca-shared/test.ts b/projects/aca-shared/test.ts index f3f9cbb9a..3ec7a641c 100644 --- a/projects/aca-shared/test.ts +++ b/projects/aca-shared/test.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ // This file is required by karma.conf.js and loads recursively all the .spec and framework files diff --git a/projects/aca-testing-shared/src/components/breadcrumb/breadcrumb.ts b/projects/aca-testing-shared/src/components/breadcrumb/breadcrumb.ts index 9dd54993e..c058f8de3 100755 --- a/projects/aca-testing-shared/src/components/breadcrumb/breadcrumb.ts +++ b/projects/aca-testing-shared/src/components/breadcrumb/breadcrumb.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,7 +15,7 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License diff --git a/projects/aca-testing-shared/src/components/breadcrumb/dropdown-breadcrumb.ts b/projects/aca-testing-shared/src/components/breadcrumb/dropdown-breadcrumb.ts index 952df93b7..4b87e4de8 100755 --- a/projects/aca-testing-shared/src/components/breadcrumb/dropdown-breadcrumb.ts +++ b/projects/aca-testing-shared/src/components/breadcrumb/dropdown-breadcrumb.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,7 +15,7 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License diff --git a/projects/aca-testing-shared/src/components/component.ts b/projects/aca-testing-shared/src/components/component.ts index 26faf407e..7ce61c6eb 100755 --- a/projects/aca-testing-shared/src/components/component.ts +++ b/projects/aca-testing-shared/src/components/component.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,7 +15,7 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License diff --git a/projects/aca-testing-shared/src/components/components.ts b/projects/aca-testing-shared/src/components/components.ts index 9407625f5..ac18d3fc3 100755 --- a/projects/aca-testing-shared/src/components/components.ts +++ b/projects/aca-testing-shared/src/components/components.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,7 +15,7 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License diff --git a/projects/aca-testing-shared/src/components/data-table/data-table.ts b/projects/aca-testing-shared/src/components/data-table/data-table.ts index fac9cef34..a21db0d09 100755 --- a/projects/aca-testing-shared/src/components/data-table/data-table.ts +++ b/projects/aca-testing-shared/src/components/data-table/data-table.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,7 +15,7 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License diff --git a/projects/aca-testing-shared/src/components/datetime-picker/datetime-picker.ts b/projects/aca-testing-shared/src/components/datetime-picker/datetime-picker.ts index 3559ec43f..c565ef171 100755 --- a/projects/aca-testing-shared/src/components/datetime-picker/datetime-picker.ts +++ b/projects/aca-testing-shared/src/components/datetime-picker/datetime-picker.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,7 +15,7 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License diff --git a/projects/aca-testing-shared/src/components/dialog/confirm-dialog.ts b/projects/aca-testing-shared/src/components/dialog/confirm-dialog.ts index aa7bd88f0..ad20c6e73 100755 --- a/projects/aca-testing-shared/src/components/dialog/confirm-dialog.ts +++ b/projects/aca-testing-shared/src/components/dialog/confirm-dialog.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,7 +15,7 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License diff --git a/projects/aca-testing-shared/src/components/dialog/content-node-selector-dialog.ts b/projects/aca-testing-shared/src/components/dialog/content-node-selector-dialog.ts index f8fcae70e..fdb8162f6 100755 --- a/projects/aca-testing-shared/src/components/dialog/content-node-selector-dialog.ts +++ b/projects/aca-testing-shared/src/components/dialog/content-node-selector-dialog.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,7 +15,7 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License diff --git a/projects/aca-testing-shared/src/components/dialog/create-edit-folder-dialog.ts b/projects/aca-testing-shared/src/components/dialog/create-edit-folder-dialog.ts index f5e5df34f..d33e11a72 100755 --- a/projects/aca-testing-shared/src/components/dialog/create-edit-folder-dialog.ts +++ b/projects/aca-testing-shared/src/components/dialog/create-edit-folder-dialog.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,7 +15,7 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License diff --git a/projects/aca-testing-shared/src/components/dialog/create-from-template-dialog.ts b/projects/aca-testing-shared/src/components/dialog/create-from-template-dialog.ts index d1ea36675..fab9bfdc6 100755 --- a/projects/aca-testing-shared/src/components/dialog/create-from-template-dialog.ts +++ b/projects/aca-testing-shared/src/components/dialog/create-from-template-dialog.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,7 +15,7 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License diff --git a/projects/aca-testing-shared/src/components/dialog/create-library-dialog.ts b/projects/aca-testing-shared/src/components/dialog/create-library-dialog.ts index f97b4ff15..f3518e991 100755 --- a/projects/aca-testing-shared/src/components/dialog/create-library-dialog.ts +++ b/projects/aca-testing-shared/src/components/dialog/create-library-dialog.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,7 +15,7 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License diff --git a/projects/aca-testing-shared/src/components/dialog/generic-dialog.ts b/projects/aca-testing-shared/src/components/dialog/generic-dialog.ts index 4e9c9db05..abb35587a 100644 --- a/projects/aca-testing-shared/src/components/dialog/generic-dialog.ts +++ b/projects/aca-testing-shared/src/components/dialog/generic-dialog.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,7 +15,7 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License diff --git a/projects/aca-testing-shared/src/components/dialog/index.ts b/projects/aca-testing-shared/src/components/dialog/index.ts index 206eea8b3..0985fa79f 100644 --- a/projects/aca-testing-shared/src/components/dialog/index.ts +++ b/projects/aca-testing-shared/src/components/dialog/index.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,7 +15,7 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License diff --git a/projects/aca-testing-shared/src/components/dialog/manage-versions-dialog.ts b/projects/aca-testing-shared/src/components/dialog/manage-versions-dialog.ts index 625080277..8ba05f2f3 100755 --- a/projects/aca-testing-shared/src/components/dialog/manage-versions-dialog.ts +++ b/projects/aca-testing-shared/src/components/dialog/manage-versions-dialog.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,7 +15,7 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License diff --git a/projects/aca-testing-shared/src/components/dialog/password-dialog.ts b/projects/aca-testing-shared/src/components/dialog/password-dialog.ts index a2ce6dc8f..fd99629b4 100755 --- a/projects/aca-testing-shared/src/components/dialog/password-dialog.ts +++ b/projects/aca-testing-shared/src/components/dialog/password-dialog.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,7 +15,7 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License diff --git a/projects/aca-testing-shared/src/components/dialog/select-template-dialog.ts b/projects/aca-testing-shared/src/components/dialog/select-template-dialog.ts index 8f2fcb8cc..6228fc024 100755 --- a/projects/aca-testing-shared/src/components/dialog/select-template-dialog.ts +++ b/projects/aca-testing-shared/src/components/dialog/select-template-dialog.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,7 +15,7 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License diff --git a/projects/aca-testing-shared/src/components/dialog/share-dialog.ts b/projects/aca-testing-shared/src/components/dialog/share-dialog.ts index 870bc6e84..8e5b11179 100755 --- a/projects/aca-testing-shared/src/components/dialog/share-dialog.ts +++ b/projects/aca-testing-shared/src/components/dialog/share-dialog.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,7 +15,7 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License diff --git a/projects/aca-testing-shared/src/components/dialog/upload-files-dialog.ts b/projects/aca-testing-shared/src/components/dialog/upload-files-dialog.ts index d49b5eac6..03b718bea 100644 --- a/projects/aca-testing-shared/src/components/dialog/upload-files-dialog.ts +++ b/projects/aca-testing-shared/src/components/dialog/upload-files-dialog.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,7 +15,7 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License diff --git a/projects/aca-testing-shared/src/components/dialog/upload-new-version-dialog.ts b/projects/aca-testing-shared/src/components/dialog/upload-new-version-dialog.ts index e895bbb7f..9eba41df0 100755 --- a/projects/aca-testing-shared/src/components/dialog/upload-new-version-dialog.ts +++ b/projects/aca-testing-shared/src/components/dialog/upload-new-version-dialog.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,7 +15,7 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License diff --git a/projects/aca-testing-shared/src/components/header/header.ts b/projects/aca-testing-shared/src/components/header/header.ts index 4ed1a4ec6..1826cbaed 100755 --- a/projects/aca-testing-shared/src/components/header/header.ts +++ b/projects/aca-testing-shared/src/components/header/header.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,7 +15,7 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License diff --git a/projects/aca-testing-shared/src/components/header/user-info.ts b/projects/aca-testing-shared/src/components/header/user-info.ts index 3955c8c16..087ca659a 100755 --- a/projects/aca-testing-shared/src/components/header/user-info.ts +++ b/projects/aca-testing-shared/src/components/header/user-info.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,7 +15,7 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License diff --git a/projects/aca-testing-shared/src/components/index.ts b/projects/aca-testing-shared/src/components/index.ts index ad4b8840a..b8124952d 100644 --- a/projects/aca-testing-shared/src/components/index.ts +++ b/projects/aca-testing-shared/src/components/index.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,7 +15,7 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License diff --git a/projects/aca-testing-shared/src/components/info-drawer/index.ts b/projects/aca-testing-shared/src/components/info-drawer/index.ts index 34d9fa4b0..296b005ad 100644 --- a/projects/aca-testing-shared/src/components/info-drawer/index.ts +++ b/projects/aca-testing-shared/src/components/info-drawer/index.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,7 +15,7 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License diff --git a/projects/aca-testing-shared/src/components/info-drawer/info-drawer-comments-tab.ts b/projects/aca-testing-shared/src/components/info-drawer/info-drawer-comments-tab.ts index 5fea6b206..d518db714 100755 --- a/projects/aca-testing-shared/src/components/info-drawer/info-drawer-comments-tab.ts +++ b/projects/aca-testing-shared/src/components/info-drawer/info-drawer-comments-tab.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,7 +15,7 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License diff --git a/projects/aca-testing-shared/src/components/info-drawer/info-drawer-metadata-content.ts b/projects/aca-testing-shared/src/components/info-drawer/info-drawer-metadata-content.ts index 025afc402..c7429829c 100755 --- a/projects/aca-testing-shared/src/components/info-drawer/info-drawer-metadata-content.ts +++ b/projects/aca-testing-shared/src/components/info-drawer/info-drawer-metadata-content.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,7 +15,7 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License diff --git a/projects/aca-testing-shared/src/components/info-drawer/info-drawer-metadata-library.ts b/projects/aca-testing-shared/src/components/info-drawer/info-drawer-metadata-library.ts index 539ccff26..ae3e29818 100755 --- a/projects/aca-testing-shared/src/components/info-drawer/info-drawer-metadata-library.ts +++ b/projects/aca-testing-shared/src/components/info-drawer/info-drawer-metadata-library.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,7 +15,7 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License diff --git a/projects/aca-testing-shared/src/components/info-drawer/info-drawer.ts b/projects/aca-testing-shared/src/components/info-drawer/info-drawer.ts index 9df1134e9..270677eef 100755 --- a/projects/aca-testing-shared/src/components/info-drawer/info-drawer.ts +++ b/projects/aca-testing-shared/src/components/info-drawer/info-drawer.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,7 +15,7 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License diff --git a/projects/aca-testing-shared/src/components/login/login.ts b/projects/aca-testing-shared/src/components/login/login.ts index a5455efeb..41df58ccc 100755 --- a/projects/aca-testing-shared/src/components/login/login.ts +++ b/projects/aca-testing-shared/src/components/login/login.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,7 +15,7 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License diff --git a/projects/aca-testing-shared/src/components/menu/menu.ts b/projects/aca-testing-shared/src/components/menu/menu.ts index 0b9c79cb6..ec4d4f19d 100755 --- a/projects/aca-testing-shared/src/components/menu/menu.ts +++ b/projects/aca-testing-shared/src/components/menu/menu.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,7 +15,7 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License diff --git a/projects/aca-testing-shared/src/components/metadata-card/metadata-card.ts b/projects/aca-testing-shared/src/components/metadata-card/metadata-card.ts index 8e947df23..1a7e62256 100644 --- a/projects/aca-testing-shared/src/components/metadata-card/metadata-card.ts +++ b/projects/aca-testing-shared/src/components/metadata-card/metadata-card.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,7 +15,7 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License diff --git a/projects/aca-testing-shared/src/components/pagination/pagination.ts b/projects/aca-testing-shared/src/components/pagination/pagination.ts index a12f4f0a5..3f1ef8645 100755 --- a/projects/aca-testing-shared/src/components/pagination/pagination.ts +++ b/projects/aca-testing-shared/src/components/pagination/pagination.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,7 +15,7 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License diff --git a/projects/aca-testing-shared/src/components/search/filters/created-date-filter.ts b/projects/aca-testing-shared/src/components/search/filters/created-date-filter.ts index cffd0a5e2..bc39c3d04 100755 --- a/projects/aca-testing-shared/src/components/search/filters/created-date-filter.ts +++ b/projects/aca-testing-shared/src/components/search/filters/created-date-filter.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,7 +15,7 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License diff --git a/projects/aca-testing-shared/src/components/search/filters/facet-filter.ts b/projects/aca-testing-shared/src/components/search/filters/facet-filter.ts index 13e33ba00..7547d041a 100755 --- a/projects/aca-testing-shared/src/components/search/filters/facet-filter.ts +++ b/projects/aca-testing-shared/src/components/search/filters/facet-filter.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,7 +15,7 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License diff --git a/projects/aca-testing-shared/src/components/search/filters/generic-filter.ts b/projects/aca-testing-shared/src/components/search/filters/generic-filter.ts index d4b386512..5a9149c40 100755 --- a/projects/aca-testing-shared/src/components/search/filters/generic-filter.ts +++ b/projects/aca-testing-shared/src/components/search/filters/generic-filter.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,7 +15,7 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License diff --git a/projects/aca-testing-shared/src/components/search/filters/size-filter.ts b/projects/aca-testing-shared/src/components/search/filters/size-filter.ts index 62691acf2..3f9b7894e 100755 --- a/projects/aca-testing-shared/src/components/search/filters/size-filter.ts +++ b/projects/aca-testing-shared/src/components/search/filters/size-filter.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,7 +15,7 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License diff --git a/projects/aca-testing-shared/src/components/search/index.ts b/projects/aca-testing-shared/src/components/search/index.ts index d59118a23..9c1f19563 100644 --- a/projects/aca-testing-shared/src/components/search/index.ts +++ b/projects/aca-testing-shared/src/components/search/index.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,7 +15,7 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License diff --git a/projects/aca-testing-shared/src/components/search/search-filters.ts b/projects/aca-testing-shared/src/components/search/search-filters.ts index 97802a8e9..dd723a821 100755 --- a/projects/aca-testing-shared/src/components/search/search-filters.ts +++ b/projects/aca-testing-shared/src/components/search/search-filters.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,7 +15,7 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License diff --git a/projects/aca-testing-shared/src/components/search/search-input.ts b/projects/aca-testing-shared/src/components/search/search-input.ts index 268ea6161..5abe7715e 100755 --- a/projects/aca-testing-shared/src/components/search/search-input.ts +++ b/projects/aca-testing-shared/src/components/search/search-input.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,7 +15,7 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License diff --git a/projects/aca-testing-shared/src/components/search/search-sorting-picker.ts b/projects/aca-testing-shared/src/components/search/search-sorting-picker.ts index 7bfdfc716..0c2800129 100755 --- a/projects/aca-testing-shared/src/components/search/search-sorting-picker.ts +++ b/projects/aca-testing-shared/src/components/search/search-sorting-picker.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,7 +15,7 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License diff --git a/projects/aca-testing-shared/src/components/sidenav/sidenav.ts b/projects/aca-testing-shared/src/components/sidenav/sidenav.ts index c6da7a919..a4977a290 100755 --- a/projects/aca-testing-shared/src/components/sidenav/sidenav.ts +++ b/projects/aca-testing-shared/src/components/sidenav/sidenav.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,7 +15,7 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License diff --git a/projects/aca-testing-shared/src/components/toolbar/toolbar.ts b/projects/aca-testing-shared/src/components/toolbar/toolbar.ts index 394d6fcfc..13e17b6ae 100755 --- a/projects/aca-testing-shared/src/components/toolbar/toolbar.ts +++ b/projects/aca-testing-shared/src/components/toolbar/toolbar.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,7 +15,7 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License diff --git a/projects/aca-testing-shared/src/components/viewer/viewer.ts b/projects/aca-testing-shared/src/components/viewer/viewer.ts index 13a05c018..7c33ebe9d 100755 --- a/projects/aca-testing-shared/src/components/viewer/viewer.ts +++ b/projects/aca-testing-shared/src/components/viewer/viewer.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,7 +15,7 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License diff --git a/projects/aca-testing-shared/src/configs.ts b/projects/aca-testing-shared/src/configs.ts index 4184ab17c..06d7ea3cb 100755 --- a/projects/aca-testing-shared/src/configs.ts +++ b/projects/aca-testing-shared/src/configs.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,12 +15,13 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License * along with Alfresco. If not, see . */ + export const BROWSER_WAIT_TIMEOUT = 10000; // Application configs diff --git a/projects/aca-testing-shared/src/index.ts b/projects/aca-testing-shared/src/index.ts index 0a545b64e..c6ffd0447 100644 --- a/projects/aca-testing-shared/src/index.ts +++ b/projects/aca-testing-shared/src/index.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,7 +15,7 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License diff --git a/projects/aca-testing-shared/src/pages/browsing-page.ts b/projects/aca-testing-shared/src/pages/browsing-page.ts index 4d98bf7ef..531c4dcc4 100755 --- a/projects/aca-testing-shared/src/pages/browsing-page.ts +++ b/projects/aca-testing-shared/src/pages/browsing-page.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,7 +15,7 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License diff --git a/projects/aca-testing-shared/src/pages/index.ts b/projects/aca-testing-shared/src/pages/index.ts index 22950897c..b185ce10d 100755 --- a/projects/aca-testing-shared/src/pages/index.ts +++ b/projects/aca-testing-shared/src/pages/index.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,7 +15,7 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License diff --git a/projects/aca-testing-shared/src/pages/login-page.ts b/projects/aca-testing-shared/src/pages/login-page.ts index 2b9397f28..49bfd396d 100755 --- a/projects/aca-testing-shared/src/pages/login-page.ts +++ b/projects/aca-testing-shared/src/pages/login-page.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,12 +15,13 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License * along with Alfresco. If not, see . */ + import { browser } from 'protractor'; import { LoginComponent } from '../components/components'; import { Page } from './page'; diff --git a/projects/aca-testing-shared/src/pages/page.ts b/projects/aca-testing-shared/src/pages/page.ts index afc7b807e..9d3edb0df 100755 --- a/projects/aca-testing-shared/src/pages/page.ts +++ b/projects/aca-testing-shared/src/pages/page.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,7 +15,7 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License diff --git a/projects/aca-testing-shared/src/pages/search-results-page.ts b/projects/aca-testing-shared/src/pages/search-results-page.ts index 7fbb89ede..6d9060020 100755 --- a/projects/aca-testing-shared/src/pages/search-results-page.ts +++ b/projects/aca-testing-shared/src/pages/search-results-page.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,7 +15,7 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License diff --git a/projects/aca-testing-shared/src/utilities/admin-actions.ts b/projects/aca-testing-shared/src/utilities/admin-actions.ts index 19152fb7d..09c38d0c9 100755 --- a/projects/aca-testing-shared/src/utilities/admin-actions.ts +++ b/projects/aca-testing-shared/src/utilities/admin-actions.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,7 +15,7 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License diff --git a/projects/aca-testing-shared/src/utilities/browser-utils.ts b/projects/aca-testing-shared/src/utilities/browser-utils.ts index 3b56c4bf6..0742e2f83 100644 --- a/projects/aca-testing-shared/src/utilities/browser-utils.ts +++ b/projects/aca-testing-shared/src/utilities/browser-utils.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,7 +15,7 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License diff --git a/projects/aca-testing-shared/src/utilities/index.ts b/projects/aca-testing-shared/src/utilities/index.ts index 31ffe1455..61eca7548 100644 --- a/projects/aca-testing-shared/src/utilities/index.ts +++ b/projects/aca-testing-shared/src/utilities/index.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,7 +15,7 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License diff --git a/projects/aca-testing-shared/src/utilities/repo-client/apis/favorites/favorites-api.ts b/projects/aca-testing-shared/src/utilities/repo-client/apis/favorites/favorites-api.ts index 6988a3d69..b2d8152a6 100755 --- a/projects/aca-testing-shared/src/utilities/repo-client/apis/favorites/favorites-api.ts +++ b/projects/aca-testing-shared/src/utilities/repo-client/apis/favorites/favorites-api.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,7 +15,7 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License diff --git a/projects/aca-testing-shared/src/utilities/repo-client/apis/index.ts b/projects/aca-testing-shared/src/utilities/repo-client/apis/index.ts index 865f7a53a..5ecf4a83e 100644 --- a/projects/aca-testing-shared/src/utilities/repo-client/apis/index.ts +++ b/projects/aca-testing-shared/src/utilities/repo-client/apis/index.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,7 +15,7 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License diff --git a/projects/aca-testing-shared/src/utilities/repo-client/apis/nodes/node-body-create.ts b/projects/aca-testing-shared/src/utilities/repo-client/apis/nodes/node-body-create.ts index d4d62d3d2..c91db5c05 100755 --- a/projects/aca-testing-shared/src/utilities/repo-client/apis/nodes/node-body-create.ts +++ b/projects/aca-testing-shared/src/utilities/repo-client/apis/nodes/node-body-create.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,7 +15,7 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License diff --git a/projects/aca-testing-shared/src/utilities/repo-client/apis/nodes/node-content-tree.ts b/projects/aca-testing-shared/src/utilities/repo-client/apis/nodes/node-content-tree.ts index ca72cb645..ccf06b205 100755 --- a/projects/aca-testing-shared/src/utilities/repo-client/apis/nodes/node-content-tree.ts +++ b/projects/aca-testing-shared/src/utilities/repo-client/apis/nodes/node-content-tree.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,7 +15,7 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License diff --git a/projects/aca-testing-shared/src/utilities/repo-client/apis/nodes/nodes-api.ts b/projects/aca-testing-shared/src/utilities/repo-client/apis/nodes/nodes-api.ts index cdce49877..cb766e3b2 100755 --- a/projects/aca-testing-shared/src/utilities/repo-client/apis/nodes/nodes-api.ts +++ b/projects/aca-testing-shared/src/utilities/repo-client/apis/nodes/nodes-api.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,7 +15,7 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License diff --git a/projects/aca-testing-shared/src/utilities/repo-client/apis/people/people-api-models.ts b/projects/aca-testing-shared/src/utilities/repo-client/apis/people/people-api-models.ts index 8b441644b..9f683357d 100755 --- a/projects/aca-testing-shared/src/utilities/repo-client/apis/people/people-api-models.ts +++ b/projects/aca-testing-shared/src/utilities/repo-client/apis/people/people-api-models.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,7 +15,7 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License diff --git a/projects/aca-testing-shared/src/utilities/repo-client/apis/queries/queries-api.ts b/projects/aca-testing-shared/src/utilities/repo-client/apis/queries/queries-api.ts index 23065f78c..a653a00b8 100755 --- a/projects/aca-testing-shared/src/utilities/repo-client/apis/queries/queries-api.ts +++ b/projects/aca-testing-shared/src/utilities/repo-client/apis/queries/queries-api.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,7 +15,7 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License diff --git a/projects/aca-testing-shared/src/utilities/repo-client/apis/repo-api.ts b/projects/aca-testing-shared/src/utilities/repo-client/apis/repo-api.ts index bfcee12fb..e5db8f0ac 100644 --- a/projects/aca-testing-shared/src/utilities/repo-client/apis/repo-api.ts +++ b/projects/aca-testing-shared/src/utilities/repo-client/apis/repo-api.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,7 +15,7 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License diff --git a/projects/aca-testing-shared/src/utilities/repo-client/apis/search/search-api.ts b/projects/aca-testing-shared/src/utilities/repo-client/apis/search/search-api.ts index 730351b37..aa2944afc 100755 --- a/projects/aca-testing-shared/src/utilities/repo-client/apis/search/search-api.ts +++ b/projects/aca-testing-shared/src/utilities/repo-client/apis/search/search-api.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,7 +15,7 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License diff --git a/projects/aca-testing-shared/src/utilities/repo-client/apis/shared-links/shared-links-api.ts b/projects/aca-testing-shared/src/utilities/repo-client/apis/shared-links/shared-links-api.ts index c2294e7ab..ac6f01a92 100755 --- a/projects/aca-testing-shared/src/utilities/repo-client/apis/shared-links/shared-links-api.ts +++ b/projects/aca-testing-shared/src/utilities/repo-client/apis/shared-links/shared-links-api.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,7 +15,7 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License diff --git a/projects/aca-testing-shared/src/utilities/repo-client/apis/sites/sites-api.ts b/projects/aca-testing-shared/src/utilities/repo-client/apis/sites/sites-api.ts index b0fdda3dc..f8b2d4571 100755 --- a/projects/aca-testing-shared/src/utilities/repo-client/apis/sites/sites-api.ts +++ b/projects/aca-testing-shared/src/utilities/repo-client/apis/sites/sites-api.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,7 +15,7 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License diff --git a/projects/aca-testing-shared/src/utilities/repo-client/apis/upload/upload-api.ts b/projects/aca-testing-shared/src/utilities/repo-client/apis/upload/upload-api.ts index 246860415..64c098375 100644 --- a/projects/aca-testing-shared/src/utilities/repo-client/apis/upload/upload-api.ts +++ b/projects/aca-testing-shared/src/utilities/repo-client/apis/upload/upload-api.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,7 +15,7 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License diff --git a/projects/aca-testing-shared/src/utilities/repo-client/repo-client.ts b/projects/aca-testing-shared/src/utilities/repo-client/repo-client.ts index 805d131ea..eb79320fc 100755 --- a/projects/aca-testing-shared/src/utilities/repo-client/repo-client.ts +++ b/projects/aca-testing-shared/src/utilities/repo-client/repo-client.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,7 +15,7 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License diff --git a/projects/aca-testing-shared/src/utilities/user-actions.ts b/projects/aca-testing-shared/src/utilities/user-actions.ts index f4284b23d..acc68f8b6 100644 --- a/projects/aca-testing-shared/src/utilities/user-actions.ts +++ b/projects/aca-testing-shared/src/utilities/user-actions.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,7 +15,7 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License diff --git a/projects/aca-testing-shared/src/utilities/utils.ts b/projects/aca-testing-shared/src/utilities/utils.ts index 74108cce2..f2a5f79f2 100644 --- a/projects/aca-testing-shared/src/utilities/utils.ts +++ b/projects/aca-testing-shared/src/utilities/utils.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,7 +15,7 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License diff --git a/projects/aca-viewer/.eslintrc.js b/projects/aca-viewer/.eslintrc.js new file mode 100644 index 000000000..9e780e164 --- /dev/null +++ b/projects/aca-viewer/.eslintrc.js @@ -0,0 +1,23 @@ +path = require("path"); +module.exports = { + "extends": "../../.eslintrc.json", + "ignorePatterns": [ + "!**/*" + ], + "overrides": [ + { + "files": [ + "*.ts" + ], + "parserOptions": { + "project": [ + path.join(__dirname, "tsconfig.lib.json"), + path.join(__dirname, "tsconfig.spec.json") + ], + "createDefaultProgram": true + }, + "rules": { + } + } + ] +} diff --git a/projects/aca-viewer/.eslintrc.json b/projects/aca-viewer/.eslintrc.json deleted file mode 100644 index 7b13d47ae..000000000 --- a/projects/aca-viewer/.eslintrc.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "extends": "../../.eslintrc.json", - "ignorePatterns": [ - "!**/*" - ], - "overrides": [ - { - "files": [ - "*.ts" - ], - "parserOptions": { - "project": [ - "projects/aca-viewer/tsconfig.lib.json", - "projects/aca-viewer/tsconfig.spec.json" - ], - "createDefaultProgram": true - }, - "rules": { - } - } - ] -} diff --git a/projects/aca-viewer/src/lib/components/viewer/viewer.component.ts b/projects/aca-viewer/src/lib/components/viewer/viewer.component.ts index ee8f75af8..59deb041c 100644 --- a/projects/aca-viewer/src/lib/components/viewer/viewer.component.ts +++ b/projects/aca-viewer/src/lib/components/viewer/viewer.component.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { AppExtensionService, AppHookService, ContentApiService } from '@alfresco/aca-shared'; diff --git a/projects/aca-viewer/src/lib/viewer.module.ts b/projects/aca-viewer/src/lib/viewer.module.ts index 482f12e85..b9e4c04ae 100644 --- a/projects/aca-viewer/src/lib/viewer.module.ts +++ b/projects/aca-viewer/src/lib/viewer.module.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { NgModule } from '@angular/core'; diff --git a/projects/aca-viewer/src/public-api.ts b/projects/aca-viewer/src/public-api.ts index a597dd00e..fcf280094 100644 --- a/projects/aca-viewer/src/public-api.ts +++ b/projects/aca-viewer/src/public-api.ts @@ -1,3 +1,27 @@ +/*! + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Alfresco Example Content Application + * + * This file is part of the Alfresco Example Content Application. + * If the software was purchased under a paid Alfresco license, the terms of + * the paid license agreement will prevail. Otherwise, the software is + * provided under the following open source license terms: + * + * The Alfresco Example Content Application is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * The Alfresco Example Content Application 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 Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * from Hyland Software. If not, see . + */ + /* * Public API Surface of aca-viewer */ diff --git a/projects/aca-viewer/src/test.ts b/projects/aca-viewer/src/test.ts index 59f2f3c78..d4e12c097 100644 --- a/projects/aca-viewer/src/test.ts +++ b/projects/aca-viewer/src/test.ts @@ -1,3 +1,27 @@ +/*! + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Alfresco Example Content Application + * + * This file is part of the Alfresco Example Content Application. + * If the software was purchased under a paid Alfresco license, the terms of + * the paid license agreement will prevail. Otherwise, the software is + * provided under the following open source license terms: + * + * The Alfresco Example Content Application is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * The Alfresco Example Content Application 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 Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * from Hyland Software. If not, see . + */ + // This file is required by karma.conf.js and loads recursively all the .spec and framework files import 'zone.js'; diff --git a/projects/adf-office-services-ext/.eslintrc.js b/projects/adf-office-services-ext/.eslintrc.js new file mode 100644 index 000000000..9e780e164 --- /dev/null +++ b/projects/adf-office-services-ext/.eslintrc.js @@ -0,0 +1,23 @@ +path = require("path"); +module.exports = { + "extends": "../../.eslintrc.json", + "ignorePatterns": [ + "!**/*" + ], + "overrides": [ + { + "files": [ + "*.ts" + ], + "parserOptions": { + "project": [ + path.join(__dirname, "tsconfig.lib.json"), + path.join(__dirname, "tsconfig.spec.json") + ], + "createDefaultProgram": true + }, + "rules": { + } + } + ] +} diff --git a/projects/adf-office-services-ext/.eslintrc.json b/projects/adf-office-services-ext/.eslintrc.json deleted file mode 100644 index 9c66fd4f9..000000000 --- a/projects/adf-office-services-ext/.eslintrc.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "extends": "../../.eslintrc.json", - "ignorePatterns": [ - "!**/*" - ], - "overrides": [ - { - "files": [ - "*.ts" - ], - "parserOptions": { - "project": [ - "projects/adf-office-services-ext/tsconfig.lib.json", - "projects/adf-office-services-ext/tsconfig.spec.json" - ], - "createDefaultProgram": true - }, - "rules": { - } - } - ] -} diff --git a/projects/adf-office-services-ext/assets/aos.plugin.json b/projects/adf-office-services-ext/assets/aos.plugin.json index d7a16fba4..270c01d7d 100644 --- a/projects/adf-office-services-ext/assets/aos.plugin.json +++ b/projects/adf-office-services-ext/assets/aos.plugin.json @@ -4,7 +4,7 @@ "$version": "0.0.10", "$name": "Edit in Office", "$description": "Extension that provides Office Edit Online Action", - "$vendor": "Alfresco Software, Ltd.", + "$vendor": "Hyland Software, Inc. and its affiliates", "$license": "LGPL-3.0", "actions": [ diff --git a/projects/adf-office-services-ext/src/lib/actions/aos.actions.ts b/projects/adf-office-services-ext/src/lib/actions/aos.actions.ts index 545d8eeee..77b5c7d6e 100755 --- a/projects/adf-office-services-ext/src/lib/actions/aos.actions.ts +++ b/projects/adf-office-services-ext/src/lib/actions/aos.actions.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Action } from '@ngrx/store'; diff --git a/projects/adf-office-services-ext/src/lib/aos-extension.module.ts b/projects/adf-office-services-ext/src/lib/aos-extension.module.ts index 245a507cb..03811ef1b 100644 --- a/projects/adf-office-services-ext/src/lib/aos-extension.module.ts +++ b/projects/adf-office-services-ext/src/lib/aos-extension.module.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { ExtensionService, provideExtensionConfig } from '@alfresco/adf-extensions'; diff --git a/projects/adf-office-services-ext/src/lib/aos-extension.service.spec.ts b/projects/adf-office-services-ext/src/lib/aos-extension.service.spec.ts index b35ff5e97..d80a34c13 100644 --- a/projects/adf-office-services-ext/src/lib/aos-extension.service.spec.ts +++ b/projects/adf-office-services-ext/src/lib/aos-extension.service.spec.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { TestBed } from '@angular/core/testing'; diff --git a/projects/adf-office-services-ext/src/lib/aos-extension.service.ts b/projects/adf-office-services-ext/src/lib/aos-extension.service.ts index f02aa3aab..40de9c911 100644 --- a/projects/adf-office-services-ext/src/lib/aos-extension.service.ts +++ b/projects/adf-office-services-ext/src/lib/aos-extension.service.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ /* cspell:disable */ diff --git a/projects/adf-office-services-ext/src/lib/effects/aos.effects.spec.ts b/projects/adf-office-services-ext/src/lib/effects/aos.effects.spec.ts index 1e1037072..6330acd5a 100755 --- a/projects/adf-office-services-ext/src/lib/effects/aos.effects.spec.ts +++ b/projects/adf-office-services-ext/src/lib/effects/aos.effects.spec.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { MinimalNodeEntryEntity } from '@alfresco/js-api'; diff --git a/projects/adf-office-services-ext/src/lib/effects/aos.effects.ts b/projects/adf-office-services-ext/src/lib/effects/aos.effects.ts index 11294b8ce..003e506b3 100755 --- a/projects/adf-office-services-ext/src/lib/effects/aos.effects.ts +++ b/projects/adf-office-services-ext/src/lib/effects/aos.effects.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Injectable } from '@angular/core'; diff --git a/projects/adf-office-services-ext/src/public-api.ts b/projects/adf-office-services-ext/src/public-api.ts index c91e4788c..13f24d9fe 100644 --- a/projects/adf-office-services-ext/src/public-api.ts +++ b/projects/adf-office-services-ext/src/public-api.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ export * from './lib/aos-extension.service'; diff --git a/projects/adf-office-services-ext/src/test.ts b/projects/adf-office-services-ext/src/test.ts index f3f9cbb9a..3ec7a641c 100644 --- a/projects/adf-office-services-ext/src/test.ts +++ b/projects/adf-office-services-ext/src/test.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application 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 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ // This file is required by karma.conf.js and loads recursively all the .spec and framework files