From 9237a862483ac78986e64622e4b9afc08b02bcb9 Mon Sep 17 00:00:00 2001 From: Mykyta Maliarchuk Date: Tue, 4 Feb 2025 09:28:47 +0100 Subject: [PATCH] [ACS-9211] Update license headers --- .eslintrc.json | 2 +- app/src/app/app.components.spec.ts | 2 +- app/src/app/app.components.ts | 2 +- app/src/app/app.module.ts | 2 +- app/src/app/app.routes.ts | 2 +- app/src/app/components/login/app-login.component.ts | 2 +- app/src/app/extensions.module.ts | 2 +- app/src/environments/environment.e2e.ts | 2 +- app/src/environments/environment.interface.ts | 2 +- app/src/environments/environment.prod.ts | 2 +- app/src/environments/environment.release.ts | 2 +- app/src/environments/environment.ts | 2 +- app/src/main.ts | 2 +- app/src/polyfills.ts | 2 +- app/src/test.ts | 2 +- app/src/typings.d.ts | 2 +- e2e/playwright/authentication/playwright.config.ts | 2 +- e2e/playwright/authentication/src/tests/general.e2e.ts | 2 +- e2e/playwright/authentication/src/tests/login.e2e.ts | 2 +- e2e/playwright/authentication/src/tests/logout.e2e.ts | 2 +- e2e/playwright/copy-move-actions/playwright.config.ts | 2 +- e2e/playwright/copy-move-actions/src/tests/copy.e2e.ts | 2 +- .../src/tests/destination-picker-dialog.e2e.ts | 2 +- e2e/playwright/copy-move-actions/src/tests/move.e2e.ts | 2 +- e2e/playwright/create-actions/playwright.config.ts | 2 +- .../src/tests/create-file-from-template.e2e.ts | 2 +- .../src/tests/create-folder-from-template.e2e.ts | 2 +- .../create-actions/src/tests/create-folder.e2e.ts | 2 +- .../create-actions/src/tests/create-library.e2e.ts | 2 +- e2e/playwright/delete-actions/playwright.config.ts | 2 +- .../delete-actions/src/tests/delete-undo-delete.e2e.ts | 2 +- .../delete-actions/src/tests/permanently-delete.e2e.ts | 2 +- e2e/playwright/delete-actions/src/tests/restore.e2e.ts | 2 +- e2e/playwright/edit-actions/playwright.config.ts | 2 +- .../edit-actions/src/tests/edit-folder.e2e.ts | 2 +- .../edit-actions/src/tests/edit-offline.e2e.ts | 2 +- e2e/playwright/favorite-actions/playwright.config.ts | 2 +- .../favorite-actions/src/tests/mark-favorite.e2e.ts | 2 +- e2e/playwright/folder-rules/playwright.config.ts | 2 +- .../folder-rules/src/tests/create-rules.e2e.ts | 2 +- .../folder-rules/src/tests/delete-view-rules.e2e.ts | 2 +- .../folder-rules/src/tests/update-rules.e2e.ts | 2 +- e2e/playwright/info-drawer/playwright.config.ts | 2 +- e2e/playwright/info-drawer/src/tests/comments.e2e.ts | 2 +- .../src/tests/file-folder-properties.e2e.ts | 2 +- .../info-drawer/src/tests/file-preview.e2e.ts | 2 +- e2e/playwright/info-drawer/src/tests/general.e2e.ts | 2 +- .../info-drawer/src/tests/library-properties.e2e.ts | 2 +- e2e/playwright/library-actions/playwright.config.ts | 2 +- .../library-actions/src/tests/library-actions.e2e.ts | 2 +- e2e/playwright/list-views/playwright.config.ts | 2 +- e2e/playwright/list-views/src/tests/empty-list.e2e.ts | 2 +- e2e/playwright/list-views/src/tests/favorites.e2e.ts | 2 +- .../list-views/src/tests/file-libraries.e2e.ts | 2 +- .../list-views/src/tests/generic-errors.e2e.ts | 2 +- e2e/playwright/list-views/src/tests/permissions.e2e.ts | 2 +- .../list-views/src/tests/personal-files.e2e.ts | 2 +- .../list-views/src/tests/recent-files.e2e.ts | 2 +- .../list-views/src/tests/shared-files.e2e.ts | 2 +- e2e/playwright/list-views/src/tests/sort-list.e2e.ts | 2 +- e2e/playwright/list-views/src/tests/trash-admin.e2e.ts | 2 +- e2e/playwright/list-views/src/tests/trash.e2e.ts | 2 +- e2e/playwright/navigation/playwright.config.ts | 2 +- .../navigation/src/tests/breadcrumb-admin.e2e.ts | 2 +- e2e/playwright/navigation/src/tests/breadcrumb.e2e.ts | 2 +- e2e/playwright/navigation/src/tests/sidebar.e2e.ts | 2 +- .../navigation/src/tests/single-click.e2e.ts | 2 +- e2e/playwright/pagination/playwright.config.ts | 2 +- e2e/playwright/pagination/src/tests/favorites.ts | 2 +- .../pagination/src/tests/multiple-pages-files.e2e.ts | 2 +- e2e/playwright/pagination/src/tests/personal-files.ts | 2 +- e2e/playwright/search/playwright.config.ts | 2 +- .../search/src/tests/search-filters-categories.e2e.ts | 2 +- .../search/src/tests/search-filters-date.e2e.ts | 2 +- .../search/src/tests/search-filters-general.e2e.ts | 10 +++++----- .../search/src/tests/search-filters-location.e2e.ts | 2 +- .../search/src/tests/search-filters-logic.e2e.ts | 2 +- .../search/src/tests/search-filters-properties.e2e.ts | 2 +- .../search/src/tests/search-filters-tags.e2e.ts | 2 +- .../search/src/tests/search-highlighting.e2e.ts | 2 +- e2e/playwright/search/src/tests/search-input.e2e.ts | 2 +- .../src/tests/search-results-files-folders.e2e.ts | 2 +- .../search/src/tests/search-results-general.e2e.ts | 2 +- .../search/src/tests/search-results-libraries.e2e.ts | 2 +- e2e/playwright/search/src/tests/search-sorting.e2e.ts | 2 +- e2e/playwright/share-action/playwright.config.ts | 2 +- .../share-action/src/tests/share/share-file.e2e.ts | 2 +- .../src/tests/share/unshare-file-search-results.e2e.ts | 2 +- .../playwright.config.ts | 2 +- .../src/tests/folders-actions.e2e.ts | 2 +- .../src/tests/other-permissions.ts | 2 +- .../src/tests/special-permissions-actions.e2e.ts | 2 +- .../src/tests/viewer.ts | 2 +- .../upload-download-actions/playwright.config.ts | 2 +- .../upload-download-actions/src/tests/download.e2e.ts | 2 +- .../src/tests/upload-new-version.e2e.ts | 2 +- .../upload-download-actions/src/tests/upload.e2e.ts | 2 +- .../src/tests/version-actions.e2e.ts | 2 +- e2e/playwright/viewer/playwright.config.ts | 2 +- e2e/playwright/viewer/src/tests/viewer-action.e2e.ts | 2 +- .../viewer/src/tests/viewer-file-types.e2e.ts | 2 +- .../viewer/src/tests/viewer-protected.e2e.ts | 2 +- .../viewer/src/tests/viewer-useraction.e2e.ts | 2 +- e2e/playwright/viewer/src/tests/viewer.e2e.ts | 2 +- license-header-aca.txt | 2 +- projects/aca-content/about/src/about.component.ts | 2 +- projects/aca-content/about/src/aca-about.module.ts | 2 +- projects/aca-content/about/src/dev-mode.tokens.ts | 2 +- projects/aca-content/about/src/package-json.token.ts | 2 +- projects/aca-content/about/src/public-api.ts | 2 +- .../folder-rules/src/folder-rules.module.ts | 2 +- .../folder-rules/src/folder-rules.rules.spec.ts | 2 +- .../aca-content/folder-rules/src/folder-rules.rules.ts | 2 +- .../manage-rules/manage-rules.smart-component.spec.ts | 2 +- .../src/manage-rules/manage-rules.smart-component.ts | 2 +- .../src/mock/action-parameter-constraints.mock.ts | 2 +- .../aca-content/folder-rules/src/mock/actions.mock.ts | 2 +- .../folder-rules/src/mock/conditions.mock.ts | 2 +- .../aca-content/folder-rules/src/mock/node.mock.ts | 2 +- .../folder-rules/src/mock/rule-sets.mock.ts | 2 +- .../aca-content/folder-rules/src/mock/rules.mock.ts | 2 +- .../folder-rules/src/mock/security-marks.mock.ts | 2 +- .../src/model/action-parameter-constraint.model.ts | 2 +- .../folder-rules/src/model/rule-action.model.ts | 2 +- .../src/model/rule-composite-condition.model.ts | 2 +- .../folder-rules/src/model/rule-grouping-item.model.ts | 2 +- .../folder-rules/src/model/rule-set.model.ts | 2 +- .../src/model/rule-simple-condition.model.ts | 2 +- .../aca-content/folder-rules/src/model/rule.model.ts | 2 +- projects/aca-content/folder-rules/src/public-api.ts | 2 +- .../actions/rule-action-list.ui-component.spec.ts | 2 +- .../actions/rule-action-list.ui-component.ts | 2 +- .../actions/rule-action.ui-component.spec.ts | 2 +- .../rule-details/actions/rule-action.ui-component.ts | 2 +- .../rule-composite-condition.ui-component.spec.ts | 2 +- .../rule-composite-condition.ui-component.ts | 2 +- .../conditions/rule-condition-comparators.ts | 2 +- .../rule-details/conditions/rule-condition-fields.ts | 2 +- .../rule-simple-condition.ui-component.spec.ts | 2 +- .../conditions/rule-simple-condition.ui-component.ts | 2 +- .../edit-rule-dialog.smart-component.spec.ts | 2 +- .../src/rule-details/edit-rule-dialog.ui-component.ts | 2 +- .../options/rule-options.ui-component.spec.ts | 2 +- .../rule-details/options/rule-options.ui-component.ts | 2 +- .../src/rule-details/rule-details.ui-component.spec.ts | 2 +- .../src/rule-details/rule-details.ui-component.ts | 2 +- .../triggers/rule-triggers.ui-component.spec.ts | 2 +- .../triggers/rule-triggers.ui-component.ts | 2 +- .../validators/rule-actions.validator.spec.ts | 2 +- .../rule-details/validators/rule-actions.validator.ts | 2 +- .../validators/rule-composite-condition.validator.ts | 2 +- .../rule-list-grouping.ui-component.spec.ts | 2 +- .../rule-list-grouping.ui-component.ts | 2 +- .../rule-list-item/rule-list-item.ui-component.ts | 2 +- .../rule-list/rule-list/rule-list.ui-component.spec.ts | 2 +- .../src/rule-list/rule-list/rule-list.ui-component.ts | 2 +- .../rule-set-picker.smart-component.spec.ts | 2 +- .../rule-set-picker/rule-set-picker.smart-component.ts | 2 +- .../folder-rules/src/services/actions.service.spec.ts | 2 +- .../folder-rules/src/services/actions.service.ts | 2 +- .../src/services/folder-rule-sets.service.spec.ts | 2 +- .../src/services/folder-rule-sets.service.ts | 2 +- .../src/services/folder-rules.service.spec.ts | 2 +- .../folder-rules/src/services/folder-rules.service.ts | 2 +- .../aca-content/ms-office/src/actions/aos.actions.ts | 2 +- .../aca-content/ms-office/src/aos-extension.module.ts | 2 +- .../ms-office/src/aos-extension.service.spec.ts | 2 +- .../aca-content/ms-office/src/aos-extension.service.ts | 2 +- .../ms-office/src/effects/aos.effects.spec.ts | 2 +- .../aca-content/ms-office/src/effects/aos.effects.ts | 2 +- projects/aca-content/ms-office/src/public-api.ts | 2 +- projects/aca-content/src/lib/aca-content.module.ts | 2 +- projects/aca-content/src/lib/aca-content.routes.ts | 2 +- .../bulk-actions-dropdown.component.spec.ts | 2 +- .../bulk-actions-dropdown.component.ts | 2 +- .../aca-content/src/lib/components/common/index.ts | 2 +- .../language-picker/language-picker.component.ts | 2 +- .../common/location-link/location-link.component.ts | 2 +- .../components/common/logout/logout.component.spec.ts | 2 +- .../lib/components/common/logout/logout.component.ts | 2 +- .../toggle-shared/toggle-shared.component.spec.ts | 2 +- .../common/toggle-shared/toggle-shared.component.ts | 2 +- .../components/common/user-info/user-info.component.ts | 2 +- .../context-menu/base-context-menu.directive.spec.ts | 2 +- .../context-menu/base-context-menu.directive.ts | 2 +- .../context-menu/context-menu-item.component.spec.ts | 2 +- .../context-menu/context-menu-item.component.ts | 2 +- .../context-menu-outside-event.directive.spec.ts | 2 +- .../context-menu-outside-event.directive.ts | 2 +- .../components/context-menu/context-menu-overlay.ts | 2 +- .../context-menu/context-menu.component.spec.ts | 2 +- .../components/context-menu/context-menu.component.ts | 2 +- .../context-menu/context-menu.service.spec.ts | 2 +- .../components/context-menu/context-menu.service.ts | 2 +- .../context-menu/custom-context-menu-actions.token.ts | 2 +- .../context-menu/custom-context-menu.component.spec.ts | 2 +- .../context-menu/custom-context-menu.component.ts | 2 +- .../src/lib/components/context-menu/direction.token.ts | 2 +- .../src/lib/components/context-menu/interfaces.ts | 2 +- .../lib/components/details/details.component.spec.ts | 2 +- .../src/lib/components/details/details.component.ts | 2 +- .../datatable-cell-badges.component.spec.ts | 2 +- .../datatable-cell-badges.component.ts | 2 +- .../name-column/name-column.component.spec.ts | 2 +- .../name-column/name-column.component.ts | 2 +- .../tags-column/tags-column.component.ts | 2 +- .../thumbnail-column.component.spec.ts | 2 +- .../thumbnail-column/thumbnail-column.component.ts | 2 +- .../favorite-libraries.component.spec.ts | 2 +- .../favorite-libraries/favorite-libraries.component.ts | 2 +- .../components/favorites/favorites.component.spec.ts | 2 +- .../lib/components/favorites/favorites.component.ts | 2 +- .../src/lib/components/files/files.component.spec.ts | 2 +- .../src/lib/components/files/files.component.ts | 2 +- .../src/lib/components/home/home.component.spec.ts | 2 +- .../src/lib/components/home/home.component.ts | 2 +- .../comments-tab/comments-tab.component.spec.ts | 2 +- .../info-drawer/comments-tab/comments-tab.component.ts | 2 +- .../external-node-permission-comments-tab.service.ts | 2 +- .../lib/components/info-drawer/info.drawer.module.ts | 2 +- .../library-metadata-form.component.spec.ts | 2 +- .../library-metadata-form.component.ts | 2 +- .../library-metadata-tab.component.ts | 2 +- .../metadata-tab/metadata-tab.component.spec.ts | 2 +- .../info-drawer/metadata-tab/metadata-tab.component.ts | 2 +- .../versions-tab/versions-tab.component.spec.ts | 2 +- .../info-drawer/versions-tab/versions-tab.component.ts | 2 +- .../agents-button/agents-button.component.spec.ts | 2 +- .../search-ai/agents-button/agents-button.component.ts | 2 +- .../search-ai-input-container.component.spec.ts | 2 +- .../search-ai-input-container.component.ts | 2 +- .../search-ai-input/search-ai-input.component.spec.ts | 2 +- .../search-ai-input/search-ai-input.component.ts | 2 +- .../search-ai-results.component.spec.ts | 2 +- .../search-ai-results/search-ai-results.component.ts | 2 +- .../components/libraries/libraries.component.spec.ts | 2 +- .../lib/components/libraries/libraries.component.ts | 2 +- .../recent-files/recent-files.component.spec.ts | 2 +- .../components/recent-files/recent-files.component.ts | 2 +- .../aca-content/src/lib/components/search/index.ts | 2 +- .../search-action-menu.component.spec.ts | 2 +- .../search-action-menu/search-action-menu.component.ts | 2 +- .../search-input-control.component.spec.ts | 2 +- .../search-input-control.component.ts | 2 +- .../search/search-input/search-input.component.spec.ts | 2 +- .../search/search-input/search-input.component.ts | 2 +- .../search-libraries-query-builder.service.spec.ts | 2 +- .../search-libraries-query-builder.service.ts | 2 +- .../search-libraries-results.component.spec.ts | 2 +- .../search-libraries-results.component.ts | 2 +- .../search/search-navigation.service.spec.ts | 2 +- .../lib/components/search/search-navigation.service.ts | 2 +- .../search-results-row.component.spec.ts | 2 +- .../search-results-row/search-results-row.component.ts | 2 +- .../search-results/search-results.component.spec.ts | 2 +- .../search/search-results/search-results.component.ts | 2 +- .../saved-search-delete-dialog.component.spec.ts | 2 +- .../delete/saved-search-delete-dialog.component.ts | 2 +- .../edit/saved-search-edit-dialog.component.spec.ts | 2 +- .../dialog/edit/saved-search-edit-dialog.component.ts | 2 +- .../dialog/save-search-dialog.component.spec.ts | 2 +- .../search-save/dialog/save-search-dialog.component.ts | 2 +- .../search-save/dialog/saved-search-form.interface.ts | 2 +- .../dialog/unique-search-name-validator.spec.ts | 2 +- .../search-save/dialog/unique-search-name-validator.ts | 2 +- .../directive/save-search.directive.spec.ts | 2 +- .../search-save/directive/save-search.directive.ts | 2 +- .../list/saved-searches-list-ui.service.spec.ts | 2 +- .../search-save/list/saved-searches-list-ui.service.ts | 2 +- .../list/smart-list/saved-searches-list-schema.ts | 2 +- .../saved-searches-smart-list.component.spec.ts | 2 +- .../smart-list/saved-searches-smart-list.component.ts | 2 +- .../ui-list/saved-searches-list.ui-component.spec.ts | 2 +- .../list/ui-list/saved-searches-list.ui-component.ts | 2 +- .../sidenav/save-search-sidenav.component.spec.ts | 2 +- .../sidenav/save-search-sidenav.component.ts | 2 +- .../shared-files/shared-files.component.spec.ts | 2 +- .../components/shared-files/shared-files.component.ts | 2 +- .../shared-link-view.component.spec.ts | 2 +- .../shared-link-view/shared-link-view.component.ts | 2 +- .../sidenav/components/button-menu.component.spec.ts | 2 +- .../sidenav/components/button-menu.component.ts | 2 +- .../sidenav/components/expand-menu.component.spec.ts | 2 +- .../sidenav/components/expand-menu.component.ts | 2 +- .../sidenav/components/sidenav-header.component.ts | 2 +- .../sidenav/directives/action.directive.spec.ts | 2 +- .../components/sidenav/directives/action.directive.ts | 2 +- .../sidenav/directives/active-link.directive.spec.ts | 2 +- .../sidenav/directives/active-link.directive.ts | 2 +- .../directives/expansion-panel.directive.spec.ts | 2 +- .../sidenav/directives/expansion-panel.directive.ts | 2 +- .../sidenav/directives/menu-panel.directive.spec.ts | 2 +- .../sidenav/directives/menu-panel.directive.ts | 2 +- .../aca-content/src/lib/components/sidenav/index.ts | 2 +- .../lib/components/sidenav/sidenav.component.spec.ts | 2 +- .../src/lib/components/sidenav/sidenav.component.ts | 2 +- .../sidenav/user-menu/user-menu.component.ts | 2 +- .../aca-content/src/lib/components/toolbar/index.ts | 2 +- .../toggle-edit-offline.component.spec.ts | 2 +- .../toggle-edit-offline.component.ts | 2 +- .../toggle-favorite-library.component.spec.ts | 2 +- .../toggle-favorite-library.component.ts | 2 +- .../toggle-favorite/toggle-favorite.component.spec.ts | 2 +- .../toggle-favorite/toggle-favorite.component.ts | 2 +- .../toggle-info-drawer.component.spec.ts | 2 +- .../toggle-info-drawer/toggle-info-drawer.component.ts | 2 +- .../toggle-join-library-button.component.ts | 2 +- .../toggle-join-library-menu.component.ts | 2 +- .../toggle-join-library.component.spec.ts | 2 +- .../toolbar/view-node/view-node.component.spec.ts | 2 +- .../toolbar/view-node/view-node.component.ts | 2 +- .../lib/components/trashcan/trashcan.component.spec.ts | 2 +- .../src/lib/components/trashcan/trashcan.component.ts | 2 +- .../upload-files-dialog.component.ts | 2 +- .../view-profile/view-profile.component.spec.ts | 2 +- .../components/view-profile/view-profile.component.ts | 2 +- .../lib/components/view-profile/view-profile.guard.ts | 2 +- .../folder-information.component.spec.ts | 2 +- .../folder-details/folder-information.component.ts | 2 +- .../node-template/create-from-template.dialog.spec.ts | 2 +- .../node-template/create-from-template.dialog.ts | 2 +- .../src/lib/directives/document-list.directive.spec.ts | 2 +- .../src/lib/directives/document-list.directive.ts | 2 +- .../src/lib/extensions/core.extensions.module.ts | 2 +- .../lib/services/content-management.service.spec.ts | 2 +- .../src/lib/services/content-management.service.ts | 2 +- .../src/lib/services/content-url.service.spec.ts | 2 +- .../src/lib/services/content-url.service.ts | 2 +- .../src/lib/services/modal-ai.service.spec.ts | 2 +- .../aca-content/src/lib/services/modal-ai.service.ts | 2 +- .../src/lib/services/node-actions.service.spec.ts | 2 +- .../src/lib/services/node-actions.service.ts | 2 +- .../src/lib/services/node-template.service.spec.ts | 2 +- .../src/lib/services/node-template.service.ts | 2 +- .../lib/services/search-ai-navigation.service.spec.ts | 2 +- .../src/lib/services/search-ai-navigation.service.ts | 2 +- projects/aca-content/src/lib/store/app-store.module.ts | 2 +- projects/aca-content/src/lib/store/effects.ts | 2 +- .../aca-content/src/lib/store/effects/app.effects.ts | 2 +- .../src/lib/store/effects/contextmenu.effects.spec.ts | 2 +- .../src/lib/store/effects/contextmenu.effects.ts | 2 +- .../src/lib/store/effects/download.effects.spec.ts | 2 +- .../src/lib/store/effects/download.effects.ts | 2 +- .../src/lib/store/effects/favorite.effects.ts | 2 +- .../src/lib/store/effects/library.effects.ts | 2 +- .../src/lib/store/effects/node.effects.spec.ts | 2 +- .../aca-content/src/lib/store/effects/node.effects.ts | 2 +- .../src/lib/store/effects/search-ai.effects.spec.ts | 2 +- .../src/lib/store/effects/search-ai.effects.ts | 2 +- .../src/lib/store/effects/search.effects.spec.ts | 2 +- .../src/lib/store/effects/search.effects.ts | 2 +- .../src/lib/store/effects/template.effects.spec.ts | 2 +- .../src/lib/store/effects/template.effects.ts | 2 +- .../src/lib/store/effects/upload.effects.spec.ts | 2 +- .../src/lib/store/effects/upload.effects.ts | 2 +- .../src/lib/store/effects/viewer.effects.spec.ts | 2 +- .../src/lib/store/effects/viewer.effects.ts | 2 +- projects/aca-content/src/lib/store/initial-state.ts | 2 +- .../aca-content/src/lib/store/reducers/app.reducer.ts | 2 +- .../aca-content/src/lib/testing/app-testing.module.ts | 2 +- .../src/lib/testing/document-base-page-utils.ts | 2 +- projects/aca-content/src/lib/testing/test-utils.ts | 2 +- .../aca-content/src/lib/utils/aca-search-utils.spec.ts | 2 +- projects/aca-content/src/lib/utils/aca-search-utils.ts | 2 +- projects/aca-content/src/public-api.ts | 2 +- projects/aca-content/test.ts | 2 +- .../lib/components/preview/preview.component.spec.ts | 2 +- .../src/lib/components/preview/preview.component.ts | 2 +- .../src/lib/components/viewer/viewer.component.spec.ts | 2 +- .../src/lib/components/viewer/viewer.component.ts | 2 +- .../viewer/src/lib/services/viewer.service.spec.ts | 2 +- .../viewer/src/lib/services/viewer.service.ts | 2 +- projects/aca-content/viewer/src/lib/viewer.module.ts | 2 +- projects/aca-content/viewer/src/public-api.ts | 2 +- projects/aca-content/viewer/src/test.ts | 2 +- .../src/api/api-client-factory.ts | 2 +- .../aca-playwright-shared/src/api/categories-api.ts | 2 +- .../aca-playwright-shared/src/api/favorites-api.ts | 2 +- projects/aca-playwright-shared/src/api/file-actions.ts | 2 +- projects/aca-playwright-shared/src/api/index.ts | 2 +- .../aca-playwright-shared/src/api/node-content-tree.ts | 2 +- projects/aca-playwright-shared/src/api/nodes-api.ts | 2 +- .../aca-playwright-shared/src/api/people-api-models.ts | 2 +- projects/aca-playwright-shared/src/api/queries-api.ts | 2 +- projects/aca-playwright-shared/src/api/rules-api.ts | 2 +- projects/aca-playwright-shared/src/api/search-api.ts | 2 +- .../aca-playwright-shared/src/api/shared-links-api.ts | 2 +- projects/aca-playwright-shared/src/api/sites-api.ts | 2 +- projects/aca-playwright-shared/src/api/tags-api.ts | 2 +- projects/aca-playwright-shared/src/api/trashcan-api.ts | 2 +- .../src/base-config/global-variables.ts | 2 +- .../src/base-config/global.setup.ts | 2 +- .../aca-playwright-shared/src/base-config/index.ts | 2 +- .../src/base-config/playwright.config.ts | 2 +- .../src/base-config/report-portal.config.ts | 2 +- projects/aca-playwright-shared/src/fixtures/index.ts | 2 +- .../src/fixtures/page-initialization.ts | 2 +- .../aca-playwright-shared/src/models/custom-config.ts | 2 +- projects/aca-playwright-shared/src/models/index.ts | 2 +- .../aca-playwright-shared/src/models/user-model.ts | 2 +- .../page-objects/components/aca-header.component.ts | 2 +- .../components/actions-dropdown.component.ts | 2 +- .../components/adf-info-drawer.component.ts | 2 +- .../src/page-objects/components/base.component.ts | 2 +- .../components/breadcrumb/breadcrumb.component.ts | 2 +- .../page-objects/components/conditions.component.ts | 2 +- .../components/dataTable/data-table.component.ts | 2 +- .../src/page-objects/components/dataTable/index.ts | 2 +- .../components/dataTable/mat-menu.component.ts | 2 +- .../components/dataTable/toolbar.component.ts | 2 +- .../datetime-picker/datetime-picker.component.ts | 2 +- .../components/dialogs/adf-confirm-dialog.component.ts | 2 +- .../components/dialogs/adf-folder-dialog.component.ts | 2 +- .../components/dialogs/adf-library-dialog.component.ts | 2 +- .../components/dialogs/content-node-selector-dialog.ts | 2 +- .../dialogs/create-from-template-dialog-component.ts | 2 +- .../dialogs/delete-trash-dialog.component.ts | 2 +- .../components/dialogs/edit-dialog.component.ts | 2 +- .../src/page-objects/components/dialogs/index.ts | 2 +- .../components/dialogs/link-rules.component.ts | 2 +- .../dialogs/manage-versions-dialog.component.ts | 2 +- .../dialogs/password-overlay-dialog.component.ts | 2 +- .../components/dialogs/share-dialog.component.ts | 2 +- .../components/dialogs/upload-dialog.component.ts | 2 +- .../dialogs/upload-new-version-dialog.component.ts | 2 +- .../dialogs/viewer-overlay-dialog.component.ts | 2 +- .../src/page-objects/components/error.component.ts | 2 +- .../src/page-objects/components/index.ts | 2 +- .../src/page-objects/components/manageRules/index.ts | 2 +- .../manageRules/manage-rules-dialog.component.ts | 2 +- .../components/manageRules/manage-rules.component.ts | 2 +- .../page-objects/components/pagination.component.ts | 2 +- .../components/search/search-filters.component.ts | 2 +- .../search-filters-categories.component.ts | 2 +- .../search-filters/search-filters-date.component.ts | 2 +- .../search-filters-location.component.ts | 2 +- .../search-filters/search-filters-logic.component.ts | 2 +- .../search-filters-properties.component.ts | 2 +- .../search-filters/search-filters-tags.component.ts | 2 +- .../components/search/search-input.component.ts | 2 +- .../components/search/search-overlay.components.ts | 2 +- .../search/search-sorting-picker.components.ts | 2 +- .../src/page-objects/components/sidenav.component.ts | 2 +- .../components/snackBar/snack-bar.component.ts | 2 +- .../src/page-objects/components/spinner.component.ts | 2 +- .../src/page-objects/components/viewer.component.ts | 2 +- .../aca-playwright-shared/src/page-objects/index.ts | 2 +- .../src/page-objects/pages/base.page.ts | 2 +- .../src/page-objects/pages/favorites-libraries.page.ts | 2 +- .../src/page-objects/pages/favorites.page.ts | 2 +- .../src/page-objects/pages/index.ts | 2 +- .../src/page-objects/pages/login.page.ts | 2 +- .../src/page-objects/pages/my-libraries.page.ts | 2 +- .../src/page-objects/pages/nodes.page.ts | 2 +- .../src/page-objects/pages/personal-files.page.ts | 2 +- .../src/page-objects/pages/recent-files.page.ts | 2 +- .../src/page-objects/pages/search.page.ts | 2 +- .../src/page-objects/pages/shared.page.ts | 2 +- .../src/page-objects/pages/trash.page.ts | 2 +- .../src/page-objects/playwright-base.ts | 2 +- projects/aca-playwright-shared/src/public-api.ts | 2 +- projects/aca-playwright-shared/src/resources/index.ts | 2 +- .../src/resources/test-data/index.ts | 2 +- .../src/resources/test-data/test-data-files-folders.ts | 2 +- .../src/resources/test-data/test-data-permissions.ts | 2 +- .../src/resources/test-files/index.ts | 2 +- projects/aca-playwright-shared/src/utils/api.ts | 2 +- projects/aca-playwright-shared/src/utils/config.ts | 2 +- .../aca-playwright-shared/src/utils/error-strings.ts | 2 +- .../aca-playwright-shared/src/utils/exclude-tests.ts | 2 +- projects/aca-playwright-shared/src/utils/index.ts | 2 +- .../aca-playwright-shared/src/utils/library-errors.ts | 2 +- projects/aca-playwright-shared/src/utils/logger.ts | 2 +- projects/aca-playwright-shared/src/utils/paths.ts | 2 +- .../aca-playwright-shared/src/utils/state-helper.ts | 2 +- projects/aca-playwright-shared/src/utils/timeouts.ts | 2 +- projects/aca-playwright-shared/src/utils/utils.ts | 2 +- projects/aca-shared/rules/src/app.rules.spec.ts | 2 +- projects/aca-shared/rules/src/app.rules.ts | 2 +- projects/aca-shared/rules/src/navigation.rules.spec.ts | 2 +- projects/aca-shared/rules/src/navigation.rules.ts | 2 +- projects/aca-shared/rules/src/public-api.ts | 2 +- projects/aca-shared/rules/src/repository.rules.ts | 2 +- projects/aca-shared/rules/src/test-rule-context.ts | 2 +- projects/aca-shared/rules/src/user.rules.spec.ts | 2 +- projects/aca-shared/rules/src/user.rules.ts | 2 +- .../extensions-data-loader.guard.spec.ts | 2 +- .../lib/adf-extensions/extensions-data-loader.guard.ts | 2 +- .../document-base-page/document-base-page.component.ts | 2 +- .../document-base-page/document-base-page.service.ts | 2 +- .../document-base-page/document-base-page.spec.ts | 2 +- .../generic-error/generic-error.component.spec.ts | 2 +- .../generic-error/generic-error.component.ts | 2 +- .../info-drawer/info-drawer.component.spec.ts | 2 +- .../components/info-drawer/info-drawer.component.ts | 2 +- .../components/locked-by/locked-by.component.spec.ts | 2 +- .../lib/components/locked-by/locked-by.component.ts | 2 +- .../open-in-app/open-in-app.component.spec.ts | 2 +- .../components/open-in-app/open-in-app.component.ts | 2 +- .../page-layout/page-layout-content.component.ts | 2 +- .../page-layout/page-layout-error.component.ts | 2 +- .../page-layout/page-layout-header.component.ts | 2 +- .../page-layout/page-layout.component.spec.ts | 2 +- .../components/page-layout/page-layout.component.ts | 2 +- .../lib/components/page-layout/page-layout.module.ts | 2 +- .../toolbar-action/toolbar-action.component.spec.ts | 2 +- .../toolbar/toolbar-action/toolbar-action.component.ts | 2 +- .../toolbar-button/toolbar-button.component.spec.ts | 2 +- .../toolbar/toolbar-button/toolbar-button.component.ts | 2 +- .../toolbar-menu-item.component.spec.ts | 2 +- .../toolbar-menu-item/toolbar-menu-item.component.ts | 2 +- .../toolbar-menu/toolbar-menu.component.spec.ts | 2 +- .../toolbar/toolbar-menu/toolbar-menu.component.ts | 2 +- .../src/lib/components/toolbar/toolbar.component.ts | 2 +- projects/aca-shared/src/lib/constants/index.ts | 2 +- projects/aca-shared/src/lib/constants/mime-types.ts | 2 +- .../src/lib/deprecated/shared-toolbar.module.ts | 2 +- .../aca-shared/src/lib/deprecated/shared.module.ts | 2 +- .../contextmenu/contextmenu.directive.spec.ts | 2 +- .../directives/contextmenu/contextmenu.directive.ts | 2 +- .../src/lib/directives/pagination.directive.spec.ts | 2 +- .../src/lib/directives/pagination.directive.ts | 2 +- projects/aca-shared/src/lib/models/types.ts | 2 +- projects/aca-shared/src/lib/models/viewer.rules.ts | 2 +- .../src/lib/routing/plugin-enabled.guard.spec.ts | 2 +- .../aca-shared/src/lib/routing/plugin-enabled.guard.ts | 2 +- .../aca-shared/src/lib/routing/shared.guard.spec.ts | 2 +- projects/aca-shared/src/lib/routing/shared.guard.ts | 2 +- .../services/aca-file-auto-download.service.spec.ts | 2 +- .../services/aca-mobile-app-switcher.service.spec.ts | 2 +- .../lib/services/aca-mobile-app-switcher.service.ts | 2 +- .../aca-shared/src/lib/services/app-hook.service.ts | 2 +- .../src/lib/services/app-settings.service.ts | 2 +- .../src/lib/services/app.extension.service.spec.ts | 2 +- .../src/lib/services/app.extension.service.ts | 2 +- .../aca-shared/src/lib/services/app.service.spec.ts | 2 +- projects/aca-shared/src/lib/services/app.service.ts | 2 +- .../src/lib/services/auto-download.service.ts | 2 +- .../src/lib/services/content-api.service.spec.ts | 2 +- .../aca-shared/src/lib/services/content-api.service.ts | 2 +- .../lib/services/navigation-history.service.spec.ts | 2 +- .../src/lib/services/navigation-history.service.ts | 2 +- .../src/lib/services/node-permission.service.spec.ts | 2 +- .../src/lib/services/node-permission.service.ts | 2 +- .../src/lib/services/router.extension.service.spec.ts | 2 +- .../src/lib/services/router.extension.service.ts | 2 +- .../src/lib/services/user-profile.service.ts | 2 +- .../aca-shared/src/lib/testing/lib-testing-module.ts | 2 +- projects/aca-shared/src/lib/utils/node.utils.ts | 2 +- projects/aca-shared/src/lib/utils/note.utils.spec.ts | 2 +- projects/aca-shared/src/public-api.ts | 2 +- .../aca-shared/store/src/actions/app-action-types.ts | 2 +- projects/aca-shared/store/src/actions/app.actions.ts | 2 +- .../store/src/actions/context-menu-action-types.ts | 2 +- .../store/src/actions/contextmenu.actions.ts | 2 +- .../aca-shared/store/src/actions/library.actions.ts | 2 +- .../store/src/actions/metadata-aspect.actions.ts | 2 +- projects/aca-shared/store/src/actions/node.actions.ts | 2 +- .../store/src/actions/router-action-types.ts | 2 +- .../aca-shared/store/src/actions/router.actions.ts | 2 +- .../aca-shared/store/src/actions/search-ai.actions.ts | 2 +- .../aca-shared/store/src/actions/search.actions.ts | 2 +- .../aca-shared/store/src/actions/snackbar.actions.ts | 2 +- .../store/src/actions/template-action-types.ts | 2 +- .../aca-shared/store/src/actions/template.actions.ts | 2 +- .../aca-shared/store/src/actions/upload.actions.ts | 2 +- .../aca-shared/store/src/actions/viewer.actions.ts | 2 +- .../aca-shared/store/src/effects/router.effects.ts | 2 +- .../aca-shared/store/src/effects/snackbar.effects.ts | 2 +- .../store/src/models/ai-search-by-term-payload.ts | 2 +- .../aca-shared/store/src/models/delete-status.model.ts | 2 +- .../store/src/models/deleted-node-info.model.ts | 2 +- .../aca-shared/store/src/models/modal-configuration.ts | 2 +- .../aca-shared/store/src/models/node-info.model.ts | 2 +- .../aca-shared/store/src/models/search-option.model.ts | 2 +- projects/aca-shared/store/src/public-api.ts | 2 +- .../aca-shared/store/src/selectors/app.selectors.ts | 2 +- projects/aca-shared/store/src/states/app.state.ts | 2 +- projects/aca-shared/test.ts | 2 +- 579 files changed, 583 insertions(+), 583 deletions(-) diff --git a/.eslintrc.json b/.eslintrc.json index eef6375a9b..9ea3918d4c 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -59,7 +59,7 @@ "error", [ "/*!", - " * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.", + " * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.", " *", " * Alfresco Example Content Application", " *", diff --git a/app/src/app/app.components.spec.ts b/app/src/app/app.components.spec.ts index 93cf81561d..dfc6d998b1 100644 --- a/app/src/app/app.components.spec.ts +++ b/app/src/app/app.components.spec.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/app/src/app/app.components.ts b/app/src/app/app.components.ts index 8bf0e4606a..8afba23dc8 100644 --- a/app/src/app/app.components.ts +++ b/app/src/app/app.components.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/app/src/app/app.module.ts b/app/src/app/app.module.ts index 2880ea729f..15b9ef88d6 100644 --- a/app/src/app/app.module.ts +++ b/app/src/app/app.module.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/app/src/app/app.routes.ts b/app/src/app/app.routes.ts index 65bdfe16cf..cd7cb1dc32 100644 --- a/app/src/app/app.routes.ts +++ b/app/src/app/app.routes.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/app/src/app/components/login/app-login.component.ts b/app/src/app/components/login/app-login.component.ts index fe37f0c258..32b7cb97bf 100644 --- a/app/src/app/components/login/app-login.component.ts +++ b/app/src/app/components/login/app-login.component.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/app/src/app/extensions.module.ts b/app/src/app/extensions.module.ts index 2c4d2d4617..3c5ed3f2e6 100644 --- a/app/src/app/extensions.module.ts +++ b/app/src/app/extensions.module.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/app/src/environments/environment.e2e.ts b/app/src/environments/environment.e2e.ts index b2a69e1c39..994c427f68 100644 --- a/app/src/environments/environment.e2e.ts +++ b/app/src/environments/environment.e2e.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/app/src/environments/environment.interface.ts b/app/src/environments/environment.interface.ts index 62be86d9b3..2a47ec7c77 100644 --- a/app/src/environments/environment.interface.ts +++ b/app/src/environments/environment.interface.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/app/src/environments/environment.prod.ts b/app/src/environments/environment.prod.ts index f7b26f8d67..858fbb963d 100644 --- a/app/src/environments/environment.prod.ts +++ b/app/src/environments/environment.prod.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/app/src/environments/environment.release.ts b/app/src/environments/environment.release.ts index 1e5d9b7c8c..62842c79e5 100644 --- a/app/src/environments/environment.release.ts +++ b/app/src/environments/environment.release.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/app/src/environments/environment.ts b/app/src/environments/environment.ts index 10a6bec1c3..3f0a668be4 100644 --- a/app/src/environments/environment.ts +++ b/app/src/environments/environment.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/app/src/main.ts b/app/src/main.ts index bb9b989efc..5fc738e740 100644 --- a/app/src/main.ts +++ b/app/src/main.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/app/src/polyfills.ts b/app/src/polyfills.ts index 1351927518..1307a9c942 100644 --- a/app/src/polyfills.ts +++ b/app/src/polyfills.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/app/src/test.ts b/app/src/test.ts index dd57b74586..b568b3602e 100644 --- a/app/src/test.ts +++ b/app/src/test.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/app/src/typings.d.ts b/app/src/typings.d.ts index c80cc1ef84..e24b7fa18b 100644 --- a/app/src/typings.d.ts +++ b/app/src/typings.d.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/e2e/playwright/authentication/playwright.config.ts b/e2e/playwright/authentication/playwright.config.ts index 401336010c..dbfd1e15b1 100644 --- a/e2e/playwright/authentication/playwright.config.ts +++ b/e2e/playwright/authentication/playwright.config.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/e2e/playwright/authentication/src/tests/general.e2e.ts b/e2e/playwright/authentication/src/tests/general.e2e.ts index 2505b254cb..cb326fc388 100644 --- a/e2e/playwright/authentication/src/tests/general.e2e.ts +++ b/e2e/playwright/authentication/src/tests/general.e2e.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/e2e/playwright/authentication/src/tests/login.e2e.ts b/e2e/playwright/authentication/src/tests/login.e2e.ts index 2c8e8c7cb2..77ce08cf2a 100644 --- a/e2e/playwright/authentication/src/tests/login.e2e.ts +++ b/e2e/playwright/authentication/src/tests/login.e2e.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/e2e/playwright/authentication/src/tests/logout.e2e.ts b/e2e/playwright/authentication/src/tests/logout.e2e.ts index 5307402769..6c2fa9e8b0 100644 --- a/e2e/playwright/authentication/src/tests/logout.e2e.ts +++ b/e2e/playwright/authentication/src/tests/logout.e2e.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/e2e/playwright/copy-move-actions/playwright.config.ts b/e2e/playwright/copy-move-actions/playwright.config.ts index c9df77755e..b7a75dcf64 100644 --- a/e2e/playwright/copy-move-actions/playwright.config.ts +++ b/e2e/playwright/copy-move-actions/playwright.config.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/e2e/playwright/copy-move-actions/src/tests/copy.e2e.ts b/e2e/playwright/copy-move-actions/src/tests/copy.e2e.ts index ebab6fd961..a2274bd5d1 100644 --- a/e2e/playwright/copy-move-actions/src/tests/copy.e2e.ts +++ b/e2e/playwright/copy-move-actions/src/tests/copy.e2e.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/e2e/playwright/copy-move-actions/src/tests/destination-picker-dialog.e2e.ts b/e2e/playwright/copy-move-actions/src/tests/destination-picker-dialog.e2e.ts index 1a7c54f582..0fac42fa06 100644 --- a/e2e/playwright/copy-move-actions/src/tests/destination-picker-dialog.e2e.ts +++ b/e2e/playwright/copy-move-actions/src/tests/destination-picker-dialog.e2e.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/e2e/playwright/copy-move-actions/src/tests/move.e2e.ts b/e2e/playwright/copy-move-actions/src/tests/move.e2e.ts index de95f40bb6..0fcb06c040 100644 --- a/e2e/playwright/copy-move-actions/src/tests/move.e2e.ts +++ b/e2e/playwright/copy-move-actions/src/tests/move.e2e.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/e2e/playwright/create-actions/playwright.config.ts b/e2e/playwright/create-actions/playwright.config.ts index dbcf638b4a..a3dab2653b 100644 --- a/e2e/playwright/create-actions/playwright.config.ts +++ b/e2e/playwright/create-actions/playwright.config.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/e2e/playwright/create-actions/src/tests/create-file-from-template.e2e.ts b/e2e/playwright/create-actions/src/tests/create-file-from-template.e2e.ts index 7e38a668f8..b6ee474ae3 100644 --- a/e2e/playwright/create-actions/src/tests/create-file-from-template.e2e.ts +++ b/e2e/playwright/create-actions/src/tests/create-file-from-template.e2e.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/e2e/playwright/create-actions/src/tests/create-folder-from-template.e2e.ts b/e2e/playwright/create-actions/src/tests/create-folder-from-template.e2e.ts index 68f4247e39..d4ab136859 100644 --- a/e2e/playwright/create-actions/src/tests/create-folder-from-template.e2e.ts +++ b/e2e/playwright/create-actions/src/tests/create-folder-from-template.e2e.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/e2e/playwright/create-actions/src/tests/create-folder.e2e.ts b/e2e/playwright/create-actions/src/tests/create-folder.e2e.ts index e24430239c..ee7eb9deeb 100644 --- a/e2e/playwright/create-actions/src/tests/create-folder.e2e.ts +++ b/e2e/playwright/create-actions/src/tests/create-folder.e2e.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/e2e/playwright/create-actions/src/tests/create-library.e2e.ts b/e2e/playwright/create-actions/src/tests/create-library.e2e.ts index b9da8a5c8b..ebdde7cb74 100644 --- a/e2e/playwright/create-actions/src/tests/create-library.e2e.ts +++ b/e2e/playwright/create-actions/src/tests/create-library.e2e.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/e2e/playwright/delete-actions/playwright.config.ts b/e2e/playwright/delete-actions/playwright.config.ts index 50d0fc68af..9265a4c220 100644 --- a/e2e/playwright/delete-actions/playwright.config.ts +++ b/e2e/playwright/delete-actions/playwright.config.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/e2e/playwright/delete-actions/src/tests/delete-undo-delete.e2e.ts b/e2e/playwright/delete-actions/src/tests/delete-undo-delete.e2e.ts index 158244ca2e..588319ff58 100755 --- a/e2e/playwright/delete-actions/src/tests/delete-undo-delete.e2e.ts +++ b/e2e/playwright/delete-actions/src/tests/delete-undo-delete.e2e.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/e2e/playwright/delete-actions/src/tests/permanently-delete.e2e.ts b/e2e/playwright/delete-actions/src/tests/permanently-delete.e2e.ts index 5ec4042fd7..a337107834 100755 --- a/e2e/playwright/delete-actions/src/tests/permanently-delete.e2e.ts +++ b/e2e/playwright/delete-actions/src/tests/permanently-delete.e2e.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/e2e/playwright/delete-actions/src/tests/restore.e2e.ts b/e2e/playwright/delete-actions/src/tests/restore.e2e.ts index bd63fcd31b..7203cf6a8f 100755 --- a/e2e/playwright/delete-actions/src/tests/restore.e2e.ts +++ b/e2e/playwright/delete-actions/src/tests/restore.e2e.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/e2e/playwright/edit-actions/playwright.config.ts b/e2e/playwright/edit-actions/playwright.config.ts index 525999eba8..f5aa399862 100644 --- a/e2e/playwright/edit-actions/playwright.config.ts +++ b/e2e/playwright/edit-actions/playwright.config.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/e2e/playwright/edit-actions/src/tests/edit-folder.e2e.ts b/e2e/playwright/edit-actions/src/tests/edit-folder.e2e.ts index daaff72571..d913598ff6 100755 --- a/e2e/playwright/edit-actions/src/tests/edit-folder.e2e.ts +++ b/e2e/playwright/edit-actions/src/tests/edit-folder.e2e.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/e2e/playwright/edit-actions/src/tests/edit-offline.e2e.ts b/e2e/playwright/edit-actions/src/tests/edit-offline.e2e.ts index 0bc83df68d..81e4e2a8ba 100644 --- a/e2e/playwright/edit-actions/src/tests/edit-offline.e2e.ts +++ b/e2e/playwright/edit-actions/src/tests/edit-offline.e2e.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/e2e/playwright/favorite-actions/playwright.config.ts b/e2e/playwright/favorite-actions/playwright.config.ts index be808ff824..85d2bf5899 100644 --- a/e2e/playwright/favorite-actions/playwright.config.ts +++ b/e2e/playwright/favorite-actions/playwright.config.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/e2e/playwright/favorite-actions/src/tests/mark-favorite.e2e.ts b/e2e/playwright/favorite-actions/src/tests/mark-favorite.e2e.ts index c0c54bffcb..d9e6264d30 100644 --- a/e2e/playwright/favorite-actions/src/tests/mark-favorite.e2e.ts +++ b/e2e/playwright/favorite-actions/src/tests/mark-favorite.e2e.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/e2e/playwright/folder-rules/playwright.config.ts b/e2e/playwright/folder-rules/playwright.config.ts index 847ea1f898..7ab114e82d 100644 --- a/e2e/playwright/folder-rules/playwright.config.ts +++ b/e2e/playwright/folder-rules/playwright.config.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/e2e/playwright/folder-rules/src/tests/create-rules.e2e.ts b/e2e/playwright/folder-rules/src/tests/create-rules.e2e.ts index 52c59418dc..6c63dc3b22 100644 --- a/e2e/playwright/folder-rules/src/tests/create-rules.e2e.ts +++ b/e2e/playwright/folder-rules/src/tests/create-rules.e2e.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/e2e/playwright/folder-rules/src/tests/delete-view-rules.e2e.ts b/e2e/playwright/folder-rules/src/tests/delete-view-rules.e2e.ts index 121996a927..3542682e6d 100644 --- a/e2e/playwright/folder-rules/src/tests/delete-view-rules.e2e.ts +++ b/e2e/playwright/folder-rules/src/tests/delete-view-rules.e2e.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/e2e/playwright/folder-rules/src/tests/update-rules.e2e.ts b/e2e/playwright/folder-rules/src/tests/update-rules.e2e.ts index c14cadf242..ab36d73947 100644 --- a/e2e/playwright/folder-rules/src/tests/update-rules.e2e.ts +++ b/e2e/playwright/folder-rules/src/tests/update-rules.e2e.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/e2e/playwright/info-drawer/playwright.config.ts b/e2e/playwright/info-drawer/playwright.config.ts index 66e0ce1998..544a5ba686 100644 --- a/e2e/playwright/info-drawer/playwright.config.ts +++ b/e2e/playwright/info-drawer/playwright.config.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/e2e/playwright/info-drawer/src/tests/comments.e2e.ts b/e2e/playwright/info-drawer/src/tests/comments.e2e.ts index 03df7f0936..91f9a72a44 100755 --- a/e2e/playwright/info-drawer/src/tests/comments.e2e.ts +++ b/e2e/playwright/info-drawer/src/tests/comments.e2e.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/e2e/playwright/info-drawer/src/tests/file-folder-properties.e2e.ts b/e2e/playwright/info-drawer/src/tests/file-folder-properties.e2e.ts index 8ccd08df8d..5c1a0e6640 100755 --- a/e2e/playwright/info-drawer/src/tests/file-folder-properties.e2e.ts +++ b/e2e/playwright/info-drawer/src/tests/file-folder-properties.e2e.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/e2e/playwright/info-drawer/src/tests/file-preview.e2e.ts b/e2e/playwright/info-drawer/src/tests/file-preview.e2e.ts index dba93d61b9..70e4ddb422 100755 --- a/e2e/playwright/info-drawer/src/tests/file-preview.e2e.ts +++ b/e2e/playwright/info-drawer/src/tests/file-preview.e2e.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/e2e/playwright/info-drawer/src/tests/general.e2e.ts b/e2e/playwright/info-drawer/src/tests/general.e2e.ts index 5d760875ed..5ba943c6f2 100644 --- a/e2e/playwright/info-drawer/src/tests/general.e2e.ts +++ b/e2e/playwright/info-drawer/src/tests/general.e2e.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/e2e/playwright/info-drawer/src/tests/library-properties.e2e.ts b/e2e/playwright/info-drawer/src/tests/library-properties.e2e.ts index 54dfbf56a9..95efcc3e41 100644 --- a/e2e/playwright/info-drawer/src/tests/library-properties.e2e.ts +++ b/e2e/playwright/info-drawer/src/tests/library-properties.e2e.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/e2e/playwright/library-actions/playwright.config.ts b/e2e/playwright/library-actions/playwright.config.ts index f1d0d1cf56..e37520535e 100644 --- a/e2e/playwright/library-actions/playwright.config.ts +++ b/e2e/playwright/library-actions/playwright.config.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/e2e/playwright/library-actions/src/tests/library-actions.e2e.ts b/e2e/playwright/library-actions/src/tests/library-actions.e2e.ts index e74f2f6c0d..c4b5d87c00 100644 --- a/e2e/playwright/library-actions/src/tests/library-actions.e2e.ts +++ b/e2e/playwright/library-actions/src/tests/library-actions.e2e.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/e2e/playwright/list-views/playwright.config.ts b/e2e/playwright/list-views/playwright.config.ts index aa15361d56..4c73108e54 100644 --- a/e2e/playwright/list-views/playwright.config.ts +++ b/e2e/playwright/list-views/playwright.config.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/e2e/playwright/list-views/src/tests/empty-list.e2e.ts b/e2e/playwright/list-views/src/tests/empty-list.e2e.ts index 1258325475..9f21e6fc30 100755 --- a/e2e/playwright/list-views/src/tests/empty-list.e2e.ts +++ b/e2e/playwright/list-views/src/tests/empty-list.e2e.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/e2e/playwright/list-views/src/tests/favorites.e2e.ts b/e2e/playwright/list-views/src/tests/favorites.e2e.ts index ed7097ed19..58d4d160b9 100644 --- a/e2e/playwright/list-views/src/tests/favorites.e2e.ts +++ b/e2e/playwright/list-views/src/tests/favorites.e2e.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/e2e/playwright/list-views/src/tests/file-libraries.e2e.ts b/e2e/playwright/list-views/src/tests/file-libraries.e2e.ts index a962e6c8e7..e3fc20ce4e 100755 --- a/e2e/playwright/list-views/src/tests/file-libraries.e2e.ts +++ b/e2e/playwright/list-views/src/tests/file-libraries.e2e.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/e2e/playwright/list-views/src/tests/generic-errors.e2e.ts b/e2e/playwright/list-views/src/tests/generic-errors.e2e.ts index 2486a27320..a8963564c1 100755 --- a/e2e/playwright/list-views/src/tests/generic-errors.e2e.ts +++ b/e2e/playwright/list-views/src/tests/generic-errors.e2e.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/e2e/playwright/list-views/src/tests/permissions.e2e.ts b/e2e/playwright/list-views/src/tests/permissions.e2e.ts index a77f2417d5..c5b39b7cf2 100755 --- a/e2e/playwright/list-views/src/tests/permissions.e2e.ts +++ b/e2e/playwright/list-views/src/tests/permissions.e2e.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/e2e/playwright/list-views/src/tests/personal-files.e2e.ts b/e2e/playwright/list-views/src/tests/personal-files.e2e.ts index 12ef05ccc1..d3b314fed6 100644 --- a/e2e/playwright/list-views/src/tests/personal-files.e2e.ts +++ b/e2e/playwright/list-views/src/tests/personal-files.e2e.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/e2e/playwright/list-views/src/tests/recent-files.e2e.ts b/e2e/playwright/list-views/src/tests/recent-files.e2e.ts index 4c59c730b9..3f6e016a01 100755 --- a/e2e/playwright/list-views/src/tests/recent-files.e2e.ts +++ b/e2e/playwright/list-views/src/tests/recent-files.e2e.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/e2e/playwright/list-views/src/tests/shared-files.e2e.ts b/e2e/playwright/list-views/src/tests/shared-files.e2e.ts index 48a611cd32..b939b4e38b 100644 --- a/e2e/playwright/list-views/src/tests/shared-files.e2e.ts +++ b/e2e/playwright/list-views/src/tests/shared-files.e2e.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/e2e/playwright/list-views/src/tests/sort-list.e2e.ts b/e2e/playwright/list-views/src/tests/sort-list.e2e.ts index 7d5e30db57..670d598184 100644 --- a/e2e/playwright/list-views/src/tests/sort-list.e2e.ts +++ b/e2e/playwright/list-views/src/tests/sort-list.e2e.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/e2e/playwright/list-views/src/tests/trash-admin.e2e.ts b/e2e/playwright/list-views/src/tests/trash-admin.e2e.ts index 21ec20dc50..a52901a4e6 100755 --- a/e2e/playwright/list-views/src/tests/trash-admin.e2e.ts +++ b/e2e/playwright/list-views/src/tests/trash-admin.e2e.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/e2e/playwright/list-views/src/tests/trash.e2e.ts b/e2e/playwright/list-views/src/tests/trash.e2e.ts index b9602448c0..1dd390276c 100755 --- a/e2e/playwright/list-views/src/tests/trash.e2e.ts +++ b/e2e/playwright/list-views/src/tests/trash.e2e.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/e2e/playwright/navigation/playwright.config.ts b/e2e/playwright/navigation/playwright.config.ts index eabb7fd70b..4afcb0e9e1 100644 --- a/e2e/playwright/navigation/playwright.config.ts +++ b/e2e/playwright/navigation/playwright.config.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/e2e/playwright/navigation/src/tests/breadcrumb-admin.e2e.ts b/e2e/playwright/navigation/src/tests/breadcrumb-admin.e2e.ts index 8ba40d9e7f..39a8d4012b 100644 --- a/e2e/playwright/navigation/src/tests/breadcrumb-admin.e2e.ts +++ b/e2e/playwright/navigation/src/tests/breadcrumb-admin.e2e.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/e2e/playwright/navigation/src/tests/breadcrumb.e2e.ts b/e2e/playwright/navigation/src/tests/breadcrumb.e2e.ts index 541d457f38..2b1fe1252f 100644 --- a/e2e/playwright/navigation/src/tests/breadcrumb.e2e.ts +++ b/e2e/playwright/navigation/src/tests/breadcrumb.e2e.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/e2e/playwright/navigation/src/tests/sidebar.e2e.ts b/e2e/playwright/navigation/src/tests/sidebar.e2e.ts index c334e6816e..7f5deed740 100644 --- a/e2e/playwright/navigation/src/tests/sidebar.e2e.ts +++ b/e2e/playwright/navigation/src/tests/sidebar.e2e.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/e2e/playwright/navigation/src/tests/single-click.e2e.ts b/e2e/playwright/navigation/src/tests/single-click.e2e.ts index c4a38784e1..49feef9192 100644 --- a/e2e/playwright/navigation/src/tests/single-click.e2e.ts +++ b/e2e/playwright/navigation/src/tests/single-click.e2e.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/e2e/playwright/pagination/playwright.config.ts b/e2e/playwright/pagination/playwright.config.ts index b236851eda..290b191d49 100644 --- a/e2e/playwright/pagination/playwright.config.ts +++ b/e2e/playwright/pagination/playwright.config.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/e2e/playwright/pagination/src/tests/favorites.ts b/e2e/playwright/pagination/src/tests/favorites.ts index b3761f5464..3fe6d07182 100644 --- a/e2e/playwright/pagination/src/tests/favorites.ts +++ b/e2e/playwright/pagination/src/tests/favorites.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/e2e/playwright/pagination/src/tests/multiple-pages-files.e2e.ts b/e2e/playwright/pagination/src/tests/multiple-pages-files.e2e.ts index 3bd384bd79..45628c7f1c 100755 --- a/e2e/playwright/pagination/src/tests/multiple-pages-files.e2e.ts +++ b/e2e/playwright/pagination/src/tests/multiple-pages-files.e2e.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/e2e/playwright/pagination/src/tests/personal-files.ts b/e2e/playwright/pagination/src/tests/personal-files.ts index bd874801dc..3d35645997 100644 --- a/e2e/playwright/pagination/src/tests/personal-files.ts +++ b/e2e/playwright/pagination/src/tests/personal-files.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/e2e/playwright/search/playwright.config.ts b/e2e/playwright/search/playwright.config.ts index b7f07e69bd..644d01f8e4 100644 --- a/e2e/playwright/search/playwright.config.ts +++ b/e2e/playwright/search/playwright.config.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/e2e/playwright/search/src/tests/search-filters-categories.e2e.ts b/e2e/playwright/search/src/tests/search-filters-categories.e2e.ts index d7cd6f7d22..09d65c79f6 100644 --- a/e2e/playwright/search/src/tests/search-filters-categories.e2e.ts +++ b/e2e/playwright/search/src/tests/search-filters-categories.e2e.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/e2e/playwright/search/src/tests/search-filters-date.e2e.ts b/e2e/playwright/search/src/tests/search-filters-date.e2e.ts index 7c0f8d6af6..e27f8d1f23 100644 --- a/e2e/playwright/search/src/tests/search-filters-date.e2e.ts +++ b/e2e/playwright/search/src/tests/search-filters-date.e2e.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/e2e/playwright/search/src/tests/search-filters-general.e2e.ts b/e2e/playwright/search/src/tests/search-filters-general.e2e.ts index c18ee55808..54ea6dc9c4 100644 --- a/e2e/playwright/search/src/tests/search-filters-general.e2e.ts +++ b/e2e/playwright/search/src/tests/search-filters-general.e2e.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * @@ -120,9 +120,9 @@ test.describe('Search - Filters - General', () => { const propertiesFilterTextCleared = await searchPage.searchFilters.propertiesFilter.textContent(); const logicFilterTextCleared = await searchPage.searchFilters.logicFilter.textContent(); - await expect(propertiesFilterTextBefore).toEqual(propertiesFilterTextCleared); - await expect(logicFilterTextBefore).toEqual(logicFilterTextCleared); - await expect(propertiesFilterTextCleared).not.toEqual(propertiesFilterTextAfter); - await expect(logicFilterTextCleared).not.toEqual(logicFilterTextAfter); + expect(propertiesFilterTextBefore).toEqual(propertiesFilterTextCleared); + expect(logicFilterTextBefore).toEqual(logicFilterTextCleared); + expect(propertiesFilterTextCleared).not.toEqual(propertiesFilterTextAfter); + expect(logicFilterTextCleared).not.toEqual(logicFilterTextAfter); }); }); diff --git a/e2e/playwright/search/src/tests/search-filters-location.e2e.ts b/e2e/playwright/search/src/tests/search-filters-location.e2e.ts index 6ff80a02e2..6abcd857f1 100644 --- a/e2e/playwright/search/src/tests/search-filters-location.e2e.ts +++ b/e2e/playwright/search/src/tests/search-filters-location.e2e.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/e2e/playwright/search/src/tests/search-filters-logic.e2e.ts b/e2e/playwright/search/src/tests/search-filters-logic.e2e.ts index 18198cad0e..9f96ce3604 100644 --- a/e2e/playwright/search/src/tests/search-filters-logic.e2e.ts +++ b/e2e/playwright/search/src/tests/search-filters-logic.e2e.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/e2e/playwright/search/src/tests/search-filters-properties.e2e.ts b/e2e/playwright/search/src/tests/search-filters-properties.e2e.ts index 02230640c6..ef7b778043 100644 --- a/e2e/playwright/search/src/tests/search-filters-properties.e2e.ts +++ b/e2e/playwright/search/src/tests/search-filters-properties.e2e.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/e2e/playwright/search/src/tests/search-filters-tags.e2e.ts b/e2e/playwright/search/src/tests/search-filters-tags.e2e.ts index b3a1c44b6d..00d4b0c432 100644 --- a/e2e/playwright/search/src/tests/search-filters-tags.e2e.ts +++ b/e2e/playwright/search/src/tests/search-filters-tags.e2e.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/e2e/playwright/search/src/tests/search-highlighting.e2e.ts b/e2e/playwright/search/src/tests/search-highlighting.e2e.ts index 7d8bee2628..6cbd4ae83a 100644 --- a/e2e/playwright/search/src/tests/search-highlighting.e2e.ts +++ b/e2e/playwright/search/src/tests/search-highlighting.e2e.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/e2e/playwright/search/src/tests/search-input.e2e.ts b/e2e/playwright/search/src/tests/search-input.e2e.ts index 40d44f387c..fe6a8abc13 100644 --- a/e2e/playwright/search/src/tests/search-input.e2e.ts +++ b/e2e/playwright/search/src/tests/search-input.e2e.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/e2e/playwright/search/src/tests/search-results-files-folders.e2e.ts b/e2e/playwright/search/src/tests/search-results-files-folders.e2e.ts index fea064c9cc..af5c2ff110 100644 --- a/e2e/playwright/search/src/tests/search-results-files-folders.e2e.ts +++ b/e2e/playwright/search/src/tests/search-results-files-folders.e2e.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/e2e/playwright/search/src/tests/search-results-general.e2e.ts b/e2e/playwright/search/src/tests/search-results-general.e2e.ts index be58d7e2d7..a9d5055c07 100644 --- a/e2e/playwright/search/src/tests/search-results-general.e2e.ts +++ b/e2e/playwright/search/src/tests/search-results-general.e2e.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/e2e/playwright/search/src/tests/search-results-libraries.e2e.ts b/e2e/playwright/search/src/tests/search-results-libraries.e2e.ts index dfa3ab0065..3b2e27573b 100644 --- a/e2e/playwright/search/src/tests/search-results-libraries.e2e.ts +++ b/e2e/playwright/search/src/tests/search-results-libraries.e2e.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/e2e/playwright/search/src/tests/search-sorting.e2e.ts b/e2e/playwright/search/src/tests/search-sorting.e2e.ts index dc2c75ec50..67c0c5e7df 100644 --- a/e2e/playwright/search/src/tests/search-sorting.e2e.ts +++ b/e2e/playwright/search/src/tests/search-sorting.e2e.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/e2e/playwright/share-action/playwright.config.ts b/e2e/playwright/share-action/playwright.config.ts index a9d946a686..adbb6ddd8d 100644 --- a/e2e/playwright/share-action/playwright.config.ts +++ b/e2e/playwright/share-action/playwright.config.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/e2e/playwright/share-action/src/tests/share/share-file.e2e.ts b/e2e/playwright/share-action/src/tests/share/share-file.e2e.ts index 45a6866658..04779587e8 100644 --- a/e2e/playwright/share-action/src/tests/share/share-file.e2e.ts +++ b/e2e/playwright/share-action/src/tests/share/share-file.e2e.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/e2e/playwright/share-action/src/tests/share/unshare-file-search-results.e2e.ts b/e2e/playwright/share-action/src/tests/share/unshare-file-search-results.e2e.ts index 7596b738dc..69d3e0bff3 100755 --- a/e2e/playwright/share-action/src/tests/share/unshare-file-search-results.e2e.ts +++ b/e2e/playwright/share-action/src/tests/share/unshare-file-search-results.e2e.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/e2e/playwright/special-permissions-actions-available/playwright.config.ts b/e2e/playwright/special-permissions-actions-available/playwright.config.ts index 261b26757c..c42757a94e 100644 --- a/e2e/playwright/special-permissions-actions-available/playwright.config.ts +++ b/e2e/playwright/special-permissions-actions-available/playwright.config.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/e2e/playwright/special-permissions-actions-available/src/tests/folders-actions.e2e.ts b/e2e/playwright/special-permissions-actions-available/src/tests/folders-actions.e2e.ts index 7c41c30577..55c575c1f4 100644 --- a/e2e/playwright/special-permissions-actions-available/src/tests/folders-actions.e2e.ts +++ b/e2e/playwright/special-permissions-actions-available/src/tests/folders-actions.e2e.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/e2e/playwright/special-permissions-actions-available/src/tests/other-permissions.ts b/e2e/playwright/special-permissions-actions-available/src/tests/other-permissions.ts index 842a230084..90cc913133 100644 --- a/e2e/playwright/special-permissions-actions-available/src/tests/other-permissions.ts +++ b/e2e/playwright/special-permissions-actions-available/src/tests/other-permissions.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/e2e/playwright/special-permissions-actions-available/src/tests/special-permissions-actions.e2e.ts b/e2e/playwright/special-permissions-actions-available/src/tests/special-permissions-actions.e2e.ts index f5036623e3..ff79f3b168 100644 --- a/e2e/playwright/special-permissions-actions-available/src/tests/special-permissions-actions.e2e.ts +++ b/e2e/playwright/special-permissions-actions-available/src/tests/special-permissions-actions.e2e.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/e2e/playwright/special-permissions-actions-available/src/tests/viewer.ts b/e2e/playwright/special-permissions-actions-available/src/tests/viewer.ts index 6abc074893..f4c49d49dc 100644 --- a/e2e/playwright/special-permissions-actions-available/src/tests/viewer.ts +++ b/e2e/playwright/special-permissions-actions-available/src/tests/viewer.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/e2e/playwright/upload-download-actions/playwright.config.ts b/e2e/playwright/upload-download-actions/playwright.config.ts index 1ee1469aae..75e08f21a4 100644 --- a/e2e/playwright/upload-download-actions/playwright.config.ts +++ b/e2e/playwright/upload-download-actions/playwright.config.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/e2e/playwright/upload-download-actions/src/tests/download.e2e.ts b/e2e/playwright/upload-download-actions/src/tests/download.e2e.ts index 235897cdd2..31a230bed5 100644 --- a/e2e/playwright/upload-download-actions/src/tests/download.e2e.ts +++ b/e2e/playwright/upload-download-actions/src/tests/download.e2e.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/e2e/playwright/upload-download-actions/src/tests/upload-new-version.e2e.ts b/e2e/playwright/upload-download-actions/src/tests/upload-new-version.e2e.ts index 4f80b37a4b..2525a9c610 100755 --- a/e2e/playwright/upload-download-actions/src/tests/upload-new-version.e2e.ts +++ b/e2e/playwright/upload-download-actions/src/tests/upload-new-version.e2e.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/e2e/playwright/upload-download-actions/src/tests/upload.e2e.ts b/e2e/playwright/upload-download-actions/src/tests/upload.e2e.ts index db909edcfb..940a64137a 100644 --- a/e2e/playwright/upload-download-actions/src/tests/upload.e2e.ts +++ b/e2e/playwright/upload-download-actions/src/tests/upload.e2e.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/e2e/playwright/upload-download-actions/src/tests/version-actions.e2e.ts b/e2e/playwright/upload-download-actions/src/tests/version-actions.e2e.ts index 8541e39ffb..952249cdd3 100644 --- a/e2e/playwright/upload-download-actions/src/tests/version-actions.e2e.ts +++ b/e2e/playwright/upload-download-actions/src/tests/version-actions.e2e.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/e2e/playwright/viewer/playwright.config.ts b/e2e/playwright/viewer/playwright.config.ts index 1a9b7dd539..7111dea0cd 100644 --- a/e2e/playwright/viewer/playwright.config.ts +++ b/e2e/playwright/viewer/playwright.config.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/e2e/playwright/viewer/src/tests/viewer-action.e2e.ts b/e2e/playwright/viewer/src/tests/viewer-action.e2e.ts index de1103aa98..a72d9a6cc8 100644 --- a/e2e/playwright/viewer/src/tests/viewer-action.e2e.ts +++ b/e2e/playwright/viewer/src/tests/viewer-action.e2e.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/e2e/playwright/viewer/src/tests/viewer-file-types.e2e.ts b/e2e/playwright/viewer/src/tests/viewer-file-types.e2e.ts index a1ee849d84..ae37e1347a 100644 --- a/e2e/playwright/viewer/src/tests/viewer-file-types.e2e.ts +++ b/e2e/playwright/viewer/src/tests/viewer-file-types.e2e.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/e2e/playwright/viewer/src/tests/viewer-protected.e2e.ts b/e2e/playwright/viewer/src/tests/viewer-protected.e2e.ts index 48fa5d3c70..3ba627441e 100644 --- a/e2e/playwright/viewer/src/tests/viewer-protected.e2e.ts +++ b/e2e/playwright/viewer/src/tests/viewer-protected.e2e.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/e2e/playwright/viewer/src/tests/viewer-useraction.e2e.ts b/e2e/playwright/viewer/src/tests/viewer-useraction.e2e.ts index 1fd1917be1..8c53ee2614 100644 --- a/e2e/playwright/viewer/src/tests/viewer-useraction.e2e.ts +++ b/e2e/playwright/viewer/src/tests/viewer-useraction.e2e.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/e2e/playwright/viewer/src/tests/viewer.e2e.ts b/e2e/playwright/viewer/src/tests/viewer.e2e.ts index f7f97a2efd..1472dba28f 100644 --- a/e2e/playwright/viewer/src/tests/viewer.e2e.ts +++ b/e2e/playwright/viewer/src/tests/viewer.e2e.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/license-header-aca.txt b/license-header-aca.txt index 9fcf3e11f5..4c074c3971 100644 --- a/license-header-aca.txt +++ b/license-header-aca.txt @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-content/about/src/about.component.ts b/projects/aca-content/about/src/about.component.ts index 9dfe665a9c..9acf57ca21 100644 --- a/projects/aca-content/about/src/about.component.ts +++ b/projects/aca-content/about/src/about.component.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-content/about/src/aca-about.module.ts b/projects/aca-content/about/src/aca-about.module.ts index 26acfa44d7..7d64f84fcd 100644 --- a/projects/aca-content/about/src/aca-about.module.ts +++ b/projects/aca-content/about/src/aca-about.module.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-content/about/src/dev-mode.tokens.ts b/projects/aca-content/about/src/dev-mode.tokens.ts index 2a289f32de..de7e10f0a8 100644 --- a/projects/aca-content/about/src/dev-mode.tokens.ts +++ b/projects/aca-content/about/src/dev-mode.tokens.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-content/about/src/package-json.token.ts b/projects/aca-content/about/src/package-json.token.ts index addc3864b2..8674be4cdd 100644 --- a/projects/aca-content/about/src/package-json.token.ts +++ b/projects/aca-content/about/src/package-json.token.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-content/about/src/public-api.ts b/projects/aca-content/about/src/public-api.ts index 06da2b6df2..99e0e3767a 100644 --- a/projects/aca-content/about/src/public-api.ts +++ b/projects/aca-content/about/src/public-api.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-content/folder-rules/src/folder-rules.module.ts b/projects/aca-content/folder-rules/src/folder-rules.module.ts index 28d243f841..2fd56c8a43 100644 --- a/projects/aca-content/folder-rules/src/folder-rules.module.ts +++ b/projects/aca-content/folder-rules/src/folder-rules.module.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-content/folder-rules/src/folder-rules.rules.spec.ts b/projects/aca-content/folder-rules/src/folder-rules.rules.spec.ts index fe8ba88977..b5e7d71a28 100644 --- a/projects/aca-content/folder-rules/src/folder-rules.rules.spec.ts +++ b/projects/aca-content/folder-rules/src/folder-rules.rules.spec.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-content/folder-rules/src/folder-rules.rules.ts b/projects/aca-content/folder-rules/src/folder-rules.rules.ts index 2f1e73e6e1..1ddb487414 100644 --- a/projects/aca-content/folder-rules/src/folder-rules.rules.ts +++ b/projects/aca-content/folder-rules/src/folder-rules.rules.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-content/folder-rules/src/manage-rules/manage-rules.smart-component.spec.ts b/projects/aca-content/folder-rules/src/manage-rules/manage-rules.smart-component.spec.ts index 1cc83ba711..ade2a12cfc 100644 --- a/projects/aca-content/folder-rules/src/manage-rules/manage-rules.smart-component.spec.ts +++ b/projects/aca-content/folder-rules/src/manage-rules/manage-rules.smart-component.spec.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-content/folder-rules/src/manage-rules/manage-rules.smart-component.ts b/projects/aca-content/folder-rules/src/manage-rules/manage-rules.smart-component.ts index 79ca5b7706..2b33bf1974 100644 --- a/projects/aca-content/folder-rules/src/manage-rules/manage-rules.smart-component.ts +++ b/projects/aca-content/folder-rules/src/manage-rules/manage-rules.smart-component.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-content/folder-rules/src/mock/action-parameter-constraints.mock.ts b/projects/aca-content/folder-rules/src/mock/action-parameter-constraints.mock.ts index 5263b28c24..660f7741e3 100644 --- a/projects/aca-content/folder-rules/src/mock/action-parameter-constraints.mock.ts +++ b/projects/aca-content/folder-rules/src/mock/action-parameter-constraints.mock.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-content/folder-rules/src/mock/actions.mock.ts b/projects/aca-content/folder-rules/src/mock/actions.mock.ts index c67d9968c9..5a88ad9471 100644 --- a/projects/aca-content/folder-rules/src/mock/actions.mock.ts +++ b/projects/aca-content/folder-rules/src/mock/actions.mock.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-content/folder-rules/src/mock/conditions.mock.ts b/projects/aca-content/folder-rules/src/mock/conditions.mock.ts index 343f81f87a..128fe6395d 100644 --- a/projects/aca-content/folder-rules/src/mock/conditions.mock.ts +++ b/projects/aca-content/folder-rules/src/mock/conditions.mock.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-content/folder-rules/src/mock/node.mock.ts b/projects/aca-content/folder-rules/src/mock/node.mock.ts index 68c639201e..dfe58b5797 100644 --- a/projects/aca-content/folder-rules/src/mock/node.mock.ts +++ b/projects/aca-content/folder-rules/src/mock/node.mock.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-content/folder-rules/src/mock/rule-sets.mock.ts b/projects/aca-content/folder-rules/src/mock/rule-sets.mock.ts index 8cad7474e2..2045f3df8b 100644 --- a/projects/aca-content/folder-rules/src/mock/rule-sets.mock.ts +++ b/projects/aca-content/folder-rules/src/mock/rule-sets.mock.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-content/folder-rules/src/mock/rules.mock.ts b/projects/aca-content/folder-rules/src/mock/rules.mock.ts index e441bd509b..87110f36e6 100644 --- a/projects/aca-content/folder-rules/src/mock/rules.mock.ts +++ b/projects/aca-content/folder-rules/src/mock/rules.mock.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-content/folder-rules/src/mock/security-marks.mock.ts b/projects/aca-content/folder-rules/src/mock/security-marks.mock.ts index 02534047dd..a19d3c4afc 100644 --- a/projects/aca-content/folder-rules/src/mock/security-marks.mock.ts +++ b/projects/aca-content/folder-rules/src/mock/security-marks.mock.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-content/folder-rules/src/model/action-parameter-constraint.model.ts b/projects/aca-content/folder-rules/src/model/action-parameter-constraint.model.ts index b336f6ca5a..d75c38cd1f 100644 --- a/projects/aca-content/folder-rules/src/model/action-parameter-constraint.model.ts +++ b/projects/aca-content/folder-rules/src/model/action-parameter-constraint.model.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-content/folder-rules/src/model/rule-action.model.ts b/projects/aca-content/folder-rules/src/model/rule-action.model.ts index 2d04ad532d..44b4aaea4e 100644 --- a/projects/aca-content/folder-rules/src/model/rule-action.model.ts +++ b/projects/aca-content/folder-rules/src/model/rule-action.model.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-content/folder-rules/src/model/rule-composite-condition.model.ts b/projects/aca-content/folder-rules/src/model/rule-composite-condition.model.ts index 6aad7acf57..279ce89b66 100644 --- a/projects/aca-content/folder-rules/src/model/rule-composite-condition.model.ts +++ b/projects/aca-content/folder-rules/src/model/rule-composite-condition.model.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-content/folder-rules/src/model/rule-grouping-item.model.ts b/projects/aca-content/folder-rules/src/model/rule-grouping-item.model.ts index e908c947fe..e731b55d49 100644 --- a/projects/aca-content/folder-rules/src/model/rule-grouping-item.model.ts +++ b/projects/aca-content/folder-rules/src/model/rule-grouping-item.model.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-content/folder-rules/src/model/rule-set.model.ts b/projects/aca-content/folder-rules/src/model/rule-set.model.ts index 5f6c609daf..2bf61a6648 100644 --- a/projects/aca-content/folder-rules/src/model/rule-set.model.ts +++ b/projects/aca-content/folder-rules/src/model/rule-set.model.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-content/folder-rules/src/model/rule-simple-condition.model.ts b/projects/aca-content/folder-rules/src/model/rule-simple-condition.model.ts index 2e49e85697..3c4c1bfbb9 100644 --- a/projects/aca-content/folder-rules/src/model/rule-simple-condition.model.ts +++ b/projects/aca-content/folder-rules/src/model/rule-simple-condition.model.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-content/folder-rules/src/model/rule.model.ts b/projects/aca-content/folder-rules/src/model/rule.model.ts index 5d29fc22af..2c298ea959 100644 --- a/projects/aca-content/folder-rules/src/model/rule.model.ts +++ b/projects/aca-content/folder-rules/src/model/rule.model.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-content/folder-rules/src/public-api.ts b/projects/aca-content/folder-rules/src/public-api.ts index d42cfd9463..e1987ffb4a 100644 --- a/projects/aca-content/folder-rules/src/public-api.ts +++ b/projects/aca-content/folder-rules/src/public-api.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-content/folder-rules/src/rule-details/actions/rule-action-list.ui-component.spec.ts b/projects/aca-content/folder-rules/src/rule-details/actions/rule-action-list.ui-component.spec.ts index 972ca1bf53..50bbe8a685 100644 --- a/projects/aca-content/folder-rules/src/rule-details/actions/rule-action-list.ui-component.spec.ts +++ b/projects/aca-content/folder-rules/src/rule-details/actions/rule-action-list.ui-component.spec.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-content/folder-rules/src/rule-details/actions/rule-action-list.ui-component.ts b/projects/aca-content/folder-rules/src/rule-details/actions/rule-action-list.ui-component.ts index 49e05d73bc..ebb2b9c7b5 100644 --- a/projects/aca-content/folder-rules/src/rule-details/actions/rule-action-list.ui-component.ts +++ b/projects/aca-content/folder-rules/src/rule-details/actions/rule-action-list.ui-component.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-content/folder-rules/src/rule-details/actions/rule-action.ui-component.spec.ts b/projects/aca-content/folder-rules/src/rule-details/actions/rule-action.ui-component.spec.ts index ae553fc73e..e2963bcccd 100644 --- a/projects/aca-content/folder-rules/src/rule-details/actions/rule-action.ui-component.spec.ts +++ b/projects/aca-content/folder-rules/src/rule-details/actions/rule-action.ui-component.spec.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-content/folder-rules/src/rule-details/actions/rule-action.ui-component.ts b/projects/aca-content/folder-rules/src/rule-details/actions/rule-action.ui-component.ts index 712db2e21a..af0d19fd4c 100644 --- a/projects/aca-content/folder-rules/src/rule-details/actions/rule-action.ui-component.ts +++ b/projects/aca-content/folder-rules/src/rule-details/actions/rule-action.ui-component.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-content/folder-rules/src/rule-details/conditions/rule-composite-condition.ui-component.spec.ts b/projects/aca-content/folder-rules/src/rule-details/conditions/rule-composite-condition.ui-component.spec.ts index faecaf0773..9554df39d1 100644 --- a/projects/aca-content/folder-rules/src/rule-details/conditions/rule-composite-condition.ui-component.spec.ts +++ b/projects/aca-content/folder-rules/src/rule-details/conditions/rule-composite-condition.ui-component.spec.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-content/folder-rules/src/rule-details/conditions/rule-composite-condition.ui-component.ts b/projects/aca-content/folder-rules/src/rule-details/conditions/rule-composite-condition.ui-component.ts index ef5bbff472..d0cd4d53cd 100644 --- a/projects/aca-content/folder-rules/src/rule-details/conditions/rule-composite-condition.ui-component.ts +++ b/projects/aca-content/folder-rules/src/rule-details/conditions/rule-composite-condition.ui-component.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-content/folder-rules/src/rule-details/conditions/rule-condition-comparators.ts b/projects/aca-content/folder-rules/src/rule-details/conditions/rule-condition-comparators.ts index 47f066a7db..79e361adc1 100644 --- a/projects/aca-content/folder-rules/src/rule-details/conditions/rule-condition-comparators.ts +++ b/projects/aca-content/folder-rules/src/rule-details/conditions/rule-condition-comparators.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-content/folder-rules/src/rule-details/conditions/rule-condition-fields.ts b/projects/aca-content/folder-rules/src/rule-details/conditions/rule-condition-fields.ts index acc2905ea0..636a671616 100644 --- a/projects/aca-content/folder-rules/src/rule-details/conditions/rule-condition-fields.ts +++ b/projects/aca-content/folder-rules/src/rule-details/conditions/rule-condition-fields.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-content/folder-rules/src/rule-details/conditions/rule-simple-condition.ui-component.spec.ts b/projects/aca-content/folder-rules/src/rule-details/conditions/rule-simple-condition.ui-component.spec.ts index 5d44d39383..45741ff6bf 100644 --- a/projects/aca-content/folder-rules/src/rule-details/conditions/rule-simple-condition.ui-component.spec.ts +++ b/projects/aca-content/folder-rules/src/rule-details/conditions/rule-simple-condition.ui-component.spec.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-content/folder-rules/src/rule-details/conditions/rule-simple-condition.ui-component.ts b/projects/aca-content/folder-rules/src/rule-details/conditions/rule-simple-condition.ui-component.ts index 81669d3d8d..32bb27a292 100644 --- a/projects/aca-content/folder-rules/src/rule-details/conditions/rule-simple-condition.ui-component.ts +++ b/projects/aca-content/folder-rules/src/rule-details/conditions/rule-simple-condition.ui-component.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-content/folder-rules/src/rule-details/edit-rule-dialog.smart-component.spec.ts b/projects/aca-content/folder-rules/src/rule-details/edit-rule-dialog.smart-component.spec.ts index 5c721f0139..c6ed5ceb04 100644 --- a/projects/aca-content/folder-rules/src/rule-details/edit-rule-dialog.smart-component.spec.ts +++ b/projects/aca-content/folder-rules/src/rule-details/edit-rule-dialog.smart-component.spec.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-content/folder-rules/src/rule-details/edit-rule-dialog.ui-component.ts b/projects/aca-content/folder-rules/src/rule-details/edit-rule-dialog.ui-component.ts index ef200a80c4..e4c6fa79f6 100644 --- a/projects/aca-content/folder-rules/src/rule-details/edit-rule-dialog.ui-component.ts +++ b/projects/aca-content/folder-rules/src/rule-details/edit-rule-dialog.ui-component.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-content/folder-rules/src/rule-details/options/rule-options.ui-component.spec.ts b/projects/aca-content/folder-rules/src/rule-details/options/rule-options.ui-component.spec.ts index 157089ca5b..b977e1b218 100644 --- a/projects/aca-content/folder-rules/src/rule-details/options/rule-options.ui-component.spec.ts +++ b/projects/aca-content/folder-rules/src/rule-details/options/rule-options.ui-component.spec.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-content/folder-rules/src/rule-details/options/rule-options.ui-component.ts b/projects/aca-content/folder-rules/src/rule-details/options/rule-options.ui-component.ts index 2caecbc538..389c37a0e5 100644 --- a/projects/aca-content/folder-rules/src/rule-details/options/rule-options.ui-component.ts +++ b/projects/aca-content/folder-rules/src/rule-details/options/rule-options.ui-component.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-content/folder-rules/src/rule-details/rule-details.ui-component.spec.ts b/projects/aca-content/folder-rules/src/rule-details/rule-details.ui-component.spec.ts index 9cd982013e..b34d076d49 100644 --- a/projects/aca-content/folder-rules/src/rule-details/rule-details.ui-component.spec.ts +++ b/projects/aca-content/folder-rules/src/rule-details/rule-details.ui-component.spec.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-content/folder-rules/src/rule-details/rule-details.ui-component.ts b/projects/aca-content/folder-rules/src/rule-details/rule-details.ui-component.ts index e1bb008e34..9dac3d6a1a 100644 --- a/projects/aca-content/folder-rules/src/rule-details/rule-details.ui-component.ts +++ b/projects/aca-content/folder-rules/src/rule-details/rule-details.ui-component.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-content/folder-rules/src/rule-details/triggers/rule-triggers.ui-component.spec.ts b/projects/aca-content/folder-rules/src/rule-details/triggers/rule-triggers.ui-component.spec.ts index ad73816a51..281939243e 100644 --- a/projects/aca-content/folder-rules/src/rule-details/triggers/rule-triggers.ui-component.spec.ts +++ b/projects/aca-content/folder-rules/src/rule-details/triggers/rule-triggers.ui-component.spec.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-content/folder-rules/src/rule-details/triggers/rule-triggers.ui-component.ts b/projects/aca-content/folder-rules/src/rule-details/triggers/rule-triggers.ui-component.ts index b317aa49e1..d592f95782 100644 --- a/projects/aca-content/folder-rules/src/rule-details/triggers/rule-triggers.ui-component.ts +++ b/projects/aca-content/folder-rules/src/rule-details/triggers/rule-triggers.ui-component.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-content/folder-rules/src/rule-details/validators/rule-actions.validator.spec.ts b/projects/aca-content/folder-rules/src/rule-details/validators/rule-actions.validator.spec.ts index 1ee58650ed..bcb2b0fe61 100644 --- a/projects/aca-content/folder-rules/src/rule-details/validators/rule-actions.validator.spec.ts +++ b/projects/aca-content/folder-rules/src/rule-details/validators/rule-actions.validator.spec.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-content/folder-rules/src/rule-details/validators/rule-actions.validator.ts b/projects/aca-content/folder-rules/src/rule-details/validators/rule-actions.validator.ts index 0e586f764d..1f862bf2bd 100644 --- a/projects/aca-content/folder-rules/src/rule-details/validators/rule-actions.validator.ts +++ b/projects/aca-content/folder-rules/src/rule-details/validators/rule-actions.validator.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-content/folder-rules/src/rule-details/validators/rule-composite-condition.validator.ts b/projects/aca-content/folder-rules/src/rule-details/validators/rule-composite-condition.validator.ts index dbc66d8c19..2b81006922 100644 --- a/projects/aca-content/folder-rules/src/rule-details/validators/rule-composite-condition.validator.ts +++ b/projects/aca-content/folder-rules/src/rule-details/validators/rule-composite-condition.validator.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-content/folder-rules/src/rule-list/rule-list-grouping/rule-list-grouping.ui-component.spec.ts b/projects/aca-content/folder-rules/src/rule-list/rule-list-grouping/rule-list-grouping.ui-component.spec.ts index e4e5a34cb3..f3c090ebdc 100644 --- a/projects/aca-content/folder-rules/src/rule-list/rule-list-grouping/rule-list-grouping.ui-component.spec.ts +++ b/projects/aca-content/folder-rules/src/rule-list/rule-list-grouping/rule-list-grouping.ui-component.spec.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-content/folder-rules/src/rule-list/rule-list-grouping/rule-list-grouping.ui-component.ts b/projects/aca-content/folder-rules/src/rule-list/rule-list-grouping/rule-list-grouping.ui-component.ts index 26a829886c..4d7b8d1cc7 100644 --- a/projects/aca-content/folder-rules/src/rule-list/rule-list-grouping/rule-list-grouping.ui-component.ts +++ b/projects/aca-content/folder-rules/src/rule-list/rule-list-grouping/rule-list-grouping.ui-component.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-content/folder-rules/src/rule-list/rule-list-item/rule-list-item.ui-component.ts b/projects/aca-content/folder-rules/src/rule-list/rule-list-item/rule-list-item.ui-component.ts index 89ca390e8a..b01c872c78 100644 --- a/projects/aca-content/folder-rules/src/rule-list/rule-list-item/rule-list-item.ui-component.ts +++ b/projects/aca-content/folder-rules/src/rule-list/rule-list-item/rule-list-item.ui-component.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-content/folder-rules/src/rule-list/rule-list/rule-list.ui-component.spec.ts b/projects/aca-content/folder-rules/src/rule-list/rule-list/rule-list.ui-component.spec.ts index d08296510f..d31446836e 100644 --- a/projects/aca-content/folder-rules/src/rule-list/rule-list/rule-list.ui-component.spec.ts +++ b/projects/aca-content/folder-rules/src/rule-list/rule-list/rule-list.ui-component.spec.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-content/folder-rules/src/rule-list/rule-list/rule-list.ui-component.ts b/projects/aca-content/folder-rules/src/rule-list/rule-list/rule-list.ui-component.ts index 83a839f9f3..b6907b311d 100644 --- a/projects/aca-content/folder-rules/src/rule-list/rule-list/rule-list.ui-component.ts +++ b/projects/aca-content/folder-rules/src/rule-list/rule-list/rule-list.ui-component.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-content/folder-rules/src/rule-set-picker/rule-set-picker.smart-component.spec.ts b/projects/aca-content/folder-rules/src/rule-set-picker/rule-set-picker.smart-component.spec.ts index ab1f896248..0a476c29f7 100644 --- a/projects/aca-content/folder-rules/src/rule-set-picker/rule-set-picker.smart-component.spec.ts +++ b/projects/aca-content/folder-rules/src/rule-set-picker/rule-set-picker.smart-component.spec.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-content/folder-rules/src/rule-set-picker/rule-set-picker.smart-component.ts b/projects/aca-content/folder-rules/src/rule-set-picker/rule-set-picker.smart-component.ts index 1bac8e0cec..352a8b0b58 100644 --- a/projects/aca-content/folder-rules/src/rule-set-picker/rule-set-picker.smart-component.ts +++ b/projects/aca-content/folder-rules/src/rule-set-picker/rule-set-picker.smart-component.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-content/folder-rules/src/services/actions.service.spec.ts b/projects/aca-content/folder-rules/src/services/actions.service.spec.ts index ed49ed2022..1887ce7042 100644 --- a/projects/aca-content/folder-rules/src/services/actions.service.spec.ts +++ b/projects/aca-content/folder-rules/src/services/actions.service.spec.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-content/folder-rules/src/services/actions.service.ts b/projects/aca-content/folder-rules/src/services/actions.service.ts index 597e62c0b1..2adfca3fbd 100644 --- a/projects/aca-content/folder-rules/src/services/actions.service.ts +++ b/projects/aca-content/folder-rules/src/services/actions.service.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-content/folder-rules/src/services/folder-rule-sets.service.spec.ts b/projects/aca-content/folder-rules/src/services/folder-rule-sets.service.spec.ts index 59779dd88d..32b90c99f8 100644 --- a/projects/aca-content/folder-rules/src/services/folder-rule-sets.service.spec.ts +++ b/projects/aca-content/folder-rules/src/services/folder-rule-sets.service.spec.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-content/folder-rules/src/services/folder-rule-sets.service.ts b/projects/aca-content/folder-rules/src/services/folder-rule-sets.service.ts index b106446a3c..c1c88bf489 100644 --- a/projects/aca-content/folder-rules/src/services/folder-rule-sets.service.ts +++ b/projects/aca-content/folder-rules/src/services/folder-rule-sets.service.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-content/folder-rules/src/services/folder-rules.service.spec.ts b/projects/aca-content/folder-rules/src/services/folder-rules.service.spec.ts index e9dd64a2f9..95d3abdd71 100644 --- a/projects/aca-content/folder-rules/src/services/folder-rules.service.spec.ts +++ b/projects/aca-content/folder-rules/src/services/folder-rules.service.spec.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-content/folder-rules/src/services/folder-rules.service.ts b/projects/aca-content/folder-rules/src/services/folder-rules.service.ts index 5414e9a455..4e6f504c55 100644 --- a/projects/aca-content/folder-rules/src/services/folder-rules.service.ts +++ b/projects/aca-content/folder-rules/src/services/folder-rules.service.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-content/ms-office/src/actions/aos.actions.ts b/projects/aca-content/ms-office/src/actions/aos.actions.ts index 5357c30963..ffb82022cd 100755 --- a/projects/aca-content/ms-office/src/actions/aos.actions.ts +++ b/projects/aca-content/ms-office/src/actions/aos.actions.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-content/ms-office/src/aos-extension.module.ts b/projects/aca-content/ms-office/src/aos-extension.module.ts index 53bde59372..2ba5d5c4ba 100644 --- a/projects/aca-content/ms-office/src/aos-extension.module.ts +++ b/projects/aca-content/ms-office/src/aos-extension.module.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-content/ms-office/src/aos-extension.service.spec.ts b/projects/aca-content/ms-office/src/aos-extension.service.spec.ts index 2fff3af322..d9162e9115 100644 --- a/projects/aca-content/ms-office/src/aos-extension.service.spec.ts +++ b/projects/aca-content/ms-office/src/aos-extension.service.spec.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-content/ms-office/src/aos-extension.service.ts b/projects/aca-content/ms-office/src/aos-extension.service.ts index fd296e67ae..7772609169 100644 --- a/projects/aca-content/ms-office/src/aos-extension.service.ts +++ b/projects/aca-content/ms-office/src/aos-extension.service.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-content/ms-office/src/effects/aos.effects.spec.ts b/projects/aca-content/ms-office/src/effects/aos.effects.spec.ts index 215dc1f228..b4bf836544 100755 --- a/projects/aca-content/ms-office/src/effects/aos.effects.spec.ts +++ b/projects/aca-content/ms-office/src/effects/aos.effects.spec.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-content/ms-office/src/effects/aos.effects.ts b/projects/aca-content/ms-office/src/effects/aos.effects.ts index a52cc1b2f0..8cf01fa2a8 100755 --- a/projects/aca-content/ms-office/src/effects/aos.effects.ts +++ b/projects/aca-content/ms-office/src/effects/aos.effects.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-content/ms-office/src/public-api.ts b/projects/aca-content/ms-office/src/public-api.ts index fdae6e7b0c..0e7ece191a 100644 --- a/projects/aca-content/ms-office/src/public-api.ts +++ b/projects/aca-content/ms-office/src/public-api.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-content/src/lib/aca-content.module.ts b/projects/aca-content/src/lib/aca-content.module.ts index de80f54d73..9d5587c4e0 100644 --- a/projects/aca-content/src/lib/aca-content.module.ts +++ b/projects/aca-content/src/lib/aca-content.module.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-content/src/lib/aca-content.routes.ts b/projects/aca-content/src/lib/aca-content.routes.ts index fb27932406..b3cd83c739 100644 --- a/projects/aca-content/src/lib/aca-content.routes.ts +++ b/projects/aca-content/src/lib/aca-content.routes.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-content/src/lib/components/bulk-actions-dropdown/bulk-actions-dropdown.component.spec.ts b/projects/aca-content/src/lib/components/bulk-actions-dropdown/bulk-actions-dropdown.component.spec.ts index 375d8a842b..5784d1ba3b 100644 --- a/projects/aca-content/src/lib/components/bulk-actions-dropdown/bulk-actions-dropdown.component.spec.ts +++ b/projects/aca-content/src/lib/components/bulk-actions-dropdown/bulk-actions-dropdown.component.spec.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-content/src/lib/components/bulk-actions-dropdown/bulk-actions-dropdown.component.ts b/projects/aca-content/src/lib/components/bulk-actions-dropdown/bulk-actions-dropdown.component.ts index a08d5d90c2..db8d7d1785 100644 --- a/projects/aca-content/src/lib/components/bulk-actions-dropdown/bulk-actions-dropdown.component.ts +++ b/projects/aca-content/src/lib/components/bulk-actions-dropdown/bulk-actions-dropdown.component.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-content/src/lib/components/common/index.ts b/projects/aca-content/src/lib/components/common/index.ts index efcfc63e87..e89fc7581b 100644 --- a/projects/aca-content/src/lib/components/common/index.ts +++ b/projects/aca-content/src/lib/components/common/index.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * 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 1d50c8390c..9efdce7a5c 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,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * 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 2b1f6c26df..fedc05dd27 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,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * 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 74d45f92cb..da8bab7f2a 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,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * 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 0bc736974e..1f7026af48 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,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * 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 185a5a8d85..c1983dc8b7 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,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * 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 6e939bee24..f2c8366ddd 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,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * 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 98d4a246a8..cda6961ff0 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,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-content/src/lib/components/context-menu/base-context-menu.directive.spec.ts b/projects/aca-content/src/lib/components/context-menu/base-context-menu.directive.spec.ts index 2e96ca9f8c..cf95e493a7 100644 --- a/projects/aca-content/src/lib/components/context-menu/base-context-menu.directive.spec.ts +++ b/projects/aca-content/src/lib/components/context-menu/base-context-menu.directive.spec.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-content/src/lib/components/context-menu/base-context-menu.directive.ts b/projects/aca-content/src/lib/components/context-menu/base-context-menu.directive.ts index c71a463c42..82bc5dcf69 100644 --- a/projects/aca-content/src/lib/components/context-menu/base-context-menu.directive.ts +++ b/projects/aca-content/src/lib/components/context-menu/base-context-menu.directive.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * 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 6e54625518..eb254ee1b9 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,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * 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 c42f516a37..caac0fb2d0 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,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * 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 ac4dea6cc8..839922b6df 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,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * 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 b4d313d5af..ca2a283616 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,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * 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 e5f862b48c..7dffbff3e3 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,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * 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 7dc9f99e13..67c891617a 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,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * 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 76518e3380..e7ab3c74c2 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,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * 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 4f7e58a6d5..1c17289422 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,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * 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 37d49a50c5..4899e5cb87 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,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-content/src/lib/components/context-menu/custom-context-menu-actions.token.ts b/projects/aca-content/src/lib/components/context-menu/custom-context-menu-actions.token.ts index 9a7d27d886..288a9622ae 100644 --- a/projects/aca-content/src/lib/components/context-menu/custom-context-menu-actions.token.ts +++ b/projects/aca-content/src/lib/components/context-menu/custom-context-menu-actions.token.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-content/src/lib/components/context-menu/custom-context-menu.component.spec.ts b/projects/aca-content/src/lib/components/context-menu/custom-context-menu.component.spec.ts index 264c98bf43..09ef2b77fb 100644 --- a/projects/aca-content/src/lib/components/context-menu/custom-context-menu.component.spec.ts +++ b/projects/aca-content/src/lib/components/context-menu/custom-context-menu.component.spec.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-content/src/lib/components/context-menu/custom-context-menu.component.ts b/projects/aca-content/src/lib/components/context-menu/custom-context-menu.component.ts index bfe338a4d6..846d2fd15e 100644 --- a/projects/aca-content/src/lib/components/context-menu/custom-context-menu.component.ts +++ b/projects/aca-content/src/lib/components/context-menu/custom-context-menu.component.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * 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 23c7aee8f4..746b765e3f 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,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * 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 3df00f4645..191d7bd344 100644 --- a/projects/aca-content/src/lib/components/context-menu/interfaces.ts +++ b/projects/aca-content/src/lib/components/context-menu/interfaces.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * 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 c524cfcf94..bcd964b8d1 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,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * 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 de107dc74c..80859daee8 100644 --- a/projects/aca-content/src/lib/components/details/details.component.ts +++ b/projects/aca-content/src/lib/components/details/details.component.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-content/src/lib/components/dl-custom-components/datatable-cell-badges/datatable-cell-badges.component.spec.ts b/projects/aca-content/src/lib/components/dl-custom-components/datatable-cell-badges/datatable-cell-badges.component.spec.ts index fd957b88d2..767b763cd7 100644 --- a/projects/aca-content/src/lib/components/dl-custom-components/datatable-cell-badges/datatable-cell-badges.component.spec.ts +++ b/projects/aca-content/src/lib/components/dl-custom-components/datatable-cell-badges/datatable-cell-badges.component.spec.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-content/src/lib/components/dl-custom-components/datatable-cell-badges/datatable-cell-badges.component.ts b/projects/aca-content/src/lib/components/dl-custom-components/datatable-cell-badges/datatable-cell-badges.component.ts index 2d36f48e6f..d95e393f3c 100644 --- a/projects/aca-content/src/lib/components/dl-custom-components/datatable-cell-badges/datatable-cell-badges.component.ts +++ b/projects/aca-content/src/lib/components/dl-custom-components/datatable-cell-badges/datatable-cell-badges.component.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * 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 d307248ed6..c9d93f7c88 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,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * 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 4cb8c1a5db..6abe5d8776 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,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * 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 df1130b316..5c2192a42e 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,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-content/src/lib/components/dl-custom-components/thumbnail-column/thumbnail-column.component.spec.ts b/projects/aca-content/src/lib/components/dl-custom-components/thumbnail-column/thumbnail-column.component.spec.ts index 2db572d5a8..e09cd05ebe 100644 --- a/projects/aca-content/src/lib/components/dl-custom-components/thumbnail-column/thumbnail-column.component.spec.ts +++ b/projects/aca-content/src/lib/components/dl-custom-components/thumbnail-column/thumbnail-column.component.spec.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * 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 e0c4c22809..97cd6ffc15 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,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * 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 c1096f6acc..32afb1c4eb 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,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * 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 8a082e4601..dbeaa2079a 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,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * 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 a025b9c823..72a9dd25b1 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,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * 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 c17a0a771d..c4f45f9ecf 100644 --- a/projects/aca-content/src/lib/components/favorites/favorites.component.ts +++ b/projects/aca-content/src/lib/components/favorites/favorites.component.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * 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 fd8daea467..ea9ddc6354 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,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * 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 84d420a92c..137741c9a4 100644 --- a/projects/aca-content/src/lib/components/files/files.component.ts +++ b/projects/aca-content/src/lib/components/files/files.component.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * 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 ef8544ae69..86f8043f95 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,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * 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 32f186ae8c..bbbfd1dcd3 100644 --- a/projects/aca-content/src/lib/components/home/home.component.ts +++ b/projects/aca-content/src/lib/components/home/home.component.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * 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 be2d894482..38f25ffcd5 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,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * 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 7ab27c2ede..29330637a0 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,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-content/src/lib/components/info-drawer/comments-tab/external-node-permission-comments-tab.service.ts b/projects/aca-content/src/lib/components/info-drawer/comments-tab/external-node-permission-comments-tab.service.ts index 8903e7825a..bde87310a3 100644 --- a/projects/aca-content/src/lib/components/info-drawer/comments-tab/external-node-permission-comments-tab.service.ts +++ b/projects/aca-content/src/lib/components/info-drawer/comments-tab/external-node-permission-comments-tab.service.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * 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 009742e981..0122181582 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,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * 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 cbdad74595..c8a93129df 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,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * 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 5251b76c0a..08abf1d4bb 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,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * 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 657bfaf483..ce2f2d00bb 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,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * 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 52eaf45e9a..39f033f8b6 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,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * 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 19999df5bb..5c373d8557 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,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * 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 58e121edad..f6e1bc5df1 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,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * 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 83203a2b2d..20b302f4a5 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,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-content/src/lib/components/knowledge-retrieval/search-ai/agents-button/agents-button.component.spec.ts b/projects/aca-content/src/lib/components/knowledge-retrieval/search-ai/agents-button/agents-button.component.spec.ts index 9f954563bc..e4a40c8d75 100644 --- a/projects/aca-content/src/lib/components/knowledge-retrieval/search-ai/agents-button/agents-button.component.spec.ts +++ b/projects/aca-content/src/lib/components/knowledge-retrieval/search-ai/agents-button/agents-button.component.spec.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-content/src/lib/components/knowledge-retrieval/search-ai/agents-button/agents-button.component.ts b/projects/aca-content/src/lib/components/knowledge-retrieval/search-ai/agents-button/agents-button.component.ts index 03f35f38c9..9d9a9f1341 100644 --- a/projects/aca-content/src/lib/components/knowledge-retrieval/search-ai/agents-button/agents-button.component.ts +++ b/projects/aca-content/src/lib/components/knowledge-retrieval/search-ai/agents-button/agents-button.component.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-content/src/lib/components/knowledge-retrieval/search-ai/search-ai-input-container/search-ai-input-container.component.spec.ts b/projects/aca-content/src/lib/components/knowledge-retrieval/search-ai/search-ai-input-container/search-ai-input-container.component.spec.ts index e076d7a4ff..f0957a4c76 100644 --- a/projects/aca-content/src/lib/components/knowledge-retrieval/search-ai/search-ai-input-container/search-ai-input-container.component.spec.ts +++ b/projects/aca-content/src/lib/components/knowledge-retrieval/search-ai/search-ai-input-container/search-ai-input-container.component.spec.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-content/src/lib/components/knowledge-retrieval/search-ai/search-ai-input-container/search-ai-input-container.component.ts b/projects/aca-content/src/lib/components/knowledge-retrieval/search-ai/search-ai-input-container/search-ai-input-container.component.ts index e05923b839..d45322c3f7 100644 --- a/projects/aca-content/src/lib/components/knowledge-retrieval/search-ai/search-ai-input-container/search-ai-input-container.component.ts +++ b/projects/aca-content/src/lib/components/knowledge-retrieval/search-ai/search-ai-input-container/search-ai-input-container.component.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-content/src/lib/components/knowledge-retrieval/search-ai/search-ai-input/search-ai-input.component.spec.ts b/projects/aca-content/src/lib/components/knowledge-retrieval/search-ai/search-ai-input/search-ai-input.component.spec.ts index 6891e90aab..1b0b81e509 100644 --- a/projects/aca-content/src/lib/components/knowledge-retrieval/search-ai/search-ai-input/search-ai-input.component.spec.ts +++ b/projects/aca-content/src/lib/components/knowledge-retrieval/search-ai/search-ai-input/search-ai-input.component.spec.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-content/src/lib/components/knowledge-retrieval/search-ai/search-ai-input/search-ai-input.component.ts b/projects/aca-content/src/lib/components/knowledge-retrieval/search-ai/search-ai-input/search-ai-input.component.ts index 36801dae33..a3533dbcc9 100644 --- a/projects/aca-content/src/lib/components/knowledge-retrieval/search-ai/search-ai-input/search-ai-input.component.ts +++ b/projects/aca-content/src/lib/components/knowledge-retrieval/search-ai/search-ai-input/search-ai-input.component.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-content/src/lib/components/knowledge-retrieval/search-ai/search-ai-results/search-ai-results.component.spec.ts b/projects/aca-content/src/lib/components/knowledge-retrieval/search-ai/search-ai-results/search-ai-results.component.spec.ts index 96fc0d1f6d..49ab25ed94 100644 --- a/projects/aca-content/src/lib/components/knowledge-retrieval/search-ai/search-ai-results/search-ai-results.component.spec.ts +++ b/projects/aca-content/src/lib/components/knowledge-retrieval/search-ai/search-ai-results/search-ai-results.component.spec.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-content/src/lib/components/knowledge-retrieval/search-ai/search-ai-results/search-ai-results.component.ts b/projects/aca-content/src/lib/components/knowledge-retrieval/search-ai/search-ai-results/search-ai-results.component.ts index c1e88aa9b1..25e7e41d9b 100644 --- a/projects/aca-content/src/lib/components/knowledge-retrieval/search-ai/search-ai-results/search-ai-results.component.ts +++ b/projects/aca-content/src/lib/components/knowledge-retrieval/search-ai/search-ai-results/search-ai-results.component.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * 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 9a40f2a236..66caa5642e 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,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * 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 f0d81d9089..1a462142e2 100644 --- a/projects/aca-content/src/lib/components/libraries/libraries.component.ts +++ b/projects/aca-content/src/lib/components/libraries/libraries.component.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * 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 bc3bd6b889..0747a9121d 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,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * 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 c7ef0377a3..8b13eaf74e 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,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-content/src/lib/components/search/index.ts b/projects/aca-content/src/lib/components/search/index.ts index 69e3007f38..38837cbf71 100644 --- a/projects/aca-content/src/lib/components/search/index.ts +++ b/projects/aca-content/src/lib/components/search/index.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * 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 c1b8f68462..2e4ee6c1f0 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,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * 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 bacdbe54f4..9c212a77fd 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,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * 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 e667a4e80a..ea035e75b6 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,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * 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 3186fa9809..e96470fd49 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,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * 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 dc5582e36f..caa81fdcb6 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,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * 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 106baac711..62d6435679 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,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * 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 fb4dc60095..ac70fa8fc7 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,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * 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 9315112065..52d39ffaa6 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,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * 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 1c9fd14ba1..6875e9654a 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,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * 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 33e3824a8d..37ca9fad90 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,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-content/src/lib/components/search/search-navigation.service.spec.ts b/projects/aca-content/src/lib/components/search/search-navigation.service.spec.ts index 82fb65eb70..b6ed324e58 100644 --- a/projects/aca-content/src/lib/components/search/search-navigation.service.spec.ts +++ b/projects/aca-content/src/lib/components/search/search-navigation.service.spec.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-content/src/lib/components/search/search-navigation.service.ts b/projects/aca-content/src/lib/components/search/search-navigation.service.ts index a13bd511af..ace058717b 100644 --- a/projects/aca-content/src/lib/components/search/search-navigation.service.ts +++ b/projects/aca-content/src/lib/components/search/search-navigation.service.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-content/src/lib/components/search/search-results-row/search-results-row.component.spec.ts b/projects/aca-content/src/lib/components/search/search-results-row/search-results-row.component.spec.ts index 2d028125e0..7e5d0c180c 100644 --- a/projects/aca-content/src/lib/components/search/search-results-row/search-results-row.component.spec.ts +++ b/projects/aca-content/src/lib/components/search/search-results-row/search-results-row.component.spec.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * 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 7ac88b9f3e..fc741adbb8 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,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * 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 c128c789d9..07981c2cab 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,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * 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 a35c4b00ff..6e4c1083bd 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,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-content/src/lib/components/search/search-save/dialog/delete/saved-search-delete-dialog.component.spec.ts b/projects/aca-content/src/lib/components/search/search-save/dialog/delete/saved-search-delete-dialog.component.spec.ts index aa9daaaf1b..75acd51009 100644 --- a/projects/aca-content/src/lib/components/search/search-save/dialog/delete/saved-search-delete-dialog.component.spec.ts +++ b/projects/aca-content/src/lib/components/search/search-save/dialog/delete/saved-search-delete-dialog.component.spec.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-content/src/lib/components/search/search-save/dialog/delete/saved-search-delete-dialog.component.ts b/projects/aca-content/src/lib/components/search/search-save/dialog/delete/saved-search-delete-dialog.component.ts index a22f88f62c..248ace1734 100644 --- a/projects/aca-content/src/lib/components/search/search-save/dialog/delete/saved-search-delete-dialog.component.ts +++ b/projects/aca-content/src/lib/components/search/search-save/dialog/delete/saved-search-delete-dialog.component.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-content/src/lib/components/search/search-save/dialog/edit/saved-search-edit-dialog.component.spec.ts b/projects/aca-content/src/lib/components/search/search-save/dialog/edit/saved-search-edit-dialog.component.spec.ts index 46ca3b8734..b5f9b5ee0d 100644 --- a/projects/aca-content/src/lib/components/search/search-save/dialog/edit/saved-search-edit-dialog.component.spec.ts +++ b/projects/aca-content/src/lib/components/search/search-save/dialog/edit/saved-search-edit-dialog.component.spec.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-content/src/lib/components/search/search-save/dialog/edit/saved-search-edit-dialog.component.ts b/projects/aca-content/src/lib/components/search/search-save/dialog/edit/saved-search-edit-dialog.component.ts index deb9a46d79..ade59a0e45 100644 --- a/projects/aca-content/src/lib/components/search/search-save/dialog/edit/saved-search-edit-dialog.component.ts +++ b/projects/aca-content/src/lib/components/search/search-save/dialog/edit/saved-search-edit-dialog.component.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-content/src/lib/components/search/search-save/dialog/save-search-dialog.component.spec.ts b/projects/aca-content/src/lib/components/search/search-save/dialog/save-search-dialog.component.spec.ts index 53a5738636..5dc12235b5 100644 --- a/projects/aca-content/src/lib/components/search/search-save/dialog/save-search-dialog.component.spec.ts +++ b/projects/aca-content/src/lib/components/search/search-save/dialog/save-search-dialog.component.spec.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-content/src/lib/components/search/search-save/dialog/save-search-dialog.component.ts b/projects/aca-content/src/lib/components/search/search-save/dialog/save-search-dialog.component.ts index 62e200e905..10ae539d52 100644 --- a/projects/aca-content/src/lib/components/search/search-save/dialog/save-search-dialog.component.ts +++ b/projects/aca-content/src/lib/components/search/search-save/dialog/save-search-dialog.component.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-content/src/lib/components/search/search-save/dialog/saved-search-form.interface.ts b/projects/aca-content/src/lib/components/search/search-save/dialog/saved-search-form.interface.ts index 009c512bf2..737b663ecc 100644 --- a/projects/aca-content/src/lib/components/search/search-save/dialog/saved-search-form.interface.ts +++ b/projects/aca-content/src/lib/components/search/search-save/dialog/saved-search-form.interface.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-content/src/lib/components/search/search-save/dialog/unique-search-name-validator.spec.ts b/projects/aca-content/src/lib/components/search/search-save/dialog/unique-search-name-validator.spec.ts index 18db696c54..e981308c47 100644 --- a/projects/aca-content/src/lib/components/search/search-save/dialog/unique-search-name-validator.spec.ts +++ b/projects/aca-content/src/lib/components/search/search-save/dialog/unique-search-name-validator.spec.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-content/src/lib/components/search/search-save/dialog/unique-search-name-validator.ts b/projects/aca-content/src/lib/components/search/search-save/dialog/unique-search-name-validator.ts index b69300e279..8c1e9fd644 100644 --- a/projects/aca-content/src/lib/components/search/search-save/dialog/unique-search-name-validator.ts +++ b/projects/aca-content/src/lib/components/search/search-save/dialog/unique-search-name-validator.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-content/src/lib/components/search/search-save/directive/save-search.directive.spec.ts b/projects/aca-content/src/lib/components/search/search-save/directive/save-search.directive.spec.ts index b4aaba0583..a9a1be5d0b 100644 --- a/projects/aca-content/src/lib/components/search/search-save/directive/save-search.directive.spec.ts +++ b/projects/aca-content/src/lib/components/search/search-save/directive/save-search.directive.spec.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-content/src/lib/components/search/search-save/directive/save-search.directive.ts b/projects/aca-content/src/lib/components/search/search-save/directive/save-search.directive.ts index 5b662b0c0c..0487c77da2 100644 --- a/projects/aca-content/src/lib/components/search/search-save/directive/save-search.directive.ts +++ b/projects/aca-content/src/lib/components/search/search-save/directive/save-search.directive.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-content/src/lib/components/search/search-save/list/saved-searches-list-ui.service.spec.ts b/projects/aca-content/src/lib/components/search/search-save/list/saved-searches-list-ui.service.spec.ts index 49163bee01..88a878a1e6 100644 --- a/projects/aca-content/src/lib/components/search/search-save/list/saved-searches-list-ui.service.spec.ts +++ b/projects/aca-content/src/lib/components/search/search-save/list/saved-searches-list-ui.service.spec.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-content/src/lib/components/search/search-save/list/saved-searches-list-ui.service.ts b/projects/aca-content/src/lib/components/search/search-save/list/saved-searches-list-ui.service.ts index e40374fdcc..dfe9545ec9 100644 --- a/projects/aca-content/src/lib/components/search/search-save/list/saved-searches-list-ui.service.ts +++ b/projects/aca-content/src/lib/components/search/search-save/list/saved-searches-list-ui.service.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-content/src/lib/components/search/search-save/list/smart-list/saved-searches-list-schema.ts b/projects/aca-content/src/lib/components/search/search-save/list/smart-list/saved-searches-list-schema.ts index 545ca4ecb3..3535d835e2 100644 --- a/projects/aca-content/src/lib/components/search/search-save/list/smart-list/saved-searches-list-schema.ts +++ b/projects/aca-content/src/lib/components/search/search-save/list/smart-list/saved-searches-list-schema.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-content/src/lib/components/search/search-save/list/smart-list/saved-searches-smart-list.component.spec.ts b/projects/aca-content/src/lib/components/search/search-save/list/smart-list/saved-searches-smart-list.component.spec.ts index 54b5e0040e..921164c29d 100644 --- a/projects/aca-content/src/lib/components/search/search-save/list/smart-list/saved-searches-smart-list.component.spec.ts +++ b/projects/aca-content/src/lib/components/search/search-save/list/smart-list/saved-searches-smart-list.component.spec.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-content/src/lib/components/search/search-save/list/smart-list/saved-searches-smart-list.component.ts b/projects/aca-content/src/lib/components/search/search-save/list/smart-list/saved-searches-smart-list.component.ts index c9b92e20dd..43f2f1c12a 100644 --- a/projects/aca-content/src/lib/components/search/search-save/list/smart-list/saved-searches-smart-list.component.ts +++ b/projects/aca-content/src/lib/components/search/search-save/list/smart-list/saved-searches-smart-list.component.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-content/src/lib/components/search/search-save/list/ui-list/saved-searches-list.ui-component.spec.ts b/projects/aca-content/src/lib/components/search/search-save/list/ui-list/saved-searches-list.ui-component.spec.ts index 8150a6fbd6..514d71bede 100644 --- a/projects/aca-content/src/lib/components/search/search-save/list/ui-list/saved-searches-list.ui-component.spec.ts +++ b/projects/aca-content/src/lib/components/search/search-save/list/ui-list/saved-searches-list.ui-component.spec.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-content/src/lib/components/search/search-save/list/ui-list/saved-searches-list.ui-component.ts b/projects/aca-content/src/lib/components/search/search-save/list/ui-list/saved-searches-list.ui-component.ts index 40478ee4fb..d02dc28dca 100644 --- a/projects/aca-content/src/lib/components/search/search-save/list/ui-list/saved-searches-list.ui-component.ts +++ b/projects/aca-content/src/lib/components/search/search-save/list/ui-list/saved-searches-list.ui-component.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-content/src/lib/components/search/search-save/sidenav/save-search-sidenav.component.spec.ts b/projects/aca-content/src/lib/components/search/search-save/sidenav/save-search-sidenav.component.spec.ts index a631c1d10d..8ec9fc7d9e 100644 --- a/projects/aca-content/src/lib/components/search/search-save/sidenav/save-search-sidenav.component.spec.ts +++ b/projects/aca-content/src/lib/components/search/search-save/sidenav/save-search-sidenav.component.spec.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-content/src/lib/components/search/search-save/sidenav/save-search-sidenav.component.ts b/projects/aca-content/src/lib/components/search/search-save/sidenav/save-search-sidenav.component.ts index 3a46c83af1..7a3bf96996 100644 --- a/projects/aca-content/src/lib/components/search/search-save/sidenav/save-search-sidenav.component.ts +++ b/projects/aca-content/src/lib/components/search/search-save/sidenav/save-search-sidenav.component.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * 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 7109e85735..bd2cd68fbb 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,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * 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 d84d0e36fa..b00873270b 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,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * 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 d95cbb4736..6cfb38aed8 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,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * 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 4290a43d87..9f73840895 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,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * 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 b1a907f336..de2c6c94ba 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,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * 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 870758ee77..52926e8767 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,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * 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 ce1c7f9653..a933a2e6d2 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,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * 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 a5f785309f..d36bfc370e 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,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-content/src/lib/components/sidenav/components/sidenav-header.component.ts b/projects/aca-content/src/lib/components/sidenav/components/sidenav-header.component.ts index 770d43770e..18b6e81efe 100644 --- a/projects/aca-content/src/lib/components/sidenav/components/sidenav-header.component.ts +++ b/projects/aca-content/src/lib/components/sidenav/components/sidenav-header.component.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * 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 edb707c48e..06939b158d 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,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * 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 82b00112b3..82153358d2 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,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * 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 8160ce6dc9..4fd7204295 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,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * 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 7e9aba6399..c6b2c93a74 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,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * 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 3f86743365..ffaaeb819e 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,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * 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 f9271438dc..aefbeb79e6 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,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * 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 d87422eefc..13da804b41 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,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * 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 d8ba038067..2640c3596b 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,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-content/src/lib/components/sidenav/index.ts b/projects/aca-content/src/lib/components/sidenav/index.ts index 31069520a7..56da49fdde 100644 --- a/projects/aca-content/src/lib/components/sidenav/index.ts +++ b/projects/aca-content/src/lib/components/sidenav/index.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * 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 a7a7827ae4..ce2782bae8 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,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * 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 7a25ff6edf..1b6d0700c9 100755 --- a/projects/aca-content/src/lib/components/sidenav/sidenav.component.ts +++ b/projects/aca-content/src/lib/components/sidenav/sidenav.component.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-content/src/lib/components/sidenav/user-menu/user-menu.component.ts b/projects/aca-content/src/lib/components/sidenav/user-menu/user-menu.component.ts index d010671132..e21c5db2a3 100644 --- a/projects/aca-content/src/lib/components/sidenav/user-menu/user-menu.component.ts +++ b/projects/aca-content/src/lib/components/sidenav/user-menu/user-menu.component.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-content/src/lib/components/toolbar/index.ts b/projects/aca-content/src/lib/components/toolbar/index.ts index 67eb980371..0b3e6fbddd 100644 --- a/projects/aca-content/src/lib/components/toolbar/index.ts +++ b/projects/aca-content/src/lib/components/toolbar/index.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * 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 00a8b6afcf..0647bd5380 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,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * 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 6b5cca33c9..780ef7fd61 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,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * 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 b70e06792d..2fa18bdc27 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,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * 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 645b123172..03b6a2b8ac 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,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * 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 ab4c3ba29e..a99dc37f5c 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,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * 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 bf45e683d6..3ba662bfc9 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,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * 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 b208ffe68e..2a4583bbcd 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,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * 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 e2ffb20835..fb5e6f20d7 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,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * 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 d83d63f080..a939ad7462 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,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * 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 77a767466d..a19402a525 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,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * 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 d1e4894171..36d920d5b7 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,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * 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 2aa81ec53f..8befd4922f 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,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * 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 7c0ad5a2ae..0c652ec1a4 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,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * 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 c55f08ede9..07a697e439 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,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * 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 31cdab9943..9bd36348f9 100644 --- a/projects/aca-content/src/lib/components/trashcan/trashcan.component.ts +++ b/projects/aca-content/src/lib/components/trashcan/trashcan.component.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * 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 9b43fccaf1..e6b2c9fe5f 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,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * 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 11fcd14fcc..609f8b4856 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,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * 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 80100e93d4..7f20e83440 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,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * 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 eebda82213..f25f8f96ea 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,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-content/src/lib/dialogs/folder-details/folder-information.component.spec.ts b/projects/aca-content/src/lib/dialogs/folder-details/folder-information.component.spec.ts index 00a5a3c60b..8fa8ef8fc3 100644 --- a/projects/aca-content/src/lib/dialogs/folder-details/folder-information.component.spec.ts +++ b/projects/aca-content/src/lib/dialogs/folder-details/folder-information.component.spec.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-content/src/lib/dialogs/folder-details/folder-information.component.ts b/projects/aca-content/src/lib/dialogs/folder-details/folder-information.component.ts index d0d26468e0..e63d01bef3 100644 --- a/projects/aca-content/src/lib/dialogs/folder-details/folder-information.component.ts +++ b/projects/aca-content/src/lib/dialogs/folder-details/folder-information.component.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * 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 c413ff49a0..9ac846dc16 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,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * 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 26141fa171..060a6e745f 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,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * 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 16c0601048..da456d726f 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,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * 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 6a6378364b..3b4083e37a 100644 --- a/projects/aca-content/src/lib/directives/document-list.directive.ts +++ b/projects/aca-content/src/lib/directives/document-list.directive.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * 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 4b8ad53ddf..9fa9b9148c 100644 --- a/projects/aca-content/src/lib/extensions/core.extensions.module.ts +++ b/projects/aca-content/src/lib/extensions/core.extensions.module.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * 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 6f29e7127a..53b65a2e32 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,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * 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 26dbd5f7c1..4aaf024a38 100644 --- a/projects/aca-content/src/lib/services/content-management.service.ts +++ b/projects/aca-content/src/lib/services/content-management.service.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * 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 99a63e43f5..a213801d27 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,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * 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 3943ff8a53..2e0fe3aaec 100644 --- a/projects/aca-content/src/lib/services/content-url.service.ts +++ b/projects/aca-content/src/lib/services/content-url.service.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-content/src/lib/services/modal-ai.service.spec.ts b/projects/aca-content/src/lib/services/modal-ai.service.spec.ts index 01f1658bc7..468aa34329 100644 --- a/projects/aca-content/src/lib/services/modal-ai.service.spec.ts +++ b/projects/aca-content/src/lib/services/modal-ai.service.spec.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-content/src/lib/services/modal-ai.service.ts b/projects/aca-content/src/lib/services/modal-ai.service.ts index 59649af5c4..ba4ebc2737 100644 --- a/projects/aca-content/src/lib/services/modal-ai.service.ts +++ b/projects/aca-content/src/lib/services/modal-ai.service.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * 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 d70bed2e2e..1acb0f9a25 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,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * 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 22bb3dbf77..1755888fce 100644 --- a/projects/aca-content/src/lib/services/node-actions.service.ts +++ b/projects/aca-content/src/lib/services/node-actions.service.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * 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 9c0add2dba..f7ca2119b2 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,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * 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 0c2ae0fcc2..6ccc7e2e42 100644 --- a/projects/aca-content/src/lib/services/node-template.service.ts +++ b/projects/aca-content/src/lib/services/node-template.service.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-content/src/lib/services/search-ai-navigation.service.spec.ts b/projects/aca-content/src/lib/services/search-ai-navigation.service.spec.ts index 7cbcc01cd9..25843bf03a 100644 --- a/projects/aca-content/src/lib/services/search-ai-navigation.service.spec.ts +++ b/projects/aca-content/src/lib/services/search-ai-navigation.service.spec.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-content/src/lib/services/search-ai-navigation.service.ts b/projects/aca-content/src/lib/services/search-ai-navigation.service.ts index d3508d5b7a..28359b3973 100644 --- a/projects/aca-content/src/lib/services/search-ai-navigation.service.ts +++ b/projects/aca-content/src/lib/services/search-ai-navigation.service.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * 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 dcbc291b6b..e71a791541 100644 --- a/projects/aca-content/src/lib/store/app-store.module.ts +++ b/projects/aca-content/src/lib/store/app-store.module.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-content/src/lib/store/effects.ts b/projects/aca-content/src/lib/store/effects.ts index 423fed8d0e..32e8aa5f1c 100644 --- a/projects/aca-content/src/lib/store/effects.ts +++ b/projects/aca-content/src/lib/store/effects.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * 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 ba4ee9dd7d..5bebb7293c 100644 --- a/projects/aca-content/src/lib/store/effects/app.effects.ts +++ b/projects/aca-content/src/lib/store/effects/app.effects.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * 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 7913eb3739..bdefc60ba9 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,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * 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 9b01196279..7133f5de7e 100644 --- a/projects/aca-content/src/lib/store/effects/contextmenu.effects.ts +++ b/projects/aca-content/src/lib/store/effects/contextmenu.effects.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * 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 9cc15b16a3..b96b390b80 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,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * 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 13aef525e2..72559d584a 100644 --- a/projects/aca-content/src/lib/store/effects/download.effects.ts +++ b/projects/aca-content/src/lib/store/effects/download.effects.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * 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 593b86aca7..5e5a67396b 100644 --- a/projects/aca-content/src/lib/store/effects/favorite.effects.ts +++ b/projects/aca-content/src/lib/store/effects/favorite.effects.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * 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 d17ba5ee9d..cd81c0c273 100644 --- a/projects/aca-content/src/lib/store/effects/library.effects.ts +++ b/projects/aca-content/src/lib/store/effects/library.effects.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * 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 552a7be048..8b8e486b4e 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,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * 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 a25b3824a0..a71de9ee7c 100644 --- a/projects/aca-content/src/lib/store/effects/node.effects.ts +++ b/projects/aca-content/src/lib/store/effects/node.effects.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-content/src/lib/store/effects/search-ai.effects.spec.ts b/projects/aca-content/src/lib/store/effects/search-ai.effects.spec.ts index cb187dc128..e8df4d6939 100644 --- a/projects/aca-content/src/lib/store/effects/search-ai.effects.spec.ts +++ b/projects/aca-content/src/lib/store/effects/search-ai.effects.spec.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-content/src/lib/store/effects/search-ai.effects.ts b/projects/aca-content/src/lib/store/effects/search-ai.effects.ts index 19d97264e6..13a3a79c3f 100644 --- a/projects/aca-content/src/lib/store/effects/search-ai.effects.ts +++ b/projects/aca-content/src/lib/store/effects/search-ai.effects.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * 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 8f6b64dd9d..7071a1cc87 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,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * 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 1116e1c671..46f0a899ff 100644 --- a/projects/aca-content/src/lib/store/effects/search.effects.ts +++ b/projects/aca-content/src/lib/store/effects/search.effects.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * 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 e289049fa6..4646073bae 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,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * 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 2e0c640f47..36cb8b4d0a 100644 --- a/projects/aca-content/src/lib/store/effects/template.effects.ts +++ b/projects/aca-content/src/lib/store/effects/template.effects.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * 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 a2d7940f68..2f9220ec53 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,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * 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 5c8f8bcb73..d707ad1f0a 100644 --- a/projects/aca-content/src/lib/store/effects/upload.effects.ts +++ b/projects/aca-content/src/lib/store/effects/upload.effects.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * 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 8d98d97513..87c5997e90 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,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * 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 a98631f55b..a1ccc6b746 100644 --- a/projects/aca-content/src/lib/store/effects/viewer.effects.ts +++ b/projects/aca-content/src/lib/store/effects/viewer.effects.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-content/src/lib/store/initial-state.ts b/projects/aca-content/src/lib/store/initial-state.ts index 05977a05f5..45d1f8de31 100644 --- a/projects/aca-content/src/lib/store/initial-state.ts +++ b/projects/aca-content/src/lib/store/initial-state.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * 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 aa62580c86..7655da948c 100644 --- a/projects/aca-content/src/lib/store/reducers/app.reducer.ts +++ b/projects/aca-content/src/lib/store/reducers/app.reducer.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * 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 8b47e59cb5..9a0ef86e0d 100644 --- a/projects/aca-content/src/lib/testing/app-testing.module.ts +++ b/projects/aca-content/src/lib/testing/app-testing.module.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-content/src/lib/testing/document-base-page-utils.ts b/projects/aca-content/src/lib/testing/document-base-page-utils.ts index 761db8e558..d0409d057d 100644 --- a/projects/aca-content/src/lib/testing/document-base-page-utils.ts +++ b/projects/aca-content/src/lib/testing/document-base-page-utils.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-content/src/lib/testing/test-utils.ts b/projects/aca-content/src/lib/testing/test-utils.ts index 9dcb913e1b..5267f7fa93 100644 --- a/projects/aca-content/src/lib/testing/test-utils.ts +++ b/projects/aca-content/src/lib/testing/test-utils.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-content/src/lib/utils/aca-search-utils.spec.ts b/projects/aca-content/src/lib/utils/aca-search-utils.spec.ts index d55a300bad..45dccc02b4 100644 --- a/projects/aca-content/src/lib/utils/aca-search-utils.spec.ts +++ b/projects/aca-content/src/lib/utils/aca-search-utils.spec.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-content/src/lib/utils/aca-search-utils.ts b/projects/aca-content/src/lib/utils/aca-search-utils.ts index 8357762607..be0e9bee39 100644 --- a/projects/aca-content/src/lib/utils/aca-search-utils.ts +++ b/projects/aca-content/src/lib/utils/aca-search-utils.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-content/src/public-api.ts b/projects/aca-content/src/public-api.ts index 8b6d1c60b5..e077bb7403 100644 --- a/projects/aca-content/src/public-api.ts +++ b/projects/aca-content/src/public-api.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-content/test.ts b/projects/aca-content/test.ts index 5f9ebfde29..49ebc1cadc 100644 --- a/projects/aca-content/test.ts +++ b/projects/aca-content/test.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-content/viewer/src/lib/components/preview/preview.component.spec.ts b/projects/aca-content/viewer/src/lib/components/preview/preview.component.spec.ts index a5db84ea3a..26ef94800c 100644 --- a/projects/aca-content/viewer/src/lib/components/preview/preview.component.spec.ts +++ b/projects/aca-content/viewer/src/lib/components/preview/preview.component.spec.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-content/viewer/src/lib/components/preview/preview.component.ts b/projects/aca-content/viewer/src/lib/components/preview/preview.component.ts index c82009e509..1f61f2ed3b 100644 --- a/projects/aca-content/viewer/src/lib/components/preview/preview.component.ts +++ b/projects/aca-content/viewer/src/lib/components/preview/preview.component.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-content/viewer/src/lib/components/viewer/viewer.component.spec.ts b/projects/aca-content/viewer/src/lib/components/viewer/viewer.component.spec.ts index b3c31e43a3..4fe4a08445 100644 --- a/projects/aca-content/viewer/src/lib/components/viewer/viewer.component.spec.ts +++ b/projects/aca-content/viewer/src/lib/components/viewer/viewer.component.spec.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-content/viewer/src/lib/components/viewer/viewer.component.ts b/projects/aca-content/viewer/src/lib/components/viewer/viewer.component.ts index 0276a484e7..fe00f5b126 100644 --- a/projects/aca-content/viewer/src/lib/components/viewer/viewer.component.ts +++ b/projects/aca-content/viewer/src/lib/components/viewer/viewer.component.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-content/viewer/src/lib/services/viewer.service.spec.ts b/projects/aca-content/viewer/src/lib/services/viewer.service.spec.ts index b68bdc6e84..978d8f4fa8 100644 --- a/projects/aca-content/viewer/src/lib/services/viewer.service.spec.ts +++ b/projects/aca-content/viewer/src/lib/services/viewer.service.spec.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-content/viewer/src/lib/services/viewer.service.ts b/projects/aca-content/viewer/src/lib/services/viewer.service.ts index ad87ade59e..cac15415b0 100644 --- a/projects/aca-content/viewer/src/lib/services/viewer.service.ts +++ b/projects/aca-content/viewer/src/lib/services/viewer.service.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-content/viewer/src/lib/viewer.module.ts b/projects/aca-content/viewer/src/lib/viewer.module.ts index 48948367bb..9abab3a2d3 100644 --- a/projects/aca-content/viewer/src/lib/viewer.module.ts +++ b/projects/aca-content/viewer/src/lib/viewer.module.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-content/viewer/src/public-api.ts b/projects/aca-content/viewer/src/public-api.ts index 9bd7663c51..55255be11b 100644 --- a/projects/aca-content/viewer/src/public-api.ts +++ b/projects/aca-content/viewer/src/public-api.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-content/viewer/src/test.ts b/projects/aca-content/viewer/src/test.ts index 9204451d02..04e33fd09e 100644 --- a/projects/aca-content/viewer/src/test.ts +++ b/projects/aca-content/viewer/src/test.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-playwright-shared/src/api/api-client-factory.ts b/projects/aca-playwright-shared/src/api/api-client-factory.ts index 17e6ef0ad5..e5bb1d8a7c 100644 --- a/projects/aca-playwright-shared/src/api/api-client-factory.ts +++ b/projects/aca-playwright-shared/src/api/api-client-factory.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-playwright-shared/src/api/categories-api.ts b/projects/aca-playwright-shared/src/api/categories-api.ts index 5e6e3de0e6..c744e5fb77 100644 --- a/projects/aca-playwright-shared/src/api/categories-api.ts +++ b/projects/aca-playwright-shared/src/api/categories-api.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-playwright-shared/src/api/favorites-api.ts b/projects/aca-playwright-shared/src/api/favorites-api.ts index e1ce20c28d..9127d4879d 100755 --- a/projects/aca-playwright-shared/src/api/favorites-api.ts +++ b/projects/aca-playwright-shared/src/api/favorites-api.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-playwright-shared/src/api/file-actions.ts b/projects/aca-playwright-shared/src/api/file-actions.ts index 778a7b38ce..374fab53d4 100644 --- a/projects/aca-playwright-shared/src/api/file-actions.ts +++ b/projects/aca-playwright-shared/src/api/file-actions.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-playwright-shared/src/api/index.ts b/projects/aca-playwright-shared/src/api/index.ts index ed8e44223f..16ffc1183c 100644 --- a/projects/aca-playwright-shared/src/api/index.ts +++ b/projects/aca-playwright-shared/src/api/index.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-playwright-shared/src/api/node-content-tree.ts b/projects/aca-playwright-shared/src/api/node-content-tree.ts index d61b4adc4f..be555d942a 100644 --- a/projects/aca-playwright-shared/src/api/node-content-tree.ts +++ b/projects/aca-playwright-shared/src/api/node-content-tree.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-playwright-shared/src/api/nodes-api.ts b/projects/aca-playwright-shared/src/api/nodes-api.ts index 6de0955dce..9dcfd6d3f5 100755 --- a/projects/aca-playwright-shared/src/api/nodes-api.ts +++ b/projects/aca-playwright-shared/src/api/nodes-api.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-playwright-shared/src/api/people-api-models.ts b/projects/aca-playwright-shared/src/api/people-api-models.ts index cadc419567..ebd8ceac51 100755 --- a/projects/aca-playwright-shared/src/api/people-api-models.ts +++ b/projects/aca-playwright-shared/src/api/people-api-models.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-playwright-shared/src/api/queries-api.ts b/projects/aca-playwright-shared/src/api/queries-api.ts index 0282aca998..0e3fc62406 100755 --- a/projects/aca-playwright-shared/src/api/queries-api.ts +++ b/projects/aca-playwright-shared/src/api/queries-api.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-playwright-shared/src/api/rules-api.ts b/projects/aca-playwright-shared/src/api/rules-api.ts index 8754d3900b..e3656666a6 100644 --- a/projects/aca-playwright-shared/src/api/rules-api.ts +++ b/projects/aca-playwright-shared/src/api/rules-api.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-playwright-shared/src/api/search-api.ts b/projects/aca-playwright-shared/src/api/search-api.ts index 74e52ce8e8..b806a285be 100755 --- a/projects/aca-playwright-shared/src/api/search-api.ts +++ b/projects/aca-playwright-shared/src/api/search-api.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-playwright-shared/src/api/shared-links-api.ts b/projects/aca-playwright-shared/src/api/shared-links-api.ts index 9f9b967fd8..0db5a7b361 100755 --- a/projects/aca-playwright-shared/src/api/shared-links-api.ts +++ b/projects/aca-playwright-shared/src/api/shared-links-api.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-playwright-shared/src/api/sites-api.ts b/projects/aca-playwright-shared/src/api/sites-api.ts index b2e29f560a..a46f16a808 100755 --- a/projects/aca-playwright-shared/src/api/sites-api.ts +++ b/projects/aca-playwright-shared/src/api/sites-api.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-playwright-shared/src/api/tags-api.ts b/projects/aca-playwright-shared/src/api/tags-api.ts index bc66b8c474..aafff8f6c5 100644 --- a/projects/aca-playwright-shared/src/api/tags-api.ts +++ b/projects/aca-playwright-shared/src/api/tags-api.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-playwright-shared/src/api/trashcan-api.ts b/projects/aca-playwright-shared/src/api/trashcan-api.ts index 44a9aa45e2..0f2ecd49de 100644 --- a/projects/aca-playwright-shared/src/api/trashcan-api.ts +++ b/projects/aca-playwright-shared/src/api/trashcan-api.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-playwright-shared/src/base-config/global-variables.ts b/projects/aca-playwright-shared/src/base-config/global-variables.ts index 2c41af0f60..b02db6804a 100644 --- a/projects/aca-playwright-shared/src/base-config/global-variables.ts +++ b/projects/aca-playwright-shared/src/base-config/global-variables.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-playwright-shared/src/base-config/global.setup.ts b/projects/aca-playwright-shared/src/base-config/global.setup.ts index 7fe588ce3d..f636f34f3f 100644 --- a/projects/aca-playwright-shared/src/base-config/global.setup.ts +++ b/projects/aca-playwright-shared/src/base-config/global.setup.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-playwright-shared/src/base-config/index.ts b/projects/aca-playwright-shared/src/base-config/index.ts index 91c6ceca6b..36698e51e0 100644 --- a/projects/aca-playwright-shared/src/base-config/index.ts +++ b/projects/aca-playwright-shared/src/base-config/index.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-playwright-shared/src/base-config/playwright.config.ts b/projects/aca-playwright-shared/src/base-config/playwright.config.ts index a721f7112e..cad77c3724 100644 --- a/projects/aca-playwright-shared/src/base-config/playwright.config.ts +++ b/projects/aca-playwright-shared/src/base-config/playwright.config.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-playwright-shared/src/base-config/report-portal.config.ts b/projects/aca-playwright-shared/src/base-config/report-portal.config.ts index c32b70271a..872f1a7a45 100644 --- a/projects/aca-playwright-shared/src/base-config/report-portal.config.ts +++ b/projects/aca-playwright-shared/src/base-config/report-portal.config.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-playwright-shared/src/fixtures/index.ts b/projects/aca-playwright-shared/src/fixtures/index.ts index b280be77ba..aa1a3548fc 100644 --- a/projects/aca-playwright-shared/src/fixtures/index.ts +++ b/projects/aca-playwright-shared/src/fixtures/index.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-playwright-shared/src/fixtures/page-initialization.ts b/projects/aca-playwright-shared/src/fixtures/page-initialization.ts index 324ea40936..e5147cd164 100644 --- a/projects/aca-playwright-shared/src/fixtures/page-initialization.ts +++ b/projects/aca-playwright-shared/src/fixtures/page-initialization.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-playwright-shared/src/models/custom-config.ts b/projects/aca-playwright-shared/src/models/custom-config.ts index 0e6303038c..7e3aeaf282 100644 --- a/projects/aca-playwright-shared/src/models/custom-config.ts +++ b/projects/aca-playwright-shared/src/models/custom-config.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-playwright-shared/src/models/index.ts b/projects/aca-playwright-shared/src/models/index.ts index 67eba5d03b..b218c43763 100644 --- a/projects/aca-playwright-shared/src/models/index.ts +++ b/projects/aca-playwright-shared/src/models/index.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-playwright-shared/src/models/user-model.ts b/projects/aca-playwright-shared/src/models/user-model.ts index 708e993e93..a130b57e70 100644 --- a/projects/aca-playwright-shared/src/models/user-model.ts +++ b/projects/aca-playwright-shared/src/models/user-model.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-playwright-shared/src/page-objects/components/aca-header.component.ts b/projects/aca-playwright-shared/src/page-objects/components/aca-header.component.ts index 74fc04169f..fa3e711a6e 100644 --- a/projects/aca-playwright-shared/src/page-objects/components/aca-header.component.ts +++ b/projects/aca-playwright-shared/src/page-objects/components/aca-header.component.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-playwright-shared/src/page-objects/components/actions-dropdown.component.ts b/projects/aca-playwright-shared/src/page-objects/components/actions-dropdown.component.ts index e1cc8fbef5..02769d5f81 100644 --- a/projects/aca-playwright-shared/src/page-objects/components/actions-dropdown.component.ts +++ b/projects/aca-playwright-shared/src/page-objects/components/actions-dropdown.component.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-playwright-shared/src/page-objects/components/adf-info-drawer.component.ts b/projects/aca-playwright-shared/src/page-objects/components/adf-info-drawer.component.ts index 180cf2a9dd..74b3084773 100644 --- a/projects/aca-playwright-shared/src/page-objects/components/adf-info-drawer.component.ts +++ b/projects/aca-playwright-shared/src/page-objects/components/adf-info-drawer.component.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-playwright-shared/src/page-objects/components/base.component.ts b/projects/aca-playwright-shared/src/page-objects/components/base.component.ts index a3c4d2fab1..2d7403e59e 100644 --- a/projects/aca-playwright-shared/src/page-objects/components/base.component.ts +++ b/projects/aca-playwright-shared/src/page-objects/components/base.component.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-playwright-shared/src/page-objects/components/breadcrumb/breadcrumb.component.ts b/projects/aca-playwright-shared/src/page-objects/components/breadcrumb/breadcrumb.component.ts index f0f4711a7e..e7cd653f51 100755 --- a/projects/aca-playwright-shared/src/page-objects/components/breadcrumb/breadcrumb.component.ts +++ b/projects/aca-playwright-shared/src/page-objects/components/breadcrumb/breadcrumb.component.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-playwright-shared/src/page-objects/components/conditions.component.ts b/projects/aca-playwright-shared/src/page-objects/components/conditions.component.ts index c1261a866c..4362d2e58f 100644 --- a/projects/aca-playwright-shared/src/page-objects/components/conditions.component.ts +++ b/projects/aca-playwright-shared/src/page-objects/components/conditions.component.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts b/projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts index 30fc3bfdd5..03128e8266 100644 --- a/projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts +++ b/projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-playwright-shared/src/page-objects/components/dataTable/index.ts b/projects/aca-playwright-shared/src/page-objects/components/dataTable/index.ts index 0f743dcc45..0d7d40433f 100644 --- a/projects/aca-playwright-shared/src/page-objects/components/dataTable/index.ts +++ b/projects/aca-playwright-shared/src/page-objects/components/dataTable/index.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-playwright-shared/src/page-objects/components/dataTable/mat-menu.component.ts b/projects/aca-playwright-shared/src/page-objects/components/dataTable/mat-menu.component.ts index 03ceff72b3..d83c1570cf 100644 --- a/projects/aca-playwright-shared/src/page-objects/components/dataTable/mat-menu.component.ts +++ b/projects/aca-playwright-shared/src/page-objects/components/dataTable/mat-menu.component.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-playwright-shared/src/page-objects/components/dataTable/toolbar.component.ts b/projects/aca-playwright-shared/src/page-objects/components/dataTable/toolbar.component.ts index 47a6773e66..a3c7072426 100644 --- a/projects/aca-playwright-shared/src/page-objects/components/dataTable/toolbar.component.ts +++ b/projects/aca-playwright-shared/src/page-objects/components/dataTable/toolbar.component.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-playwright-shared/src/page-objects/components/datetime-picker/datetime-picker.component.ts b/projects/aca-playwright-shared/src/page-objects/components/datetime-picker/datetime-picker.component.ts index 14a802ce07..b7201a8a87 100644 --- a/projects/aca-playwright-shared/src/page-objects/components/datetime-picker/datetime-picker.component.ts +++ b/projects/aca-playwright-shared/src/page-objects/components/datetime-picker/datetime-picker.component.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-playwright-shared/src/page-objects/components/dialogs/adf-confirm-dialog.component.ts b/projects/aca-playwright-shared/src/page-objects/components/dialogs/adf-confirm-dialog.component.ts index 7a0f8ccb20..e4aceac001 100644 --- a/projects/aca-playwright-shared/src/page-objects/components/dialogs/adf-confirm-dialog.component.ts +++ b/projects/aca-playwright-shared/src/page-objects/components/dialogs/adf-confirm-dialog.component.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-playwright-shared/src/page-objects/components/dialogs/adf-folder-dialog.component.ts b/projects/aca-playwright-shared/src/page-objects/components/dialogs/adf-folder-dialog.component.ts index 0285f2511b..625582e9e2 100644 --- a/projects/aca-playwright-shared/src/page-objects/components/dialogs/adf-folder-dialog.component.ts +++ b/projects/aca-playwright-shared/src/page-objects/components/dialogs/adf-folder-dialog.component.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-playwright-shared/src/page-objects/components/dialogs/adf-library-dialog.component.ts b/projects/aca-playwright-shared/src/page-objects/components/dialogs/adf-library-dialog.component.ts index 2a7f31ad5c..0635716bfa 100644 --- a/projects/aca-playwright-shared/src/page-objects/components/dialogs/adf-library-dialog.component.ts +++ b/projects/aca-playwright-shared/src/page-objects/components/dialogs/adf-library-dialog.component.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-playwright-shared/src/page-objects/components/dialogs/content-node-selector-dialog.ts b/projects/aca-playwright-shared/src/page-objects/components/dialogs/content-node-selector-dialog.ts index bee8eea39d..06be0c0839 100755 --- a/projects/aca-playwright-shared/src/page-objects/components/dialogs/content-node-selector-dialog.ts +++ b/projects/aca-playwright-shared/src/page-objects/components/dialogs/content-node-selector-dialog.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-playwright-shared/src/page-objects/components/dialogs/create-from-template-dialog-component.ts b/projects/aca-playwright-shared/src/page-objects/components/dialogs/create-from-template-dialog-component.ts index 4f175c8d43..7ecfc4bda1 100644 --- a/projects/aca-playwright-shared/src/page-objects/components/dialogs/create-from-template-dialog-component.ts +++ b/projects/aca-playwright-shared/src/page-objects/components/dialogs/create-from-template-dialog-component.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-playwright-shared/src/page-objects/components/dialogs/delete-trash-dialog.component.ts b/projects/aca-playwright-shared/src/page-objects/components/dialogs/delete-trash-dialog.component.ts index 63e1720887..eaf88874ca 100644 --- a/projects/aca-playwright-shared/src/page-objects/components/dialogs/delete-trash-dialog.component.ts +++ b/projects/aca-playwright-shared/src/page-objects/components/dialogs/delete-trash-dialog.component.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-playwright-shared/src/page-objects/components/dialogs/edit-dialog.component.ts b/projects/aca-playwright-shared/src/page-objects/components/dialogs/edit-dialog.component.ts index def366d920..457d486b0a 100644 --- a/projects/aca-playwright-shared/src/page-objects/components/dialogs/edit-dialog.component.ts +++ b/projects/aca-playwright-shared/src/page-objects/components/dialogs/edit-dialog.component.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-playwright-shared/src/page-objects/components/dialogs/index.ts b/projects/aca-playwright-shared/src/page-objects/components/dialogs/index.ts index 3690c18c49..f421cac600 100644 --- a/projects/aca-playwright-shared/src/page-objects/components/dialogs/index.ts +++ b/projects/aca-playwright-shared/src/page-objects/components/dialogs/index.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-playwright-shared/src/page-objects/components/dialogs/link-rules.component.ts b/projects/aca-playwright-shared/src/page-objects/components/dialogs/link-rules.component.ts index 89f878fd39..993a3502fd 100755 --- a/projects/aca-playwright-shared/src/page-objects/components/dialogs/link-rules.component.ts +++ b/projects/aca-playwright-shared/src/page-objects/components/dialogs/link-rules.component.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-playwright-shared/src/page-objects/components/dialogs/manage-versions-dialog.component.ts b/projects/aca-playwright-shared/src/page-objects/components/dialogs/manage-versions-dialog.component.ts index 3113789237..3ef258c30d 100755 --- a/projects/aca-playwright-shared/src/page-objects/components/dialogs/manage-versions-dialog.component.ts +++ b/projects/aca-playwright-shared/src/page-objects/components/dialogs/manage-versions-dialog.component.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-playwright-shared/src/page-objects/components/dialogs/password-overlay-dialog.component.ts b/projects/aca-playwright-shared/src/page-objects/components/dialogs/password-overlay-dialog.component.ts index 96a3690dc0..5078c92b80 100644 --- a/projects/aca-playwright-shared/src/page-objects/components/dialogs/password-overlay-dialog.component.ts +++ b/projects/aca-playwright-shared/src/page-objects/components/dialogs/password-overlay-dialog.component.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-playwright-shared/src/page-objects/components/dialogs/share-dialog.component.ts b/projects/aca-playwright-shared/src/page-objects/components/dialogs/share-dialog.component.ts index aef0457688..b7feaad154 100644 --- a/projects/aca-playwright-shared/src/page-objects/components/dialogs/share-dialog.component.ts +++ b/projects/aca-playwright-shared/src/page-objects/components/dialogs/share-dialog.component.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-playwright-shared/src/page-objects/components/dialogs/upload-dialog.component.ts b/projects/aca-playwright-shared/src/page-objects/components/dialogs/upload-dialog.component.ts index be4781f900..a880de61c5 100644 --- a/projects/aca-playwright-shared/src/page-objects/components/dialogs/upload-dialog.component.ts +++ b/projects/aca-playwright-shared/src/page-objects/components/dialogs/upload-dialog.component.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-playwright-shared/src/page-objects/components/dialogs/upload-new-version-dialog.component.ts b/projects/aca-playwright-shared/src/page-objects/components/dialogs/upload-new-version-dialog.component.ts index c79278251d..51834eca95 100755 --- a/projects/aca-playwright-shared/src/page-objects/components/dialogs/upload-new-version-dialog.component.ts +++ b/projects/aca-playwright-shared/src/page-objects/components/dialogs/upload-new-version-dialog.component.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-playwright-shared/src/page-objects/components/dialogs/viewer-overlay-dialog.component.ts b/projects/aca-playwright-shared/src/page-objects/components/dialogs/viewer-overlay-dialog.component.ts index 33c875c544..08ffd0da67 100644 --- a/projects/aca-playwright-shared/src/page-objects/components/dialogs/viewer-overlay-dialog.component.ts +++ b/projects/aca-playwright-shared/src/page-objects/components/dialogs/viewer-overlay-dialog.component.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-playwright-shared/src/page-objects/components/error.component.ts b/projects/aca-playwright-shared/src/page-objects/components/error.component.ts index 668d9b273b..fa58ed0f5c 100644 --- a/projects/aca-playwright-shared/src/page-objects/components/error.component.ts +++ b/projects/aca-playwright-shared/src/page-objects/components/error.component.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-playwright-shared/src/page-objects/components/index.ts b/projects/aca-playwright-shared/src/page-objects/components/index.ts index 28cdb559a9..5db1e0a104 100644 --- a/projects/aca-playwright-shared/src/page-objects/components/index.ts +++ b/projects/aca-playwright-shared/src/page-objects/components/index.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-playwright-shared/src/page-objects/components/manageRules/index.ts b/projects/aca-playwright-shared/src/page-objects/components/manageRules/index.ts index 17a6fa7192..a1d9ac4bf9 100644 --- a/projects/aca-playwright-shared/src/page-objects/components/manageRules/index.ts +++ b/projects/aca-playwright-shared/src/page-objects/components/manageRules/index.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-playwright-shared/src/page-objects/components/manageRules/manage-rules-dialog.component.ts b/projects/aca-playwright-shared/src/page-objects/components/manageRules/manage-rules-dialog.component.ts index 5d34bde6d3..7fda30adeb 100644 --- a/projects/aca-playwright-shared/src/page-objects/components/manageRules/manage-rules-dialog.component.ts +++ b/projects/aca-playwright-shared/src/page-objects/components/manageRules/manage-rules-dialog.component.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-playwright-shared/src/page-objects/components/manageRules/manage-rules.component.ts b/projects/aca-playwright-shared/src/page-objects/components/manageRules/manage-rules.component.ts index 8e862fae30..7dfd3ab66f 100644 --- a/projects/aca-playwright-shared/src/page-objects/components/manageRules/manage-rules.component.ts +++ b/projects/aca-playwright-shared/src/page-objects/components/manageRules/manage-rules.component.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-playwright-shared/src/page-objects/components/pagination.component.ts b/projects/aca-playwright-shared/src/page-objects/components/pagination.component.ts index 10c19bb140..98a04469b2 100644 --- a/projects/aca-playwright-shared/src/page-objects/components/pagination.component.ts +++ b/projects/aca-playwright-shared/src/page-objects/components/pagination.component.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-playwright-shared/src/page-objects/components/search/search-filters.component.ts b/projects/aca-playwright-shared/src/page-objects/components/search/search-filters.component.ts index f35d31c14d..1333ea62a7 100644 --- a/projects/aca-playwright-shared/src/page-objects/components/search/search-filters.component.ts +++ b/projects/aca-playwright-shared/src/page-objects/components/search/search-filters.component.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-playwright-shared/src/page-objects/components/search/search-filters/search-filters-categories.component.ts b/projects/aca-playwright-shared/src/page-objects/components/search/search-filters/search-filters-categories.component.ts index e2913260c9..1e2b9e5e18 100644 --- a/projects/aca-playwright-shared/src/page-objects/components/search/search-filters/search-filters-categories.component.ts +++ b/projects/aca-playwright-shared/src/page-objects/components/search/search-filters/search-filters-categories.component.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-playwright-shared/src/page-objects/components/search/search-filters/search-filters-date.component.ts b/projects/aca-playwright-shared/src/page-objects/components/search/search-filters/search-filters-date.component.ts index 6879fa59a1..af3513ea20 100644 --- a/projects/aca-playwright-shared/src/page-objects/components/search/search-filters/search-filters-date.component.ts +++ b/projects/aca-playwright-shared/src/page-objects/components/search/search-filters/search-filters-date.component.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-playwright-shared/src/page-objects/components/search/search-filters/search-filters-location.component.ts b/projects/aca-playwright-shared/src/page-objects/components/search/search-filters/search-filters-location.component.ts index 44da1caddc..f2df553287 100644 --- a/projects/aca-playwright-shared/src/page-objects/components/search/search-filters/search-filters-location.component.ts +++ b/projects/aca-playwright-shared/src/page-objects/components/search/search-filters/search-filters-location.component.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-playwright-shared/src/page-objects/components/search/search-filters/search-filters-logic.component.ts b/projects/aca-playwright-shared/src/page-objects/components/search/search-filters/search-filters-logic.component.ts index b4567c9a56..dda23975ef 100644 --- a/projects/aca-playwright-shared/src/page-objects/components/search/search-filters/search-filters-logic.component.ts +++ b/projects/aca-playwright-shared/src/page-objects/components/search/search-filters/search-filters-logic.component.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-playwright-shared/src/page-objects/components/search/search-filters/search-filters-properties.component.ts b/projects/aca-playwright-shared/src/page-objects/components/search/search-filters/search-filters-properties.component.ts index 7abf7acd46..eae326a36c 100644 --- a/projects/aca-playwright-shared/src/page-objects/components/search/search-filters/search-filters-properties.component.ts +++ b/projects/aca-playwright-shared/src/page-objects/components/search/search-filters/search-filters-properties.component.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-playwright-shared/src/page-objects/components/search/search-filters/search-filters-tags.component.ts b/projects/aca-playwright-shared/src/page-objects/components/search/search-filters/search-filters-tags.component.ts index 8fcc343062..38db7c48f0 100644 --- a/projects/aca-playwright-shared/src/page-objects/components/search/search-filters/search-filters-tags.component.ts +++ b/projects/aca-playwright-shared/src/page-objects/components/search/search-filters/search-filters-tags.component.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-playwright-shared/src/page-objects/components/search/search-input.component.ts b/projects/aca-playwright-shared/src/page-objects/components/search/search-input.component.ts index 2e7c875c8d..7b545f33fa 100644 --- a/projects/aca-playwright-shared/src/page-objects/components/search/search-input.component.ts +++ b/projects/aca-playwright-shared/src/page-objects/components/search/search-input.component.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-playwright-shared/src/page-objects/components/search/search-overlay.components.ts b/projects/aca-playwright-shared/src/page-objects/components/search/search-overlay.components.ts index 3aed771b2f..d424e330dd 100644 --- a/projects/aca-playwright-shared/src/page-objects/components/search/search-overlay.components.ts +++ b/projects/aca-playwright-shared/src/page-objects/components/search/search-overlay.components.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-playwright-shared/src/page-objects/components/search/search-sorting-picker.components.ts b/projects/aca-playwright-shared/src/page-objects/components/search/search-sorting-picker.components.ts index fadb3234e5..1e59010da7 100755 --- a/projects/aca-playwright-shared/src/page-objects/components/search/search-sorting-picker.components.ts +++ b/projects/aca-playwright-shared/src/page-objects/components/search/search-sorting-picker.components.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-playwright-shared/src/page-objects/components/sidenav.component.ts b/projects/aca-playwright-shared/src/page-objects/components/sidenav.component.ts index 07909d9ffe..1b5d05b01f 100644 --- a/projects/aca-playwright-shared/src/page-objects/components/sidenav.component.ts +++ b/projects/aca-playwright-shared/src/page-objects/components/sidenav.component.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-playwright-shared/src/page-objects/components/snackBar/snack-bar.component.ts b/projects/aca-playwright-shared/src/page-objects/components/snackBar/snack-bar.component.ts index 505958614a..7edb75e8b7 100644 --- a/projects/aca-playwright-shared/src/page-objects/components/snackBar/snack-bar.component.ts +++ b/projects/aca-playwright-shared/src/page-objects/components/snackBar/snack-bar.component.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-playwright-shared/src/page-objects/components/spinner.component.ts b/projects/aca-playwright-shared/src/page-objects/components/spinner.component.ts index d483ed2317..caf25275c6 100644 --- a/projects/aca-playwright-shared/src/page-objects/components/spinner.component.ts +++ b/projects/aca-playwright-shared/src/page-objects/components/spinner.component.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-playwright-shared/src/page-objects/components/viewer.component.ts b/projects/aca-playwright-shared/src/page-objects/components/viewer.component.ts index f5893e0f19..c0ef673bd9 100644 --- a/projects/aca-playwright-shared/src/page-objects/components/viewer.component.ts +++ b/projects/aca-playwright-shared/src/page-objects/components/viewer.component.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-playwright-shared/src/page-objects/index.ts b/projects/aca-playwright-shared/src/page-objects/index.ts index 1546d683a8..8494c1dbeb 100644 --- a/projects/aca-playwright-shared/src/page-objects/index.ts +++ b/projects/aca-playwright-shared/src/page-objects/index.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-playwright-shared/src/page-objects/pages/base.page.ts b/projects/aca-playwright-shared/src/page-objects/pages/base.page.ts index cd2c1de1b0..0459af6109 100644 --- a/projects/aca-playwright-shared/src/page-objects/pages/base.page.ts +++ b/projects/aca-playwright-shared/src/page-objects/pages/base.page.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-playwright-shared/src/page-objects/pages/favorites-libraries.page.ts b/projects/aca-playwright-shared/src/page-objects/pages/favorites-libraries.page.ts index 09c5e24cdc..eff1c8c8a0 100644 --- a/projects/aca-playwright-shared/src/page-objects/pages/favorites-libraries.page.ts +++ b/projects/aca-playwright-shared/src/page-objects/pages/favorites-libraries.page.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-playwright-shared/src/page-objects/pages/favorites.page.ts b/projects/aca-playwright-shared/src/page-objects/pages/favorites.page.ts index 55d1ca2984..5f5dd947f8 100644 --- a/projects/aca-playwright-shared/src/page-objects/pages/favorites.page.ts +++ b/projects/aca-playwright-shared/src/page-objects/pages/favorites.page.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-playwright-shared/src/page-objects/pages/index.ts b/projects/aca-playwright-shared/src/page-objects/pages/index.ts index 5af6d3634a..f6e0a58052 100644 --- a/projects/aca-playwright-shared/src/page-objects/pages/index.ts +++ b/projects/aca-playwright-shared/src/page-objects/pages/index.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-playwright-shared/src/page-objects/pages/login.page.ts b/projects/aca-playwright-shared/src/page-objects/pages/login.page.ts index 6743c2f1f4..5842e683b6 100644 --- a/projects/aca-playwright-shared/src/page-objects/pages/login.page.ts +++ b/projects/aca-playwright-shared/src/page-objects/pages/login.page.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-playwright-shared/src/page-objects/pages/my-libraries.page.ts b/projects/aca-playwright-shared/src/page-objects/pages/my-libraries.page.ts index 2225d593ae..9eb8a3b9f8 100644 --- a/projects/aca-playwright-shared/src/page-objects/pages/my-libraries.page.ts +++ b/projects/aca-playwright-shared/src/page-objects/pages/my-libraries.page.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-playwright-shared/src/page-objects/pages/nodes.page.ts b/projects/aca-playwright-shared/src/page-objects/pages/nodes.page.ts index 1da32c2b28..f5bd3c4635 100644 --- a/projects/aca-playwright-shared/src/page-objects/pages/nodes.page.ts +++ b/projects/aca-playwright-shared/src/page-objects/pages/nodes.page.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-playwright-shared/src/page-objects/pages/personal-files.page.ts b/projects/aca-playwright-shared/src/page-objects/pages/personal-files.page.ts index 727135484d..39de00d740 100644 --- a/projects/aca-playwright-shared/src/page-objects/pages/personal-files.page.ts +++ b/projects/aca-playwright-shared/src/page-objects/pages/personal-files.page.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-playwright-shared/src/page-objects/pages/recent-files.page.ts b/projects/aca-playwright-shared/src/page-objects/pages/recent-files.page.ts index e3496efaaf..15e7915560 100644 --- a/projects/aca-playwright-shared/src/page-objects/pages/recent-files.page.ts +++ b/projects/aca-playwright-shared/src/page-objects/pages/recent-files.page.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-playwright-shared/src/page-objects/pages/search.page.ts b/projects/aca-playwright-shared/src/page-objects/pages/search.page.ts index fb0928b6e5..08bad19669 100644 --- a/projects/aca-playwright-shared/src/page-objects/pages/search.page.ts +++ b/projects/aca-playwright-shared/src/page-objects/pages/search.page.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-playwright-shared/src/page-objects/pages/shared.page.ts b/projects/aca-playwright-shared/src/page-objects/pages/shared.page.ts index 248859746b..2a2488c7f1 100644 --- a/projects/aca-playwright-shared/src/page-objects/pages/shared.page.ts +++ b/projects/aca-playwright-shared/src/page-objects/pages/shared.page.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-playwright-shared/src/page-objects/pages/trash.page.ts b/projects/aca-playwright-shared/src/page-objects/pages/trash.page.ts index 421864aed8..5d2db35785 100644 --- a/projects/aca-playwright-shared/src/page-objects/pages/trash.page.ts +++ b/projects/aca-playwright-shared/src/page-objects/pages/trash.page.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-playwright-shared/src/page-objects/playwright-base.ts b/projects/aca-playwright-shared/src/page-objects/playwright-base.ts index be308d3824..847722e209 100644 --- a/projects/aca-playwright-shared/src/page-objects/playwright-base.ts +++ b/projects/aca-playwright-shared/src/page-objects/playwright-base.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-playwright-shared/src/public-api.ts b/projects/aca-playwright-shared/src/public-api.ts index 6ccd1f4e6b..7ec7ed8508 100644 --- a/projects/aca-playwright-shared/src/public-api.ts +++ b/projects/aca-playwright-shared/src/public-api.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-playwright-shared/src/resources/index.ts b/projects/aca-playwright-shared/src/resources/index.ts index aa71e3ec77..c55a045b70 100644 --- a/projects/aca-playwright-shared/src/resources/index.ts +++ b/projects/aca-playwright-shared/src/resources/index.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-playwright-shared/src/resources/test-data/index.ts b/projects/aca-playwright-shared/src/resources/test-data/index.ts index aed1d40741..832bfc8ce8 100644 --- a/projects/aca-playwright-shared/src/resources/test-data/index.ts +++ b/projects/aca-playwright-shared/src/resources/test-data/index.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-playwright-shared/src/resources/test-data/test-data-files-folders.ts b/projects/aca-playwright-shared/src/resources/test-data/test-data-files-folders.ts index 04846b7588..9c6795fa74 100644 --- a/projects/aca-playwright-shared/src/resources/test-data/test-data-files-folders.ts +++ b/projects/aca-playwright-shared/src/resources/test-data/test-data-files-folders.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-playwright-shared/src/resources/test-data/test-data-permissions.ts b/projects/aca-playwright-shared/src/resources/test-data/test-data-permissions.ts index 341fa5a165..30932d561e 100644 --- a/projects/aca-playwright-shared/src/resources/test-data/test-data-permissions.ts +++ b/projects/aca-playwright-shared/src/resources/test-data/test-data-permissions.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-playwright-shared/src/resources/test-files/index.ts b/projects/aca-playwright-shared/src/resources/test-files/index.ts index faea00e121..cf933d6c3a 100644 --- a/projects/aca-playwright-shared/src/resources/test-files/index.ts +++ b/projects/aca-playwright-shared/src/resources/test-files/index.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-playwright-shared/src/utils/api.ts b/projects/aca-playwright-shared/src/utils/api.ts index 2e6a406890..d938dca5e2 100644 --- a/projects/aca-playwright-shared/src/utils/api.ts +++ b/projects/aca-playwright-shared/src/utils/api.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-playwright-shared/src/utils/config.ts b/projects/aca-playwright-shared/src/utils/config.ts index b7e312c533..640401ea1a 100644 --- a/projects/aca-playwright-shared/src/utils/config.ts +++ b/projects/aca-playwright-shared/src/utils/config.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-playwright-shared/src/utils/error-strings.ts b/projects/aca-playwright-shared/src/utils/error-strings.ts index 68726510c8..93a2f3cfe6 100644 --- a/projects/aca-playwright-shared/src/utils/error-strings.ts +++ b/projects/aca-playwright-shared/src/utils/error-strings.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-playwright-shared/src/utils/exclude-tests.ts b/projects/aca-playwright-shared/src/utils/exclude-tests.ts index a8dc17436b..e35cb4af22 100644 --- a/projects/aca-playwright-shared/src/utils/exclude-tests.ts +++ b/projects/aca-playwright-shared/src/utils/exclude-tests.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-playwright-shared/src/utils/index.ts b/projects/aca-playwright-shared/src/utils/index.ts index 1fcc5cdf5f..89588a4472 100644 --- a/projects/aca-playwright-shared/src/utils/index.ts +++ b/projects/aca-playwright-shared/src/utils/index.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-playwright-shared/src/utils/library-errors.ts b/projects/aca-playwright-shared/src/utils/library-errors.ts index c105df1393..76ab866858 100644 --- a/projects/aca-playwright-shared/src/utils/library-errors.ts +++ b/projects/aca-playwright-shared/src/utils/library-errors.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-playwright-shared/src/utils/logger.ts b/projects/aca-playwright-shared/src/utils/logger.ts index f0e8a38db4..44180687c2 100644 --- a/projects/aca-playwright-shared/src/utils/logger.ts +++ b/projects/aca-playwright-shared/src/utils/logger.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-playwright-shared/src/utils/paths.ts b/projects/aca-playwright-shared/src/utils/paths.ts index fd8be75b25..08096d369b 100644 --- a/projects/aca-playwright-shared/src/utils/paths.ts +++ b/projects/aca-playwright-shared/src/utils/paths.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-playwright-shared/src/utils/state-helper.ts b/projects/aca-playwright-shared/src/utils/state-helper.ts index 397eb5cfa0..1dc26a3fc7 100644 --- a/projects/aca-playwright-shared/src/utils/state-helper.ts +++ b/projects/aca-playwright-shared/src/utils/state-helper.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-playwright-shared/src/utils/timeouts.ts b/projects/aca-playwright-shared/src/utils/timeouts.ts index b765eba221..8e05847a39 100644 --- a/projects/aca-playwright-shared/src/utils/timeouts.ts +++ b/projects/aca-playwright-shared/src/utils/timeouts.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-playwright-shared/src/utils/utils.ts b/projects/aca-playwright-shared/src/utils/utils.ts index 7d848697aa..582d84567a 100644 --- a/projects/aca-playwright-shared/src/utils/utils.ts +++ b/projects/aca-playwright-shared/src/utils/utils.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-shared/rules/src/app.rules.spec.ts b/projects/aca-shared/rules/src/app.rules.spec.ts index e59ef4e478..1237dfe228 100644 --- a/projects/aca-shared/rules/src/app.rules.spec.ts +++ b/projects/aca-shared/rules/src/app.rules.spec.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-shared/rules/src/app.rules.ts b/projects/aca-shared/rules/src/app.rules.ts index 1b0db6e7bf..6e87d8ef08 100644 --- a/projects/aca-shared/rules/src/app.rules.ts +++ b/projects/aca-shared/rules/src/app.rules.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-shared/rules/src/navigation.rules.spec.ts b/projects/aca-shared/rules/src/navigation.rules.spec.ts index 42aeaf9a1e..ac0ad9132b 100644 --- a/projects/aca-shared/rules/src/navigation.rules.spec.ts +++ b/projects/aca-shared/rules/src/navigation.rules.spec.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-shared/rules/src/navigation.rules.ts b/projects/aca-shared/rules/src/navigation.rules.ts index 094335704b..7999f229fa 100644 --- a/projects/aca-shared/rules/src/navigation.rules.ts +++ b/projects/aca-shared/rules/src/navigation.rules.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-shared/rules/src/public-api.ts b/projects/aca-shared/rules/src/public-api.ts index 3c0cb1794d..e3b01acf11 100644 --- a/projects/aca-shared/rules/src/public-api.ts +++ b/projects/aca-shared/rules/src/public-api.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-shared/rules/src/repository.rules.ts b/projects/aca-shared/rules/src/repository.rules.ts index 5ec66a22f0..2d18b98048 100644 --- a/projects/aca-shared/rules/src/repository.rules.ts +++ b/projects/aca-shared/rules/src/repository.rules.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-shared/rules/src/test-rule-context.ts b/projects/aca-shared/rules/src/test-rule-context.ts index 456451b336..1cac98a6e7 100644 --- a/projects/aca-shared/rules/src/test-rule-context.ts +++ b/projects/aca-shared/rules/src/test-rule-context.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-shared/rules/src/user.rules.spec.ts b/projects/aca-shared/rules/src/user.rules.spec.ts index 0ce597e3c5..7c0b80d7b0 100644 --- a/projects/aca-shared/rules/src/user.rules.spec.ts +++ b/projects/aca-shared/rules/src/user.rules.spec.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-shared/rules/src/user.rules.ts b/projects/aca-shared/rules/src/user.rules.ts index ed023036cb..0d9ca4e209 100644 --- a/projects/aca-shared/rules/src/user.rules.ts +++ b/projects/aca-shared/rules/src/user.rules.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * 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 41454993a8..0c33c80e1a 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,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * 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 d9a5aa0e9c..0ccbfc93bb 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,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * 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 da7203e560..fdc8093e1d 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,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * 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 688312fb10..48ae63229c 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,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * 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 8dde3db5f0..136309af1e 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,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * 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 6aa9f789e3..f81bd7f17f 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,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * 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 76197a81ea..06bf8fe750 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,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * 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 bd772f5834..42f2b3fa9b 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,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * 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 516aa1f609..2d1c6c6022 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,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * 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 910e52b4a6..1b6f924a07 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,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * 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 c8157621eb..76e79d17a2 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,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * 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 1fbe6a027d..4cbe3b3013 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,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * 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 ef0ab59d72..21eb3cb383 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,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * 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 ebc350b95d..921405ca17 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,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * 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 667fc26f8f..9141b2344e 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,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * 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 5d9dc1db81..ba4952f0a0 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,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-shared/src/lib/components/page-layout/page-layout.component.spec.ts b/projects/aca-shared/src/lib/components/page-layout/page-layout.component.spec.ts index 6a18df0fbb..6819a85abd 100644 --- a/projects/aca-shared/src/lib/components/page-layout/page-layout.component.spec.ts +++ b/projects/aca-shared/src/lib/components/page-layout/page-layout.component.spec.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * 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 a6439d2e91..2d6f1132a0 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,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * 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 35970469e8..3f0877ec78 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,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-shared/src/lib/components/toolbar/toolbar-action/toolbar-action.component.spec.ts b/projects/aca-shared/src/lib/components/toolbar/toolbar-action/toolbar-action.component.spec.ts index 080d000fcc..7c39fc720a 100644 --- a/projects/aca-shared/src/lib/components/toolbar/toolbar-action/toolbar-action.component.spec.ts +++ b/projects/aca-shared/src/lib/components/toolbar/toolbar-action/toolbar-action.component.spec.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-shared/src/lib/components/toolbar/toolbar-action/toolbar-action.component.ts b/projects/aca-shared/src/lib/components/toolbar/toolbar-action/toolbar-action.component.ts index dd3a7f850b..0d702f228e 100644 --- a/projects/aca-shared/src/lib/components/toolbar/toolbar-action/toolbar-action.component.ts +++ b/projects/aca-shared/src/lib/components/toolbar/toolbar-action/toolbar-action.component.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-shared/src/lib/components/toolbar/toolbar-button/toolbar-button.component.spec.ts b/projects/aca-shared/src/lib/components/toolbar/toolbar-button/toolbar-button.component.spec.ts index 41f9c92531..18c15c5775 100644 --- a/projects/aca-shared/src/lib/components/toolbar/toolbar-button/toolbar-button.component.spec.ts +++ b/projects/aca-shared/src/lib/components/toolbar/toolbar-button/toolbar-button.component.spec.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-shared/src/lib/components/toolbar/toolbar-button/toolbar-button.component.ts b/projects/aca-shared/src/lib/components/toolbar/toolbar-button/toolbar-button.component.ts index 49e7d6849c..eda9ae9b01 100644 --- a/projects/aca-shared/src/lib/components/toolbar/toolbar-button/toolbar-button.component.ts +++ b/projects/aca-shared/src/lib/components/toolbar/toolbar-button/toolbar-button.component.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-shared/src/lib/components/toolbar/toolbar-menu-item/toolbar-menu-item.component.spec.ts b/projects/aca-shared/src/lib/components/toolbar/toolbar-menu-item/toolbar-menu-item.component.spec.ts index faab1c0dd7..8a35d5a7e5 100644 --- a/projects/aca-shared/src/lib/components/toolbar/toolbar-menu-item/toolbar-menu-item.component.spec.ts +++ b/projects/aca-shared/src/lib/components/toolbar/toolbar-menu-item/toolbar-menu-item.component.spec.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-shared/src/lib/components/toolbar/toolbar-menu-item/toolbar-menu-item.component.ts b/projects/aca-shared/src/lib/components/toolbar/toolbar-menu-item/toolbar-menu-item.component.ts index 47e3cd930a..69053e263b 100644 --- a/projects/aca-shared/src/lib/components/toolbar/toolbar-menu-item/toolbar-menu-item.component.ts +++ b/projects/aca-shared/src/lib/components/toolbar/toolbar-menu-item/toolbar-menu-item.component.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-shared/src/lib/components/toolbar/toolbar-menu/toolbar-menu.component.spec.ts b/projects/aca-shared/src/lib/components/toolbar/toolbar-menu/toolbar-menu.component.spec.ts index f07d1e38a6..c585acc4d5 100644 --- a/projects/aca-shared/src/lib/components/toolbar/toolbar-menu/toolbar-menu.component.spec.ts +++ b/projects/aca-shared/src/lib/components/toolbar/toolbar-menu/toolbar-menu.component.spec.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-shared/src/lib/components/toolbar/toolbar-menu/toolbar-menu.component.ts b/projects/aca-shared/src/lib/components/toolbar/toolbar-menu/toolbar-menu.component.ts index 4ddb0f7a0d..86b4aead6a 100644 --- a/projects/aca-shared/src/lib/components/toolbar/toolbar-menu/toolbar-menu.component.ts +++ b/projects/aca-shared/src/lib/components/toolbar/toolbar-menu/toolbar-menu.component.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-shared/src/lib/components/toolbar/toolbar.component.ts b/projects/aca-shared/src/lib/components/toolbar/toolbar.component.ts index 28cadadf93..766badf872 100644 --- a/projects/aca-shared/src/lib/components/toolbar/toolbar.component.ts +++ b/projects/aca-shared/src/lib/components/toolbar/toolbar.component.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-shared/src/lib/constants/index.ts b/projects/aca-shared/src/lib/constants/index.ts index 9e1e478aeb..30dfeb2596 100644 --- a/projects/aca-shared/src/lib/constants/index.ts +++ b/projects/aca-shared/src/lib/constants/index.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-shared/src/lib/constants/mime-types.ts b/projects/aca-shared/src/lib/constants/mime-types.ts index 5ad34e3672..529df33c58 100644 --- a/projects/aca-shared/src/lib/constants/mime-types.ts +++ b/projects/aca-shared/src/lib/constants/mime-types.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-shared/src/lib/deprecated/shared-toolbar.module.ts b/projects/aca-shared/src/lib/deprecated/shared-toolbar.module.ts index 09f27f9e0e..49fcf97884 100644 --- a/projects/aca-shared/src/lib/deprecated/shared-toolbar.module.ts +++ b/projects/aca-shared/src/lib/deprecated/shared-toolbar.module.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-shared/src/lib/deprecated/shared.module.ts b/projects/aca-shared/src/lib/deprecated/shared.module.ts index 70b49371c0..8d2a28e448 100644 --- a/projects/aca-shared/src/lib/deprecated/shared.module.ts +++ b/projects/aca-shared/src/lib/deprecated/shared.module.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * 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 76996d16da..4a63303cd6 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,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * 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 2dbfa8357b..ccefe0cada 100644 --- a/projects/aca-shared/src/lib/directives/contextmenu/contextmenu.directive.ts +++ b/projects/aca-shared/src/lib/directives/contextmenu/contextmenu.directive.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * 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 31a4628d49..9bbb4cd6ee 100644 --- a/projects/aca-shared/src/lib/directives/pagination.directive.spec.ts +++ b/projects/aca-shared/src/lib/directives/pagination.directive.spec.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-shared/src/lib/directives/pagination.directive.ts b/projects/aca-shared/src/lib/directives/pagination.directive.ts index 082cf93b77..ddee857395 100644 --- a/projects/aca-shared/src/lib/directives/pagination.directive.ts +++ b/projects/aca-shared/src/lib/directives/pagination.directive.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-shared/src/lib/models/types.ts b/projects/aca-shared/src/lib/models/types.ts index fe39c72237..e8c2bc9ec4 100644 --- a/projects/aca-shared/src/lib/models/types.ts +++ b/projects/aca-shared/src/lib/models/types.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-shared/src/lib/models/viewer.rules.ts b/projects/aca-shared/src/lib/models/viewer.rules.ts index 52f1d0e3b5..776fd4ea79 100644 --- a/projects/aca-shared/src/lib/models/viewer.rules.ts +++ b/projects/aca-shared/src/lib/models/viewer.rules.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-shared/src/lib/routing/plugin-enabled.guard.spec.ts b/projects/aca-shared/src/lib/routing/plugin-enabled.guard.spec.ts index 819cc2ffed..e6b933bcaa 100644 --- a/projects/aca-shared/src/lib/routing/plugin-enabled.guard.spec.ts +++ b/projects/aca-shared/src/lib/routing/plugin-enabled.guard.spec.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-shared/src/lib/routing/plugin-enabled.guard.ts b/projects/aca-shared/src/lib/routing/plugin-enabled.guard.ts index b2a5a0e657..dc239c0d02 100644 --- a/projects/aca-shared/src/lib/routing/plugin-enabled.guard.ts +++ b/projects/aca-shared/src/lib/routing/plugin-enabled.guard.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * 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 685fb80a9b..2bc678d390 100644 --- a/projects/aca-shared/src/lib/routing/shared.guard.spec.ts +++ b/projects/aca-shared/src/lib/routing/shared.guard.spec.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-shared/src/lib/routing/shared.guard.ts b/projects/aca-shared/src/lib/routing/shared.guard.ts index 37f2a89c5c..33e5e69e02 100644 --- a/projects/aca-shared/src/lib/routing/shared.guard.ts +++ b/projects/aca-shared/src/lib/routing/shared.guard.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-shared/src/lib/services/aca-file-auto-download.service.spec.ts b/projects/aca-shared/src/lib/services/aca-file-auto-download.service.spec.ts index 399667e0e0..d243107677 100644 --- a/projects/aca-shared/src/lib/services/aca-file-auto-download.service.spec.ts +++ b/projects/aca-shared/src/lib/services/aca-file-auto-download.service.spec.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * 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 e9ceeeceff..79621b2a38 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,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * 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 afa5932bcd..3d24c2aec0 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,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * 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 bfc6401ada..9156b9475d 100644 --- a/projects/aca-shared/src/lib/services/app-hook.service.ts +++ b/projects/aca-shared/src/lib/services/app-hook.service.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-shared/src/lib/services/app-settings.service.ts b/projects/aca-shared/src/lib/services/app-settings.service.ts index 2e6acde7ff..11177fba38 100644 --- a/projects/aca-shared/src/lib/services/app-settings.service.ts +++ b/projects/aca-shared/src/lib/services/app-settings.service.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * 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 1b9af0366a..6fcfa38de2 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,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * 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 53460b5c73..ab1781395a 100644 --- a/projects/aca-shared/src/lib/services/app.extension.service.ts +++ b/projects/aca-shared/src/lib/services/app.extension.service.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * 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 281670dc40..6045b503ef 100644 --- a/projects/aca-shared/src/lib/services/app.service.spec.ts +++ b/projects/aca-shared/src/lib/services/app.service.spec.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-shared/src/lib/services/app.service.ts b/projects/aca-shared/src/lib/services/app.service.ts index ff2eb3b9bd..a3e0470e7e 100644 --- a/projects/aca-shared/src/lib/services/app.service.ts +++ b/projects/aca-shared/src/lib/services/app.service.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-shared/src/lib/services/auto-download.service.ts b/projects/aca-shared/src/lib/services/auto-download.service.ts index dbd7165dea..0bbe1daa55 100644 --- a/projects/aca-shared/src/lib/services/auto-download.service.ts +++ b/projects/aca-shared/src/lib/services/auto-download.service.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * 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 a282d818fd..8f8fc74e91 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,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * 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 5ad671b91e..6da5274927 100644 --- a/projects/aca-shared/src/lib/services/content-api.service.ts +++ b/projects/aca-shared/src/lib/services/content-api.service.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-shared/src/lib/services/navigation-history.service.spec.ts b/projects/aca-shared/src/lib/services/navigation-history.service.spec.ts index 4f2f239cb9..6d4bec1f9d 100644 --- a/projects/aca-shared/src/lib/services/navigation-history.service.spec.ts +++ b/projects/aca-shared/src/lib/services/navigation-history.service.spec.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-shared/src/lib/services/navigation-history.service.ts b/projects/aca-shared/src/lib/services/navigation-history.service.ts index 2d179d0b14..6db2a16390 100644 --- a/projects/aca-shared/src/lib/services/navigation-history.service.ts +++ b/projects/aca-shared/src/lib/services/navigation-history.service.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * 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 18d28c11a2..22b5e163fb 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,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * 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 1ab0b670e3..2ea20c6509 100644 --- a/projects/aca-shared/src/lib/services/node-permission.service.ts +++ b/projects/aca-shared/src/lib/services/node-permission.service.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * 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 e00d7084cb..56d958e479 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,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * 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 b7f60dfb7f..8167ec06af 100644 --- a/projects/aca-shared/src/lib/services/router.extension.service.ts +++ b/projects/aca-shared/src/lib/services/router.extension.service.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-shared/src/lib/services/user-profile.service.ts b/projects/aca-shared/src/lib/services/user-profile.service.ts index 85b370cb29..229ab65a91 100644 --- a/projects/aca-shared/src/lib/services/user-profile.service.ts +++ b/projects/aca-shared/src/lib/services/user-profile.service.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * 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 fc44779772..a33b4ce789 100644 --- a/projects/aca-shared/src/lib/testing/lib-testing-module.ts +++ b/projects/aca-shared/src/lib/testing/lib-testing-module.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-shared/src/lib/utils/node.utils.ts b/projects/aca-shared/src/lib/utils/node.utils.ts index e3bdee56ab..b6bfca2586 100644 --- a/projects/aca-shared/src/lib/utils/node.utils.ts +++ b/projects/aca-shared/src/lib/utils/node.utils.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * 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 88b3a60dc5..596612ceb2 100644 --- a/projects/aca-shared/src/lib/utils/note.utils.spec.ts +++ b/projects/aca-shared/src/lib/utils/note.utils.spec.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-shared/src/public-api.ts b/projects/aca-shared/src/public-api.ts index 69623f3a99..258b8a39d9 100644 --- a/projects/aca-shared/src/public-api.ts +++ b/projects/aca-shared/src/public-api.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * 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 0540d3ebb8..d6bdeae315 100644 --- a/projects/aca-shared/store/src/actions/app-action-types.ts +++ b/projects/aca-shared/store/src/actions/app-action-types.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-shared/store/src/actions/app.actions.ts b/projects/aca-shared/store/src/actions/app.actions.ts index d1c0aba625..5038c87c85 100644 --- a/projects/aca-shared/store/src/actions/app.actions.ts +++ b/projects/aca-shared/store/src/actions/app.actions.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * 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 321f8b6a1f..d25eba846b 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,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-shared/store/src/actions/contextmenu.actions.ts b/projects/aca-shared/store/src/actions/contextmenu.actions.ts index 8b08410d85..5934532953 100644 --- a/projects/aca-shared/store/src/actions/contextmenu.actions.ts +++ b/projects/aca-shared/store/src/actions/contextmenu.actions.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-shared/store/src/actions/library.actions.ts b/projects/aca-shared/store/src/actions/library.actions.ts index c4ce699011..35135eea4c 100644 --- a/projects/aca-shared/store/src/actions/library.actions.ts +++ b/projects/aca-shared/store/src/actions/library.actions.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * 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 119463e850..75b18f9f7c 100644 --- a/projects/aca-shared/store/src/actions/metadata-aspect.actions.ts +++ b/projects/aca-shared/store/src/actions/metadata-aspect.actions.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-shared/store/src/actions/node.actions.ts b/projects/aca-shared/store/src/actions/node.actions.ts index d36f5552de..dc76e8084e 100644 --- a/projects/aca-shared/store/src/actions/node.actions.ts +++ b/projects/aca-shared/store/src/actions/node.actions.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * 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 9143c5e6b3..f586c1549c 100644 --- a/projects/aca-shared/store/src/actions/router-action-types.ts +++ b/projects/aca-shared/store/src/actions/router-action-types.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-shared/store/src/actions/router.actions.ts b/projects/aca-shared/store/src/actions/router.actions.ts index 4f0828b776..51cf9d19bb 100644 --- a/projects/aca-shared/store/src/actions/router.actions.ts +++ b/projects/aca-shared/store/src/actions/router.actions.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-shared/store/src/actions/search-ai.actions.ts b/projects/aca-shared/store/src/actions/search-ai.actions.ts index 7eaf564c4e..e3a1d61224 100644 --- a/projects/aca-shared/store/src/actions/search-ai.actions.ts +++ b/projects/aca-shared/store/src/actions/search-ai.actions.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-shared/store/src/actions/search.actions.ts b/projects/aca-shared/store/src/actions/search.actions.ts index 1e713ca22f..6dbaa9934d 100644 --- a/projects/aca-shared/store/src/actions/search.actions.ts +++ b/projects/aca-shared/store/src/actions/search.actions.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-shared/store/src/actions/snackbar.actions.ts b/projects/aca-shared/store/src/actions/snackbar.actions.ts index a9eb5a589b..2556f3faa4 100644 --- a/projects/aca-shared/store/src/actions/snackbar.actions.ts +++ b/projects/aca-shared/store/src/actions/snackbar.actions.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * 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 9aff461610..5a03b89e20 100644 --- a/projects/aca-shared/store/src/actions/template-action-types.ts +++ b/projects/aca-shared/store/src/actions/template-action-types.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-shared/store/src/actions/template.actions.ts b/projects/aca-shared/store/src/actions/template.actions.ts index e051340762..d3e95ef34a 100644 --- a/projects/aca-shared/store/src/actions/template.actions.ts +++ b/projects/aca-shared/store/src/actions/template.actions.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-shared/store/src/actions/upload.actions.ts b/projects/aca-shared/store/src/actions/upload.actions.ts index 3f7045ec3a..2e23f8917c 100644 --- a/projects/aca-shared/store/src/actions/upload.actions.ts +++ b/projects/aca-shared/store/src/actions/upload.actions.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-shared/store/src/actions/viewer.actions.ts b/projects/aca-shared/store/src/actions/viewer.actions.ts index 931227c199..c2fcd4a9e4 100644 --- a/projects/aca-shared/store/src/actions/viewer.actions.ts +++ b/projects/aca-shared/store/src/actions/viewer.actions.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-shared/store/src/effects/router.effects.ts b/projects/aca-shared/store/src/effects/router.effects.ts index d8ba3092c4..b82c651435 100644 --- a/projects/aca-shared/store/src/effects/router.effects.ts +++ b/projects/aca-shared/store/src/effects/router.effects.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-shared/store/src/effects/snackbar.effects.ts b/projects/aca-shared/store/src/effects/snackbar.effects.ts index 8be6313f7b..6e4207fab2 100644 --- a/projects/aca-shared/store/src/effects/snackbar.effects.ts +++ b/projects/aca-shared/store/src/effects/snackbar.effects.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-shared/store/src/models/ai-search-by-term-payload.ts b/projects/aca-shared/store/src/models/ai-search-by-term-payload.ts index 696d555a39..30678aab4c 100644 --- a/projects/aca-shared/store/src/models/ai-search-by-term-payload.ts +++ b/projects/aca-shared/store/src/models/ai-search-by-term-payload.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * 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 3f6ddb5e4c..26bf2bb4cb 100644 --- a/projects/aca-shared/store/src/models/delete-status.model.ts +++ b/projects/aca-shared/store/src/models/delete-status.model.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * 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 a4b59d2cdf..c36f0310b1 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,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-shared/store/src/models/modal-configuration.ts b/projects/aca-shared/store/src/models/modal-configuration.ts index 00712298d1..7c4e6bfa1b 100644 --- a/projects/aca-shared/store/src/models/modal-configuration.ts +++ b/projects/aca-shared/store/src/models/modal-configuration.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * 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 e8ecb35cc6..7fc820434b 100644 --- a/projects/aca-shared/store/src/models/node-info.model.ts +++ b/projects/aca-shared/store/src/models/node-info.model.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * 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 c91cb56980..689381342d 100644 --- a/projects/aca-shared/store/src/models/search-option.model.ts +++ b/projects/aca-shared/store/src/models/search-option.model.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-shared/store/src/public-api.ts b/projects/aca-shared/store/src/public-api.ts index b6ef1adba5..2163dc7234 100644 --- a/projects/aca-shared/store/src/public-api.ts +++ b/projects/aca-shared/store/src/public-api.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-shared/store/src/selectors/app.selectors.ts b/projects/aca-shared/store/src/selectors/app.selectors.ts index e7babba338..66278c94d8 100644 --- a/projects/aca-shared/store/src/selectors/app.selectors.ts +++ b/projects/aca-shared/store/src/selectors/app.selectors.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-shared/store/src/states/app.state.ts b/projects/aca-shared/store/src/states/app.state.ts index af9f2ce308..da049c362b 100644 --- a/projects/aca-shared/store/src/states/app.state.ts +++ b/projects/aca-shared/store/src/states/app.state.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application * diff --git a/projects/aca-shared/test.ts b/projects/aca-shared/test.ts index 5f9ebfde29..49ebc1cadc 100644 --- a/projects/aca-shared/test.ts +++ b/projects/aca-shared/test.ts @@ -1,5 +1,5 @@ /*! - * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved. + * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved. * * Alfresco Example Content Application *