diff --git a/.eslintrc.json b/.eslintrc.json index 4c6779a24a..70c87deb21 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -22,7 +22,8 @@ "unicorn", "prettier", "ban", - "@cspell" + "@cspell", + "license-header" ], "rules": { "ban/ban": [ @@ -35,6 +36,34 @@ { "name": ["test", "only"], "message": "Calls to test.only is not allowed" }, { "name": ["describe", "only"], "message": "Calls to describe.only is not allowed" } ], + "license-header/header": [ + "error", + [ + "/*!", + " * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.", + " *", + " * Alfresco Example Content Application", + " *", + " * This file is part of the Alfresco Example Content Application.", + " * If the software was purchased under a paid Alfresco license, the terms of", + " * the paid license agreement will prevail. Otherwise, the software is", + " * provided under the following open source license terms:", + " *", + " * The Alfresco Example Content Application is free software: you can redistribute it and/or modify", + " * it under the terms of the GNU Lesser General Public License as published by", + " * the Free Software Foundation, either version 3 of the License, or", + " * (at your option) any later version.", + " *", + " * The Alfresco Example Content Application is distributed in the hope that it will be useful,", + " * but WITHOUT ANY WARRANTY; without even the implied warranty of", + " * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the", + " * GNU Lesser General Public License for more details.", + " *", + " * You should have received a copy of the GNU Lesser General Public License", + " * from Hyland Software. If not, see .", + " */" + ] + ], "prettier/prettier": "error", "no-shadow": "off", "@typescript-eslint/no-shadow": "error", diff --git a/app/src/app/app.components.ts b/app/src/app/app.components.ts index d65a92eaad..618d277e10 100644 --- a/app/src/app/app.components.ts +++ b/app/src/app/app.components.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Component } from '@angular/core'; diff --git a/app/src/app/app.module.ts b/app/src/app/app.module.ts index f1e56089f2..87eab3bb6f 100644 --- a/app/src/app/app.module.ts +++ b/app/src/app/app.module.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { BrowserModule } from '@angular/platform-browser'; diff --git a/app/src/app/app.routes.ts b/app/src/app/app.routes.ts index 67739869e0..61f16259ef 100644 --- a/app/src/app/app.routes.ts +++ b/app/src/app/app.routes.ts @@ -1,3 +1,27 @@ +/*! + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Alfresco Example Content Application + * + * This file is part of the Alfresco Example Content Application. + * If the software was purchased under a paid Alfresco license, the terms of + * the paid license agreement will prevail. Otherwise, the software is + * provided under the following open source license terms: + * + * The Alfresco Example Content Application is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * The Alfresco Example Content Application is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * from Hyland Software. If not, see . + */ + import { BlankPageComponent } from '@alfresco/adf-core'; import { LoginComponent } from './components/login/login.component'; diff --git a/app/src/app/components/login/login.component.ts b/app/src/app/components/login/login.component.ts index 0b18a4742d..5af69b21db 100644 --- a/app/src/app/components/login/login.component.ts +++ b/app/src/app/components/login/login.component.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Component } from '@angular/core'; diff --git a/app/src/app/components/login/login.module.ts b/app/src/app/components/login/login.module.ts index 24e4d2202b..46ecdf3349 100644 --- a/app/src/app/components/login/login.module.ts +++ b/app/src/app/components/login/login.module.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { NgModule } from '@angular/core'; diff --git a/app/src/app/extensions.module.ts b/app/src/app/extensions.module.ts index 8a59241b25..ade935c82b 100644 --- a/app/src/app/extensions.module.ts +++ b/app/src/app/extensions.module.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { NgModule } from '@angular/core'; diff --git a/app/src/app/material.module.ts b/app/src/app/material.module.ts index 85dfb8e1ef..be78663687 100644 --- a/app/src/app/material.module.ts +++ b/app/src/app/material.module.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { NgModule } from '@angular/core'; diff --git a/app/src/assets/plugins/app.card-view.json b/app/src/assets/plugins/app.card-view.json index 428d5772e7..e438dea5be 100644 --- a/app/src/assets/plugins/app.card-view.json +++ b/app/src/assets/plugins/app.card-view.json @@ -3,7 +3,7 @@ "$id": "app.demo.cardView", "$name": "app.demo.cardView", "$version": "1.0.0", - "$vendor": "Alfresco Software, Ltd.", + "$vendor": "Hyland Software, Inc. and its affiliates", "$license": "LGPL-3.0", "$runtime": "1.5.0", "$description": "Simple extension that provides Card View toolbar button", diff --git a/app/src/assets/plugins/app.debug.json b/app/src/assets/plugins/app.debug.json index 40bde867ef..88486a21e3 100644 --- a/app/src/assets/plugins/app.debug.json +++ b/app/src/assets/plugins/app.debug.json @@ -3,7 +3,7 @@ "$id": "app.debug.plugin", "$version": "1.0.0", "$name": "app.debug.plugin", - "$vendor": "Alfresco Software, Ltd.", + "$vendor": "Hyland Software, Inc. and its affiliates", "$license": "LGPL-3.0", "$runtime": "1.5.0", "$description": "Plugin for debugging and testing purposes", diff --git a/app/src/assets/plugins/app.metadata.json b/app/src/assets/plugins/app.metadata.json index 8411f4af6c..b678160bd2 100644 --- a/app/src/assets/plugins/app.metadata.json +++ b/app/src/assets/plugins/app.metadata.json @@ -3,7 +3,7 @@ "$id": "app.demo.metadata", "$name": "metadata-plugin", "$version": "1.0.0", - "$vendor": "Alfresco Software, Ltd.", + "$vendor": "Hyland Software, Inc. and its affiliates", "$license": "LGPL-3.0", "$runtime": "1.5.0", "$description": "metadata card configuration plugin - testing purpose", diff --git a/app/src/assets/plugins/app.search.json b/app/src/assets/plugins/app.search.json index d62d9e0225..b7d56f4569 100644 --- a/app/src/assets/plugins/app.search.json +++ b/app/src/assets/plugins/app.search.json @@ -3,7 +3,7 @@ "$id": "app.debug-search.plugin", "$version": "1.0.0", "$name": "app.debug-search.plugin", - "$vendor": "Alfresco Software, Ltd.", + "$vendor": "Hyland Software, Inc. and its affiliates", "$license": "LGPL-3.0", "$runtime": "1.5.0", "$description": "Plugin for debugging and testing purposes", diff --git a/app/src/environments/environment.e2e.ts b/app/src/environments/environment.e2e.ts index d77d3981dd..95cec76c4c 100644 --- a/app/src/environments/environment.e2e.ts +++ b/app/src/environments/environment.e2e.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import ContentAppEnvironment from './environment.interface'; diff --git a/app/src/environments/environment.interface.ts b/app/src/environments/environment.interface.ts index 675a8cba50..c68bcff43a 100644 --- a/app/src/environments/environment.interface.ts +++ b/app/src/environments/environment.interface.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ export default interface ContentAppEnvironment { diff --git a/app/src/environments/environment.prod.ts b/app/src/environments/environment.prod.ts index 943d269216..0702069ed6 100644 --- a/app/src/environments/environment.prod.ts +++ b/app/src/environments/environment.prod.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import ContentAppEnvironment from './environment.interface'; diff --git a/app/src/environments/environment.release.ts b/app/src/environments/environment.release.ts index 0e424d1a60..7bf8100cbc 100644 --- a/app/src/environments/environment.release.ts +++ b/app/src/environments/environment.release.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import ContentAppEnvironment from './environment.interface'; diff --git a/app/src/environments/environment.ts b/app/src/environments/environment.ts index ddc09f9944..df604d5aaa 100644 --- a/app/src/environments/environment.ts +++ b/app/src/environments/environment.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import ContentAppEnvironment from './environment.interface'; diff --git a/app/src/main.ts b/app/src/main.ts index 880a5ec90e..dcd2f5e328 100644 --- a/app/src/main.ts +++ b/app/src/main.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { enableProdMode } from '@angular/core'; diff --git a/app/src/polyfills.ts b/app/src/polyfills.ts index 6d6526ad9e..3c2fd5465f 100644 --- a/app/src/polyfills.ts +++ b/app/src/polyfills.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ /** diff --git a/app/src/test.ts b/app/src/test.ts index 55e3f3df23..38d89071d2 100644 --- a/app/src/test.ts +++ b/app/src/test.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ // This file is required by __karma__.conf.js and loads recursively all the .spec and framework files diff --git a/app/src/typings.d.ts b/app/src/typings.d.ts index c1e37f65ab..10e18a1d70 100644 --- a/app/src/typings.d.ts +++ b/app/src/typings.d.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ /* SystemJS module definition */ diff --git a/cspell.json b/cspell.json index 4d35af03ea..c9c15e2a5a 100644 --- a/cspell.json +++ b/cspell.json @@ -7,6 +7,7 @@ "package.json" ], "words": [ + "Hyland", "ADDFEATURES", "afts", "androidamw", diff --git a/e2e/playwright/shared/api/api-client-factory.ts b/e2e/playwright/shared/api/api-client-factory.ts index c68f684a03..e02cb1b4e4 100644 --- a/e2e/playwright/shared/api/api-client-factory.ts +++ b/e2e/playwright/shared/api/api-client-factory.ts @@ -1,9 +1,25 @@ -/* - * Copyright © 2005 - 2023 Alfresco Software, Ltd. All rights reserved. +/*! + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * License rights for this program may be obtained from Alfresco Software, Ltd. - * pursuant to a written agreement and any use of this program without such an - * agreement is prohibited. + * Alfresco Example Content Application + * + * This file is part of the Alfresco Example Content Application. + * If the software was purchased under a paid Alfresco license, the terms of + * the paid license agreement will prevail. Otherwise, the software is + * provided under the following open source license terms: + * + * The Alfresco Example Content Application is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * The Alfresco Example Content Application is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * from Hyland Software. If not, see . */ import { diff --git a/e2e/playwright/shared/api/index.ts b/e2e/playwright/shared/api/index.ts index 8ee4a04be3..03f510735c 100644 --- a/e2e/playwright/shared/api/index.ts +++ b/e2e/playwright/shared/api/index.ts @@ -1,9 +1,25 @@ -/* - * Copyright © 2005 - 2023 Alfresco Software, Ltd. All rights reserved. +/*! + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * License rights for this program may be obtained from Alfresco Software, Ltd. - * pursuant to a written agreement and any use of this program without such an - * agreement is prohibited. + * Alfresco Example Content Application + * + * This file is part of the Alfresco Example Content Application. + * If the software was purchased under a paid Alfresco license, the terms of + * the paid license agreement will prevail. Otherwise, the software is + * provided under the following open source license terms: + * + * The Alfresco Example Content Application is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * The Alfresco Example Content Application is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * from Hyland Software. If not, see . */ export * from './rules-api'; diff --git a/e2e/playwright/shared/api/rules-api.ts b/e2e/playwright/shared/api/rules-api.ts index 52c2592588..786ccd945d 100644 --- a/e2e/playwright/shared/api/rules-api.ts +++ b/e2e/playwright/shared/api/rules-api.ts @@ -1,9 +1,25 @@ -/* - * Copyright © 2005 - 2023 Alfresco Software, Ltd. All rights reserved. +/*! + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * License rights for this program may be obtained from Alfresco Software, Ltd. - * pursuant to a written agreement and any use of this program without such an - * agreement is prohibited. + * Alfresco Example Content Application + * + * This file is part of the Alfresco Example Content Application. + * If the software was purchased under a paid Alfresco license, the terms of + * the paid license agreement will prevail. Otherwise, the software is + * provided under the following open source license terms: + * + * The Alfresco Example Content Application is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * The Alfresco Example Content Application is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * from Hyland Software. If not, see . */ type RuleTrigger = 'inbound' | 'update' | 'outbound'; diff --git a/e2e/playwright/shared/base-config/global.setup.ts b/e2e/playwright/shared/base-config/global.setup.ts index 6e82607355..678969a2c4 100644 --- a/e2e/playwright/shared/base-config/global.setup.ts +++ b/e2e/playwright/shared/base-config/global.setup.ts @@ -1,9 +1,25 @@ -/* - * Copyright © 2005 - 2023 Alfresco Software, Ltd. All rights reserved. +/*! + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * License rights for this program may be obtained from Alfresco Software, Ltd. - * pursuant to a written agreement and any use of this program without such an - * agreement is prohibited. + * Alfresco Example Content Application + * + * This file is part of the Alfresco Example Content Application. + * If the software was purchased under a paid Alfresco license, the terms of + * the paid license agreement will prevail. Otherwise, the software is + * provided under the following open source license terms: + * + * The Alfresco Example Content Application is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * The Alfresco Example Content Application is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * from Hyland Software. If not, see . */ import { chromium, FullConfig } from '@playwright/test'; diff --git a/e2e/playwright/shared/base-config/index.ts b/e2e/playwright/shared/base-config/index.ts index cf2f3f177f..8740deab6c 100644 --- a/e2e/playwright/shared/base-config/index.ts +++ b/e2e/playwright/shared/base-config/index.ts @@ -1,9 +1,25 @@ -/* - * Copyright © 2005 - 2023 Alfresco Software, Ltd. All rights reserved. +/*! + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * License rights for this program may be obtained from Alfresco Software, Ltd. - * pursuant to a written agreement and any use of this program without such an - * agreement is prohibited. + * Alfresco Example Content Application + * + * This file is part of the Alfresco Example Content Application. + * If the software was purchased under a paid Alfresco license, the terms of + * the paid license agreement will prevail. Otherwise, the software is + * provided under the following open source license terms: + * + * The Alfresco Example Content Application is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * The Alfresco Example Content Application is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * from Hyland Software. If not, see . */ export * from './global.setup'; diff --git a/e2e/playwright/shared/index.ts b/e2e/playwright/shared/index.ts index 55bb04d1e6..41459a82d1 100644 --- a/e2e/playwright/shared/index.ts +++ b/e2e/playwright/shared/index.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2023 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ export * from './api'; diff --git a/e2e/playwright/shared/models/index.ts b/e2e/playwright/shared/models/index.ts index 007b72f82b..728baa1f35 100644 --- a/e2e/playwright/shared/models/index.ts +++ b/e2e/playwright/shared/models/index.ts @@ -1,9 +1,25 @@ -/* - * Copyright © 2005 - 2023 Alfresco Software, Ltd. All rights reserved. +/*! + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * License rights for this program may be obtained from Alfresco Software, Ltd. - * pursuant to a written agreement and any use of this program without such an - * agreement is prohibited. + * Alfresco Example Content Application + * + * This file is part of the Alfresco Example Content Application. + * If the software was purchased under a paid Alfresco license, the terms of + * the paid license agreement will prevail. Otherwise, the software is + * provided under the following open source license terms: + * + * The Alfresco Example Content Application is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * The Alfresco Example Content Application is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * from Hyland Software. If not, see . */ export * from './user-model'; diff --git a/e2e/playwright/shared/models/user-model.ts b/e2e/playwright/shared/models/user-model.ts index 5b86101b5d..54b83ba284 100644 --- a/e2e/playwright/shared/models/user-model.ts +++ b/e2e/playwright/shared/models/user-model.ts @@ -1,9 +1,25 @@ -/* - * Copyright © 2005 - 2023 Alfresco Software, Ltd. All rights reserved. +/*! + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * License rights for this program may be obtained from Alfresco Software, Ltd. - * pursuant to a written agreement and any use of this program without such an - * agreement is prohibited. + * Alfresco Example Content Application + * + * This file is part of the Alfresco Example Content Application. + * If the software was purchased under a paid Alfresco license, the terms of + * the paid license agreement will prevail. Otherwise, the software is + * provided under the following open source license terms: + * + * The Alfresco Example Content Application is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * The Alfresco Example Content Application is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * from Hyland Software. If not, see . */ import { StringUtil } from '@alfresco/adf-testing'; diff --git a/e2e/playwright/shared/page-objects/components/base.component.ts b/e2e/playwright/shared/page-objects/components/base.component.ts index e7abe19f95..6623ab191d 100644 --- a/e2e/playwright/shared/page-objects/components/base.component.ts +++ b/e2e/playwright/shared/page-objects/components/base.component.ts @@ -1,9 +1,25 @@ -/* - * Copyright © 2005 - 2023 Alfresco Software, Ltd. All rights reserved. +/*! + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * License rights for this program may be obtained from Alfresco Software, Ltd. - * pursuant to a written agreement and any use of this program without such an - * agreement is prohibited. + * Alfresco Example Content Application + * + * This file is part of the Alfresco Example Content Application. + * If the software was purchased under a paid Alfresco license, the terms of + * the paid license agreement will prevail. Otherwise, the software is + * provided under the following open source license terms: + * + * The Alfresco Example Content Application is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * The Alfresco Example Content Application is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * from Hyland Software. If not, see . */ import { Locator, Page } from '@playwright/test'; diff --git a/e2e/playwright/shared/page-objects/components/dataTable/data-table.component.ts b/e2e/playwright/shared/page-objects/components/dataTable/data-table.component.ts index 81f1530fc5..0c9a9eb9dd 100644 --- a/e2e/playwright/shared/page-objects/components/dataTable/data-table.component.ts +++ b/e2e/playwright/shared/page-objects/components/dataTable/data-table.component.ts @@ -1,9 +1,25 @@ -/* - * Copyright © 2005 - 2023 Alfresco Software, Ltd. All rights reserved. +/*! + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * License rights for this program may be obtained from Alfresco Software, Ltd. - * pursuant to a written agreement and any use of this program without such an - * agreement is prohibited. + * Alfresco Example Content Application + * + * This file is part of the Alfresco Example Content Application. + * If the software was purchased under a paid Alfresco license, the terms of + * the paid license agreement will prevail. Otherwise, the software is + * provided under the following open source license terms: + * + * The Alfresco Example Content Application is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * The Alfresco Example Content Application is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * from Hyland Software. If not, see . */ import { Locator, Page } from '@playwright/test'; diff --git a/e2e/playwright/shared/page-objects/components/dataTable/index.ts b/e2e/playwright/shared/page-objects/components/dataTable/index.ts index d74c4447d4..23935964ff 100644 --- a/e2e/playwright/shared/page-objects/components/dataTable/index.ts +++ b/e2e/playwright/shared/page-objects/components/dataTable/index.ts @@ -1,9 +1,25 @@ -/* - * Copyright © 2005 - 2023 Alfresco Software, Ltd. All rights reserved. +/*! + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * License rights for this program may be obtained from Alfresco Software, Ltd. - * pursuant to a written agreement and any use of this program without such an - * agreement is prohibited. + * Alfresco Example Content Application + * + * This file is part of the Alfresco Example Content Application. + * If the software was purchased under a paid Alfresco license, the terms of + * the paid license agreement will prevail. Otherwise, the software is + * provided under the following open source license terms: + * + * The Alfresco Example Content Application is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * The Alfresco Example Content Application is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * from Hyland Software. If not, see . */ export * from './data-table.component'; diff --git a/e2e/playwright/shared/page-objects/components/dataTable/mat-menu.component.ts b/e2e/playwright/shared/page-objects/components/dataTable/mat-menu.component.ts index 71461aac69..92953f7518 100644 --- a/e2e/playwright/shared/page-objects/components/dataTable/mat-menu.component.ts +++ b/e2e/playwright/shared/page-objects/components/dataTable/mat-menu.component.ts @@ -1,9 +1,25 @@ -/* - * Copyright © 2005 - 2023 Alfresco Software, Ltd. All rights reserved. +/*! + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * License rights for this program may be obtained from Alfresco Software, Ltd. - * pursuant to a written agreement and any use of this program without such an - * agreement is prohibited. + * Alfresco Example Content Application + * + * This file is part of the Alfresco Example Content Application. + * If the software was purchased under a paid Alfresco license, the terms of + * the paid license agreement will prevail. Otherwise, the software is + * provided under the following open source license terms: + * + * The Alfresco Example Content Application is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * The Alfresco Example Content Application is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * from Hyland Software. If not, see . */ import { Page } from '@playwright/test'; diff --git a/e2e/playwright/shared/page-objects/components/dataTable/toolbar.component.ts b/e2e/playwright/shared/page-objects/components/dataTable/toolbar.component.ts index 3d904be8c1..38329f62a3 100644 --- a/e2e/playwright/shared/page-objects/components/dataTable/toolbar.component.ts +++ b/e2e/playwright/shared/page-objects/components/dataTable/toolbar.component.ts @@ -1,9 +1,25 @@ -/* - * Copyright © 2005 - 2023 Alfresco Software, Ltd. All rights reserved. +/*! + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * License rights for this program may be obtained from Alfresco Software, Ltd. - * pursuant to a written agreement and any use of this program without such an - * agreement is prohibited. + * Alfresco Example Content Application + * + * This file is part of the Alfresco Example Content Application. + * If the software was purchased under a paid Alfresco license, the terms of + * the paid license agreement will prevail. Otherwise, the software is + * provided under the following open source license terms: + * + * The Alfresco Example Content Application is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * The Alfresco Example Content Application is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * from Hyland Software. If not, see . */ import { BaseComponent } from '../base.component'; diff --git a/e2e/playwright/shared/page-objects/components/index.ts b/e2e/playwright/shared/page-objects/components/index.ts index ef53b168a4..9b5e828c2d 100644 --- a/e2e/playwright/shared/page-objects/components/index.ts +++ b/e2e/playwright/shared/page-objects/components/index.ts @@ -1,9 +1,25 @@ -/* - * Copyright © 2005 - 2023 Alfresco Software, Ltd. All rights reserved. +/*! + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * License rights for this program may be obtained from Alfresco Software, Ltd. - * pursuant to a written agreement and any use of this program without such an - * agreement is prohibited. + * Alfresco Example Content Application + * + * This file is part of the Alfresco Example Content Application. + * If the software was purchased under a paid Alfresco license, the terms of + * the paid license agreement will prevail. Otherwise, the software is + * provided under the following open source license terms: + * + * The Alfresco Example Content Application is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * The Alfresco Example Content Application is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * from Hyland Software. If not, see . */ export * from './base.component'; diff --git a/e2e/playwright/shared/page-objects/components/mat-menu.component.ts b/e2e/playwright/shared/page-objects/components/mat-menu.component.ts index 9b945de03c..f25c0a7ad6 100644 --- a/e2e/playwright/shared/page-objects/components/mat-menu.component.ts +++ b/e2e/playwright/shared/page-objects/components/mat-menu.component.ts @@ -1,9 +1,25 @@ -/* - * Copyright © 2005 - 2023 Alfresco Software, Ltd. All rights reserved. +/*! + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * License rights for this program may be obtained from Alfresco Software, Ltd. - * pursuant to a written agreement and any use of this program without such an - * agreement is prohibited. + * Alfresco Example Content Application + * + * This file is part of the Alfresco Example Content Application. + * If the software was purchased under a paid Alfresco license, the terms of + * the paid license agreement will prevail. Otherwise, the software is + * provided under the following open source license terms: + * + * The Alfresco Example Content Application is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * The Alfresco Example Content Application is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * from Hyland Software. If not, see . */ import { Page } from '@playwright/test'; diff --git a/e2e/playwright/shared/page-objects/components/pagination.component.ts b/e2e/playwright/shared/page-objects/components/pagination.component.ts index 9d3f925709..dee316d477 100644 --- a/e2e/playwright/shared/page-objects/components/pagination.component.ts +++ b/e2e/playwright/shared/page-objects/components/pagination.component.ts @@ -1,9 +1,25 @@ -/* - * Copyright © 2005 - 2023 Alfresco Software, Ltd. All rights reserved. +/*! + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * License rights for this program may be obtained from Alfresco Software, Ltd. - * pursuant to a written agreement and any use of this program without such an - * agreement is prohibited. + * Alfresco Example Content Application + * + * This file is part of the Alfresco Example Content Application. + * If the software was purchased under a paid Alfresco license, the terms of + * the paid license agreement will prevail. Otherwise, the software is + * provided under the following open source license terms: + * + * The Alfresco Example Content Application is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * The Alfresco Example Content Application is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * from Hyland Software. If not, see . */ import { BaseComponent } from './base.component'; diff --git a/e2e/playwright/shared/page-objects/components/snack-bar.component.ts b/e2e/playwright/shared/page-objects/components/snack-bar.component.ts index a491765ef4..877c1a49dc 100644 --- a/e2e/playwright/shared/page-objects/components/snack-bar.component.ts +++ b/e2e/playwright/shared/page-objects/components/snack-bar.component.ts @@ -1,9 +1,25 @@ -/* - * Copyright © 2005 - 2023 Alfresco Software, Ltd. All rights reserved. +/*! + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * License rights for this program may be obtained from Alfresco Software, Ltd. - * pursuant to a written agreement and any use of this program without such an - * agreement is prohibited. + * Alfresco Example Content Application + * + * This file is part of the Alfresco Example Content Application. + * If the software was purchased under a paid Alfresco license, the terms of + * the paid license agreement will prevail. Otherwise, the software is + * provided under the following open source license terms: + * + * The Alfresco Example Content Application is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * The Alfresco Example Content Application is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * from Hyland Software. If not, see . */ import { Page } from '@playwright/test'; diff --git a/e2e/playwright/shared/page-objects/components/spinner.component.ts b/e2e/playwright/shared/page-objects/components/spinner.component.ts index 67faec7262..79b99fd898 100644 --- a/e2e/playwright/shared/page-objects/components/spinner.component.ts +++ b/e2e/playwright/shared/page-objects/components/spinner.component.ts @@ -1,9 +1,25 @@ -/* - * Copyright © 2005 - 2023 Alfresco Software, Ltd. All rights reserved. +/*! + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * License rights for this program may be obtained from Alfresco Software, Ltd. - * pursuant to a written agreement and any use of this program without such an - * agreement is prohibited. + * Alfresco Example Content Application + * + * This file is part of the Alfresco Example Content Application. + * If the software was purchased under a paid Alfresco license, the terms of + * the paid license agreement will prevail. Otherwise, the software is + * provided under the following open source license terms: + * + * The Alfresco Example Content Application is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * The Alfresco Example Content Application is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * from Hyland Software. If not, see . */ import { Page } from '@playwright/test'; diff --git a/e2e/playwright/shared/page-objects/global-variables.ts b/e2e/playwright/shared/page-objects/global-variables.ts index 31bafb6ded..9ddfe5ed99 100644 --- a/e2e/playwright/shared/page-objects/global-variables.ts +++ b/e2e/playwright/shared/page-objects/global-variables.ts @@ -1,9 +1,25 @@ -/* - * Copyright © 2005 - 2023 Alfresco Software, Ltd. All rights reserved. +/*! + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * License rights for this program may be obtained from Alfresco Software, Ltd. - * pursuant to a written agreement and any use of this program without such an - * agreement is prohibited. + * Alfresco Example Content Application + * + * This file is part of the Alfresco Example Content Application. + * If the software was purchased under a paid Alfresco license, the terms of + * the paid license agreement will prevail. Otherwise, the software is + * provided under the following open source license terms: + * + * The Alfresco Example Content Application is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * The Alfresco Example Content Application is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * from Hyland Software. If not, see . */ const env = process.env; diff --git a/e2e/playwright/shared/page-objects/index.ts b/e2e/playwright/shared/page-objects/index.ts index 8bdc721eab..7d4708465d 100644 --- a/e2e/playwright/shared/page-objects/index.ts +++ b/e2e/playwright/shared/page-objects/index.ts @@ -1,9 +1,25 @@ -/* - * Copyright © 2005 - 2023 Alfresco Software, Ltd. All rights reserved. +/*! + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * License rights for this program may be obtained from Alfresco Software, Ltd. - * pursuant to a written agreement and any use of this program without such an - * agreement is prohibited. + * Alfresco Example Content Application + * + * This file is part of the Alfresco Example Content Application. + * If the software was purchased under a paid Alfresco license, the terms of + * the paid license agreement will prevail. Otherwise, the software is + * provided under the following open source license terms: + * + * The Alfresco Example Content Application is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * The Alfresco Example Content Application is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * from Hyland Software. If not, see . */ export * from './global-variables'; diff --git a/e2e/playwright/shared/page-objects/pages/base.page.ts b/e2e/playwright/shared/page-objects/pages/base.page.ts index 38e30ae18e..b7e47c77ce 100644 --- a/e2e/playwright/shared/page-objects/pages/base.page.ts +++ b/e2e/playwright/shared/page-objects/pages/base.page.ts @@ -1,9 +1,25 @@ -/* - * Copyright © 2005 - 2023 Alfresco Software, Ltd. All rights reserved. +/*! + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * License rights for this program may be obtained from Alfresco Software, Ltd. - * pursuant to a written agreement and any use of this program without such an - * agreement is prohibited. + * Alfresco Example Content Application + * + * This file is part of the Alfresco Example Content Application. + * If the software was purchased under a paid Alfresco license, the terms of + * the paid license agreement will prevail. Otherwise, the software is + * provided under the following open source license terms: + * + * The Alfresco Example Content Application is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * The Alfresco Example Content Application is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * from Hyland Software. If not, see . */ import { Page } from '@playwright/test'; diff --git a/e2e/playwright/shared/page-objects/pages/index.ts b/e2e/playwright/shared/page-objects/pages/index.ts index 8b623b8eb9..95963574e9 100644 --- a/e2e/playwright/shared/page-objects/pages/index.ts +++ b/e2e/playwright/shared/page-objects/pages/index.ts @@ -1,9 +1,25 @@ -/* - * Copyright © 2005 - 2023 Alfresco Software, Ltd. All rights reserved. +/*! + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * License rights for this program may be obtained from Alfresco Software, Ltd. - * pursuant to a written agreement and any use of this program without such an - * agreement is prohibited. + * Alfresco Example Content Application + * + * This file is part of the Alfresco Example Content Application. + * If the software was purchased under a paid Alfresco license, the terms of + * the paid license agreement will prevail. Otherwise, the software is + * provided under the following open source license terms: + * + * The Alfresco Example Content Application is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * The Alfresco Example Content Application is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * from Hyland Software. If not, see . */ export * from './base.page'; diff --git a/e2e/playwright/shared/page-objects/pages/login.page.ts b/e2e/playwright/shared/page-objects/pages/login.page.ts index c5a9830f54..c71229ffb0 100644 --- a/e2e/playwright/shared/page-objects/pages/login.page.ts +++ b/e2e/playwright/shared/page-objects/pages/login.page.ts @@ -1,9 +1,25 @@ -/* - * Copyright © 2005 - 2023 Alfresco Software, Ltd. All rights reserved. +/*! + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * License rights for this program may be obtained from Alfresco Software, Ltd. - * pursuant to a written agreement and any use of this program without such an - * agreement is prohibited. + * Alfresco Example Content Application + * + * This file is part of the Alfresco Example Content Application. + * If the software was purchased under a paid Alfresco license, the terms of + * the paid license agreement will prevail. Otherwise, the software is + * provided under the following open source license terms: + * + * The Alfresco Example Content Application is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * The Alfresco Example Content Application is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * from Hyland Software. If not, see . */ import { Page } from '@playwright/test'; diff --git a/e2e/playwright/shared/page-objects/playwright-base.ts b/e2e/playwright/shared/page-objects/playwright-base.ts index 87c483bcdf..18e386f9f9 100644 --- a/e2e/playwright/shared/page-objects/playwright-base.ts +++ b/e2e/playwright/shared/page-objects/playwright-base.ts @@ -1,9 +1,25 @@ -/* - * Copyright © 2005 - 2023 Alfresco Software, Ltd. All rights reserved. +/*! + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * License rights for this program may be obtained from Alfresco Software, Ltd. - * pursuant to a written agreement and any use of this program without such an - * agreement is prohibited. + * Alfresco Example Content Application + * + * This file is part of the Alfresco Example Content Application. + * If the software was purchased under a paid Alfresco license, the terms of + * the paid license agreement will prevail. Otherwise, the software is + * provided under the following open source license terms: + * + * The Alfresco Example Content Application is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * The Alfresco Example Content Application is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * from Hyland Software. If not, see . */ import { GenericLogger, LoggerLike } from '@alfresco/adf-testing'; diff --git a/e2e/playwright/tests/folder-rules/fixtures/page-initialization.ts b/e2e/playwright/tests/folder-rules/fixtures/page-initialization.ts index 6bc2f4d35d..ad54092089 100644 --- a/e2e/playwright/tests/folder-rules/fixtures/page-initialization.ts +++ b/e2e/playwright/tests/folder-rules/fixtures/page-initialization.ts @@ -1,9 +1,25 @@ -/* - * Copyright © 2005 - 2023 Alfresco Software, Ltd. All rights reserved. +/*! + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * License rights for this program may be obtained from Alfresco Software, Ltd. - * pursuant to a written agreement and any use of this program without such an - * agreement is prohibited. + * Alfresco Example Content Application + * + * This file is part of the Alfresco Example Content Application. + * If the software was purchased under a paid Alfresco license, the terms of + * the paid license agreement will prevail. Otherwise, the software is + * provided under the following open source license terms: + * + * The Alfresco Example Content Application is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * The Alfresco Example Content Application is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * from Hyland Software. If not, see . */ import { PersonalFilesPage, NodesPage } from '../page-objects'; diff --git a/e2e/playwright/tests/folder-rules/page-objects/components/actions-dropdown.component.ts b/e2e/playwright/tests/folder-rules/page-objects/components/actions-dropdown.component.ts index 41205992bb..ae9595aa36 100644 --- a/e2e/playwright/tests/folder-rules/page-objects/components/actions-dropdown.component.ts +++ b/e2e/playwright/tests/folder-rules/page-objects/components/actions-dropdown.component.ts @@ -1,9 +1,25 @@ -/* - * Copyright © 2005 - 2023 Alfresco Software, Ltd. All rights reserved. +/*! + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * License rights for this program may be obtained from Alfresco Software, Ltd. - * pursuant to a written agreement and any use of this program without such an - * agreement is prohibited. + * Alfresco Example Content Application + * + * This file is part of the Alfresco Example Content Application. + * If the software was purchased under a paid Alfresco license, the terms of + * the paid license agreement will prevail. Otherwise, the software is + * provided under the following open source license terms: + * + * The Alfresco Example Content Application is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * The Alfresco Example Content Application is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * from Hyland Software. If not, see . */ import { Locator, Page } from '@playwright/test'; diff --git a/e2e/playwright/tests/folder-rules/page-objects/components/conditions.component.ts b/e2e/playwright/tests/folder-rules/page-objects/components/conditions.component.ts index 16f6e587e9..45b247f81d 100644 --- a/e2e/playwright/tests/folder-rules/page-objects/components/conditions.component.ts +++ b/e2e/playwright/tests/folder-rules/page-objects/components/conditions.component.ts @@ -1,9 +1,25 @@ -/* - * Copyright © 2005 - 2023 Alfresco Software, Ltd. All rights reserved. +/*! + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * License rights for this program may be obtained from Alfresco Software, Ltd. - * pursuant to a written agreement and any use of this program without such an - * agreement is prohibited. + * Alfresco Example Content Application + * + * This file is part of the Alfresco Example Content Application. + * If the software was purchased under a paid Alfresco license, the terms of + * the paid license agreement will prevail. Otherwise, the software is + * provided under the following open source license terms: + * + * The Alfresco Example Content Application is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * The Alfresco Example Content Application is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * from Hyland Software. If not, see . */ import { Locator, Page } from '@playwright/test'; diff --git a/e2e/playwright/tests/folder-rules/page-objects/components/manage-rules-dialog.component.ts b/e2e/playwright/tests/folder-rules/page-objects/components/manage-rules-dialog.component.ts index 87d86af226..a5b896c599 100644 --- a/e2e/playwright/tests/folder-rules/page-objects/components/manage-rules-dialog.component.ts +++ b/e2e/playwright/tests/folder-rules/page-objects/components/manage-rules-dialog.component.ts @@ -1,9 +1,25 @@ -/* - * Copyright © 2005 - 2023 Alfresco Software, Ltd. All rights reserved. +/*! + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * License rights for this program may be obtained from Alfresco Software, Ltd. - * pursuant to a written agreement and any use of this program without such an - * agreement is prohibited. + * Alfresco Example Content Application + * + * This file is part of the Alfresco Example Content Application. + * If the software was purchased under a paid Alfresco license, the terms of + * the paid license agreement will prevail. Otherwise, the software is + * provided under the following open source license terms: + * + * The Alfresco Example Content Application is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * The Alfresco Example Content Application is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * from Hyland Software. If not, see . */ import { BaseComponent } from '@alfresco/playwright-shared'; diff --git a/e2e/playwright/tests/folder-rules/page-objects/components/manage-rules.component.ts b/e2e/playwright/tests/folder-rules/page-objects/components/manage-rules.component.ts index a9b2906666..a2fdecc0e5 100644 --- a/e2e/playwright/tests/folder-rules/page-objects/components/manage-rules.component.ts +++ b/e2e/playwright/tests/folder-rules/page-objects/components/manage-rules.component.ts @@ -1,9 +1,25 @@ -/* - * Copyright © 2005 - 2023 Alfresco Software, Ltd. All rights reserved. +/*! + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * License rights for this program may be obtained from Alfresco Software, Ltd. - * pursuant to a written agreement and any use of this program without such an - * agreement is prohibited. + * Alfresco Example Content Application + * + * This file is part of the Alfresco Example Content Application. + * If the software was purchased under a paid Alfresco license, the terms of + * the paid license agreement will prevail. Otherwise, the software is + * provided under the following open source license terms: + * + * The Alfresco Example Content Application is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * The Alfresco Example Content Application is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * from Hyland Software. If not, see . */ import { Locator, Page } from '@playwright/test'; diff --git a/e2e/playwright/tests/folder-rules/page-objects/index.ts b/e2e/playwright/tests/folder-rules/page-objects/index.ts index 0ab010986a..f237a20b80 100644 --- a/e2e/playwright/tests/folder-rules/page-objects/index.ts +++ b/e2e/playwright/tests/folder-rules/page-objects/index.ts @@ -1,9 +1,25 @@ -/* - * Copyright © 2005 - 2023 Alfresco Software, Ltd. All rights reserved. +/*! + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * License rights for this program may be obtained from Alfresco Software, Ltd. - * pursuant to a written agreement and any use of this program without such an - * agreement is prohibited. + * Alfresco Example Content Application + * + * This file is part of the Alfresco Example Content Application. + * If the software was purchased under a paid Alfresco license, the terms of + * the paid license agreement will prevail. Otherwise, the software is + * provided under the following open source license terms: + * + * The Alfresco Example Content Application is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * The Alfresco Example Content Application is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * from Hyland Software. If not, see . */ export * from './pages/personal-files.page'; diff --git a/e2e/playwright/tests/folder-rules/page-objects/pages/nodes.page.ts b/e2e/playwright/tests/folder-rules/page-objects/pages/nodes.page.ts index e1c03f790b..34f170b0de 100644 --- a/e2e/playwright/tests/folder-rules/page-objects/pages/nodes.page.ts +++ b/e2e/playwright/tests/folder-rules/page-objects/pages/nodes.page.ts @@ -1,9 +1,25 @@ -/* - * Copyright © 2005 - 2023 Alfresco Software, Ltd. All rights reserved. +/*! + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * License rights for this program may be obtained from Alfresco Software, Ltd. - * pursuant to a written agreement and any use of this program without such an - * agreement is prohibited. + * Alfresco Example Content Application + * + * This file is part of the Alfresco Example Content Application. + * If the software was purchased under a paid Alfresco license, the terms of + * the paid license agreement will prevail. Otherwise, the software is + * provided under the following open source license terms: + * + * The Alfresco Example Content Application is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * The Alfresco Example Content Application is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * from Hyland Software. If not, see . */ import { BasePage, ToolbarComponent } from '@alfresco/playwright-shared'; diff --git a/e2e/playwright/tests/folder-rules/page-objects/pages/personal-files.page.ts b/e2e/playwright/tests/folder-rules/page-objects/pages/personal-files.page.ts index 7578434c8f..58efd392bd 100644 --- a/e2e/playwright/tests/folder-rules/page-objects/pages/personal-files.page.ts +++ b/e2e/playwright/tests/folder-rules/page-objects/pages/personal-files.page.ts @@ -1,9 +1,25 @@ -/* - * Copyright © 2005 - 2023 Alfresco Software, Ltd. All rights reserved. +/*! + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * License rights for this program may be obtained from Alfresco Software, Ltd. - * pursuant to a written agreement and any use of this program without such an - * agreement is prohibited. + * Alfresco Example Content Application + * + * This file is part of the Alfresco Example Content Application. + * If the software was purchased under a paid Alfresco license, the terms of + * the paid license agreement will prevail. Otherwise, the software is + * provided under the following open source license terms: + * + * The Alfresco Example Content Application is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * The Alfresco Example Content Application is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * from Hyland Software. If not, see . */ import { BasePage, DataTableComponent } from '@alfresco/playwright-shared'; diff --git a/e2e/playwright/tests/folder-rules/playwright.config.ts b/e2e/playwright/tests/folder-rules/playwright.config.ts index d6a1c9d272..ce67478d7f 100644 --- a/e2e/playwright/tests/folder-rules/playwright.config.ts +++ b/e2e/playwright/tests/folder-rules/playwright.config.ts @@ -1,3 +1,27 @@ +/*! + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Alfresco Example Content Application + * + * This file is part of the Alfresco Example Content Application. + * If the software was purchased under a paid Alfresco license, the terms of + * the paid license agreement will prevail. Otherwise, the software is + * provided under the following open source license terms: + * + * The Alfresco Example Content Application is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * The Alfresco Example Content Application is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * from Hyland Software. If not, see . + */ + import { PlaywrightTestConfig, devices } from '@playwright/test'; require('dotenv').config(); diff --git a/e2e/playwright/tests/folder-rules/tests/actions.spec.ts b/e2e/playwright/tests/folder-rules/tests/actions.spec.ts index 744035516b..01a6039b70 100644 --- a/e2e/playwright/tests/folder-rules/tests/actions.spec.ts +++ b/e2e/playwright/tests/folder-rules/tests/actions.spec.ts @@ -1,3 +1,27 @@ +/*! + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Alfresco Example Content Application + * + * This file is part of the Alfresco Example Content Application. + * If the software was purchased under a paid Alfresco license, the terms of + * the paid license agreement will prevail. Otherwise, the software is + * provided under the following open source license terms: + * + * The Alfresco Example Content Application is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * The Alfresco Example Content Application is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * from Hyland Software. If not, see . + */ + import { test } from '../fixtures/page-initialization'; import { NodeBodyCreate } from '@alfresco/aca-testing-shared'; import { ActionType } from '../page-objects/components/actions-dropdown.component'; diff --git a/e2e/playwright/tests/folder-rules/tests/conditions.spec.ts b/e2e/playwright/tests/folder-rules/tests/conditions.spec.ts index 22fea7d214..d534bb28e5 100644 --- a/e2e/playwright/tests/folder-rules/tests/conditions.spec.ts +++ b/e2e/playwright/tests/folder-rules/tests/conditions.spec.ts @@ -1,3 +1,27 @@ +/*! + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Alfresco Example Content Application + * + * This file is part of the Alfresco Example Content Application. + * If the software was purchased under a paid Alfresco license, the terms of + * the paid license agreement will prevail. Otherwise, the software is + * provided under the following open source license terms: + * + * The Alfresco Example Content Application is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * The Alfresco Example Content Application is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * from Hyland Software. If not, see . + */ + import { test } from '../fixtures/page-initialization'; import { NodeBodyCreate } from '@alfresco/aca-testing-shared'; import { ActionType } from '../page-objects/components/actions-dropdown.component'; diff --git a/e2e/playwright/tests/folder-rules/tests/manage-rules.spec.ts b/e2e/playwright/tests/folder-rules/tests/manage-rules.spec.ts index d78df7fa6a..5736b07bed 100644 --- a/e2e/playwright/tests/folder-rules/tests/manage-rules.spec.ts +++ b/e2e/playwright/tests/folder-rules/tests/manage-rules.spec.ts @@ -1,3 +1,27 @@ +/*! + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Alfresco Example Content Application + * + * This file is part of the Alfresco Example Content Application. + * If the software was purchased under a paid Alfresco license, the terms of + * the paid license agreement will prevail. Otherwise, the software is + * provided under the following open source license terms: + * + * The Alfresco Example Content Application is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * The Alfresco Example Content Application is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * from Hyland Software. If not, see . + */ + import { test } from '../fixtures/page-initialization'; import { NodeBodyCreate } from '@alfresco/aca-testing-shared'; diff --git a/e2e/resources/extensibility-configs/context-submenus-ext.json b/e2e/resources/extensibility-configs/context-submenus-ext.json index 9771a128b8..46ae287934 100644 --- a/e2e/resources/extensibility-configs/context-submenus-ext.json +++ b/e2e/resources/extensibility-configs/context-submenus-ext.json @@ -3,7 +3,7 @@ "$id": "app.core", "$name": "app.core", "$version": "1.0.0", - "$vendor": "Alfresco Software, Ltd.", + "$vendor": "Hyland Software, Inc. and its affiliates", "$license": "LGPL-3.0", "$runtime": "1.7.0", "$description": "Core application extensions and features", diff --git a/e2e/resources/extensibility-configs/document-presets-ext.json b/e2e/resources/extensibility-configs/document-presets-ext.json index 4de4ceb585..597df3f3ff 100644 --- a/e2e/resources/extensibility-configs/document-presets-ext.json +++ b/e2e/resources/extensibility-configs/document-presets-ext.json @@ -3,7 +3,7 @@ "$id": "app.core", "$name": "app.core", "$version": "1.0.0", - "$vendor": "Alfresco Software, Ltd.", + "$vendor": "Hyland Software, Inc. and its affiliates", "$license": "LGPL-3.0", "$runtime": "1.7.0", "$description": "Core application extensions and features", diff --git a/e2e/resources/extensibility-configs/header-ext.json b/e2e/resources/extensibility-configs/header-ext.json index d4e97eac1f..11bc650211 100644 --- a/e2e/resources/extensibility-configs/header-ext.json +++ b/e2e/resources/extensibility-configs/header-ext.json @@ -3,7 +3,7 @@ "$id": "app.core", "$name": "app.core", "$version": "1.0.0", - "$vendor": "Alfresco Software, Ltd.", + "$vendor": "Hyland Software, Inc. and its affiliates", "$license": "LGPL-3.0", "$runtime": "1.7.0", "$description": "Core application extensions and features", diff --git a/e2e/resources/extensibility-configs/info-drawer-ext.json b/e2e/resources/extensibility-configs/info-drawer-ext.json index bed99db715..7438547990 100644 --- a/e2e/resources/extensibility-configs/info-drawer-ext.json +++ b/e2e/resources/extensibility-configs/info-drawer-ext.json @@ -3,7 +3,7 @@ "$id": "app.core", "$name": "app.core", "$version": "1.0.0", - "$vendor": "Alfresco Software, Ltd.", + "$vendor": "Hyland Software, Inc. and its affiliates", "$license": "LGPL-3.0", "$runtime": "1.7.0", "$description": "Core application extensions and features", diff --git a/e2e/resources/extensibility-configs/info-drawer-no-tabs-ext.json b/e2e/resources/extensibility-configs/info-drawer-no-tabs-ext.json index 9ed228ed83..6a855a06c8 100644 --- a/e2e/resources/extensibility-configs/info-drawer-no-tabs-ext.json +++ b/e2e/resources/extensibility-configs/info-drawer-no-tabs-ext.json @@ -3,7 +3,7 @@ "$id": "app.core", "$name": "app.core", "$version": "1.0.0", - "$vendor": "Alfresco Software, Ltd.", + "$vendor": "Hyland Software, Inc. and its affiliates", "$license": "LGPL-3.0", "$runtime": "1.7.0", "$description": "Core application extensions and features", diff --git a/e2e/resources/extensibility-configs/metadata-ext.json b/e2e/resources/extensibility-configs/metadata-ext.json index 80d96a0821..a92dc9b96a 100644 --- a/e2e/resources/extensibility-configs/metadata-ext.json +++ b/e2e/resources/extensibility-configs/metadata-ext.json @@ -3,7 +3,7 @@ "$id": "app.core", "$name": "app.core", "$version": "1.0.0", - "$vendor": "Alfresco Software, Ltd.", + "$vendor": "Hyland Software, Inc. and its affiliates", "$license": "LGPL-3.0", "$runtime": "1.7.0", "$description": "Core application extensions and features", diff --git a/e2e/resources/extensibility-configs/viewer-ext.json b/e2e/resources/extensibility-configs/viewer-ext.json index b8b4a215d4..98ff2ba029 100644 --- a/e2e/resources/extensibility-configs/viewer-ext.json +++ b/e2e/resources/extensibility-configs/viewer-ext.json @@ -3,7 +3,7 @@ "$id": "app.core", "$name": "app.core", "$version": "1.0.0", - "$vendor": "Alfresco Software, Ltd.", + "$vendor": "Hyland Software, Inc. and its affiliates", "$license": "LGPL-3.0", "$runtime": "1.7.0", "$description": "Core application extensions and features", diff --git a/e2e/suites/actions-available/files-folders/folders-actions.test.ts b/e2e/suites/actions-available/files-folders/folders-actions.test.ts index d3b4a18ea7..e3ca5f32cc 100755 --- a/e2e/suites/actions-available/files-folders/folders-actions.test.ts +++ b/e2e/suites/actions-available/files-folders/folders-actions.test.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { RepoClient, Utils, AdminActions, UserActions, LoginPage, SearchResultsPage, BrowsingPage } from '@alfresco/aca-testing-shared'; diff --git a/e2e/suites/actions-available/files-folders/generic.test.ts b/e2e/suites/actions-available/files-folders/generic.test.ts index 4cf7cf7e5b..4310c174bf 100755 --- a/e2e/suites/actions-available/files-folders/generic.test.ts +++ b/e2e/suites/actions-available/files-folders/generic.test.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { LoginPage, BrowsingPage, RepoClient, NodeContentTree, Utils, AdminActions } from '@alfresco/aca-testing-shared'; diff --git a/e2e/suites/actions-available/files-folders/locked-files-actions.test.ts b/e2e/suites/actions-available/files-folders/locked-files-actions.test.ts index 2bba9cc789..ee5df0a64d 100755 --- a/e2e/suites/actions-available/files-folders/locked-files-actions.test.ts +++ b/e2e/suites/actions-available/files-folders/locked-files-actions.test.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { RepoClient, Utils, AdminActions, UserActions, LoginPage, BrowsingPage, SearchResultsPage } from '@alfresco/aca-testing-shared'; diff --git a/e2e/suites/actions-available/files-folders/multiple-files-actions.test.ts b/e2e/suites/actions-available/files-folders/multiple-files-actions.test.ts index 4a210b6ba5..c24e2153af 100755 --- a/e2e/suites/actions-available/files-folders/multiple-files-actions.test.ts +++ b/e2e/suites/actions-available/files-folders/multiple-files-actions.test.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { RepoClient, Utils, AdminActions, UserActions, LoginPage, BrowsingPage, SearchResultsPage } from '@alfresco/aca-testing-shared'; diff --git a/e2e/suites/actions-available/files-folders/office-files-actions.test.ts b/e2e/suites/actions-available/files-folders/office-files-actions.test.ts index 5c5f892bf2..a7f2874f02 100755 --- a/e2e/suites/actions-available/files-folders/office-files-actions.test.ts +++ b/e2e/suites/actions-available/files-folders/office-files-actions.test.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { RepoClient, Utils, AdminActions, UserActions, LoginPage, FILES, BrowsingPage, SearchResultsPage } from '@alfresco/aca-testing-shared'; diff --git a/e2e/suites/actions-available/files-folders/single-file-actions.test.ts b/e2e/suites/actions-available/files-folders/single-file-actions.test.ts index 1fbb536581..42a904cd2d 100755 --- a/e2e/suites/actions-available/files-folders/single-file-actions.test.ts +++ b/e2e/suites/actions-available/files-folders/single-file-actions.test.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { RepoClient, Utils, AdminActions, UserActions, LoginPage, BrowsingPage, SearchResultsPage } from '@alfresco/aca-testing-shared'; diff --git a/e2e/suites/actions-available/files-folders/test-data.ts b/e2e/suites/actions-available/files-folders/test-data.ts index ab991e2271..68d39aab20 100644 --- a/e2e/suites/actions-available/files-folders/test-data.ts +++ b/e2e/suites/actions-available/files-folders/test-data.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Utils } from '@alfresco/aca-testing-shared'; diff --git a/e2e/suites/actions-available/files-folders/trash.test.ts b/e2e/suites/actions-available/files-folders/trash.test.ts index 400cb2e33c..75c8fa9136 100755 --- a/e2e/suites/actions-available/files-folders/trash.test.ts +++ b/e2e/suites/actions-available/files-folders/trash.test.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { RepoClient, Utils, AdminActions, UserActions, LoginPage, BrowsingPage } from '@alfresco/aca-testing-shared'; diff --git a/e2e/suites/actions-available/libraries/library-trash.test.ts b/e2e/suites/actions-available/libraries/library-trash.test.ts index fc2c4b8785..55607fed72 100755 --- a/e2e/suites/actions-available/libraries/library-trash.test.ts +++ b/e2e/suites/actions-available/libraries/library-trash.test.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { LoginPage, BrowsingPage, Utils, AdminActions, UserActions } from '@alfresco/aca-testing-shared'; diff --git a/e2e/suites/actions-available/libraries/library.test.ts b/e2e/suites/actions-available/libraries/library.test.ts index 9db4fbf35f..63ad74a06e 100755 --- a/e2e/suites/actions-available/libraries/library.test.ts +++ b/e2e/suites/actions-available/libraries/library.test.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { diff --git a/e2e/suites/actions-available/libraries/test-data-libraries.ts b/e2e/suites/actions-available/libraries/test-data-libraries.ts index ea9345278e..398f5f5210 100644 --- a/e2e/suites/actions-available/libraries/test-data-libraries.ts +++ b/e2e/suites/actions-available/libraries/test-data-libraries.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Utils } from '@alfresco/aca-testing-shared'; diff --git a/e2e/suites/actions-available/new-menu/new-menu.test.ts b/e2e/suites/actions-available/new-menu/new-menu.test.ts index 912fd4ca89..ac7f4cf639 100755 --- a/e2e/suites/actions-available/new-menu/new-menu.test.ts +++ b/e2e/suites/actions-available/new-menu/new-menu.test.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { AdminActions, LoginPage, BrowsingPage, SITE_ROLES, Utils, UserActions } from '@alfresco/aca-testing-shared'; diff --git a/e2e/suites/actions-available/special-permissions/favorites.ts b/e2e/suites/actions-available/special-permissions/favorites.ts index 90d2898280..0c757517fd 100755 --- a/e2e/suites/actions-available/special-permissions/favorites.ts +++ b/e2e/suites/actions-available/special-permissions/favorites.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { BrowsingPage, Utils } from '@alfresco/aca-testing-shared'; diff --git a/e2e/suites/actions-available/special-permissions/my-libraries.ts b/e2e/suites/actions-available/special-permissions/my-libraries.ts index 9f5c643264..892911a0ef 100755 --- a/e2e/suites/actions-available/special-permissions/my-libraries.ts +++ b/e2e/suites/actions-available/special-permissions/my-libraries.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { BrowsingPage, Utils } from '@alfresco/aca-testing-shared'; diff --git a/e2e/suites/actions-available/special-permissions/other-permissions.ts b/e2e/suites/actions-available/special-permissions/other-permissions.ts index c173626d36..f923ec71a7 100755 --- a/e2e/suites/actions-available/special-permissions/other-permissions.ts +++ b/e2e/suites/actions-available/special-permissions/other-permissions.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { BrowsingPage, SearchResultsPage, Utils } from '@alfresco/aca-testing-shared'; diff --git a/e2e/suites/actions-available/special-permissions/search-results.ts b/e2e/suites/actions-available/special-permissions/search-results.ts index 12a11a75e3..bed7185b37 100755 --- a/e2e/suites/actions-available/special-permissions/search-results.ts +++ b/e2e/suites/actions-available/special-permissions/search-results.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { BrowsingPage, SearchResultsPage, Utils } from '@alfresco/aca-testing-shared'; diff --git a/e2e/suites/actions-available/special-permissions/shared-files.ts b/e2e/suites/actions-available/special-permissions/shared-files.ts index 258e2011ae..2475115509 100755 --- a/e2e/suites/actions-available/special-permissions/shared-files.ts +++ b/e2e/suites/actions-available/special-permissions/shared-files.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { BrowsingPage, Utils } from '@alfresco/aca-testing-shared'; diff --git a/e2e/suites/actions-available/special-permissions/special-permissions-actions.test.ts b/e2e/suites/actions-available/special-permissions/special-permissions-actions.test.ts index f1a08d0f77..3fc5d0298d 100644 --- a/e2e/suites/actions-available/special-permissions/special-permissions-actions.test.ts +++ b/e2e/suites/actions-available/special-permissions/special-permissions-actions.test.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { LoginPage, RepoClient, Utils, AdminActions, FILES, SITE_ROLES, SITE_VISIBILITY, UserActions } from '@alfresco/aca-testing-shared'; diff --git a/e2e/suites/actions-available/special-permissions/test-data-permissions.ts b/e2e/suites/actions-available/special-permissions/test-data-permissions.ts index 1e56f0adda..a38809c049 100644 --- a/e2e/suites/actions-available/special-permissions/test-data-permissions.ts +++ b/e2e/suites/actions-available/special-permissions/test-data-permissions.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Utils } from '@alfresco/aca-testing-shared'; diff --git a/e2e/suites/actions-available/special-permissions/viewer.ts b/e2e/suites/actions-available/special-permissions/viewer.ts index 954c482adc..3f3ad01510 100755 --- a/e2e/suites/actions-available/special-permissions/viewer.ts +++ b/e2e/suites/actions-available/special-permissions/viewer.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { BrowsingPage, SearchResultsPage, Utils } from '@alfresco/aca-testing-shared'; diff --git a/e2e/suites/actions-available/test-util.ts b/e2e/suites/actions-available/test-util.ts index 4766a3f34f..7d1990d534 100644 --- a/e2e/suites/actions-available/test-util.ts +++ b/e2e/suites/actions-available/test-util.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { BrowsingPage, Viewer, Utils, Menu } from '@alfresco/aca-testing-shared'; diff --git a/e2e/suites/actions/copy-move/copy.test.ts b/e2e/suites/actions/copy-move/copy.test.ts index f9433475b8..7ea7f7a2c2 100755 --- a/e2e/suites/actions/copy-move/copy.test.ts +++ b/e2e/suites/actions/copy-move/copy.test.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { AdminActions, UserActions, LoginPage, BrowsingPage, ContentNodeSelectorDialog, RepoClient, Utils } from '@alfresco/aca-testing-shared'; diff --git a/e2e/suites/actions/copy-move/destination-picker-dialog.test.ts b/e2e/suites/actions/copy-move/destination-picker-dialog.test.ts index 690fd037df..89608a429d 100755 --- a/e2e/suites/actions/copy-move/destination-picker-dialog.test.ts +++ b/e2e/suites/actions/copy-move/destination-picker-dialog.test.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { diff --git a/e2e/suites/actions/copy-move/move.test.ts b/e2e/suites/actions/copy-move/move.test.ts index 2b0c3330f8..366d68e82a 100755 --- a/e2e/suites/actions/copy-move/move.test.ts +++ b/e2e/suites/actions/copy-move/move.test.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { AdminActions, LoginPage, BrowsingPage, ContentNodeSelectorDialog, RepoClient, Utils } from '@alfresco/aca-testing-shared'; diff --git a/e2e/suites/actions/create/create-file-from-template.test.ts b/e2e/suites/actions/create/create-file-from-template.test.ts index 779e0616aa..c755af41a8 100755 --- a/e2e/suites/actions/create/create-file-from-template.test.ts +++ b/e2e/suites/actions/create/create-file-from-template.test.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { diff --git a/e2e/suites/actions/create/create-folder-from-template.test.ts b/e2e/suites/actions/create/create-folder-from-template.test.ts index 47d6fc589d..3b621a6fd3 100755 --- a/e2e/suites/actions/create/create-folder-from-template.test.ts +++ b/e2e/suites/actions/create/create-folder-from-template.test.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { diff --git a/e2e/suites/actions/create/create-folder.test.ts b/e2e/suites/actions/create/create-folder.test.ts index 5a97d60557..912a332829 100755 --- a/e2e/suites/actions/create/create-folder.test.ts +++ b/e2e/suites/actions/create/create-folder.test.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { diff --git a/e2e/suites/actions/create/create-library.test.ts b/e2e/suites/actions/create/create-library.test.ts index a6eeb11635..a083d58fe3 100755 --- a/e2e/suites/actions/create/create-library.test.ts +++ b/e2e/suites/actions/create/create-library.test.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { diff --git a/e2e/suites/actions/delete/delete-undo-delete.test.ts b/e2e/suites/actions/delete/delete-undo-delete.test.ts index 70ba8dc3ad..33811cec94 100755 --- a/e2e/suites/actions/delete/delete-undo-delete.test.ts +++ b/e2e/suites/actions/delete/delete-undo-delete.test.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { AdminActions, UserActions, LoginPage, BrowsingPage, RepoClient, Utils } from '@alfresco/aca-testing-shared'; diff --git a/e2e/suites/actions/delete/permanently-delete.test.ts b/e2e/suites/actions/delete/permanently-delete.test.ts index 84a8217532..31ac11bcd0 100755 --- a/e2e/suites/actions/delete/permanently-delete.test.ts +++ b/e2e/suites/actions/delete/permanently-delete.test.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { AdminActions, UserActions, LoginPage, BrowsingPage, ConfirmDialog, RepoClient, Utils } from '@alfresco/aca-testing-shared'; diff --git a/e2e/suites/actions/delete/restore.test.ts b/e2e/suites/actions/delete/restore.test.ts index b6f4a8654a..097a53ce57 100755 --- a/e2e/suites/actions/delete/restore.test.ts +++ b/e2e/suites/actions/delete/restore.test.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { browser } from 'protractor'; diff --git a/e2e/suites/actions/edit/edit-folder.test.ts b/e2e/suites/actions/edit/edit-folder.test.ts index bd8a98d594..ba4bc1c13a 100755 --- a/e2e/suites/actions/edit/edit-folder.test.ts +++ b/e2e/suites/actions/edit/edit-folder.test.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { diff --git a/e2e/suites/actions/edit/edit-offline.test.ts b/e2e/suites/actions/edit/edit-offline.test.ts index 60cd43d450..0a749a27e3 100755 --- a/e2e/suites/actions/edit/edit-offline.test.ts +++ b/e2e/suites/actions/edit/edit-offline.test.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { AdminActions, LoginPage, BrowsingPage, FILES, RepoClient, Utils, UserActions } from '@alfresco/aca-testing-shared'; diff --git a/e2e/suites/actions/favorite/mark-favorite.test.ts b/e2e/suites/actions/favorite/mark-favorite.test.ts index 361860f681..f0702856f8 100644 --- a/e2e/suites/actions/favorite/mark-favorite.test.ts +++ b/e2e/suites/actions/favorite/mark-favorite.test.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { AdminActions, LoginPage, BrowsingPage, RepoClient, Utils, UserActions } from '@alfresco/aca-testing-shared'; diff --git a/e2e/suites/actions/library/library-actions.test.ts b/e2e/suites/actions/library/library-actions.test.ts index 5b35e552e0..cdaed8542b 100755 --- a/e2e/suites/actions/library/library-actions.test.ts +++ b/e2e/suites/actions/library/library-actions.test.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { AdminActions, SITE_VISIBILITY, SITE_ROLES, LoginPage, BrowsingPage, Utils, ConfirmDialog, RepoClient } from '@alfresco/aca-testing-shared'; diff --git a/e2e/suites/actions/share/share-file.test.ts b/e2e/suites/actions/share/share-file.test.ts index 4812a1d3c3..3d035cc38e 100755 --- a/e2e/suites/actions/share/share-file.test.ts +++ b/e2e/suites/actions/share/share-file.test.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { browser } from 'protractor'; diff --git a/e2e/suites/actions/share/unshare-file-search-results.test.ts b/e2e/suites/actions/share/unshare-file-search-results.test.ts index dedf1b429a..100c19804d 100755 --- a/e2e/suites/actions/share/unshare-file-search-results.test.ts +++ b/e2e/suites/actions/share/unshare-file-search-results.test.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { browser } from 'protractor'; diff --git a/e2e/suites/actions/upload-download/download.test.ts b/e2e/suites/actions/upload-download/download.test.ts index d10616a82b..7fd8c64b94 100755 --- a/e2e/suites/actions/upload-download/download.test.ts +++ b/e2e/suites/actions/upload-download/download.test.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { AdminActions, UserActions, LoginPage, BrowsingPage, RepoClient, Utils } from '@alfresco/aca-testing-shared'; diff --git a/e2e/suites/actions/upload-download/upload-file.test.ts b/e2e/suites/actions/upload-download/upload-file.test.ts index 4edc389c5a..f3c630962a 100755 --- a/e2e/suites/actions/upload-download/upload-file.test.ts +++ b/e2e/suites/actions/upload-download/upload-file.test.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { AdminActions, LoginPage, BrowsingPage, RepoClient, Utils, UserActions } from '@alfresco/aca-testing-shared'; diff --git a/e2e/suites/actions/upload-download/upload-new-version.test.ts b/e2e/suites/actions/upload-download/upload-new-version.test.ts index 7a53c2dd44..97ea559aa5 100755 --- a/e2e/suites/actions/upload-download/upload-new-version.test.ts +++ b/e2e/suites/actions/upload-download/upload-new-version.test.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { diff --git a/e2e/suites/actions/upload-download/version-actions.test.ts b/e2e/suites/actions/upload-download/version-actions.test.ts index 0dd185d2b6..309f46e7aa 100644 --- a/e2e/suites/actions/upload-download/version-actions.test.ts +++ b/e2e/suites/actions/upload-download/version-actions.test.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { diff --git a/e2e/suites/application/general.test.ts b/e2e/suites/application/general.test.ts index bb9e7d6795..ec6cd461cd 100644 --- a/e2e/suites/application/general.test.ts +++ b/e2e/suites/application/general.test.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { browser } from 'protractor'; diff --git a/e2e/suites/application/page-titles.test.ts b/e2e/suites/application/page-titles.test.ts index 2d9b2695fc..4fa5a8eff6 100755 --- a/e2e/suites/application/page-titles.test.ts +++ b/e2e/suites/application/page-titles.test.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { browser } from 'protractor'; diff --git a/e2e/suites/authentication/login.test.ts b/e2e/suites/authentication/login.test.ts index 16f5cb69f3..cc64080d60 100755 --- a/e2e/suites/authentication/login.test.ts +++ b/e2e/suites/authentication/login.test.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { browser } from 'protractor'; diff --git a/e2e/suites/authentication/logout.test.ts b/e2e/suites/authentication/logout.test.ts index 59ea3f7067..bc08841d59 100755 --- a/e2e/suites/authentication/logout.test.ts +++ b/e2e/suites/authentication/logout.test.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { browser } from 'protractor'; diff --git a/e2e/suites/extensions/ext-context-submenus.test.ts b/e2e/suites/extensions/ext-context-submenus.test.ts index eb131aa247..3b8a4ecf97 100644 --- a/e2e/suites/extensions/ext-context-submenus.test.ts +++ b/e2e/suites/extensions/ext-context-submenus.test.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { AdminActions, LoginPage, BrowsingPage, EXTENSIBILITY_CONFIGS, RepoClient, Utils, UserActions } from '@alfresco/aca-testing-shared'; diff --git a/e2e/suites/extensions/ext-document-list.test.ts b/e2e/suites/extensions/ext-document-list.test.ts index 85d7c24480..ce736d6794 100644 --- a/e2e/suites/extensions/ext-document-list.test.ts +++ b/e2e/suites/extensions/ext-document-list.test.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { AdminActions, BrowsingPage, LoginPage, RepoClient, EXTENSIBILITY_CONFIGS, Utils } from '@alfresco/aca-testing-shared'; diff --git a/e2e/suites/extensions/ext-header.test.ts b/e2e/suites/extensions/ext-header.test.ts index e251370842..d32f108fe1 100755 --- a/e2e/suites/extensions/ext-header.test.ts +++ b/e2e/suites/extensions/ext-header.test.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { AdminActions, LoginPage, EXTENSIBILITY_CONFIGS, Utils, Header, Menu } from '@alfresco/aca-testing-shared'; diff --git a/e2e/suites/extensions/ext-info-drawer.test.ts b/e2e/suites/extensions/ext-info-drawer.test.ts index 436ea3e489..cc1cb603ba 100755 --- a/e2e/suites/extensions/ext-info-drawer.test.ts +++ b/e2e/suites/extensions/ext-info-drawer.test.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { diff --git a/e2e/suites/extensions/ext-metadata.test.ts b/e2e/suites/extensions/ext-metadata.test.ts index 62c0ed48ab..33cc8fc84b 100644 --- a/e2e/suites/extensions/ext-metadata.test.ts +++ b/e2e/suites/extensions/ext-metadata.test.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { diff --git a/e2e/suites/extensions/ext-viewer.test.ts b/e2e/suites/extensions/ext-viewer.test.ts index af37849092..fdd2967329 100755 --- a/e2e/suites/extensions/ext-viewer.test.ts +++ b/e2e/suites/extensions/ext-viewer.test.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { AdminActions, LoginPage, BrowsingPage, Viewer, RepoClient, EXTENSIBILITY_CONFIGS, FILES, Utils } from '@alfresco/aca-testing-shared'; diff --git a/e2e/suites/info-drawer/comments.test.ts b/e2e/suites/info-drawer/comments.test.ts index 94368ad53d..69d49003a9 100755 --- a/e2e/suites/info-drawer/comments.test.ts +++ b/e2e/suites/info-drawer/comments.test.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { AdminActions, UserActions, LoginPage, BrowsingPage, RepoClient, InfoDrawer, Utils } from '@alfresco/aca-testing-shared'; diff --git a/e2e/suites/info-drawer/file-folder-properties.test.ts b/e2e/suites/info-drawer/file-folder-properties.test.ts index ca804d29b4..2afbb48481 100755 --- a/e2e/suites/info-drawer/file-folder-properties.test.ts +++ b/e2e/suites/info-drawer/file-folder-properties.test.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { diff --git a/e2e/suites/info-drawer/file-preview.test.ts b/e2e/suites/info-drawer/file-preview.test.ts index fbfe680292..cfad34dd2c 100755 --- a/e2e/suites/info-drawer/file-preview.test.ts +++ b/e2e/suites/info-drawer/file-preview.test.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { AdminActions, LoginPage, BrowsingPage, RepoClient, FILES, SearchInput, DataTable, InfoDrawer } from '@alfresco/aca-testing-shared'; diff --git a/e2e/suites/info-drawer/general.test.ts b/e2e/suites/info-drawer/general.test.ts index d54f64aa00..7f9002a8d1 100755 --- a/e2e/suites/info-drawer/general.test.ts +++ b/e2e/suites/info-drawer/general.test.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { AdminActions, LoginPage, BrowsingPage, RepoClient, InfoDrawer, Utils, UserActions } from '@alfresco/aca-testing-shared'; diff --git a/e2e/suites/info-drawer/library-properties.test.ts b/e2e/suites/info-drawer/library-properties.test.ts index 07f42fb408..1b436c0523 100755 --- a/e2e/suites/info-drawer/library-properties.test.ts +++ b/e2e/suites/info-drawer/library-properties.test.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { AdminActions, LoginPage, BrowsingPage, SITE_VISIBILITY, SITE_ROLES, RepoClient, InfoDrawer, Utils } from '@alfresco/aca-testing-shared'; diff --git a/e2e/suites/list-views/empty-list.test.ts b/e2e/suites/list-views/empty-list.test.ts index e59e5db9f4..842dddc6fd 100755 --- a/e2e/suites/list-views/empty-list.test.ts +++ b/e2e/suites/list-views/empty-list.test.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { AdminActions, BrowsingPage, LoginPage, Utils } from '@alfresco/aca-testing-shared'; diff --git a/e2e/suites/list-views/favorites.test.ts b/e2e/suites/list-views/favorites.test.ts index d9a59a10c0..f4ab0ba545 100755 --- a/e2e/suites/list-views/favorites.test.ts +++ b/e2e/suites/list-views/favorites.test.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { AdminActions, UserActions, SITE_VISIBILITY, SITE_ROLES, LoginPage, BrowsingPage, Utils, RepoClient } from '@alfresco/aca-testing-shared'; diff --git a/e2e/suites/list-views/file-libraries.test.ts b/e2e/suites/list-views/file-libraries.test.ts index ce7e734a8d..aa35eddefb 100755 --- a/e2e/suites/list-views/file-libraries.test.ts +++ b/e2e/suites/list-views/file-libraries.test.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { AdminActions, SITE_VISIBILITY, SITE_ROLES, LoginPage, BrowsingPage, Utils, RepoClient } from '@alfresco/aca-testing-shared'; diff --git a/e2e/suites/list-views/generic-errors.test.ts b/e2e/suites/list-views/generic-errors.test.ts index 638090185b..71b6eead7b 100755 --- a/e2e/suites/list-views/generic-errors.test.ts +++ b/e2e/suites/list-views/generic-errors.test.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { browser } from 'protractor'; diff --git a/e2e/suites/list-views/permissions.test.ts b/e2e/suites/list-views/permissions.test.ts index 21b0496eca..561ae67f91 100755 --- a/e2e/suites/list-views/permissions.test.ts +++ b/e2e/suites/list-views/permissions.test.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { AdminActions, UserActions, SITE_VISIBILITY, SITE_ROLES, LoginPage, BrowsingPage, Utils, RepoClient } from '@alfresco/aca-testing-shared'; diff --git a/e2e/suites/list-views/personal-files.test.ts b/e2e/suites/list-views/personal-files.test.ts index 944a1474f7..aeef9951a7 100755 --- a/e2e/suites/list-views/personal-files.test.ts +++ b/e2e/suites/list-views/personal-files.test.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { browser } from 'protractor'; diff --git a/e2e/suites/list-views/recent-files.test.ts b/e2e/suites/list-views/recent-files.test.ts index e964eb2d63..654cb3d1a5 100755 --- a/e2e/suites/list-views/recent-files.test.ts +++ b/e2e/suites/list-views/recent-files.test.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { AdminActions, UserActions, SITE_VISIBILITY, LoginPage, BrowsingPage, Utils, RepoClient } from '@alfresco/aca-testing-shared'; diff --git a/e2e/suites/list-views/shared-files.test.ts b/e2e/suites/list-views/shared-files.test.ts index 61e0c6993a..561277fd1d 100755 --- a/e2e/suites/list-views/shared-files.test.ts +++ b/e2e/suites/list-views/shared-files.test.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { AdminActions, SITE_VISIBILITY, SITE_ROLES, LoginPage, BrowsingPage, Utils, RepoClient } from '@alfresco/aca-testing-shared'; diff --git a/e2e/suites/list-views/sort-list.test.ts b/e2e/suites/list-views/sort-list.test.ts index 4b00270eb2..ae13696d0e 100644 --- a/e2e/suites/list-views/sort-list.test.ts +++ b/e2e/suites/list-views/sort-list.test.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2022 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { AdminActions, LoginPage, RepoClient, FILES, BrowsingPage, DataTable, CreateOrEditFolderDialog } from '@alfresco/aca-testing-shared'; diff --git a/e2e/suites/list-views/tooltips.test.ts b/e2e/suites/list-views/tooltips.test.ts index 485b7b51f5..91702247bb 100755 --- a/e2e/suites/list-views/tooltips.test.ts +++ b/e2e/suites/list-views/tooltips.test.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { AdminActions, UserActions, LoginPage, BrowsingPage, Utils, RepoClient } from '@alfresco/aca-testing-shared'; diff --git a/e2e/suites/list-views/trash.test.ts b/e2e/suites/list-views/trash.test.ts index 475623582f..f6ca1aa37b 100755 --- a/e2e/suites/list-views/trash.test.ts +++ b/e2e/suites/list-views/trash.test.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { AdminActions, UserActions, SITE_VISIBILITY, SITE_ROLES, LoginPage, BrowsingPage, Utils, RepoClient } from '@alfresco/aca-testing-shared'; diff --git a/e2e/suites/navigation/breadcrumb.test.ts b/e2e/suites/navigation/breadcrumb.test.ts index 9631e9ac2e..6d91d62c13 100755 --- a/e2e/suites/navigation/breadcrumb.test.ts +++ b/e2e/suites/navigation/breadcrumb.test.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { browser } from 'protractor'; diff --git a/e2e/suites/navigation/sidebar.test.ts b/e2e/suites/navigation/sidebar.test.ts index 777897cd03..8b78c98a2a 100755 --- a/e2e/suites/navigation/sidebar.test.ts +++ b/e2e/suites/navigation/sidebar.test.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { browser } from 'protractor'; diff --git a/e2e/suites/navigation/single-click.test.ts b/e2e/suites/navigation/single-click.test.ts index dd6b429527..74e0b461a3 100755 --- a/e2e/suites/navigation/single-click.test.ts +++ b/e2e/suites/navigation/single-click.test.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { AdminActions, UserActions, LoginPage, BrowsingPage, Viewer, RepoClient, Utils } from '@alfresco/aca-testing-shared'; diff --git a/e2e/suites/pagination/favorites.ts b/e2e/suites/pagination/favorites.ts index e2fb3a73ed..316fec04b0 100755 --- a/e2e/suites/pagination/favorites.ts +++ b/e2e/suites/pagination/favorites.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { BrowsingPage, LoginPage, Utils } from '@alfresco/aca-testing-shared'; diff --git a/e2e/suites/pagination/multiple-pages-files.test.ts b/e2e/suites/pagination/multiple-pages-files.test.ts index 6b38d333c6..2e4ebc93e1 100644 --- a/e2e/suites/pagination/multiple-pages-files.test.ts +++ b/e2e/suites/pagination/multiple-pages-files.test.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Utils, AdminActions, RepoClient } from '@alfresco/aca-testing-shared'; diff --git a/e2e/suites/pagination/multiple-pages-libraries.test.ts b/e2e/suites/pagination/multiple-pages-libraries.test.ts index 63884b431d..cc8f97d172 100755 --- a/e2e/suites/pagination/multiple-pages-libraries.test.ts +++ b/e2e/suites/pagination/multiple-pages-libraries.test.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { LoginPage, BrowsingPage, Utils, AdminActions, RepoClient, SITE_VISIBILITY } from '@alfresco/aca-testing-shared'; diff --git a/e2e/suites/pagination/multiple-pages-trash.test.ts b/e2e/suites/pagination/multiple-pages-trash.test.ts index e68a6bc325..f4c82e41a6 100755 --- a/e2e/suites/pagination/multiple-pages-trash.test.ts +++ b/e2e/suites/pagination/multiple-pages-trash.test.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { LoginPage, BrowsingPage, Utils, AdminActions, UserActions, RepoClient } from '@alfresco/aca-testing-shared'; diff --git a/e2e/suites/pagination/personal-files.ts b/e2e/suites/pagination/personal-files.ts index 46fd69f052..078d451a53 100755 --- a/e2e/suites/pagination/personal-files.ts +++ b/e2e/suites/pagination/personal-files.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { BrowsingPage, LoginPage, Utils } from '@alfresco/aca-testing-shared'; diff --git a/e2e/suites/pagination/recent-files.ts b/e2e/suites/pagination/recent-files.ts index 999773ec87..8858b7fc3b 100755 --- a/e2e/suites/pagination/recent-files.ts +++ b/e2e/suites/pagination/recent-files.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { BrowsingPage, LoginPage, Utils } from '@alfresco/aca-testing-shared'; diff --git a/e2e/suites/pagination/search-results.ts b/e2e/suites/pagination/search-results.ts index 0e32dd8138..6329a79024 100755 --- a/e2e/suites/pagination/search-results.ts +++ b/e2e/suites/pagination/search-results.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { BrowsingPage, LoginPage, Utils } from '@alfresco/aca-testing-shared'; diff --git a/e2e/suites/pagination/shared-files.ts b/e2e/suites/pagination/shared-files.ts index 59dfb4d3e0..b89cf918ad 100755 --- a/e2e/suites/pagination/shared-files.ts +++ b/e2e/suites/pagination/shared-files.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { BrowsingPage, LoginPage, Utils } from '@alfresco/aca-testing-shared'; diff --git a/e2e/suites/pagination/single-page.test.ts b/e2e/suites/pagination/single-page.test.ts index d94da56340..578636e875 100755 --- a/e2e/suites/pagination/single-page.test.ts +++ b/e2e/suites/pagination/single-page.test.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { LoginPage, BrowsingPage, SearchResultsPage, Utils, AdminActions, UserActions, RepoClient } from '@alfresco/aca-testing-shared'; diff --git a/e2e/suites/search/search-filters.test.ts b/e2e/suites/search/search-filters.test.ts index 6ffb3befa4..d98988ffba 100644 --- a/e2e/suites/search/search-filters.test.ts +++ b/e2e/suites/search/search-filters.test.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { diff --git a/e2e/suites/search/search-input.test.ts b/e2e/suites/search/search-input.test.ts index ef0206fa0d..a02d54f2b1 100644 --- a/e2e/suites/search/search-input.test.ts +++ b/e2e/suites/search/search-input.test.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { BrowsingPage, LoginPage, Utils } from '@alfresco/aca-testing-shared'; diff --git a/e2e/suites/search/search-results-files-folders.test.ts b/e2e/suites/search/search-results-files-folders.test.ts index f17f77bfcf..c02162a24c 100644 --- a/e2e/suites/search/search-results-files-folders.test.ts +++ b/e2e/suites/search/search-results-files-folders.test.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { AdminActions, LoginPage, SearchResultsPage, RepoClient, Utils } from '@alfresco/aca-testing-shared'; diff --git a/e2e/suites/search/search-results-general.test.ts b/e2e/suites/search/search-results-general.test.ts index c500eec943..bb8c42f1cd 100644 --- a/e2e/suites/search/search-results-general.test.ts +++ b/e2e/suites/search/search-results-general.test.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { AdminActions, LoginPage, SearchResultsPage, RepoClient, Utils } from '@alfresco/aca-testing-shared'; diff --git a/e2e/suites/search/search-results-libraries.test.ts b/e2e/suites/search/search-results-libraries.test.ts index 7b1aace78e..35793828b9 100644 --- a/e2e/suites/search/search-results-libraries.test.ts +++ b/e2e/suites/search/search-results-libraries.test.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { AdminActions, LoginPage, SearchResultsPage, RepoClient, Utils, SITE_VISIBILITY, SITE_ROLES } from '@alfresco/aca-testing-shared'; diff --git a/e2e/suites/search/search-sorting.test.ts b/e2e/suites/search/search-sorting.test.ts index aaddb9f011..7b690ed0fa 100644 --- a/e2e/suites/search/search-sorting.test.ts +++ b/e2e/suites/search/search-sorting.test.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { AdminActions, LoginPage, SearchResultsPage, RepoClient, Utils, FILES } from '@alfresco/aca-testing-shared'; diff --git a/e2e/suites/viewer/viewer-actions.test.ts b/e2e/suites/viewer/viewer-actions.test.ts index 5464d34c96..8709eb1566 100755 --- a/e2e/suites/viewer/viewer-actions.test.ts +++ b/e2e/suites/viewer/viewer-actions.test.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { diff --git a/e2e/suites/viewer/viewer-general.test.ts b/e2e/suites/viewer/viewer-general.test.ts index 3e9e2a60da..e938040b70 100755 --- a/e2e/suites/viewer/viewer-general.test.ts +++ b/e2e/suites/viewer/viewer-general.test.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { AdminActions, UserActions, LoginPage, BrowsingPage, FILES, SITE_VISIBILITY, RepoClient, Utils, Viewer } from '@alfresco/aca-testing-shared'; diff --git a/e2e/suites/viewer/viewer-protected-file.test.ts b/e2e/suites/viewer/viewer-protected-file.test.ts index 2849fe5125..095e63f738 100755 --- a/e2e/suites/viewer/viewer-protected-file.test.ts +++ b/e2e/suites/viewer/viewer-protected-file.test.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { AdminActions, LoginPage, BrowsingPage, FILES, RepoClient, Utils, Viewer, PasswordDialog } from '@alfresco/aca-testing-shared'; diff --git a/license-header-aca.txt b/license-header-aca.txt index fa74adf2e8..453d7de6dd 100644 --- a/license-header-aca.txt +++ b/license-header-aca.txt @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,9 +15,9 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ diff --git a/package-lock.json b/package-lock.json index 668a28e102..54c349586d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10113,6 +10113,15 @@ } } }, + "eslint-plugin-license-header": { + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-license-header/-/eslint-plugin-license-header-0.6.0.tgz", + "integrity": "sha512-IEywStBWaDBDMkogYoKUAdaOuomZ+YaQmdoSD2vHmXobekM+XuP6SWLlvwUUhIbdocn3MTlb5CUJ8E4VHz1c/w==", + "dev": true, + "requires": { + "requireindex": "^1.2.0" + } + }, "eslint-plugin-prefer-arrow": { "version": "1.2.3", "resolved": "https://registry.npmjs.org/eslint-plugin-prefer-arrow/-/eslint-plugin-prefer-arrow-1.2.3.tgz", diff --git a/package.json b/package.json index 9fbbfaf080..2966da73da 100644 --- a/package.json +++ b/package.json @@ -92,6 +92,7 @@ "eslint-plugin-ban": "^1.6.0", "eslint-plugin-import": "2.27.5", "eslint-plugin-jsdoc": "39.3.25", + "eslint-plugin-license-header": "^0.6.0", "eslint-plugin-prefer-arrow": "1.2.3", "eslint-plugin-prettier": "^4.2.1", "eslint-plugin-rxjs": "^5.0.2", diff --git a/projects/aca-about/.eslintrc.json b/projects/aca-about/.eslintrc.js similarity index 65% rename from projects/aca-about/.eslintrc.json rename to projects/aca-about/.eslintrc.js index c2c5d91f79..9e780e164b 100644 --- a/projects/aca-about/.eslintrc.json +++ b/projects/aca-about/.eslintrc.js @@ -1,4 +1,5 @@ -{ +path = require("path"); +module.exports = { "extends": "../../.eslintrc.json", "ignorePatterns": [ "!**/*" @@ -10,8 +11,8 @@ ], "parserOptions": { "project": [ - "projects/aca-about/tsconfig.lib.json", - "projects/aca-about/tsconfig.spec.json" + path.join(__dirname, "tsconfig.lib.json"), + path.join(__dirname, "tsconfig.spec.json") ], "createDefaultProgram": true }, diff --git a/projects/aca-about/assets/about.plugin.json b/projects/aca-about/assets/about.plugin.json index d9ce520395..3a8e4b7f0e 100644 --- a/projects/aca-about/assets/about.plugin.json +++ b/projects/aca-about/assets/about.plugin.json @@ -3,7 +3,7 @@ "$id": "14157f82-6489-4187-9b68-1a5e38fadeca", "$name": "About Plugin", "$version": "0.0.1", - "$vendor": "Alfresco Software, Ltd.", + "$vendor": "Hyland Software, Inc. and its affiliates", "$license": "LGPL-3.0", "actions": [ diff --git a/projects/aca-about/src/lib/about.component.ts b/projects/aca-about/src/lib/about.component.ts index ecb4131559..0ffe39444e 100644 --- a/projects/aca-about/src/lib/about.component.ts +++ b/projects/aca-about/src/lib/about.component.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Component, Inject, OnInit, Optional } from '@angular/core'; diff --git a/projects/aca-about/src/lib/aca-about.module.ts b/projects/aca-about/src/lib/aca-about.module.ts index 2f0550fe7a..4182049fc9 100644 --- a/projects/aca-about/src/lib/aca-about.module.ts +++ b/projects/aca-about/src/lib/aca-about.module.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { ModuleWithProviders, NgModule, Provider } from '@angular/core'; diff --git a/projects/aca-about/src/lib/dev-mode.tokens.ts b/projects/aca-about/src/lib/dev-mode.tokens.ts index 46d6497bb1..0a209908d2 100644 --- a/projects/aca-about/src/lib/dev-mode.tokens.ts +++ b/projects/aca-about/src/lib/dev-mode.tokens.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { InjectionToken } from '@angular/core'; diff --git a/projects/aca-about/src/lib/package-json.token.ts b/projects/aca-about/src/lib/package-json.token.ts index f30ca52d22..98157baff9 100644 --- a/projects/aca-about/src/lib/package-json.token.ts +++ b/projects/aca-about/src/lib/package-json.token.ts @@ -1,3 +1,27 @@ +/*! + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Alfresco Example Content Application + * + * This file is part of the Alfresco Example Content Application. + * If the software was purchased under a paid Alfresco license, the terms of + * the paid license agreement will prevail. Otherwise, the software is + * provided under the following open source license terms: + * + * The Alfresco Example Content Application is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * The Alfresco Example Content Application is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * from Hyland Software. If not, see . + */ + import { InjectionToken } from '@angular/core'; export const PACKAGE_JSON = new InjectionToken('PACKAGE_JSON'); diff --git a/projects/aca-about/src/public-api.ts b/projects/aca-about/src/public-api.ts index a79a669954..bddee86ca4 100644 --- a/projects/aca-about/src/public-api.ts +++ b/projects/aca-about/src/public-api.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ export * from './lib/about.component'; diff --git a/projects/aca-about/src/test.ts b/projects/aca-about/src/test.ts index d090901c7c..9c181d86a7 100644 --- a/projects/aca-about/src/test.ts +++ b/projects/aca-about/src/test.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ // This file is required by karma.conf.js and loads recursively all the .spec and framework files diff --git a/projects/aca-content/.eslintrc.json b/projects/aca-content/.eslintrc.js similarity index 65% rename from projects/aca-content/.eslintrc.json rename to projects/aca-content/.eslintrc.js index d684a7ac97..9e780e164b 100644 --- a/projects/aca-content/.eslintrc.json +++ b/projects/aca-content/.eslintrc.js @@ -1,4 +1,5 @@ -{ +path = require("path"); +module.exports = { "extends": "../../.eslintrc.json", "ignorePatterns": [ "!**/*" @@ -10,8 +11,8 @@ ], "parserOptions": { "project": [ - "projects/aca-content/tsconfig.lib.json", - "projects/aca-content/tsconfig.spec.json" + path.join(__dirname, "tsconfig.lib.json"), + path.join(__dirname, "tsconfig.spec.json") ], "createDefaultProgram": true }, diff --git a/projects/aca-content/assets/app.extensions.json b/projects/aca-content/assets/app.extensions.json index 2b1167684f..ded082f365 100644 --- a/projects/aca-content/assets/app.extensions.json +++ b/projects/aca-content/assets/app.extensions.json @@ -3,7 +3,7 @@ "$id": "app.core", "$name": "app.core", "$version": "1.0.0", - "$vendor": "Alfresco Software, Ltd.", + "$vendor": "Hyland Software, Inc. and its affiliates", "$license": "LGPL-3.0", "$runtime": "1.7.0", "$description": "Core application extensions and features", diff --git a/projects/aca-content/assets/i18n/en.json b/projects/aca-content/assets/i18n/en.json index e083a0300a..30f9f23213 100644 --- a/projects/aca-content/assets/i18n/en.json +++ b/projects/aca-content/assets/i18n/en.json @@ -1,6 +1,6 @@ { "APP": { - "COPYRIGHT": "© 2017 - 2020 Alfresco Software, Inc. All rights reserved.", + "COPYRIGHT": "© 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.", "ABOUT": { "VERSION": "Version:", "PLUGINS": { diff --git a/projects/aca-content/src/lib/aca-content.module.ts b/projects/aca-content/src/lib/aca-content.module.ts index 4b325359d5..84bc43609c 100644 --- a/projects/aca-content/src/lib/aca-content.module.ts +++ b/projects/aca-content/src/lib/aca-content.module.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { HammerModule } from '@angular/platform-browser'; diff --git a/projects/aca-content/src/lib/aca-content.routes.ts b/projects/aca-content/src/lib/aca-content.routes.ts index c4b5441c36..8e57378ee7 100644 --- a/projects/aca-content/src/lib/aca-content.routes.ts +++ b/projects/aca-content/src/lib/aca-content.routes.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { AppLayoutComponent } from './components/layout/app-layout/app-layout.component'; diff --git a/projects/aca-content/src/lib/components/common/common.module.ts b/projects/aca-content/src/lib/components/common/common.module.ts index 5f794f01a8..20c8d2f6de 100644 --- a/projects/aca-content/src/lib/components/common/common.module.ts +++ b/projects/aca-content/src/lib/components/common/common.module.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { CoreModule } from '@alfresco/adf-core'; diff --git a/projects/aca-content/src/lib/components/common/language-picker/language-picker.component.ts b/projects/aca-content/src/lib/components/common/language-picker/language-picker.component.ts index 0b86f4cadb..87da0e9594 100644 --- a/projects/aca-content/src/lib/components/common/language-picker/language-picker.component.ts +++ b/projects/aca-content/src/lib/components/common/language-picker/language-picker.component.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Component } from '@angular/core'; diff --git a/projects/aca-content/src/lib/components/common/location-link/location-link.component.ts b/projects/aca-content/src/lib/components/common/location-link/location-link.component.ts index e37e60fa49..0d18c8e0c6 100644 --- a/projects/aca-content/src/lib/components/common/location-link/location-link.component.ts +++ b/projects/aca-content/src/lib/components/common/location-link/location-link.component.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Component, Input, ChangeDetectionStrategy, OnInit, ViewEncapsulation, HostListener } from '@angular/core'; diff --git a/projects/aca-content/src/lib/components/common/logout/logout.component.spec.ts b/projects/aca-content/src/lib/components/common/logout/logout.component.spec.ts index a4182b421d..553b3333e1 100644 --- a/projects/aca-content/src/lib/components/common/logout/logout.component.spec.ts +++ b/projects/aca-content/src/lib/components/common/logout/logout.component.spec.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { TestBed, ComponentFixture } from '@angular/core/testing'; diff --git a/projects/aca-content/src/lib/components/common/logout/logout.component.ts b/projects/aca-content/src/lib/components/common/logout/logout.component.ts index b78a8b5413..165797e921 100644 --- a/projects/aca-content/src/lib/components/common/logout/logout.component.ts +++ b/projects/aca-content/src/lib/components/common/logout/logout.component.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Component } from '@angular/core'; diff --git a/projects/aca-content/src/lib/components/common/toggle-shared/toggle-shared.component.spec.ts b/projects/aca-content/src/lib/components/common/toggle-shared/toggle-shared.component.spec.ts index 6aa7804bb1..99b86c6d6e 100644 --- a/projects/aca-content/src/lib/components/common/toggle-shared/toggle-shared.component.spec.ts +++ b/projects/aca-content/src/lib/components/common/toggle-shared/toggle-shared.component.spec.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { ToggleSharedComponent } from './toggle-shared.component'; diff --git a/projects/aca-content/src/lib/components/common/toggle-shared/toggle-shared.component.ts b/projects/aca-content/src/lib/components/common/toggle-shared/toggle-shared.component.ts index a3f920fdaf..a22d9bc078 100644 --- a/projects/aca-content/src/lib/components/common/toggle-shared/toggle-shared.component.ts +++ b/projects/aca-content/src/lib/components/common/toggle-shared/toggle-shared.component.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Component, OnInit, Input } from '@angular/core'; diff --git a/projects/aca-content/src/lib/components/common/user-info/user-info.component.ts b/projects/aca-content/src/lib/components/common/user-info/user-info.component.ts index a0897ee839..e676590a76 100644 --- a/projects/aca-content/src/lib/components/common/user-info/user-info.component.ts +++ b/projects/aca-content/src/lib/components/common/user-info/user-info.component.ts @@ -1,9 +1,25 @@ -/* - * Copyright © 2005 - 2021 Alfresco Software, Ltd. All rights reserved. +/*! + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * License rights for this program may be obtained from Alfresco Software, Ltd. - * pursuant to a written agreement and any use of this program without such an - * agreement is prohibited. + * Alfresco Example Content Application + * + * This file is part of the Alfresco Example Content Application. + * If the software was purchased under a paid Alfresco license, the terms of + * the paid license agreement will prevail. Otherwise, the software is + * provided under the following open source license terms: + * + * The Alfresco Example Content Application is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * The Alfresco Example Content Application is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * from Hyland Software. If not, see . */ import { IdentityUserModel, IdentityUserService, AuthenticationService, UserInfoMode } from '@alfresco/adf-core'; diff --git a/projects/aca-content/src/lib/components/context-menu/context-menu-item.component.spec.ts b/projects/aca-content/src/lib/components/context-menu/context-menu-item.component.spec.ts index 55f2933e6f..c0f2d2be8e 100644 --- a/projects/aca-content/src/lib/components/context-menu/context-menu-item.component.spec.ts +++ b/projects/aca-content/src/lib/components/context-menu/context-menu-item.component.spec.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { TestBed, ComponentFixture } from '@angular/core/testing'; diff --git a/projects/aca-content/src/lib/components/context-menu/context-menu-item.component.ts b/projects/aca-content/src/lib/components/context-menu/context-menu-item.component.ts index 205fdfb5e4..65d7e2522b 100644 --- a/projects/aca-content/src/lib/components/context-menu/context-menu-item.component.ts +++ b/projects/aca-content/src/lib/components/context-menu/context-menu-item.component.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Component, Input, ViewEncapsulation } from '@angular/core'; diff --git a/projects/aca-content/src/lib/components/context-menu/context-menu-outside-event.directive.spec.ts b/projects/aca-content/src/lib/components/context-menu/context-menu-outside-event.directive.spec.ts index 834d2b1f61..87f670922d 100644 --- a/projects/aca-content/src/lib/components/context-menu/context-menu-outside-event.directive.spec.ts +++ b/projects/aca-content/src/lib/components/context-menu/context-menu-outside-event.directive.spec.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { OutsideEventDirective } from './context-menu-outside-event.directive'; diff --git a/projects/aca-content/src/lib/components/context-menu/context-menu-outside-event.directive.ts b/projects/aca-content/src/lib/components/context-menu/context-menu-outside-event.directive.ts index 8be9c6c574..b4bb7e040c 100644 --- a/projects/aca-content/src/lib/components/context-menu/context-menu-outside-event.directive.ts +++ b/projects/aca-content/src/lib/components/context-menu/context-menu-outside-event.directive.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Directive, Output, EventEmitter, OnInit, OnDestroy } from '@angular/core'; diff --git a/projects/aca-content/src/lib/components/context-menu/context-menu-overlay.ts b/projects/aca-content/src/lib/components/context-menu/context-menu-overlay.ts index 84327437be..b48a2b86e1 100644 --- a/projects/aca-content/src/lib/components/context-menu/context-menu-overlay.ts +++ b/projects/aca-content/src/lib/components/context-menu/context-menu-overlay.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { OverlayRef } from '@angular/cdk/overlay'; diff --git a/projects/aca-content/src/lib/components/context-menu/context-menu.component.spec.ts b/projects/aca-content/src/lib/components/context-menu/context-menu.component.spec.ts index 4f07af9f42..7fe93d23ec 100644 --- a/projects/aca-content/src/lib/components/context-menu/context-menu.component.spec.ts +++ b/projects/aca-content/src/lib/components/context-menu/context-menu.component.spec.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { TestBed, ComponentFixture } from '@angular/core/testing'; diff --git a/projects/aca-content/src/lib/components/context-menu/context-menu.component.ts b/projects/aca-content/src/lib/components/context-menu/context-menu.component.ts index 29e4a11163..dfd78ce979 100644 --- a/projects/aca-content/src/lib/components/context-menu/context-menu.component.ts +++ b/projects/aca-content/src/lib/components/context-menu/context-menu.component.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Component, ViewEncapsulation, OnInit, OnDestroy, HostListener, ViewChild, AfterViewInit, Inject } from '@angular/core'; diff --git a/projects/aca-content/src/lib/components/context-menu/context-menu.module.ts b/projects/aca-content/src/lib/components/context-menu/context-menu.module.ts index 627a405f84..78b9530be8 100644 --- a/projects/aca-content/src/lib/components/context-menu/context-menu.module.ts +++ b/projects/aca-content/src/lib/components/context-menu/context-menu.module.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { CoreModule } from '@alfresco/adf-core'; diff --git a/projects/aca-content/src/lib/components/context-menu/context-menu.service.spec.ts b/projects/aca-content/src/lib/components/context-menu/context-menu.service.spec.ts index 63f05b2e16..3b0894d5af 100644 --- a/projects/aca-content/src/lib/components/context-menu/context-menu.service.spec.ts +++ b/projects/aca-content/src/lib/components/context-menu/context-menu.service.spec.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { TestBed } from '@angular/core/testing'; diff --git a/projects/aca-content/src/lib/components/context-menu/context-menu.service.ts b/projects/aca-content/src/lib/components/context-menu/context-menu.service.ts index afca126fdd..0448fee33e 100644 --- a/projects/aca-content/src/lib/components/context-menu/context-menu.service.ts +++ b/projects/aca-content/src/lib/components/context-menu/context-menu.service.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Injectable, Injector, ComponentRef } from '@angular/core'; diff --git a/projects/aca-content/src/lib/components/context-menu/direction.token.ts b/projects/aca-content/src/lib/components/context-menu/direction.token.ts index 100ebd95b7..a14a135a1a 100644 --- a/projects/aca-content/src/lib/components/context-menu/direction.token.ts +++ b/projects/aca-content/src/lib/components/context-menu/direction.token.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { InjectionToken } from '@angular/core'; diff --git a/projects/aca-content/src/lib/components/context-menu/interfaces.ts b/projects/aca-content/src/lib/components/context-menu/interfaces.ts index 139574c1f1..8a2d2f2863 100644 --- a/projects/aca-content/src/lib/components/context-menu/interfaces.ts +++ b/projects/aca-content/src/lib/components/context-menu/interfaces.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ export interface ContextmenuOverlayConfig { diff --git a/projects/aca-content/src/lib/components/create-menu/create-menu.component.spec.ts b/projects/aca-content/src/lib/components/create-menu/create-menu.component.spec.ts index 52e83fc92c..716bb697fd 100644 --- a/projects/aca-content/src/lib/components/create-menu/create-menu.component.spec.ts +++ b/projects/aca-content/src/lib/components/create-menu/create-menu.component.spec.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { CreateMenuComponent } from './create-menu.component'; diff --git a/projects/aca-content/src/lib/components/create-menu/create-menu.component.ts b/projects/aca-content/src/lib/components/create-menu/create-menu.component.ts index 28e1718a49..4ebad443b5 100644 --- a/projects/aca-content/src/lib/components/create-menu/create-menu.component.ts +++ b/projects/aca-content/src/lib/components/create-menu/create-menu.component.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Component, Input, OnInit, OnDestroy, ViewEncapsulation } from '@angular/core'; diff --git a/projects/aca-content/src/lib/components/create-menu/create-menu.module.ts b/projects/aca-content/src/lib/components/create-menu/create-menu.module.ts index aec531ad8a..7c51e08fc6 100644 --- a/projects/aca-content/src/lib/components/create-menu/create-menu.module.ts +++ b/projects/aca-content/src/lib/components/create-menu/create-menu.module.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { NgModule } from '@angular/core'; diff --git a/projects/aca-content/src/lib/components/details/details.component.spec.ts b/projects/aca-content/src/lib/components/details/details.component.spec.ts index 5e282573cf..f816086fd8 100644 --- a/projects/aca-content/src/lib/components/details/details.component.spec.ts +++ b/projects/aca-content/src/lib/components/details/details.component.spec.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { ComponentFixture, TestBed } from '@angular/core/testing'; diff --git a/projects/aca-content/src/lib/components/details/details.component.ts b/projects/aca-content/src/lib/components/details/details.component.ts index 7fd36a59c5..cd933f2f16 100644 --- a/projects/aca-content/src/lib/components/details/details.component.ts +++ b/projects/aca-content/src/lib/components/details/details.component.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Component, OnInit, ViewEncapsulation, OnDestroy } from '@angular/core'; diff --git a/projects/aca-content/src/lib/components/dl-custom-components/document-list-custom-components.module.ts b/projects/aca-content/src/lib/components/dl-custom-components/document-list-custom-components.module.ts index fc55ed04d0..b430b30299 100644 --- a/projects/aca-content/src/lib/components/dl-custom-components/document-list-custom-components.module.ts +++ b/projects/aca-content/src/lib/components/dl-custom-components/document-list-custom-components.module.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { BrowserModule } from '@angular/platform-browser'; diff --git a/projects/aca-content/src/lib/components/dl-custom-components/name-column/name-column.component.spec.ts b/projects/aca-content/src/lib/components/dl-custom-components/name-column/name-column.component.spec.ts index 920d657526..de14557aac 100644 --- a/projects/aca-content/src/lib/components/dl-custom-components/name-column/name-column.component.spec.ts +++ b/projects/aca-content/src/lib/components/dl-custom-components/name-column/name-column.component.spec.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { CustomNameColumnComponent } from './name-column.component'; diff --git a/projects/aca-content/src/lib/components/dl-custom-components/name-column/name-column.component.ts b/projects/aca-content/src/lib/components/dl-custom-components/name-column/name-column.component.ts index 22f5416328..9b0bd45d58 100644 --- a/projects/aca-content/src/lib/components/dl-custom-components/name-column/name-column.component.ts +++ b/projects/aca-content/src/lib/components/dl-custom-components/name-column/name-column.component.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { NameColumnComponent, NodesApiService } from '@alfresco/adf-content-services'; diff --git a/projects/aca-content/src/lib/components/dl-custom-components/tags-column/tags-column.component.ts b/projects/aca-content/src/lib/components/dl-custom-components/tags-column/tags-column.component.ts index f8ce2c81ab..0520bb5ae6 100644 --- a/projects/aca-content/src/lib/components/dl-custom-components/tags-column/tags-column.component.ts +++ b/projects/aca-content/src/lib/components/dl-custom-components/tags-column/tags-column.component.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { ShareDataRow } from '@alfresco/adf-content-services'; diff --git a/projects/aca-content/src/lib/components/dl-custom-components/thumbnail-column/thumbnail-column.component.ts b/projects/aca-content/src/lib/components/dl-custom-components/thumbnail-column/thumbnail-column.component.ts index 6cf14a90d9..486ce5a180 100644 --- a/projects/aca-content/src/lib/components/dl-custom-components/thumbnail-column/thumbnail-column.component.ts +++ b/projects/aca-content/src/lib/components/dl-custom-components/thumbnail-column/thumbnail-column.component.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Component, Input, ViewEncapsulation } from '@angular/core'; diff --git a/projects/aca-content/src/lib/components/favorite-libraries/favorite-libraries.component.spec.ts b/projects/aca-content/src/lib/components/favorite-libraries/favorite-libraries.component.spec.ts index f1070465c9..5dd5dfc8fa 100644 --- a/projects/aca-content/src/lib/components/favorite-libraries/favorite-libraries.component.spec.ts +++ b/projects/aca-content/src/lib/components/favorite-libraries/favorite-libraries.component.spec.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { ComponentFixture, TestBed } from '@angular/core/testing'; diff --git a/projects/aca-content/src/lib/components/favorite-libraries/favorite-libraries.component.ts b/projects/aca-content/src/lib/components/favorite-libraries/favorite-libraries.component.ts index 26f28f806e..092621ae96 100644 --- a/projects/aca-content/src/lib/components/favorite-libraries/favorite-libraries.component.ts +++ b/projects/aca-content/src/lib/components/favorite-libraries/favorite-libraries.component.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { BreakpointObserver, Breakpoints } from '@angular/cdk/layout'; diff --git a/projects/aca-content/src/lib/components/favorites/favorites.component.spec.ts b/projects/aca-content/src/lib/components/favorites/favorites.component.spec.ts index 9d612f9091..e767e62196 100644 --- a/projects/aca-content/src/lib/components/favorites/favorites.component.spec.ts +++ b/projects/aca-content/src/lib/components/favorites/favorites.component.spec.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { NO_ERRORS_SCHEMA } from '@angular/core'; diff --git a/projects/aca-content/src/lib/components/favorites/favorites.component.ts b/projects/aca-content/src/lib/components/favorites/favorites.component.ts index 9002dd5d3a..17ce0aac5b 100644 --- a/projects/aca-content/src/lib/components/favorites/favorites.component.ts +++ b/projects/aca-content/src/lib/components/favorites/favorites.component.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { AppExtensionService, ContentApiService, PageComponent } from '@alfresco/aca-shared'; diff --git a/projects/aca-content/src/lib/components/files/files.component.spec.ts b/projects/aca-content/src/lib/components/files/files.component.spec.ts index 40f4932ffb..5aae075756 100644 --- a/projects/aca-content/src/lib/components/files/files.component.spec.ts +++ b/projects/aca-content/src/lib/components/files/files.component.spec.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { TestBed, fakeAsync, tick, ComponentFixture } from '@angular/core/testing'; diff --git a/projects/aca-content/src/lib/components/files/files.component.ts b/projects/aca-content/src/lib/components/files/files.component.ts index 57150e807e..d3723c4366 100644 --- a/projects/aca-content/src/lib/components/files/files.component.ts +++ b/projects/aca-content/src/lib/components/files/files.component.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { ShowHeaderMode } from '@alfresco/adf-core'; diff --git a/projects/aca-content/src/lib/components/header/header.component.spec.ts b/projects/aca-content/src/lib/components/header/header.component.spec.ts index 23fdb845c6..02553b2a39 100644 --- a/projects/aca-content/src/lib/components/header/header.component.spec.ts +++ b/projects/aca-content/src/lib/components/header/header.component.spec.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { AppHeaderComponent } from './header.component'; diff --git a/projects/aca-content/src/lib/components/header/header.component.ts b/projects/aca-content/src/lib/components/header/header.component.ts index 8656c2884d..bc51ceb125 100644 --- a/projects/aca-content/src/lib/components/header/header.component.ts +++ b/projects/aca-content/src/lib/components/header/header.component.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Component, ViewEncapsulation, Output, EventEmitter, OnInit, Input, OnDestroy } from '@angular/core'; diff --git a/projects/aca-content/src/lib/components/header/header.module.ts b/projects/aca-content/src/lib/components/header/header.module.ts index 21381e4ffe..9089cf9622 100644 --- a/projects/aca-content/src/lib/components/header/header.module.ts +++ b/projects/aca-content/src/lib/components/header/header.module.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { NgModule } from '@angular/core'; diff --git a/projects/aca-content/src/lib/components/home/home.component.spec.ts b/projects/aca-content/src/lib/components/home/home.component.spec.ts index a0efdf1436..e135b0e10e 100644 --- a/projects/aca-content/src/lib/components/home/home.component.spec.ts +++ b/projects/aca-content/src/lib/components/home/home.component.spec.ts @@ -1,3 +1,27 @@ +/*! + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Alfresco Example Content Application + * + * This file is part of the Alfresco Example Content Application. + * If the software was purchased under a paid Alfresco license, the terms of + * the paid license agreement will prevail. Otherwise, the software is + * provided under the following open source license terms: + * + * The Alfresco Example Content Application is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * The Alfresco Example Content Application is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * from Hyland Software. If not, see . + */ + import { HomeComponent } from './home.component'; import { AppConfigService, AppConfigServiceMock, setupTestBed } from '@alfresco/adf-core'; import { ComponentFixture, TestBed } from '@angular/core/testing'; diff --git a/projects/aca-content/src/lib/components/home/home.component.ts b/projects/aca-content/src/lib/components/home/home.component.ts index 0ea9a99022..d9c0166f2c 100644 --- a/projects/aca-content/src/lib/components/home/home.component.ts +++ b/projects/aca-content/src/lib/components/home/home.component.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Component, OnInit } from '@angular/core'; diff --git a/projects/aca-content/src/lib/components/info-drawer/comments-tab/comments-tab.component.spec.ts b/projects/aca-content/src/lib/components/info-drawer/comments-tab/comments-tab.component.spec.ts index c075a78324..36975334ce 100644 --- a/projects/aca-content/src/lib/components/info-drawer/comments-tab/comments-tab.component.spec.ts +++ b/projects/aca-content/src/lib/components/info-drawer/comments-tab/comments-tab.component.spec.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { CommentsTabComponent } from './comments-tab.component'; diff --git a/projects/aca-content/src/lib/components/info-drawer/comments-tab/comments-tab.component.ts b/projects/aca-content/src/lib/components/info-drawer/comments-tab/comments-tab.component.ts index 0b08455b06..cc79addf1a 100644 --- a/projects/aca-content/src/lib/components/info-drawer/comments-tab/comments-tab.component.ts +++ b/projects/aca-content/src/lib/components/info-drawer/comments-tab/comments-tab.component.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Component, Input } from '@angular/core'; diff --git a/projects/aca-content/src/lib/components/info-drawer/info.drawer.module.ts b/projects/aca-content/src/lib/components/info-drawer/info.drawer.module.ts index db5e36fb2c..6aae790eea 100644 --- a/projects/aca-content/src/lib/components/info-drawer/info.drawer.module.ts +++ b/projects/aca-content/src/lib/components/info-drawer/info.drawer.module.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { ContentMetadataModule, ContentModule, VersionManagerModule } from '@alfresco/adf-content-services'; diff --git a/projects/aca-content/src/lib/components/info-drawer/library-metadata-tab/library-metadata-form.component.spec.ts b/projects/aca-content/src/lib/components/info-drawer/library-metadata-tab/library-metadata-form.component.spec.ts index 9922746d01..83525a20bf 100644 --- a/projects/aca-content/src/lib/components/info-drawer/library-metadata-tab/library-metadata-form.component.spec.ts +++ b/projects/aca-content/src/lib/components/info-drawer/library-metadata-tab/library-metadata-form.component.spec.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,12 +15,13 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ + import { LibraryMetadataFormComponent } from './library-metadata-form.component'; import { TestBed, ComponentFixture, fakeAsync, tick } from '@angular/core/testing'; import { Store } from '@ngrx/store'; diff --git a/projects/aca-content/src/lib/components/info-drawer/library-metadata-tab/library-metadata-form.component.ts b/projects/aca-content/src/lib/components/info-drawer/library-metadata-tab/library-metadata-form.component.ts index c6b06562ed..d587b105b1 100644 --- a/projects/aca-content/src/lib/components/info-drawer/library-metadata-tab/library-metadata-form.component.ts +++ b/projects/aca-content/src/lib/components/info-drawer/library-metadata-tab/library-metadata-form.component.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Component, Input, OnInit, OnChanges, OnDestroy } from '@angular/core'; diff --git a/projects/aca-content/src/lib/components/info-drawer/library-metadata-tab/library-metadata-tab.component.ts b/projects/aca-content/src/lib/components/info-drawer/library-metadata-tab/library-metadata-tab.component.ts index 445e782a9e..8112ac7366 100644 --- a/projects/aca-content/src/lib/components/info-drawer/library-metadata-tab/library-metadata-tab.component.ts +++ b/projects/aca-content/src/lib/components/info-drawer/library-metadata-tab/library-metadata-tab.component.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Component, Input } from '@angular/core'; diff --git a/projects/aca-content/src/lib/components/info-drawer/metadata-tab/metadata-tab.component.spec.ts b/projects/aca-content/src/lib/components/info-drawer/metadata-tab/metadata-tab.component.spec.ts index 97f4f4c0e9..92be54deb9 100644 --- a/projects/aca-content/src/lib/components/info-drawer/metadata-tab/metadata-tab.component.spec.ts +++ b/projects/aca-content/src/lib/components/info-drawer/metadata-tab/metadata-tab.component.spec.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { MetadataTabComponent } from './metadata-tab.component'; diff --git a/projects/aca-content/src/lib/components/info-drawer/metadata-tab/metadata-tab.component.ts b/projects/aca-content/src/lib/components/info-drawer/metadata-tab/metadata-tab.component.ts index 153750d2d1..1e3d9cb0a5 100644 --- a/projects/aca-content/src/lib/components/info-drawer/metadata-tab/metadata-tab.component.ts +++ b/projects/aca-content/src/lib/components/info-drawer/metadata-tab/metadata-tab.component.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Component, Input, ViewEncapsulation, OnInit, OnDestroy } from '@angular/core'; diff --git a/projects/aca-content/src/lib/components/info-drawer/versions-tab/versions-tab.component.spec.ts b/projects/aca-content/src/lib/components/info-drawer/versions-tab/versions-tab.component.spec.ts index 3048c6ae36..0238fe902c 100644 --- a/projects/aca-content/src/lib/components/info-drawer/versions-tab/versions-tab.component.spec.ts +++ b/projects/aca-content/src/lib/components/info-drawer/versions-tab/versions-tab.component.spec.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { VersionsTabComponent } from './versions-tab.component'; diff --git a/projects/aca-content/src/lib/components/info-drawer/versions-tab/versions-tab.component.ts b/projects/aca-content/src/lib/components/info-drawer/versions-tab/versions-tab.component.ts index eb9cbeef4f..d3f44ba1e0 100644 --- a/projects/aca-content/src/lib/components/info-drawer/versions-tab/versions-tab.component.ts +++ b/projects/aca-content/src/lib/components/info-drawer/versions-tab/versions-tab.component.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Component, Input, OnChanges, OnInit } from '@angular/core'; diff --git a/projects/aca-content/src/lib/components/layout/app-layout/app-layout.component.spec.ts b/projects/aca-content/src/lib/components/layout/app-layout/app-layout.component.spec.ts index 4c385cb222..de500145b0 100644 --- a/projects/aca-content/src/lib/components/layout/app-layout/app-layout.component.spec.ts +++ b/projects/aca-content/src/lib/components/layout/app-layout/app-layout.component.spec.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { NO_ERRORS_SCHEMA } from '@angular/core'; diff --git a/projects/aca-content/src/lib/components/layout/app-layout/app-layout.component.ts b/projects/aca-content/src/lib/components/layout/app-layout/app-layout.component.ts index 6193c7f2a9..a4175338de 100644 --- a/projects/aca-content/src/lib/components/layout/app-layout/app-layout.component.ts +++ b/projects/aca-content/src/lib/components/layout/app-layout/app-layout.component.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { AppConfigService, SidenavLayoutComponent, UserPreferencesService } from '@alfresco/adf-core'; diff --git a/projects/aca-content/src/lib/components/layout/layout.module.ts b/projects/aca-content/src/lib/components/layout/layout.module.ts index 5bb1275a50..7a5b545c63 100644 --- a/projects/aca-content/src/lib/components/layout/layout.module.ts +++ b/projects/aca-content/src/lib/components/layout/layout.module.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { NgModule } from '@angular/core'; diff --git a/projects/aca-content/src/lib/components/libraries/libraries.component.spec.ts b/projects/aca-content/src/lib/components/libraries/libraries.component.spec.ts index d475ef7839..def1d76a67 100644 --- a/projects/aca-content/src/lib/components/libraries/libraries.component.spec.ts +++ b/projects/aca-content/src/lib/components/libraries/libraries.component.spec.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { TestBed, ComponentFixture } from '@angular/core/testing'; diff --git a/projects/aca-content/src/lib/components/libraries/libraries.component.ts b/projects/aca-content/src/lib/components/libraries/libraries.component.ts index 644909a80b..f64ef45c08 100644 --- a/projects/aca-content/src/lib/components/libraries/libraries.component.ts +++ b/projects/aca-content/src/lib/components/libraries/libraries.component.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { AppStore, NavigateLibraryAction } from '@alfresco/aca-shared/store'; diff --git a/projects/aca-content/src/lib/components/main-action/main-action.component.spec.ts b/projects/aca-content/src/lib/components/main-action/main-action.component.spec.ts index 91d4537b46..e53a16130a 100644 --- a/projects/aca-content/src/lib/components/main-action/main-action.component.spec.ts +++ b/projects/aca-content/src/lib/components/main-action/main-action.component.spec.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { ComponentFixture, TestBed } from '@angular/core/testing'; diff --git a/projects/aca-content/src/lib/components/main-action/main-action.component.ts b/projects/aca-content/src/lib/components/main-action/main-action.component.ts index b5119bfce9..8026ae5013 100644 --- a/projects/aca-content/src/lib/components/main-action/main-action.component.ts +++ b/projects/aca-content/src/lib/components/main-action/main-action.component.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { AppExtensionService } from '@alfresco/aca-shared'; diff --git a/projects/aca-content/src/lib/components/main-action/main-action.module.ts b/projects/aca-content/src/lib/components/main-action/main-action.module.ts index f4aa3cab67..241605011d 100644 --- a/projects/aca-content/src/lib/components/main-action/main-action.module.ts +++ b/projects/aca-content/src/lib/components/main-action/main-action.module.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { NgModule } from '@angular/core'; diff --git a/projects/aca-content/src/lib/components/node-version/node-version-form.component.spec.ts b/projects/aca-content/src/lib/components/node-version/node-version-form.component.spec.ts index 547c175018..173e61aec8 100644 --- a/projects/aca-content/src/lib/components/node-version/node-version-form.component.spec.ts +++ b/projects/aca-content/src/lib/components/node-version/node-version-form.component.spec.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { NoopAnimationsModule } from '@angular/platform-browser/animations'; diff --git a/projects/aca-content/src/lib/components/node-version/node-version-form.component.ts b/projects/aca-content/src/lib/components/node-version/node-version-form.component.ts index 93e65059d3..43890fcf2b 100644 --- a/projects/aca-content/src/lib/components/node-version/node-version-form.component.ts +++ b/projects/aca-content/src/lib/components/node-version/node-version-form.component.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Component, OnDestroy, OnInit, ViewEncapsulation, Output, EventEmitter } from '@angular/core'; diff --git a/projects/aca-content/src/lib/components/node-version/node-version.module.ts b/projects/aca-content/src/lib/components/node-version/node-version.module.ts index b8a865ef47..73321ed1c5 100644 --- a/projects/aca-content/src/lib/components/node-version/node-version.module.ts +++ b/projects/aca-content/src/lib/components/node-version/node-version.module.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { AppNodeVersionFormComponent } from './node-version-form.component'; diff --git a/projects/aca-content/src/lib/components/recent-files/recent-files.component.spec.ts b/projects/aca-content/src/lib/components/recent-files/recent-files.component.spec.ts index fd3a36417f..8bb5a47ffb 100644 --- a/projects/aca-content/src/lib/components/recent-files/recent-files.component.spec.ts +++ b/projects/aca-content/src/lib/components/recent-files/recent-files.component.spec.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { TestBed, ComponentFixture } from '@angular/core/testing'; diff --git a/projects/aca-content/src/lib/components/recent-files/recent-files.component.ts b/projects/aca-content/src/lib/components/recent-files/recent-files.component.ts index 97eae05ddc..e5ad0e78ef 100644 --- a/projects/aca-content/src/lib/components/recent-files/recent-files.component.ts +++ b/projects/aca-content/src/lib/components/recent-files/recent-files.component.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Component, OnInit } from '@angular/core'; diff --git a/projects/aca-content/src/lib/components/search/search-action-menu/search-action-menu.component.spec.ts b/projects/aca-content/src/lib/components/search/search-action-menu/search-action-menu.component.spec.ts index 1c044ee4ed..c1bc49d476 100644 --- a/projects/aca-content/src/lib/components/search/search-action-menu/search-action-menu.component.spec.ts +++ b/projects/aca-content/src/lib/components/search/search-action-menu/search-action-menu.component.spec.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { SearchQueryBuilderService } from '@alfresco/adf-content-services'; diff --git a/projects/aca-content/src/lib/components/search/search-action-menu/search-action-menu.component.ts b/projects/aca-content/src/lib/components/search/search-action-menu/search-action-menu.component.ts index 2b16c62541..26088475e5 100644 --- a/projects/aca-content/src/lib/components/search/search-action-menu/search-action-menu.component.ts +++ b/projects/aca-content/src/lib/components/search/search-action-menu/search-action-menu.component.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { SearchQueryBuilderService } from '@alfresco/adf-content-services'; diff --git a/projects/aca-content/src/lib/components/search/search-input-control/search-input-control.component.spec.ts b/projects/aca-content/src/lib/components/search/search-input-control/search-input-control.component.spec.ts index 4faecf650c..bae4b9f0d1 100644 --- a/projects/aca-content/src/lib/components/search/search-input-control/search-input-control.component.spec.ts +++ b/projects/aca-content/src/lib/components/search/search-input-control/search-input-control.component.spec.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { SearchInputControlComponent } from './search-input-control.component'; diff --git a/projects/aca-content/src/lib/components/search/search-input-control/search-input-control.component.ts b/projects/aca-content/src/lib/components/search/search-input-control/search-input-control.component.ts index 9d8d2ef921..91896c950b 100644 --- a/projects/aca-content/src/lib/components/search/search-input-control/search-input-control.component.ts +++ b/projects/aca-content/src/lib/components/search/search-input-control/search-input-control.component.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Component, EventEmitter, Input, OnDestroy, Output, ViewEncapsulation, ViewChild, ElementRef } from '@angular/core'; diff --git a/projects/aca-content/src/lib/components/search/search-input.module.ts b/projects/aca-content/src/lib/components/search/search-input.module.ts index 65ddd24561..9a20bc5571 100644 --- a/projects/aca-content/src/lib/components/search/search-input.module.ts +++ b/projects/aca-content/src/lib/components/search/search-input.module.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { NgModule } from '@angular/core'; diff --git a/projects/aca-content/src/lib/components/search/search-input/search-input.component.spec.ts b/projects/aca-content/src/lib/components/search/search-input/search-input.component.spec.ts index 8555e2087f..193a3a1da2 100644 --- a/projects/aca-content/src/lib/components/search/search-input/search-input.component.spec.ts +++ b/projects/aca-content/src/lib/components/search/search-input/search-input.component.spec.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { NO_ERRORS_SCHEMA } from '@angular/core'; diff --git a/projects/aca-content/src/lib/components/search/search-input/search-input.component.ts b/projects/aca-content/src/lib/components/search/search-input/search-input.component.ts index e635008030..a445c5f5db 100644 --- a/projects/aca-content/src/lib/components/search/search-input/search-input.component.ts +++ b/projects/aca-content/src/lib/components/search/search-input/search-input.component.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { AppHookService } from '@alfresco/aca-shared'; diff --git a/projects/aca-content/src/lib/components/search/search-libraries-results/search-libraries-query-builder.service.spec.ts b/projects/aca-content/src/lib/components/search/search-libraries-results/search-libraries-query-builder.service.spec.ts index 951f084f9a..97303d0c0b 100644 --- a/projects/aca-content/src/lib/components/search/search-libraries-results/search-libraries-query-builder.service.spec.ts +++ b/projects/aca-content/src/lib/components/search/search-libraries-results/search-libraries-query-builder.service.spec.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { TestBed } from '@angular/core/testing'; diff --git a/projects/aca-content/src/lib/components/search/search-libraries-results/search-libraries-query-builder.service.ts b/projects/aca-content/src/lib/components/search/search-libraries-results/search-libraries-query-builder.service.ts index 6af5404800..89556a2f45 100644 --- a/projects/aca-content/src/lib/components/search/search-libraries-results/search-libraries-query-builder.service.ts +++ b/projects/aca-content/src/lib/components/search/search-libraries-results/search-libraries-query-builder.service.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { AlfrescoApiService } from '@alfresco/adf-core'; diff --git a/projects/aca-content/src/lib/components/search/search-libraries-results/search-libraries-results.component.spec.ts b/projects/aca-content/src/lib/components/search/search-libraries-results/search-libraries-results.component.spec.ts index f965c0219f..d45417d481 100644 --- a/projects/aca-content/src/lib/components/search/search-libraries-results/search-libraries-results.component.spec.ts +++ b/projects/aca-content/src/lib/components/search/search-libraries-results/search-libraries-results.component.spec.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { ComponentFixture, TestBed } from '@angular/core/testing'; diff --git a/projects/aca-content/src/lib/components/search/search-libraries-results/search-libraries-results.component.ts b/projects/aca-content/src/lib/components/search/search-libraries-results/search-libraries-results.component.ts index f5e85c2890..8424856d68 100644 --- a/projects/aca-content/src/lib/components/search/search-libraries-results/search-libraries-results.component.ts +++ b/projects/aca-content/src/lib/components/search/search-libraries-results/search-libraries-results.component.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { NavigateLibraryAction, AppStore } from '@alfresco/aca-shared/store'; diff --git a/projects/aca-content/src/lib/components/search/search-results-row/search-results-row.component.ts b/projects/aca-content/src/lib/components/search/search-results-row/search-results-row.component.ts index 82b4c633e8..b14fba8912 100644 --- a/projects/aca-content/src/lib/components/search/search-results-row/search-results-row.component.ts +++ b/projects/aca-content/src/lib/components/search/search-results-row/search-results-row.component.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Component, Input, OnInit, ViewEncapsulation, ChangeDetectionStrategy, OnDestroy } from '@angular/core'; diff --git a/projects/aca-content/src/lib/components/search/search-results-row/search-results-row.components.spec.ts b/projects/aca-content/src/lib/components/search/search-results-row/search-results-row.components.spec.ts index 2fd554db05..94e644585a 100644 --- a/projects/aca-content/src/lib/components/search/search-results-row/search-results-row.components.spec.ts +++ b/projects/aca-content/src/lib/components/search/search-results-row/search-results-row.components.spec.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { NodeEntry } from '@alfresco/js-api'; diff --git a/projects/aca-content/src/lib/components/search/search-results.module.ts b/projects/aca-content/src/lib/components/search/search-results.module.ts index f5f80a7c7c..c30f767590 100644 --- a/projects/aca-content/src/lib/components/search/search-results.module.ts +++ b/projects/aca-content/src/lib/components/search/search-results.module.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { NgModule } from '@angular/core'; diff --git a/projects/aca-content/src/lib/components/search/search-results/search-results.component.spec.ts b/projects/aca-content/src/lib/components/search/search-results/search-results.component.spec.ts index 713d3ae63e..f66379046b 100644 --- a/projects/aca-content/src/lib/components/search/search-results/search-results.component.spec.ts +++ b/projects/aca-content/src/lib/components/search/search-results/search-results.component.spec.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { ComponentFixture, fakeAsync, TestBed, tick } from '@angular/core/testing'; diff --git a/projects/aca-content/src/lib/components/search/search-results/search-results.component.ts b/projects/aca-content/src/lib/components/search/search-results/search-results.component.ts index 9a8fd64407..9bde3ce1f2 100644 --- a/projects/aca-content/src/lib/components/search/search-results/search-results.component.ts +++ b/projects/aca-content/src/lib/components/search/search-results/search-results.component.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Component, OnInit, ViewEncapsulation } from '@angular/core'; diff --git a/projects/aca-content/src/lib/components/shared-files/shared-files.component.spec.ts b/projects/aca-content/src/lib/components/shared-files/shared-files.component.spec.ts index bd6b47593f..1ec80c1711 100644 --- a/projects/aca-content/src/lib/components/shared-files/shared-files.component.spec.ts +++ b/projects/aca-content/src/lib/components/shared-files/shared-files.component.spec.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { TestBed, ComponentFixture } from '@angular/core/testing'; diff --git a/projects/aca-content/src/lib/components/shared-files/shared-files.component.ts b/projects/aca-content/src/lib/components/shared-files/shared-files.component.ts index 8def5e8987..7a1db295bc 100644 --- a/projects/aca-content/src/lib/components/shared-files/shared-files.component.ts +++ b/projects/aca-content/src/lib/components/shared-files/shared-files.component.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Component, OnInit } from '@angular/core'; diff --git a/projects/aca-content/src/lib/components/shared-link-view/shared-link-view.component.spec.ts b/projects/aca-content/src/lib/components/shared-link-view/shared-link-view.component.spec.ts index a87c40f1e0..9ef8f8e3db 100644 --- a/projects/aca-content/src/lib/components/shared-link-view/shared-link-view.component.spec.ts +++ b/projects/aca-content/src/lib/components/shared-link-view/shared-link-view.component.spec.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { SharedLinkViewComponent } from './shared-link-view.component'; diff --git a/projects/aca-content/src/lib/components/shared-link-view/shared-link-view.component.ts b/projects/aca-content/src/lib/components/shared-link-view/shared-link-view.component.ts index 9dde3e92d7..5e0f2faf85 100644 --- a/projects/aca-content/src/lib/components/shared-link-view/shared-link-view.component.ts +++ b/projects/aca-content/src/lib/components/shared-link-view/shared-link-view.component.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { AppStore, SetSelectedNodesAction } from '@alfresco/aca-shared/store'; diff --git a/projects/aca-content/src/lib/components/shared-link-view/shared-link-view.module.ts b/projects/aca-content/src/lib/components/shared-link-view/shared-link-view.module.ts index 987ac1e0eb..732a66a390 100644 --- a/projects/aca-content/src/lib/components/shared-link-view/shared-link-view.module.ts +++ b/projects/aca-content/src/lib/components/shared-link-view/shared-link-view.module.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { NgModule } from '@angular/core'; diff --git a/projects/aca-content/src/lib/components/sidenav/components/button-menu.component.spec.ts b/projects/aca-content/src/lib/components/sidenav/components/button-menu.component.spec.ts index f1d79a4a3d..1c10332df7 100644 --- a/projects/aca-content/src/lib/components/sidenav/components/button-menu.component.spec.ts +++ b/projects/aca-content/src/lib/components/sidenav/components/button-menu.component.spec.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { ButtonMenuComponent } from './button-menu.component'; diff --git a/projects/aca-content/src/lib/components/sidenav/components/button-menu.component.ts b/projects/aca-content/src/lib/components/sidenav/components/button-menu.component.ts index 06830e3160..d99eb0e52a 100644 --- a/projects/aca-content/src/lib/components/sidenav/components/button-menu.component.ts +++ b/projects/aca-content/src/lib/components/sidenav/components/button-menu.component.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Component, Input, ViewEncapsulation, OnInit, ChangeDetectorRef } from '@angular/core'; diff --git a/projects/aca-content/src/lib/components/sidenav/components/expand-menu.component.spec.ts b/projects/aca-content/src/lib/components/sidenav/components/expand-menu.component.spec.ts index 8d1d8bbe67..3eb911b0f9 100644 --- a/projects/aca-content/src/lib/components/sidenav/components/expand-menu.component.spec.ts +++ b/projects/aca-content/src/lib/components/sidenav/components/expand-menu.component.spec.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { ExpandMenuComponent } from './expand-menu.component'; diff --git a/projects/aca-content/src/lib/components/sidenav/components/expand-menu.component.ts b/projects/aca-content/src/lib/components/sidenav/components/expand-menu.component.ts index c20477fafa..4fc5f85f75 100644 --- a/projects/aca-content/src/lib/components/sidenav/components/expand-menu.component.ts +++ b/projects/aca-content/src/lib/components/sidenav/components/expand-menu.component.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Component, OnInit, Input, ViewEncapsulation, ChangeDetectorRef } from '@angular/core'; diff --git a/projects/aca-content/src/lib/components/sidenav/directives/action.directive.spec.ts b/projects/aca-content/src/lib/components/sidenav/directives/action.directive.spec.ts index 5a652b808b..75f34ae9e4 100644 --- a/projects/aca-content/src/lib/components/sidenav/directives/action.directive.spec.ts +++ b/projects/aca-content/src/lib/components/sidenav/directives/action.directive.spec.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { ActionDirective } from './action.directive'; diff --git a/projects/aca-content/src/lib/components/sidenav/directives/action.directive.ts b/projects/aca-content/src/lib/components/sidenav/directives/action.directive.ts index f93236002f..fd99ba529a 100644 --- a/projects/aca-content/src/lib/components/sidenav/directives/action.directive.ts +++ b/projects/aca-content/src/lib/components/sidenav/directives/action.directive.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Directive, Input, HostListener } from '@angular/core'; diff --git a/projects/aca-content/src/lib/components/sidenav/directives/active-link.directive.spec.ts b/projects/aca-content/src/lib/components/sidenav/directives/active-link.directive.spec.ts index 4537196e3e..3d71a32430 100644 --- a/projects/aca-content/src/lib/components/sidenav/directives/active-link.directive.spec.ts +++ b/projects/aca-content/src/lib/components/sidenav/directives/active-link.directive.spec.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Component } from '@angular/core'; diff --git a/projects/aca-content/src/lib/components/sidenav/directives/active-link.directive.ts b/projects/aca-content/src/lib/components/sidenav/directives/active-link.directive.ts index 9bb553a204..baf6481282 100644 --- a/projects/aca-content/src/lib/components/sidenav/directives/active-link.directive.ts +++ b/projects/aca-content/src/lib/components/sidenav/directives/active-link.directive.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Directive, OnInit, Input, ElementRef, Renderer2, ContentChildren, QueryList, AfterContentInit, Optional } from '@angular/core'; diff --git a/projects/aca-content/src/lib/components/sidenav/directives/expansion-panel.directive.spec.ts b/projects/aca-content/src/lib/components/sidenav/directives/expansion-panel.directive.spec.ts index 5571b0f882..8c11b65097 100644 --- a/projects/aca-content/src/lib/components/sidenav/directives/expansion-panel.directive.spec.ts +++ b/projects/aca-content/src/lib/components/sidenav/directives/expansion-panel.directive.spec.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { NavigationEnd } from '@angular/router'; diff --git a/projects/aca-content/src/lib/components/sidenav/directives/expansion-panel.directive.ts b/projects/aca-content/src/lib/components/sidenav/directives/expansion-panel.directive.ts index 1caace78fc..1b01131e8a 100644 --- a/projects/aca-content/src/lib/components/sidenav/directives/expansion-panel.directive.ts +++ b/projects/aca-content/src/lib/components/sidenav/directives/expansion-panel.directive.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Directive, Input, HostListener, OnInit, OnDestroy } from '@angular/core'; diff --git a/projects/aca-content/src/lib/components/sidenav/directives/menu-panel.directive.spec.ts b/projects/aca-content/src/lib/components/sidenav/directives/menu-panel.directive.spec.ts index b37b40000d..5652bcc80b 100644 --- a/projects/aca-content/src/lib/components/sidenav/directives/menu-panel.directive.spec.ts +++ b/projects/aca-content/src/lib/components/sidenav/directives/menu-panel.directive.spec.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { NavigationEnd } from '@angular/router'; diff --git a/projects/aca-content/src/lib/components/sidenav/directives/menu-panel.directive.ts b/projects/aca-content/src/lib/components/sidenav/directives/menu-panel.directive.ts index b32e7cd6e9..24ff7f53e4 100644 --- a/projects/aca-content/src/lib/components/sidenav/directives/menu-panel.directive.ts +++ b/projects/aca-content/src/lib/components/sidenav/directives/menu-panel.directive.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Directive, Input, OnInit, OnDestroy, HostListener } from '@angular/core'; diff --git a/projects/aca-content/src/lib/components/sidenav/sidenav-wrapper/sidenav-wrapper.component.ts b/projects/aca-content/src/lib/components/sidenav/sidenav-wrapper/sidenav-wrapper.component.ts index 2f7eed7d4b..a1bed62c26 100644 --- a/projects/aca-content/src/lib/components/sidenav/sidenav-wrapper/sidenav-wrapper.component.ts +++ b/projects/aca-content/src/lib/components/sidenav/sidenav-wrapper/sidenav-wrapper.component.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Component, Input } from '@angular/core'; diff --git a/projects/aca-content/src/lib/components/sidenav/sidenav.component.spec.ts b/projects/aca-content/src/lib/components/sidenav/sidenav.component.spec.ts index 90add233d2..08207b6de3 100644 --- a/projects/aca-content/src/lib/components/sidenav/sidenav.component.spec.ts +++ b/projects/aca-content/src/lib/components/sidenav/sidenav.component.spec.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { NO_ERRORS_SCHEMA } from '@angular/core'; diff --git a/projects/aca-content/src/lib/components/sidenav/sidenav.component.ts b/projects/aca-content/src/lib/components/sidenav/sidenav.component.ts index 9daaea7f27..528b3fc89a 100755 --- a/projects/aca-content/src/lib/components/sidenav/sidenav.component.ts +++ b/projects/aca-content/src/lib/components/sidenav/sidenav.component.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Component, Input, OnInit, ViewEncapsulation, OnDestroy } from '@angular/core'; diff --git a/projects/aca-content/src/lib/components/sidenav/sidenav.module.ts b/projects/aca-content/src/lib/components/sidenav/sidenav.module.ts index e47bdab224..ee980ee2d1 100644 --- a/projects/aca-content/src/lib/components/sidenav/sidenav.module.ts +++ b/projects/aca-content/src/lib/components/sidenav/sidenav.module.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { NgModule } from '@angular/core'; diff --git a/projects/aca-content/src/lib/components/toolbar/document-display-mode/document-display-mode.component.spec.ts b/projects/aca-content/src/lib/components/toolbar/document-display-mode/document-display-mode.component.spec.ts index 3276562989..6c8e0dd04a 100644 --- a/projects/aca-content/src/lib/components/toolbar/document-display-mode/document-display-mode.component.spec.ts +++ b/projects/aca-content/src/lib/components/toolbar/document-display-mode/document-display-mode.component.spec.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { DocumentDisplayModeComponent } from './document-display-mode.component'; diff --git a/projects/aca-content/src/lib/components/toolbar/document-display-mode/document-display-mode.component.ts b/projects/aca-content/src/lib/components/toolbar/document-display-mode/document-display-mode.component.ts index d4de60bb19..4238597464 100644 --- a/projects/aca-content/src/lib/components/toolbar/document-display-mode/document-display-mode.component.ts +++ b/projects/aca-content/src/lib/components/toolbar/document-display-mode/document-display-mode.component.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Component, ViewEncapsulation } from '@angular/core'; diff --git a/projects/aca-content/src/lib/components/toolbar/toggle-edit-offline/toggle-edit-offline.component.spec.ts b/projects/aca-content/src/lib/components/toolbar/toggle-edit-offline/toggle-edit-offline.component.spec.ts index 0980eb970f..6a2bb11d1c 100644 --- a/projects/aca-content/src/lib/components/toolbar/toggle-edit-offline/toggle-edit-offline.component.spec.ts +++ b/projects/aca-content/src/lib/components/toolbar/toggle-edit-offline/toggle-edit-offline.component.spec.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { ToggleEditOfflineComponent } from './toggle-edit-offline.component'; diff --git a/projects/aca-content/src/lib/components/toolbar/toggle-edit-offline/toggle-edit-offline.component.ts b/projects/aca-content/src/lib/components/toolbar/toggle-edit-offline/toggle-edit-offline.component.ts index a0d13aa462..ebc859ad3e 100644 --- a/projects/aca-content/src/lib/components/toolbar/toggle-edit-offline/toggle-edit-offline.component.ts +++ b/projects/aca-content/src/lib/components/toolbar/toggle-edit-offline/toggle-edit-offline.component.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { AppStore, DownloadNodesAction, EditOfflineAction, SnackbarErrorAction, getAppSelection } from '@alfresco/aca-shared/store'; diff --git a/projects/aca-content/src/lib/components/toolbar/toggle-favorite-library/toggle-favorite-library.component.spec.ts b/projects/aca-content/src/lib/components/toolbar/toggle-favorite-library/toggle-favorite-library.component.spec.ts index 54858b817d..c680f3615c 100644 --- a/projects/aca-content/src/lib/components/toolbar/toggle-favorite-library/toggle-favorite-library.component.spec.ts +++ b/projects/aca-content/src/lib/components/toolbar/toggle-favorite-library/toggle-favorite-library.component.spec.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { ComponentFixture, TestBed } from '@angular/core/testing'; diff --git a/projects/aca-content/src/lib/components/toolbar/toggle-favorite-library/toggle-favorite-library.component.ts b/projects/aca-content/src/lib/components/toolbar/toggle-favorite-library/toggle-favorite-library.component.ts index d3428920bb..09d5f2d9df 100644 --- a/projects/aca-content/src/lib/components/toolbar/toggle-favorite-library/toggle-favorite-library.component.ts +++ b/projects/aca-content/src/lib/components/toolbar/toggle-favorite-library/toggle-favorite-library.component.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Component, ViewEncapsulation, OnInit, OnDestroy } from '@angular/core'; diff --git a/projects/aca-content/src/lib/components/toolbar/toggle-favorite/toggle-favorite.component.spec.ts b/projects/aca-content/src/lib/components/toolbar/toggle-favorite/toggle-favorite.component.spec.ts index 929458178c..ae16dc4dc8 100644 --- a/projects/aca-content/src/lib/components/toolbar/toggle-favorite/toggle-favorite.component.spec.ts +++ b/projects/aca-content/src/lib/components/toolbar/toggle-favorite/toggle-favorite.component.spec.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { TestBed } from '@angular/core/testing'; diff --git a/projects/aca-content/src/lib/components/toolbar/toggle-favorite/toggle-favorite.component.ts b/projects/aca-content/src/lib/components/toolbar/toggle-favorite/toggle-favorite.component.ts index 346bc4483b..d23c728ae9 100644 --- a/projects/aca-content/src/lib/components/toolbar/toggle-favorite/toggle-favorite.component.ts +++ b/projects/aca-content/src/lib/components/toolbar/toggle-favorite/toggle-favorite.component.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Component, ViewEncapsulation, OnInit, Input } from '@angular/core'; diff --git a/projects/aca-content/src/lib/components/toolbar/toggle-info-drawer/toggle-info-drawer.component.spec.ts b/projects/aca-content/src/lib/components/toolbar/toggle-info-drawer/toggle-info-drawer.component.spec.ts index ddb2d27954..fb60771220 100644 --- a/projects/aca-content/src/lib/components/toolbar/toggle-info-drawer/toggle-info-drawer.component.spec.ts +++ b/projects/aca-content/src/lib/components/toolbar/toggle-info-drawer/toggle-info-drawer.component.spec.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { ToggleInfoDrawerComponent } from './toggle-info-drawer.component'; diff --git a/projects/aca-content/src/lib/components/toolbar/toggle-info-drawer/toggle-info-drawer.component.ts b/projects/aca-content/src/lib/components/toolbar/toggle-info-drawer/toggle-info-drawer.component.ts index 9a28e0ee71..cad9e19506 100644 --- a/projects/aca-content/src/lib/components/toolbar/toggle-info-drawer/toggle-info-drawer.component.ts +++ b/projects/aca-content/src/lib/components/toolbar/toggle-info-drawer/toggle-info-drawer.component.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Component, ViewEncapsulation } from '@angular/core'; diff --git a/projects/aca-content/src/lib/components/toolbar/toggle-join-library/toggle-join-library-button.component.ts b/projects/aca-content/src/lib/components/toolbar/toggle-join-library/toggle-join-library-button.component.ts index d4ea9ac00d..3fb9826261 100644 --- a/projects/aca-content/src/lib/components/toolbar/toggle-join-library/toggle-join-library-button.component.ts +++ b/projects/aca-content/src/lib/components/toolbar/toggle-join-library/toggle-join-library-button.component.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { diff --git a/projects/aca-content/src/lib/components/toolbar/toggle-join-library/toggle-join-library-menu.component.ts b/projects/aca-content/src/lib/components/toolbar/toggle-join-library/toggle-join-library-menu.component.ts index e98fafc226..a30e078c03 100644 --- a/projects/aca-content/src/lib/components/toolbar/toggle-join-library/toggle-join-library-menu.component.ts +++ b/projects/aca-content/src/lib/components/toolbar/toggle-join-library/toggle-join-library-menu.component.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Component, ViewEncapsulation } from '@angular/core'; diff --git a/projects/aca-content/src/lib/components/toolbar/toggle-join-library/toggle-join-library.component.spec.ts b/projects/aca-content/src/lib/components/toolbar/toggle-join-library/toggle-join-library.component.spec.ts index 10fdf5e400..222f68534c 100644 --- a/projects/aca-content/src/lib/components/toolbar/toggle-join-library/toggle-join-library.component.spec.ts +++ b/projects/aca-content/src/lib/components/toolbar/toggle-join-library/toggle-join-library.component.spec.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { of } from 'rxjs'; diff --git a/projects/aca-content/src/lib/components/toolbar/toolbar.module.ts b/projects/aca-content/src/lib/components/toolbar/toolbar.module.ts index b09013b871..f0ac6c8506 100644 --- a/projects/aca-content/src/lib/components/toolbar/toolbar.module.ts +++ b/projects/aca-content/src/lib/components/toolbar/toolbar.module.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { NgModule } from '@angular/core'; diff --git a/projects/aca-content/src/lib/components/toolbar/view-node/view-node.component.spec.ts b/projects/aca-content/src/lib/components/toolbar/view-node/view-node.component.spec.ts index 3fa37ab310..80b82c6377 100644 --- a/projects/aca-content/src/lib/components/toolbar/view-node/view-node.component.spec.ts +++ b/projects/aca-content/src/lib/components/toolbar/view-node/view-node.component.spec.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { TestBed } from '@angular/core/testing'; diff --git a/projects/aca-content/src/lib/components/toolbar/view-node/view-node.component.ts b/projects/aca-content/src/lib/components/toolbar/view-node/view-node.component.ts index c943fb0a09..8420dcd8d5 100644 --- a/projects/aca-content/src/lib/components/toolbar/view-node/view-node.component.ts +++ b/projects/aca-content/src/lib/components/toolbar/view-node/view-node.component.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Component, ViewEncapsulation, Input } from '@angular/core'; diff --git a/projects/aca-content/src/lib/components/trashcan/trashcan.component.spec.ts b/projects/aca-content/src/lib/components/trashcan/trashcan.component.spec.ts index 198df4c3d5..2d6cee5cfb 100644 --- a/projects/aca-content/src/lib/components/trashcan/trashcan.component.spec.ts +++ b/projects/aca-content/src/lib/components/trashcan/trashcan.component.spec.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,12 +15,13 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ + import { NO_ERRORS_SCHEMA } from '@angular/core'; import { TestBed, ComponentFixture } from '@angular/core/testing'; import { AlfrescoApiService, DataTableComponent, AppConfigModule } from '@alfresco/adf-core'; diff --git a/projects/aca-content/src/lib/components/trashcan/trashcan.component.ts b/projects/aca-content/src/lib/components/trashcan/trashcan.component.ts index e1b743ab7b..f8cc7be7bc 100644 --- a/projects/aca-content/src/lib/components/trashcan/trashcan.component.ts +++ b/projects/aca-content/src/lib/components/trashcan/trashcan.component.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { AppStore, getUserProfile } from '@alfresco/aca-shared/store'; diff --git a/projects/aca-content/src/lib/components/trashcan/trashcan.module.ts b/projects/aca-content/src/lib/components/trashcan/trashcan.module.ts index 120f04a604..99f31f34df 100644 --- a/projects/aca-content/src/lib/components/trashcan/trashcan.module.ts +++ b/projects/aca-content/src/lib/components/trashcan/trashcan.module.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { NgModule } from '@angular/core'; diff --git a/projects/aca-content/src/lib/components/upload-files-dialog/upload-files-dialog.component.ts b/projects/aca-content/src/lib/components/upload-files-dialog/upload-files-dialog.component.ts index db773565df..d0222660a9 100644 --- a/projects/aca-content/src/lib/components/upload-files-dialog/upload-files-dialog.component.ts +++ b/projects/aca-content/src/lib/components/upload-files-dialog/upload-files-dialog.component.ts @@ -1,9 +1,25 @@ -/* - * Copyright © 2005 - 2021 Alfresco Software, Ltd. All rights reserved. +/*! + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * License rights for this program may be obtained from Alfresco Software, Ltd. - * pursuant to a written agreement and any use of this program without such an - * agreement is prohibited. + * Alfresco Example Content Application + * + * This file is part of the Alfresco Example Content Application. + * If the software was purchased under a paid Alfresco license, the terms of + * the paid license agreement will prevail. Otherwise, the software is + * provided under the following open source license terms: + * + * The Alfresco Example Content Application is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * The Alfresco Example Content Application is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * from Hyland Software. If not, see . */ import { Component, OnDestroy, ViewEncapsulation } from '@angular/core'; diff --git a/projects/aca-content/src/lib/components/view-profile/view-profile.component.spec.ts b/projects/aca-content/src/lib/components/view-profile/view-profile.component.spec.ts index a1d6060f65..719f5bae08 100644 --- a/projects/aca-content/src/lib/components/view-profile/view-profile.component.spec.ts +++ b/projects/aca-content/src/lib/components/view-profile/view-profile.component.spec.ts @@ -1,10 +1,27 @@ -/* - * Copyright © 2005 - 2021 Alfresco Software, Ltd. All rights reserved. +/*! + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * License rights for this program may be obtained from Alfresco Software, Ltd. - * pursuant to a written agreement and any use of this program without such an - * agreement is prohibited. + * Alfresco Example Content Application + * + * This file is part of the Alfresco Example Content Application. + * If the software was purchased under a paid Alfresco license, the terms of + * the paid license agreement will prevail. Otherwise, the software is + * provided under the following open source license terms: + * + * The Alfresco Example Content Application is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * The Alfresco Example Content Application is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * from Hyland Software. If not, see . */ + import { TestBed, ComponentFixture } from '@angular/core/testing'; import { AppConfigModule } from '@alfresco/adf-core'; import { ViewProfileComponent } from './view-profile.component'; diff --git a/projects/aca-content/src/lib/components/view-profile/view-profile.component.ts b/projects/aca-content/src/lib/components/view-profile/view-profile.component.ts index a316057c77..a5611755b0 100644 --- a/projects/aca-content/src/lib/components/view-profile/view-profile.component.ts +++ b/projects/aca-content/src/lib/components/view-profile/view-profile.component.ts @@ -1,10 +1,27 @@ -/* - * Copyright © 2005 - 2021 Alfresco Software, Ltd. All rights reserved. +/*! + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * License rights for this program may be obtained from Alfresco Software, Ltd. - * pursuant to a written agreement and any use of this program without such an - * agreement is prohibited. + * Alfresco Example Content Application + * + * This file is part of the Alfresco Example Content Application. + * If the software was purchased under a paid Alfresco license, the terms of + * the paid license agreement will prevail. Otherwise, the software is + * provided under the following open source license terms: + * + * The Alfresco Example Content Application is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * The Alfresco Example Content Application is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * from Hyland Software. If not, see . */ + import { AlfrescoApiService } from '@alfresco/adf-core'; import { PeopleApi, Person } from '@alfresco/js-api'; import { Component, OnInit, ViewEncapsulation } from '@angular/core'; diff --git a/projects/aca-content/src/lib/components/view-profile/view-profile.guard.ts b/projects/aca-content/src/lib/components/view-profile/view-profile.guard.ts index fdfa31fbbe..38774a102f 100644 --- a/projects/aca-content/src/lib/components/view-profile/view-profile.guard.ts +++ b/projects/aca-content/src/lib/components/view-profile/view-profile.guard.ts @@ -1,9 +1,25 @@ -/* - * Copyright © 2005 - 2021 Alfresco Software, Ltd. All rights reserved. +/*! + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * License rights for this program may be obtained from Alfresco Software, Ltd. - * pursuant to a written agreement and any use of this program without such an - * agreement is prohibited. + * Alfresco Example Content Application + * + * This file is part of the Alfresco Example Content Application. + * If the software was purchased under a paid Alfresco license, the terms of + * the paid license agreement will prevail. Otherwise, the software is + * provided under the following open source license terms: + * + * The Alfresco Example Content Application is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * The Alfresco Example Content Application is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * from Hyland Software. If not, see . */ import { Injectable } from '@angular/core'; diff --git a/projects/aca-content/src/lib/components/view-profile/view-profile.module.ts b/projects/aca-content/src/lib/components/view-profile/view-profile.module.ts index ff817f799d..b96898268a 100644 --- a/projects/aca-content/src/lib/components/view-profile/view-profile.module.ts +++ b/projects/aca-content/src/lib/components/view-profile/view-profile.module.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { NgModule } from '@angular/core'; diff --git a/projects/aca-content/src/lib/dialogs/node-template/create-from-template.dialog.spec.ts b/projects/aca-content/src/lib/dialogs/node-template/create-from-template.dialog.spec.ts index 021585dc35..da8eab0ab8 100644 --- a/projects/aca-content/src/lib/dialogs/node-template/create-from-template.dialog.spec.ts +++ b/projects/aca-content/src/lib/dialogs/node-template/create-from-template.dialog.spec.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { CreateFromTemplateDialogComponent } from './create-from-template.dialog'; diff --git a/projects/aca-content/src/lib/dialogs/node-template/create-from-template.dialog.ts b/projects/aca-content/src/lib/dialogs/node-template/create-from-template.dialog.ts index c0538c024e..f04fcc8698 100644 --- a/projects/aca-content/src/lib/dialogs/node-template/create-from-template.dialog.ts +++ b/projects/aca-content/src/lib/dialogs/node-template/create-from-template.dialog.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Component, ViewEncapsulation, Inject, OnInit } from '@angular/core'; diff --git a/projects/aca-content/src/lib/directives/directives.module.ts b/projects/aca-content/src/lib/directives/directives.module.ts index 5fd8525002..83222b76a7 100644 --- a/projects/aca-content/src/lib/directives/directives.module.ts +++ b/projects/aca-content/src/lib/directives/directives.module.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { NgModule } from '@angular/core'; diff --git a/projects/aca-content/src/lib/directives/document-list.directive.spec.ts b/projects/aca-content/src/lib/directives/document-list.directive.spec.ts index b97ad571c5..a060cac03c 100644 --- a/projects/aca-content/src/lib/directives/document-list.directive.spec.ts +++ b/projects/aca-content/src/lib/directives/document-list.directive.spec.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { DocumentListDirective } from './document-list.directive'; diff --git a/projects/aca-content/src/lib/directives/document-list.directive.ts b/projects/aca-content/src/lib/directives/document-list.directive.ts index fdfa92edb8..77b495896d 100644 --- a/projects/aca-content/src/lib/directives/document-list.directive.ts +++ b/projects/aca-content/src/lib/directives/document-list.directive.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Directive, OnDestroy, OnInit, HostListener } from '@angular/core'; diff --git a/projects/aca-content/src/lib/extensions/core.extensions.module.ts b/projects/aca-content/src/lib/extensions/core.extensions.module.ts index 3be598fc55..288c090e9f 100644 --- a/projects/aca-content/src/lib/extensions/core.extensions.module.ts +++ b/projects/aca-content/src/lib/extensions/core.extensions.module.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { CoreModule } from '@alfresco/adf-core'; diff --git a/projects/aca-content/src/lib/material.module.ts b/projects/aca-content/src/lib/material.module.ts index 85dfb8e1ef..be78663687 100644 --- a/projects/aca-content/src/lib/material.module.ts +++ b/projects/aca-content/src/lib/material.module.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { NgModule } from '@angular/core'; diff --git a/projects/aca-content/src/lib/services/content-management.service.spec.ts b/projects/aca-content/src/lib/services/content-management.service.spec.ts index 482adffb7b..c72279d4f5 100644 --- a/projects/aca-content/src/lib/services/content-management.service.spec.ts +++ b/projects/aca-content/src/lib/services/content-management.service.spec.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { TestBed, fakeAsync, tick, flush } from '@angular/core/testing'; diff --git a/projects/aca-content/src/lib/services/content-management.service.ts b/projects/aca-content/src/lib/services/content-management.service.ts index 1ff7860104..afddb2ce28 100644 --- a/projects/aca-content/src/lib/services/content-management.service.ts +++ b/projects/aca-content/src/lib/services/content-management.service.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { AppHookService, ContentApiService, NodePermissionService } from '@alfresco/aca-shared'; diff --git a/projects/aca-content/src/lib/services/content-service-extension.service.spec.ts b/projects/aca-content/src/lib/services/content-service-extension.service.spec.ts index c0f86fe1b4..9cca1cf49f 100644 --- a/projects/aca-content/src/lib/services/content-service-extension.service.spec.ts +++ b/projects/aca-content/src/lib/services/content-service-extension.service.spec.ts @@ -1,9 +1,25 @@ -/* - * Copyright © 2005 - 2021 Alfresco Software, Ltd. All rights reserved. +/*! + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * License rights for this program may be obtained from Alfresco Software, Ltd. - * pursuant to a written agreement and any use of this program without such an - * agreement is prohibited. + * Alfresco Example Content Application + * + * This file is part of the Alfresco Example Content Application. + * If the software was purchased under a paid Alfresco license, the terms of + * the paid license agreement will prevail. Otherwise, the software is + * provided under the following open source license terms: + * + * The Alfresco Example Content Application is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * The Alfresco Example Content Application is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * from Hyland Software. If not, see . */ import { ContentServiceExtensionService } from './content-service-extension.service'; diff --git a/projects/aca-content/src/lib/services/content-service-extension.service.ts b/projects/aca-content/src/lib/services/content-service-extension.service.ts index e25c957833..b1b2e1e346 100644 --- a/projects/aca-content/src/lib/services/content-service-extension.service.ts +++ b/projects/aca-content/src/lib/services/content-service-extension.service.ts @@ -1,9 +1,25 @@ -/* - * Copyright © 2005 - 2021 Alfresco Software, Ltd. All rights reserved. +/*! + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * License rights for this program may be obtained from Alfresco Software, Ltd. - * pursuant to a written agreement and any use of this program without such an - * agreement is prohibited. + * Alfresco Example Content Application + * + * This file is part of the Alfresco Example Content Application. + * If the software was purchased under a paid Alfresco license, the terms of + * the paid license agreement will prevail. Otherwise, the software is + * provided under the following open source license terms: + * + * The Alfresco Example Content Application is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * The Alfresco Example Content Application is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * from Hyland Software. If not, see . */ import { Injectable } from '@angular/core'; diff --git a/projects/aca-content/src/lib/services/content-url.service.spec.ts b/projects/aca-content/src/lib/services/content-url.service.spec.ts index 00870e2cd8..1a6d82c8a1 100644 --- a/projects/aca-content/src/lib/services/content-url.service.spec.ts +++ b/projects/aca-content/src/lib/services/content-url.service.spec.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { TestBed } from '@angular/core/testing'; diff --git a/projects/aca-content/src/lib/services/content-url.service.ts b/projects/aca-content/src/lib/services/content-url.service.ts index de35e42582..01a4fdf0a0 100644 --- a/projects/aca-content/src/lib/services/content-url.service.ts +++ b/projects/aca-content/src/lib/services/content-url.service.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Injectable } from '@angular/core'; diff --git a/projects/aca-content/src/lib/services/node-actions.service.spec.ts b/projects/aca-content/src/lib/services/node-actions.service.spec.ts index 857e18567c..2713912c36 100644 --- a/projects/aca-content/src/lib/services/node-actions.service.spec.ts +++ b/projects/aca-content/src/lib/services/node-actions.service.spec.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { TestBed } from '@angular/core/testing'; diff --git a/projects/aca-content/src/lib/services/node-actions.service.ts b/projects/aca-content/src/lib/services/node-actions.service.ts index e3b10b1666..55bf0163a9 100644 --- a/projects/aca-content/src/lib/services/node-actions.service.ts +++ b/projects/aca-content/src/lib/services/node-actions.service.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Injectable } from '@angular/core'; diff --git a/projects/aca-content/src/lib/services/node-template.service.spec.ts b/projects/aca-content/src/lib/services/node-template.service.spec.ts index 88f910cee2..6257903bb7 100644 --- a/projects/aca-content/src/lib/services/node-template.service.spec.ts +++ b/projects/aca-content/src/lib/services/node-template.service.spec.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { TestBed, fakeAsync, tick } from '@angular/core/testing'; diff --git a/projects/aca-content/src/lib/services/node-template.service.ts b/projects/aca-content/src/lib/services/node-template.service.ts index c55268d117..541b69f38f 100644 --- a/projects/aca-content/src/lib/services/node-template.service.ts +++ b/projects/aca-content/src/lib/services/node-template.service.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Injectable } from '@angular/core'; diff --git a/projects/aca-content/src/lib/store/app-store.module.ts b/projects/aca-content/src/lib/store/app-store.module.ts index fa7104ef72..ee0ad2dd74 100644 --- a/projects/aca-content/src/lib/store/app-store.module.ts +++ b/projects/aca-content/src/lib/store/app-store.module.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { NgModule } from '@angular/core'; diff --git a/projects/aca-content/src/lib/store/effects.ts b/projects/aca-content/src/lib/store/effects.ts index 12f7862fd8..c52af3c7bd 100644 --- a/projects/aca-content/src/lib/store/effects.ts +++ b/projects/aca-content/src/lib/store/effects.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ export * from './effects/app.effects'; diff --git a/projects/aca-content/src/lib/store/effects/app.effects.ts b/projects/aca-content/src/lib/store/effects/app.effects.ts index 33582c88eb..618e72c269 100644 --- a/projects/aca-content/src/lib/store/effects/app.effects.ts +++ b/projects/aca-content/src/lib/store/effects/app.effects.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Actions, ofType, createEffect } from '@ngrx/effects'; diff --git a/projects/aca-content/src/lib/store/effects/contextmenu.effects.spec.ts b/projects/aca-content/src/lib/store/effects/contextmenu.effects.spec.ts index a25ae3056a..9536231842 100644 --- a/projects/aca-content/src/lib/store/effects/contextmenu.effects.spec.ts +++ b/projects/aca-content/src/lib/store/effects/contextmenu.effects.spec.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { TestBed } from '@angular/core/testing'; diff --git a/projects/aca-content/src/lib/store/effects/contextmenu.effects.ts b/projects/aca-content/src/lib/store/effects/contextmenu.effects.ts index f4a1c63c78..2d1242d60d 100644 --- a/projects/aca-content/src/lib/store/effects/contextmenu.effects.ts +++ b/projects/aca-content/src/lib/store/effects/contextmenu.effects.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { ContextMenuActionTypes, ContextMenu } from '@alfresco/aca-shared/store'; diff --git a/projects/aca-content/src/lib/store/effects/download.effects.spec.ts b/projects/aca-content/src/lib/store/effects/download.effects.spec.ts index ced9e3ba17..c66be428ad 100644 --- a/projects/aca-content/src/lib/store/effects/download.effects.spec.ts +++ b/projects/aca-content/src/lib/store/effects/download.effects.spec.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { TestBed } from '@angular/core/testing'; diff --git a/projects/aca-content/src/lib/store/effects/download.effects.ts b/projects/aca-content/src/lib/store/effects/download.effects.ts index 04557317e1..c5e5d1889d 100644 --- a/projects/aca-content/src/lib/store/effects/download.effects.ts +++ b/projects/aca-content/src/lib/store/effects/download.effects.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { AppStore, DownloadNodesAction, NodeActionTypes, NodeInfo, getAppSelection, getCurrentVersion } from '@alfresco/aca-shared/store'; diff --git a/projects/aca-content/src/lib/store/effects/favorite.effects.ts b/projects/aca-content/src/lib/store/effects/favorite.effects.ts index 01e34e1881..0f6324c7b9 100644 --- a/projects/aca-content/src/lib/store/effects/favorite.effects.ts +++ b/projects/aca-content/src/lib/store/effects/favorite.effects.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Actions, ofType, createEffect } from '@ngrx/effects'; diff --git a/projects/aca-content/src/lib/store/effects/library.effects.ts b/projects/aca-content/src/lib/store/effects/library.effects.ts index e6ab9c50d1..61585ffec8 100644 --- a/projects/aca-content/src/lib/store/effects/library.effects.ts +++ b/projects/aca-content/src/lib/store/effects/library.effects.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { diff --git a/projects/aca-content/src/lib/store/effects/node.effects.spec.ts b/projects/aca-content/src/lib/store/effects/node.effects.spec.ts index 0d94f6985d..7def4b57cb 100644 --- a/projects/aca-content/src/lib/store/effects/node.effects.spec.ts +++ b/projects/aca-content/src/lib/store/effects/node.effects.spec.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { TestBed, fakeAsync, tick } from '@angular/core/testing'; diff --git a/projects/aca-content/src/lib/store/effects/node.effects.ts b/projects/aca-content/src/lib/store/effects/node.effects.ts index 2f146e67a9..4571494602 100644 --- a/projects/aca-content/src/lib/store/effects/node.effects.ts +++ b/projects/aca-content/src/lib/store/effects/node.effects.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Actions, ofType, createEffect } from '@ngrx/effects'; diff --git a/projects/aca-content/src/lib/store/effects/search.effects.spec.ts b/projects/aca-content/src/lib/store/effects/search.effects.spec.ts index b2033401d8..e9168d007f 100644 --- a/projects/aca-content/src/lib/store/effects/search.effects.spec.ts +++ b/projects/aca-content/src/lib/store/effects/search.effects.spec.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { TestBed, fakeAsync, tick } from '@angular/core/testing'; diff --git a/projects/aca-content/src/lib/store/effects/search.effects.ts b/projects/aca-content/src/lib/store/effects/search.effects.ts index e6f5e215b8..92ae940f03 100644 --- a/projects/aca-content/src/lib/store/effects/search.effects.ts +++ b/projects/aca-content/src/lib/store/effects/search.effects.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Actions, ofType, createEffect } from '@ngrx/effects'; diff --git a/projects/aca-content/src/lib/store/effects/template.effects.spec.ts b/projects/aca-content/src/lib/store/effects/template.effects.spec.ts index 72c77700d6..89de4c16d8 100644 --- a/projects/aca-content/src/lib/store/effects/template.effects.spec.ts +++ b/projects/aca-content/src/lib/store/effects/template.effects.spec.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { fakeAsync, TestBed, tick } from '@angular/core/testing'; diff --git a/projects/aca-content/src/lib/store/effects/template.effects.ts b/projects/aca-content/src/lib/store/effects/template.effects.ts index 369c330b16..75e6ca2121 100644 --- a/projects/aca-content/src/lib/store/effects/template.effects.ts +++ b/projects/aca-content/src/lib/store/effects/template.effects.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Actions, ofType, createEffect } from '@ngrx/effects'; diff --git a/projects/aca-content/src/lib/store/effects/upload.effects.spec.ts b/projects/aca-content/src/lib/store/effects/upload.effects.spec.ts index 2618be16b1..f24bcdb01c 100644 --- a/projects/aca-content/src/lib/store/effects/upload.effects.spec.ts +++ b/projects/aca-content/src/lib/store/effects/upload.effects.spec.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Store } from '@ngrx/store'; diff --git a/projects/aca-content/src/lib/store/effects/upload.effects.ts b/projects/aca-content/src/lib/store/effects/upload.effects.ts index 77249bf1e1..153107ccdf 100644 --- a/projects/aca-content/src/lib/store/effects/upload.effects.ts +++ b/projects/aca-content/src/lib/store/effects/upload.effects.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { diff --git a/projects/aca-content/src/lib/store/effects/viewer.effects.spec.ts b/projects/aca-content/src/lib/store/effects/viewer.effects.spec.ts index 8884a3a455..981eda8174 100644 --- a/projects/aca-content/src/lib/store/effects/viewer.effects.spec.ts +++ b/projects/aca-content/src/lib/store/effects/viewer.effects.spec.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { TestBed, fakeAsync, tick } from '@angular/core/testing'; diff --git a/projects/aca-content/src/lib/store/effects/viewer.effects.ts b/projects/aca-content/src/lib/store/effects/viewer.effects.ts index 82f9b673cf..d1ad25adf1 100644 --- a/projects/aca-content/src/lib/store/effects/viewer.effects.ts +++ b/projects/aca-content/src/lib/store/effects/viewer.effects.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Actions, ofType, createEffect } from '@ngrx/effects'; diff --git a/projects/aca-content/src/lib/store/initial-state.ts b/projects/aca-content/src/lib/store/initial-state.ts index 464eff1199..32df645222 100644 --- a/projects/aca-content/src/lib/store/initial-state.ts +++ b/projects/aca-content/src/lib/store/initial-state.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { AppState, AppStore } from '@alfresco/aca-shared/store'; diff --git a/projects/aca-content/src/lib/store/reducers/app.reducer.ts b/projects/aca-content/src/lib/store/reducers/app.reducer.ts index ea07bc509f..f572f8e759 100644 --- a/projects/aca-content/src/lib/store/reducers/app.reducer.ts +++ b/projects/aca-content/src/lib/store/reducers/app.reducer.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Action } from '@ngrx/store'; diff --git a/projects/aca-content/src/lib/testing/app-extension-service-mock.ts b/projects/aca-content/src/lib/testing/app-extension-service-mock.ts index 5fad395385..cd15793103 100644 --- a/projects/aca-content/src/lib/testing/app-extension-service-mock.ts +++ b/projects/aca-content/src/lib/testing/app-extension-service-mock.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { ContentActionRef } from '@alfresco/adf-extensions'; diff --git a/projects/aca-content/src/lib/testing/app-testing.module.ts b/projects/aca-content/src/lib/testing/app-testing.module.ts index 58d38ef1fd..c33937f36c 100644 --- a/projects/aca-content/src/lib/testing/app-testing.module.ts +++ b/projects/aca-content/src/lib/testing/app-testing.module.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { NgModule } from '@angular/core'; diff --git a/projects/aca-content/src/lib/testing/content-action-ref.ts b/projects/aca-content/src/lib/testing/content-action-ref.ts index 79bc14b040..753725bcbe 100644 --- a/projects/aca-content/src/lib/testing/content-action-ref.ts +++ b/projects/aca-content/src/lib/testing/content-action-ref.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { ContentActionRef, ContentActionType } from '@alfresco/adf-extensions'; diff --git a/projects/aca-content/src/lib/testing/translate-pipe.directive.ts b/projects/aca-content/src/lib/testing/translate-pipe.directive.ts index 4735114508..2c4e29777a 100644 --- a/projects/aca-content/src/lib/testing/translate-pipe.directive.ts +++ b/projects/aca-content/src/lib/testing/translate-pipe.directive.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Pipe, PipeTransform } from '@angular/core'; diff --git a/projects/aca-content/src/public-api.ts b/projects/aca-content/src/public-api.ts index 500bd5f495..dd221ce2e6 100644 --- a/projects/aca-content/src/public-api.ts +++ b/projects/aca-content/src/public-api.ts @@ -1,3 +1,27 @@ +/*! + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Alfresco Example Content Application + * + * This file is part of the Alfresco Example Content Application. + * If the software was purchased under a paid Alfresco license, the terms of + * the paid license agreement will prevail. Otherwise, the software is + * provided under the following open source license terms: + * + * The Alfresco Example Content Application is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * The Alfresco Example Content Application is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * from Hyland Software. If not, see . + */ + /* * Public API Surface of aca-content */ diff --git a/projects/aca-content/src/test.ts b/projects/aca-content/src/test.ts index 97b739a00c..3c7301eddc 100644 --- a/projects/aca-content/src/test.ts +++ b/projects/aca-content/src/test.ts @@ -1,3 +1,27 @@ +/*! + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Alfresco Example Content Application + * + * This file is part of the Alfresco Example Content Application. + * If the software was purchased under a paid Alfresco license, the terms of + * the paid license agreement will prevail. Otherwise, the software is + * provided under the following open source license terms: + * + * The Alfresco Example Content Application is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * The Alfresco Example Content Application is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * from Hyland Software. If not, see . + */ + // This file is required by karma.conf.js and loads recursively all the .spec and framework files import 'zone.js'; diff --git a/projects/aca-folder-rules/.eslintrc.json b/projects/aca-folder-rules/.eslintrc.js similarity index 65% rename from projects/aca-folder-rules/.eslintrc.json rename to projects/aca-folder-rules/.eslintrc.js index 0ae6550123..9e780e164b 100644 --- a/projects/aca-folder-rules/.eslintrc.json +++ b/projects/aca-folder-rules/.eslintrc.js @@ -1,4 +1,5 @@ -{ +path = require("path"); +module.exports = { "extends": "../../.eslintrc.json", "ignorePatterns": [ "!**/*" @@ -10,8 +11,8 @@ ], "parserOptions": { "project": [ - "projects/aca-folder-rules/tsconfig.lib.json", - "projects/aca-folder-rules/tsconfig.spec.json" + path.join(__dirname, "tsconfig.lib.json"), + path.join(__dirname, "tsconfig.spec.json") ], "createDefaultProgram": true }, diff --git a/projects/aca-folder-rules/assets/folder-rules.plugin.json b/projects/aca-folder-rules/assets/folder-rules.plugin.json index 93c9fda111..a3845283a3 100644 --- a/projects/aca-folder-rules/assets/folder-rules.plugin.json +++ b/projects/aca-folder-rules/assets/folder-rules.plugin.json @@ -3,7 +3,7 @@ "$id": "0455ca6c-cc7a-43ae-bbf7-35795413d2dd", "$name": "Folder Rules Plugin", "$version": "0.0.1", - "$vendor": "Alfresco Software, Ltd.", + "$vendor": "Hyland Software, Inc. and its affiliates", "$license": "LGPL-3.0", "features": { diff --git a/projects/aca-folder-rules/src/lib/folder-rules.module.ts b/projects/aca-folder-rules/src/lib/folder-rules.module.ts index 0046628857..fa97705ef2 100644 --- a/projects/aca-folder-rules/src/lib/folder-rules.module.ts +++ b/projects/aca-folder-rules/src/lib/folder-rules.module.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { CoreModule, TranslationService } from '@alfresco/adf-core'; diff --git a/projects/aca-folder-rules/src/lib/folder-rules.rules.spec.ts b/projects/aca-folder-rules/src/lib/folder-rules.rules.spec.ts index 4688c4021a..b7024e2104 100644 --- a/projects/aca-folder-rules/src/lib/folder-rules.rules.spec.ts +++ b/projects/aca-folder-rules/src/lib/folder-rules.rules.spec.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { AcaRuleContext } from '@alfresco/aca-shared/rules'; diff --git a/projects/aca-folder-rules/src/lib/folder-rules.rules.ts b/projects/aca-folder-rules/src/lib/folder-rules.rules.ts index 12cbc950db..95b0beea3c 100644 --- a/projects/aca-folder-rules/src/lib/folder-rules.rules.ts +++ b/projects/aca-folder-rules/src/lib/folder-rules.rules.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { AcaRuleContext, hasFolderSelected, canEditFolder, isNotFavorites } from '@alfresco/aca-shared/rules'; diff --git a/projects/aca-folder-rules/src/lib/manage-rules/manage-rules.smart-component.spec.ts b/projects/aca-folder-rules/src/lib/manage-rules/manage-rules.smart-component.spec.ts index 27a84799d2..00b93128c1 100644 --- a/projects/aca-folder-rules/src/lib/manage-rules/manage-rules.smart-component.spec.ts +++ b/projects/aca-folder-rules/src/lib/manage-rules/manage-rules.smart-component.spec.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { ComponentFixture, TestBed } from '@angular/core/testing'; diff --git a/projects/aca-folder-rules/src/lib/manage-rules/manage-rules.smart-component.ts b/projects/aca-folder-rules/src/lib/manage-rules/manage-rules.smart-component.ts index 63863ad96e..47ff67a375 100644 --- a/projects/aca-folder-rules/src/lib/manage-rules/manage-rules.smart-component.ts +++ b/projects/aca-folder-rules/src/lib/manage-rules/manage-rules.smart-component.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Component, OnDestroy, OnInit, ViewEncapsulation } from '@angular/core'; diff --git a/projects/aca-folder-rules/src/lib/mock/action-parameter-constraints.mock.ts b/projects/aca-folder-rules/src/lib/mock/action-parameter-constraints.mock.ts index f3dde26287..46899d0615 100644 --- a/projects/aca-folder-rules/src/lib/mock/action-parameter-constraints.mock.ts +++ b/projects/aca-folder-rules/src/lib/mock/action-parameter-constraints.mock.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { ActionParameterConstraint } from '../model/action-parameter-constraint.model'; diff --git a/projects/aca-folder-rules/src/lib/mock/actions.mock.ts b/projects/aca-folder-rules/src/lib/mock/actions.mock.ts index 1403372be8..d83a9eec4c 100644 --- a/projects/aca-folder-rules/src/lib/mock/actions.mock.ts +++ b/projects/aca-folder-rules/src/lib/mock/actions.mock.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { ActionDefinitionTransformed, ActionParameterDefinitionTransformed, RuleAction } from '../model/rule-action.model'; diff --git a/projects/aca-folder-rules/src/lib/mock/conditions.mock.ts b/projects/aca-folder-rules/src/lib/mock/conditions.mock.ts index c2701fe377..e471e49d27 100644 --- a/projects/aca-folder-rules/src/lib/mock/conditions.mock.ts +++ b/projects/aca-folder-rules/src/lib/mock/conditions.mock.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { RuleCompositeCondition } from '../model/rule-composite-condition.model'; diff --git a/projects/aca-folder-rules/src/lib/mock/node.mock.ts b/projects/aca-folder-rules/src/lib/mock/node.mock.ts index f820859c86..08a0a02328 100644 --- a/projects/aca-folder-rules/src/lib/mock/node.mock.ts +++ b/projects/aca-folder-rules/src/lib/mock/node.mock.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { NodeInfo } from '@alfresco/aca-shared/store'; diff --git a/projects/aca-folder-rules/src/lib/mock/rule-sets.mock.ts b/projects/aca-folder-rules/src/lib/mock/rule-sets.mock.ts index 21d771a20b..903fed2f14 100644 --- a/projects/aca-folder-rules/src/lib/mock/rule-sets.mock.ts +++ b/projects/aca-folder-rules/src/lib/mock/rule-sets.mock.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { RuleSet } from '../model/rule-set.model'; diff --git a/projects/aca-folder-rules/src/lib/mock/rules.mock.ts b/projects/aca-folder-rules/src/lib/mock/rules.mock.ts index b06a7c0462..01ad21669f 100644 --- a/projects/aca-folder-rules/src/lib/mock/rules.mock.ts +++ b/projects/aca-folder-rules/src/lib/mock/rules.mock.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Rule, RuleSettings } from '../model/rule.model'; diff --git a/projects/aca-folder-rules/src/lib/model/action-parameter-constraint.model.ts b/projects/aca-folder-rules/src/lib/model/action-parameter-constraint.model.ts index 31d2229c48..5c448909b4 100644 --- a/projects/aca-folder-rules/src/lib/model/action-parameter-constraint.model.ts +++ b/projects/aca-folder-rules/src/lib/model/action-parameter-constraint.model.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ export interface ActionParameterConstraint { diff --git a/projects/aca-folder-rules/src/lib/model/rule-action.model.ts b/projects/aca-folder-rules/src/lib/model/rule-action.model.ts index fdc7c38a83..8d1dfc7d94 100644 --- a/projects/aca-folder-rules/src/lib/model/rule-action.model.ts +++ b/projects/aca-folder-rules/src/lib/model/rule-action.model.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ export interface RuleAction { diff --git a/projects/aca-folder-rules/src/lib/model/rule-composite-condition.model.ts b/projects/aca-folder-rules/src/lib/model/rule-composite-condition.model.ts index 612e095de3..43b79996b9 100644 --- a/projects/aca-folder-rules/src/lib/model/rule-composite-condition.model.ts +++ b/projects/aca-folder-rules/src/lib/model/rule-composite-condition.model.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { RuleSimpleCondition } from './rule-simple-condition.model'; diff --git a/projects/aca-folder-rules/src/lib/model/rule-grouping-item.model.ts b/projects/aca-folder-rules/src/lib/model/rule-grouping-item.model.ts index 4b75810845..72214d8db5 100644 --- a/projects/aca-folder-rules/src/lib/model/rule-grouping-item.model.ts +++ b/projects/aca-folder-rules/src/lib/model/rule-grouping-item.model.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Rule } from './rule.model'; diff --git a/projects/aca-folder-rules/src/lib/model/rule-set.model.ts b/projects/aca-folder-rules/src/lib/model/rule-set.model.ts index e695e1df96..2f4ac33131 100644 --- a/projects/aca-folder-rules/src/lib/model/rule-set.model.ts +++ b/projects/aca-folder-rules/src/lib/model/rule-set.model.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Rule } from './rule.model'; diff --git a/projects/aca-folder-rules/src/lib/model/rule-simple-condition.model.ts b/projects/aca-folder-rules/src/lib/model/rule-simple-condition.model.ts index 04784baae0..f79946be80 100644 --- a/projects/aca-folder-rules/src/lib/model/rule-simple-condition.model.ts +++ b/projects/aca-folder-rules/src/lib/model/rule-simple-condition.model.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ export interface RuleSimpleCondition { diff --git a/projects/aca-folder-rules/src/lib/model/rule.model.ts b/projects/aca-folder-rules/src/lib/model/rule.model.ts index d8018a71a7..cbbc645e1d 100644 --- a/projects/aca-folder-rules/src/lib/model/rule.model.ts +++ b/projects/aca-folder-rules/src/lib/model/rule.model.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { RuleCompositeCondition } from './rule-composite-condition.model'; diff --git a/projects/aca-folder-rules/src/lib/rule-details/actions/rule-action-list.ui-component.spec.ts b/projects/aca-folder-rules/src/lib/rule-details/actions/rule-action-list.ui-component.spec.ts index 7a2f992237..ff03c8c7f0 100644 --- a/projects/aca-folder-rules/src/lib/rule-details/actions/rule-action-list.ui-component.spec.ts +++ b/projects/aca-folder-rules/src/lib/rule-details/actions/rule-action-list.ui-component.spec.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { ComponentFixture, TestBed } from '@angular/core/testing'; diff --git a/projects/aca-folder-rules/src/lib/rule-details/actions/rule-action-list.ui-component.ts b/projects/aca-folder-rules/src/lib/rule-details/actions/rule-action-list.ui-component.ts index c0c93f6b8a..853557982c 100644 --- a/projects/aca-folder-rules/src/lib/rule-details/actions/rule-action-list.ui-component.ts +++ b/projects/aca-folder-rules/src/lib/rule-details/actions/rule-action-list.ui-component.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Component, forwardRef, Input, OnDestroy, ViewEncapsulation } from '@angular/core'; diff --git a/projects/aca-folder-rules/src/lib/rule-details/actions/rule-action.ui-component.spec.ts b/projects/aca-folder-rules/src/lib/rule-details/actions/rule-action.ui-component.spec.ts index 3664bf96f7..63511c39c6 100644 --- a/projects/aca-folder-rules/src/lib/rule-details/actions/rule-action.ui-component.spec.ts +++ b/projects/aca-folder-rules/src/lib/rule-details/actions/rule-action.ui-component.spec.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { ComponentFixture, TestBed } from '@angular/core/testing'; diff --git a/projects/aca-folder-rules/src/lib/rule-details/actions/rule-action.ui-component.ts b/projects/aca-folder-rules/src/lib/rule-details/actions/rule-action.ui-component.ts index 0101ddf5c2..5094e279cc 100644 --- a/projects/aca-folder-rules/src/lib/rule-details/actions/rule-action.ui-component.ts +++ b/projects/aca-folder-rules/src/lib/rule-details/actions/rule-action.ui-component.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Component, forwardRef, Input, OnDestroy, OnInit, ViewEncapsulation } from '@angular/core'; diff --git a/projects/aca-folder-rules/src/lib/rule-details/conditions/rule-composite-condition.ui-component.spec.ts b/projects/aca-folder-rules/src/lib/rule-details/conditions/rule-composite-condition.ui-component.spec.ts index ed9cc089c8..ba9b7fd5c6 100644 --- a/projects/aca-folder-rules/src/lib/rule-details/conditions/rule-composite-condition.ui-component.spec.ts +++ b/projects/aca-folder-rules/src/lib/rule-details/conditions/rule-composite-condition.ui-component.spec.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { ComponentFixture, TestBed } from '@angular/core/testing'; diff --git a/projects/aca-folder-rules/src/lib/rule-details/conditions/rule-composite-condition.ui-component.ts b/projects/aca-folder-rules/src/lib/rule-details/conditions/rule-composite-condition.ui-component.ts index 3d2720b569..a7a5fcd7f7 100644 --- a/projects/aca-folder-rules/src/lib/rule-details/conditions/rule-composite-condition.ui-component.ts +++ b/projects/aca-folder-rules/src/lib/rule-details/conditions/rule-composite-condition.ui-component.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Component, forwardRef, HostBinding, Input, OnDestroy, ViewEncapsulation } from '@angular/core'; diff --git a/projects/aca-folder-rules/src/lib/rule-details/conditions/rule-condition-comparators.ts b/projects/aca-folder-rules/src/lib/rule-details/conditions/rule-condition-comparators.ts index bd3da5081c..eacdb0b59f 100644 --- a/projects/aca-folder-rules/src/lib/rule-details/conditions/rule-condition-comparators.ts +++ b/projects/aca-folder-rules/src/lib/rule-details/conditions/rule-condition-comparators.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ export interface RuleConditionComparator { diff --git a/projects/aca-folder-rules/src/lib/rule-details/conditions/rule-condition-fields.ts b/projects/aca-folder-rules/src/lib/rule-details/conditions/rule-condition-fields.ts index f61aad425f..af77ab683e 100644 --- a/projects/aca-folder-rules/src/lib/rule-details/conditions/rule-condition-fields.ts +++ b/projects/aca-folder-rules/src/lib/rule-details/conditions/rule-condition-fields.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ export type RuleConditionFieldType = 'string' | 'number' | 'date' | 'type' | 'special' | 'mimeType'; diff --git a/projects/aca-folder-rules/src/lib/rule-details/conditions/rule-mime-types.ts b/projects/aca-folder-rules/src/lib/rule-details/conditions/rule-mime-types.ts index 0f939943be..8c34725f8f 100644 --- a/projects/aca-folder-rules/src/lib/rule-details/conditions/rule-mime-types.ts +++ b/projects/aca-folder-rules/src/lib/rule-details/conditions/rule-mime-types.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ export interface MimeType { diff --git a/projects/aca-folder-rules/src/lib/rule-details/conditions/rule-simple-condition.ui-component.spec.ts b/projects/aca-folder-rules/src/lib/rule-details/conditions/rule-simple-condition.ui-component.spec.ts index 72212c1d92..427134b5d1 100644 --- a/projects/aca-folder-rules/src/lib/rule-details/conditions/rule-simple-condition.ui-component.spec.ts +++ b/projects/aca-folder-rules/src/lib/rule-details/conditions/rule-simple-condition.ui-component.spec.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { ComponentFixture, TestBed } from '@angular/core/testing'; diff --git a/projects/aca-folder-rules/src/lib/rule-details/conditions/rule-simple-condition.ui-component.ts b/projects/aca-folder-rules/src/lib/rule-details/conditions/rule-simple-condition.ui-component.ts index a110fc4ba8..2e57096eed 100644 --- a/projects/aca-folder-rules/src/lib/rule-details/conditions/rule-simple-condition.ui-component.ts +++ b/projects/aca-folder-rules/src/lib/rule-details/conditions/rule-simple-condition.ui-component.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Component, forwardRef, Input, OnDestroy, ViewEncapsulation } from '@angular/core'; diff --git a/projects/aca-folder-rules/src/lib/rule-details/edit-rule-dialog.smart-component.spec.ts b/projects/aca-folder-rules/src/lib/rule-details/edit-rule-dialog.smart-component.spec.ts index b62b4abed4..6f4f4018e3 100644 --- a/projects/aca-folder-rules/src/lib/rule-details/edit-rule-dialog.smart-component.spec.ts +++ b/projects/aca-folder-rules/src/lib/rule-details/edit-rule-dialog.smart-component.spec.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { ComponentFixture, TestBed } from '@angular/core/testing'; diff --git a/projects/aca-folder-rules/src/lib/rule-details/edit-rule-dialog.ui-component.ts b/projects/aca-folder-rules/src/lib/rule-details/edit-rule-dialog.ui-component.ts index bcf1070b53..a7a6e75ccb 100644 --- a/projects/aca-folder-rules/src/lib/rule-details/edit-rule-dialog.ui-component.ts +++ b/projects/aca-folder-rules/src/lib/rule-details/edit-rule-dialog.ui-component.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Component, EventEmitter, Inject, Output, ViewEncapsulation } from '@angular/core'; diff --git a/projects/aca-folder-rules/src/lib/rule-details/options/rule-options.ui-component.spec.ts b/projects/aca-folder-rules/src/lib/rule-details/options/rule-options.ui-component.spec.ts index 5fb83320e7..eadc370223 100644 --- a/projects/aca-folder-rules/src/lib/rule-details/options/rule-options.ui-component.spec.ts +++ b/projects/aca-folder-rules/src/lib/rule-details/options/rule-options.ui-component.spec.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { ComponentFixture, TestBed } from '@angular/core/testing'; diff --git a/projects/aca-folder-rules/src/lib/rule-details/options/rule-options.ui-component.ts b/projects/aca-folder-rules/src/lib/rule-details/options/rule-options.ui-component.ts index 28ef1ab715..6a6f6ddfbb 100644 --- a/projects/aca-folder-rules/src/lib/rule-details/options/rule-options.ui-component.ts +++ b/projects/aca-folder-rules/src/lib/rule-details/options/rule-options.ui-component.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Component, forwardRef, HostBinding, Input, OnDestroy, ViewEncapsulation } from '@angular/core'; diff --git a/projects/aca-folder-rules/src/lib/rule-details/rule-details.ui-component.spec.ts b/projects/aca-folder-rules/src/lib/rule-details/rule-details.ui-component.spec.ts index 1cc4766ba9..18adbe6db7 100644 --- a/projects/aca-folder-rules/src/lib/rule-details/rule-details.ui-component.spec.ts +++ b/projects/aca-folder-rules/src/lib/rule-details/rule-details.ui-component.spec.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { ComponentFixture, TestBed } from '@angular/core/testing'; diff --git a/projects/aca-folder-rules/src/lib/rule-details/rule-details.ui-component.ts b/projects/aca-folder-rules/src/lib/rule-details/rule-details.ui-component.ts index f11779b84e..97d13698c9 100644 --- a/projects/aca-folder-rules/src/lib/rule-details/rule-details.ui-component.ts +++ b/projects/aca-folder-rules/src/lib/rule-details/rule-details.ui-component.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Component, EventEmitter, Input, OnDestroy, OnInit, Output, ViewEncapsulation } from '@angular/core'; diff --git a/projects/aca-folder-rules/src/lib/rule-details/triggers/rule-triggers.ui-component.spec.ts b/projects/aca-folder-rules/src/lib/rule-details/triggers/rule-triggers.ui-component.spec.ts index 5ec4e40ea7..a52b7ece7e 100644 --- a/projects/aca-folder-rules/src/lib/rule-details/triggers/rule-triggers.ui-component.spec.ts +++ b/projects/aca-folder-rules/src/lib/rule-details/triggers/rule-triggers.ui-component.spec.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { RuleTriggersUiComponent } from './rule-triggers.ui-component'; diff --git a/projects/aca-folder-rules/src/lib/rule-details/triggers/rule-triggers.ui-component.ts b/projects/aca-folder-rules/src/lib/rule-details/triggers/rule-triggers.ui-component.ts index 295f39bfda..07334d8239 100644 --- a/projects/aca-folder-rules/src/lib/rule-details/triggers/rule-triggers.ui-component.ts +++ b/projects/aca-folder-rules/src/lib/rule-details/triggers/rule-triggers.ui-component.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { ControlValueAccessor, NG_VALUE_ACCESSOR } from '@angular/forms'; diff --git a/projects/aca-folder-rules/src/lib/rule-details/validators/rule-actions.validator.spec.ts b/projects/aca-folder-rules/src/lib/rule-details/validators/rule-actions.validator.spec.ts index f068951436..0ca7555e68 100644 --- a/projects/aca-folder-rules/src/lib/rule-details/validators/rule-actions.validator.spec.ts +++ b/projects/aca-folder-rules/src/lib/rule-details/validators/rule-actions.validator.spec.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { FormControl, ValidatorFn } from '@angular/forms'; diff --git a/projects/aca-folder-rules/src/lib/rule-details/validators/rule-actions.validator.ts b/projects/aca-folder-rules/src/lib/rule-details/validators/rule-actions.validator.ts index 70dc288b04..f08e6c612a 100644 --- a/projects/aca-folder-rules/src/lib/rule-details/validators/rule-actions.validator.ts +++ b/projects/aca-folder-rules/src/lib/rule-details/validators/rule-actions.validator.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { AbstractControl, ValidationErrors, ValidatorFn } from '@angular/forms'; diff --git a/projects/aca-folder-rules/src/lib/rule-details/validators/rule-composite-condition.validator.ts b/projects/aca-folder-rules/src/lib/rule-details/validators/rule-composite-condition.validator.ts index cbd36f5fe0..039a8c64a6 100644 --- a/projects/aca-folder-rules/src/lib/rule-details/validators/rule-composite-condition.validator.ts +++ b/projects/aca-folder-rules/src/lib/rule-details/validators/rule-composite-condition.validator.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { RuleCompositeCondition } from '../../model/rule-composite-condition.model'; diff --git a/projects/aca-folder-rules/src/lib/rule-list/rule-list-grouping/rule-list-grouping.ui-component.spec.ts b/projects/aca-folder-rules/src/lib/rule-list/rule-list-grouping/rule-list-grouping.ui-component.spec.ts index 37a839c531..4f8d42d85b 100644 --- a/projects/aca-folder-rules/src/lib/rule-list/rule-list-grouping/rule-list-grouping.ui-component.spec.ts +++ b/projects/aca-folder-rules/src/lib/rule-list/rule-list-grouping/rule-list-grouping.ui-component.spec.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { ComponentFixture, TestBed } from '@angular/core/testing'; diff --git a/projects/aca-folder-rules/src/lib/rule-list/rule-list-grouping/rule-list-grouping.ui-component.ts b/projects/aca-folder-rules/src/lib/rule-list/rule-list-grouping/rule-list-grouping.ui-component.ts index da79035a7e..046613bb13 100644 --- a/projects/aca-folder-rules/src/lib/rule-list/rule-list-grouping/rule-list-grouping.ui-component.ts +++ b/projects/aca-folder-rules/src/lib/rule-list/rule-list-grouping/rule-list-grouping.ui-component.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Component, EventEmitter, Input, Output, ViewEncapsulation } from '@angular/core'; diff --git a/projects/aca-folder-rules/src/lib/rule-list/rule-list-item/rule-list-item.ui-component.ts b/projects/aca-folder-rules/src/lib/rule-list/rule-list-item/rule-list-item.ui-component.ts index c59b278723..14934e3550 100644 --- a/projects/aca-folder-rules/src/lib/rule-list/rule-list-item/rule-list-item.ui-component.ts +++ b/projects/aca-folder-rules/src/lib/rule-list/rule-list-item/rule-list-item.ui-component.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Component, EventEmitter, HostBinding, Input, Output, ViewEncapsulation } from '@angular/core'; diff --git a/projects/aca-folder-rules/src/lib/rule-list/rule-list/rule-list.ui-component.spec.ts b/projects/aca-folder-rules/src/lib/rule-list/rule-list/rule-list.ui-component.spec.ts index add479b9c8..60b635abff 100644 --- a/projects/aca-folder-rules/src/lib/rule-list/rule-list/rule-list.ui-component.spec.ts +++ b/projects/aca-folder-rules/src/lib/rule-list/rule-list/rule-list.ui-component.spec.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { RuleListUiComponent } from './rule-list.ui-component'; diff --git a/projects/aca-folder-rules/src/lib/rule-list/rule-list/rule-list.ui-component.ts b/projects/aca-folder-rules/src/lib/rule-list/rule-list/rule-list.ui-component.ts index 508d12dd89..1e6e9df05c 100644 --- a/projects/aca-folder-rules/src/lib/rule-list/rule-list/rule-list.ui-component.ts +++ b/projects/aca-folder-rules/src/lib/rule-list/rule-list/rule-list.ui-component.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Component, EventEmitter, Input, Output, ViewEncapsulation } from '@angular/core'; diff --git a/projects/aca-folder-rules/src/lib/rule-set-picker/rule-set-picker.smart-component.spec.ts b/projects/aca-folder-rules/src/lib/rule-set-picker/rule-set-picker.smart-component.spec.ts index f76dfd1e2c..1c441657a8 100644 --- a/projects/aca-folder-rules/src/lib/rule-set-picker/rule-set-picker.smart-component.spec.ts +++ b/projects/aca-folder-rules/src/lib/rule-set-picker/rule-set-picker.smart-component.spec.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { ComponentFixture, TestBed } from '@angular/core/testing'; diff --git a/projects/aca-folder-rules/src/lib/rule-set-picker/rule-set-picker.smart-component.ts b/projects/aca-folder-rules/src/lib/rule-set-picker/rule-set-picker.smart-component.ts index b9d2ed5c23..1eebae1d92 100644 --- a/projects/aca-folder-rules/src/lib/rule-set-picker/rule-set-picker.smart-component.ts +++ b/projects/aca-folder-rules/src/lib/rule-set-picker/rule-set-picker.smart-component.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Component, Inject, ViewEncapsulation } from '@angular/core'; diff --git a/projects/aca-folder-rules/src/lib/services/actions.service.spec.ts b/projects/aca-folder-rules/src/lib/services/actions.service.spec.ts index b3225e27f5..09e2f5ed00 100644 --- a/projects/aca-folder-rules/src/lib/services/actions.service.spec.ts +++ b/projects/aca-folder-rules/src/lib/services/actions.service.spec.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { ActionsService } from './actions.service'; diff --git a/projects/aca-folder-rules/src/lib/services/actions.service.ts b/projects/aca-folder-rules/src/lib/services/actions.service.ts index 2cdd0c0c53..3dbdbf52ba 100644 --- a/projects/aca-folder-rules/src/lib/services/actions.service.ts +++ b/projects/aca-folder-rules/src/lib/services/actions.service.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Injectable } from '@angular/core'; diff --git a/projects/aca-folder-rules/src/lib/services/folder-rule-sets.service.spec.ts b/projects/aca-folder-rules/src/lib/services/folder-rule-sets.service.spec.ts index 9950e050b1..93e3eb68d4 100644 --- a/projects/aca-folder-rules/src/lib/services/folder-rule-sets.service.spec.ts +++ b/projects/aca-folder-rules/src/lib/services/folder-rule-sets.service.spec.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { FolderRuleSetsService } from './folder-rule-sets.service'; diff --git a/projects/aca-folder-rules/src/lib/services/folder-rule-sets.service.ts b/projects/aca-folder-rules/src/lib/services/folder-rule-sets.service.ts index 7984e18a57..6af1fe52c7 100644 --- a/projects/aca-folder-rules/src/lib/services/folder-rule-sets.service.ts +++ b/projects/aca-folder-rules/src/lib/services/folder-rule-sets.service.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Injectable } from '@angular/core'; diff --git a/projects/aca-folder-rules/src/lib/services/folder-rules.service.spec.ts b/projects/aca-folder-rules/src/lib/services/folder-rules.service.spec.ts index 22d62fd75c..752e1d7cd2 100644 --- a/projects/aca-folder-rules/src/lib/services/folder-rules.service.spec.ts +++ b/projects/aca-folder-rules/src/lib/services/folder-rules.service.spec.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { TestBed } from '@angular/core/testing'; diff --git a/projects/aca-folder-rules/src/lib/services/folder-rules.service.ts b/projects/aca-folder-rules/src/lib/services/folder-rules.service.ts index 7a9e683c71..69afc1c077 100644 --- a/projects/aca-folder-rules/src/lib/services/folder-rules.service.ts +++ b/projects/aca-folder-rules/src/lib/services/folder-rules.service.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Injectable } from '@angular/core'; diff --git a/projects/aca-folder-rules/src/public-api.ts b/projects/aca-folder-rules/src/public-api.ts index 31b34ec963..0a9f4273f2 100644 --- a/projects/aca-folder-rules/src/public-api.ts +++ b/projects/aca-folder-rules/src/public-api.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2023 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ export * from './lib/folder-rules.module'; diff --git a/projects/aca-folder-rules/src/test.ts b/projects/aca-folder-rules/src/test.ts index f108f7a2eb..24bdc445c8 100644 --- a/projects/aca-folder-rules/src/test.ts +++ b/projects/aca-folder-rules/src/test.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ // This file is required by karma.conf.js and loads recursively all the .spec and framework files diff --git a/projects/aca-preview/.eslintrc.json b/projects/aca-preview/.eslintrc.js similarity index 65% rename from projects/aca-preview/.eslintrc.json rename to projects/aca-preview/.eslintrc.js index ed7b127fa6..9e780e164b 100644 --- a/projects/aca-preview/.eslintrc.json +++ b/projects/aca-preview/.eslintrc.js @@ -1,4 +1,5 @@ -{ +path = require("path"); +module.exports = { "extends": "../../.eslintrc.json", "ignorePatterns": [ "!**/*" @@ -10,8 +11,8 @@ ], "parserOptions": { "project": [ - "projects/aca-preview/tsconfig.lib.json", - "projects/aca-preview/tsconfig.spec.json" + path.join(__dirname, "tsconfig.lib.json"), + path.join(__dirname, "tsconfig.spec.json") ], "createDefaultProgram": true }, diff --git a/projects/aca-preview/src/lib/components/preview.component.spec.ts b/projects/aca-preview/src/lib/components/preview.component.spec.ts index 7e206a456a..5fa64fb9c0 100644 --- a/projects/aca-preview/src/lib/components/preview.component.spec.ts +++ b/projects/aca-preview/src/lib/components/preview.component.spec.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Router, ActivatedRoute } from '@angular/router'; diff --git a/projects/aca-preview/src/lib/components/preview.component.ts b/projects/aca-preview/src/lib/components/preview.component.ts index 95d5347828..cd34de56eb 100644 --- a/projects/aca-preview/src/lib/components/preview.component.ts +++ b/projects/aca-preview/src/lib/components/preview.component.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Component, OnInit, OnDestroy, ViewEncapsulation, HostListener } from '@angular/core'; diff --git a/projects/aca-preview/src/lib/preview.module.ts b/projects/aca-preview/src/lib/preview.module.ts index 280ae73614..ecbbe76d57 100644 --- a/projects/aca-preview/src/lib/preview.module.ts +++ b/projects/aca-preview/src/lib/preview.module.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { CoreModule } from '@alfresco/adf-core'; diff --git a/projects/aca-preview/src/public-api.ts b/projects/aca-preview/src/public-api.ts index 4a96fd7f3f..108941e713 100644 --- a/projects/aca-preview/src/public-api.ts +++ b/projects/aca-preview/src/public-api.ts @@ -1,3 +1,27 @@ +/*! + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Alfresco Example Content Application + * + * This file is part of the Alfresco Example Content Application. + * If the software was purchased under a paid Alfresco license, the terms of + * the paid license agreement will prevail. Otherwise, the software is + * provided under the following open source license terms: + * + * The Alfresco Example Content Application is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * The Alfresco Example Content Application is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * from Hyland Software. If not, see . + */ + /* * Public API Surface of aca-preview */ diff --git a/projects/aca-preview/src/test.ts b/projects/aca-preview/src/test.ts index 59f2f3c789..d4e12c097a 100644 --- a/projects/aca-preview/src/test.ts +++ b/projects/aca-preview/src/test.ts @@ -1,3 +1,27 @@ +/*! + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Alfresco Example Content Application + * + * This file is part of the Alfresco Example Content Application. + * If the software was purchased under a paid Alfresco license, the terms of + * the paid license agreement will prevail. Otherwise, the software is + * provided under the following open source license terms: + * + * The Alfresco Example Content Application is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * The Alfresco Example Content Application is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * from Hyland Software. If not, see . + */ + // This file is required by karma.conf.js and loads recursively all the .spec and framework files import 'zone.js'; diff --git a/projects/aca-shared/.eslintrc.js b/projects/aca-shared/.eslintrc.js new file mode 100644 index 0000000000..9e780e164b --- /dev/null +++ b/projects/aca-shared/.eslintrc.js @@ -0,0 +1,23 @@ +path = require("path"); +module.exports = { + "extends": "../../.eslintrc.json", + "ignorePatterns": [ + "!**/*" + ], + "overrides": [ + { + "files": [ + "*.ts" + ], + "parserOptions": { + "project": [ + path.join(__dirname, "tsconfig.lib.json"), + path.join(__dirname, "tsconfig.spec.json") + ], + "createDefaultProgram": true + }, + "rules": { + } + } + ] +} diff --git a/projects/aca-shared/.eslintrc.json b/projects/aca-shared/.eslintrc.json deleted file mode 100644 index db47856fcd..0000000000 --- a/projects/aca-shared/.eslintrc.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "extends": "../../.eslintrc.json", - "ignorePatterns": [ - "!**/*" - ], - "overrides": [ - { - "files": [ - "*.ts" - ], - "parserOptions": { - "project": [ - "projects/aca-shared/tsconfig.lib.json", - "projects/aca-shared/tsconfig.spec.json" - ], - "createDefaultProgram": true - }, - "rules": { - } - } - ] -} diff --git a/projects/aca-shared/rules/src/app.rules.spec.ts b/projects/aca-shared/rules/src/app.rules.spec.ts index 519e934a3a..a1037bd236 100644 --- a/projects/aca-shared/rules/src/app.rules.spec.ts +++ b/projects/aca-shared/rules/src/app.rules.spec.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import * as app from './app.rules'; diff --git a/projects/aca-shared/rules/src/app.rules.ts b/projects/aca-shared/rules/src/app.rules.ts index f4a1cc405d..d4e0ece4b8 100644 --- a/projects/aca-shared/rules/src/app.rules.ts +++ b/projects/aca-shared/rules/src/app.rules.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { AppConfigService } from '@alfresco/adf-core'; diff --git a/projects/aca-shared/rules/src/navigation.rules.spec.ts b/projects/aca-shared/rules/src/navigation.rules.spec.ts index ebd86e355f..b0cae7b299 100644 --- a/projects/aca-shared/rules/src/navigation.rules.spec.ts +++ b/projects/aca-shared/rules/src/navigation.rules.spec.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import * as app from './navigation.rules'; diff --git a/projects/aca-shared/rules/src/navigation.rules.ts b/projects/aca-shared/rules/src/navigation.rules.ts index 1d6c56ea67..558ba85e0a 100644 --- a/projects/aca-shared/rules/src/navigation.rules.ts +++ b/projects/aca-shared/rules/src/navigation.rules.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { RuleContext } from '@alfresco/adf-extensions'; diff --git a/projects/aca-shared/rules/src/public-api.ts b/projects/aca-shared/rules/src/public-api.ts index 56fded04e0..d23bdeeb1c 100644 --- a/projects/aca-shared/rules/src/public-api.ts +++ b/projects/aca-shared/rules/src/public-api.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ export * from './app.rules'; diff --git a/projects/aca-shared/rules/src/repository.rules.ts b/projects/aca-shared/rules/src/repository.rules.ts index 71b63d8c4d..da91990b52 100644 --- a/projects/aca-shared/rules/src/repository.rules.ts +++ b/projects/aca-shared/rules/src/repository.rules.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { RuleContext } from '@alfresco/adf-extensions'; diff --git a/projects/aca-shared/rules/src/test-rule-context.ts b/projects/aca-shared/rules/src/test-rule-context.ts index 1259521141..a60a410bf9 100644 --- a/projects/aca-shared/rules/src/test-rule-context.ts +++ b/projects/aca-shared/rules/src/test-rule-context.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { NavigationState, NodePermissions, ProfileState, RuleContext, RuleEvaluator, SelectionState } from '@alfresco/adf-extensions'; diff --git a/projects/aca-shared/rules/src/user.rules.spec.ts b/projects/aca-shared/rules/src/user.rules.spec.ts index aa0d55a220..9d5fbef14e 100644 --- a/projects/aca-shared/rules/src/user.rules.spec.ts +++ b/projects/aca-shared/rules/src/user.rules.spec.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import * as user from './user.rules'; diff --git a/projects/aca-shared/rules/src/user.rules.ts b/projects/aca-shared/rules/src/user.rules.ts index dac45028bd..23e05a7aa0 100644 --- a/projects/aca-shared/rules/src/user.rules.ts +++ b/projects/aca-shared/rules/src/user.rules.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { RuleContext } from '@alfresco/adf-extensions'; diff --git a/projects/aca-shared/src/lib/adf-extensions/extensions-data-loader.guard.spec.ts b/projects/aca-shared/src/lib/adf-extensions/extensions-data-loader.guard.spec.ts index d7248ebc61..5e35079010 100644 --- a/projects/aca-shared/src/lib/adf-extensions/extensions-data-loader.guard.spec.ts +++ b/projects/aca-shared/src/lib/adf-extensions/extensions-data-loader.guard.spec.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { ExtensionsDataLoaderGuard } from './extensions-data-loader.guard'; diff --git a/projects/aca-shared/src/lib/adf-extensions/extensions-data-loader.guard.ts b/projects/aca-shared/src/lib/adf-extensions/extensions-data-loader.guard.ts index bc96ac7d22..54146d1fd4 100644 --- a/projects/aca-shared/src/lib/adf-extensions/extensions-data-loader.guard.ts +++ b/projects/aca-shared/src/lib/adf-extensions/extensions-data-loader.guard.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Injectable, InjectionToken, Inject } from '@angular/core'; diff --git a/projects/aca-shared/src/lib/components/document-base-page/document-base-page.component.ts b/projects/aca-shared/src/lib/components/document-base-page/document-base-page.component.ts index 88163dc109..1e5abbbcd1 100644 --- a/projects/aca-shared/src/lib/components/document-base-page/document-base-page.component.ts +++ b/projects/aca-shared/src/lib/components/document-base-page/document-base-page.component.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { DocumentListComponent, ShareDataRow } from '@alfresco/adf-content-services'; diff --git a/projects/aca-shared/src/lib/components/document-base-page/document-base-page.service.ts b/projects/aca-shared/src/lib/components/document-base-page/document-base-page.service.ts index 6cddd5d892..7126ef8dda 100644 --- a/projects/aca-shared/src/lib/components/document-base-page/document-base-page.service.ts +++ b/projects/aca-shared/src/lib/components/document-base-page/document-base-page.service.ts @@ -1,9 +1,25 @@ -/* - * Copyright © 2005 - 2021 Alfresco Software, Ltd. All rights reserved. +/*! + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * License rights for this program may be obtained from Alfresco Software, Ltd. - * pursuant to a written agreement and any use of this program without such an - * agreement is prohibited. + * Alfresco Example Content Application + * + * This file is part of the Alfresco Example Content Application. + * If the software was purchased under a paid Alfresco license, the terms of + * the paid license agreement will prevail. Otherwise, the software is + * provided under the following open source license terms: + * + * The Alfresco Example Content Application is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * The Alfresco Example Content Application is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * from Hyland Software. If not, see . */ import { MinimalNodeEntity, MinimalNodeEntryEntity } from '@alfresco/js-api'; diff --git a/projects/aca-shared/src/lib/components/document-base-page/document-base-page.spec.ts b/projects/aca-shared/src/lib/components/document-base-page/document-base-page.spec.ts index aa1d149add..588978bc38 100644 --- a/projects/aca-shared/src/lib/components/document-base-page/document-base-page.spec.ts +++ b/projects/aca-shared/src/lib/components/document-base-page/document-base-page.spec.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { TestBed, ComponentFixture } from '@angular/core/testing'; diff --git a/projects/aca-shared/src/lib/components/generic-error/generic-error.component.spec.ts b/projects/aca-shared/src/lib/components/generic-error/generic-error.component.spec.ts index 0e7bbfaedc..22895533af 100644 --- a/projects/aca-shared/src/lib/components/generic-error/generic-error.component.spec.ts +++ b/projects/aca-shared/src/lib/components/generic-error/generic-error.component.spec.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { GenericErrorComponent } from './generic-error.component'; diff --git a/projects/aca-shared/src/lib/components/generic-error/generic-error.component.ts b/projects/aca-shared/src/lib/components/generic-error/generic-error.component.ts index a2dd887817..2f2c6b8d81 100644 --- a/projects/aca-shared/src/lib/components/generic-error/generic-error.component.ts +++ b/projects/aca-shared/src/lib/components/generic-error/generic-error.component.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Component, ViewEncapsulation, ChangeDetectionStrategy, Input } from '@angular/core'; diff --git a/projects/aca-shared/src/lib/components/generic-error/generic-error.module.ts b/projects/aca-shared/src/lib/components/generic-error/generic-error.module.ts index 1599148b1c..0379e010ac 100644 --- a/projects/aca-shared/src/lib/components/generic-error/generic-error.module.ts +++ b/projects/aca-shared/src/lib/components/generic-error/generic-error.module.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { NgModule } from '@angular/core'; diff --git a/projects/aca-shared/src/lib/components/info-drawer/info-drawer.component.spec.ts b/projects/aca-shared/src/lib/components/info-drawer/info-drawer.component.spec.ts index 45a700c5f1..f3fc23373c 100644 --- a/projects/aca-shared/src/lib/components/info-drawer/info-drawer.component.spec.ts +++ b/projects/aca-shared/src/lib/components/info-drawer/info-drawer.component.spec.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { ContentActionRef, SidebarTabRef } from '@alfresco/adf-extensions'; diff --git a/projects/aca-shared/src/lib/components/info-drawer/info-drawer.component.ts b/projects/aca-shared/src/lib/components/info-drawer/info-drawer.component.ts index 6d3d13c693..faaa6aed73 100644 --- a/projects/aca-shared/src/lib/components/info-drawer/info-drawer.component.ts +++ b/projects/aca-shared/src/lib/components/info-drawer/info-drawer.component.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Component, HostListener, Input, OnChanges, OnDestroy, OnInit } from '@angular/core'; diff --git a/projects/aca-shared/src/lib/components/info-drawer/shared-info-drawer.module.ts b/projects/aca-shared/src/lib/components/info-drawer/shared-info-drawer.module.ts index 88c46838f2..1f15394cff 100644 --- a/projects/aca-shared/src/lib/components/info-drawer/shared-info-drawer.module.ts +++ b/projects/aca-shared/src/lib/components/info-drawer/shared-info-drawer.module.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { NgModule } from '@angular/core'; diff --git a/projects/aca-shared/src/lib/components/locked-by/locked-by.component.spec.ts b/projects/aca-shared/src/lib/components/locked-by/locked-by.component.spec.ts index 250c973575..56c5aa1828 100644 --- a/projects/aca-shared/src/lib/components/locked-by/locked-by.component.spec.ts +++ b/projects/aca-shared/src/lib/components/locked-by/locked-by.component.spec.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { LockedByComponent } from './locked-by.component'; diff --git a/projects/aca-shared/src/lib/components/locked-by/locked-by.component.ts b/projects/aca-shared/src/lib/components/locked-by/locked-by.component.ts index 0de656c6c1..db16779180 100644 --- a/projects/aca-shared/src/lib/components/locked-by/locked-by.component.ts +++ b/projects/aca-shared/src/lib/components/locked-by/locked-by.component.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Component, Input, ChangeDetectionStrategy, ViewEncapsulation } from '@angular/core'; diff --git a/projects/aca-shared/src/lib/components/locked-by/locked-by.module.ts b/projects/aca-shared/src/lib/components/locked-by/locked-by.module.ts index dd2eeac814..4fdfa98916 100644 --- a/projects/aca-shared/src/lib/components/locked-by/locked-by.module.ts +++ b/projects/aca-shared/src/lib/components/locked-by/locked-by.module.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { NgModule } from '@angular/core'; diff --git a/projects/aca-shared/src/lib/components/open-in-app/open-in-app.component.spec.ts b/projects/aca-shared/src/lib/components/open-in-app/open-in-app.component.spec.ts index cc22ac5d40..80a8b30a45 100644 --- a/projects/aca-shared/src/lib/components/open-in-app/open-in-app.component.spec.ts +++ b/projects/aca-shared/src/lib/components/open-in-app/open-in-app.component.spec.ts @@ -1,3 +1,27 @@ +/*! + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Alfresco Example Content Application + * + * This file is part of the Alfresco Example Content Application. + * If the software was purchased under a paid Alfresco license, the terms of + * the paid license agreement will prevail. Otherwise, the software is + * provided under the following open source license terms: + * + * The Alfresco Example Content Application is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * The Alfresco Example Content Application is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * from Hyland Software. If not, see . + */ + import { ComponentFixture, TestBed } from '@angular/core/testing'; import { MatDialogRef, MAT_DIALOG_DATA } from '@angular/material/dialog'; import { By } from '@angular/platform-browser'; diff --git a/projects/aca-shared/src/lib/components/open-in-app/open-in-app.component.ts b/projects/aca-shared/src/lib/components/open-in-app/open-in-app.component.ts index b6f66824a3..4a6febaedb 100644 --- a/projects/aca-shared/src/lib/components/open-in-app/open-in-app.component.ts +++ b/projects/aca-shared/src/lib/components/open-in-app/open-in-app.component.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Component, Inject, ViewEncapsulation } from '@angular/core'; diff --git a/projects/aca-shared/src/lib/components/page-layout/page-layout-content.component.ts b/projects/aca-shared/src/lib/components/page-layout/page-layout-content.component.ts index 4a52c5896c..e1d1a7b334 100644 --- a/projects/aca-shared/src/lib/components/page-layout/page-layout-content.component.ts +++ b/projects/aca-shared/src/lib/components/page-layout/page-layout-content.component.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Component, ViewEncapsulation, ChangeDetectionStrategy, Input, HostBinding } from '@angular/core'; diff --git a/projects/aca-shared/src/lib/components/page-layout/page-layout-error.component.ts b/projects/aca-shared/src/lib/components/page-layout/page-layout-error.component.ts index 9d1052adba..4b7c7991f6 100644 --- a/projects/aca-shared/src/lib/components/page-layout/page-layout-error.component.ts +++ b/projects/aca-shared/src/lib/components/page-layout/page-layout-error.component.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Component, ViewEncapsulation, ChangeDetectionStrategy } from '@angular/core'; diff --git a/projects/aca-shared/src/lib/components/page-layout/page-layout-header.component.ts b/projects/aca-shared/src/lib/components/page-layout/page-layout-header.component.ts index f471a5e8f7..87da58587b 100644 --- a/projects/aca-shared/src/lib/components/page-layout/page-layout-header.component.ts +++ b/projects/aca-shared/src/lib/components/page-layout/page-layout-header.component.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Component, ViewEncapsulation, ChangeDetectionStrategy } from '@angular/core'; diff --git a/projects/aca-shared/src/lib/components/page-layout/page-layout.component.ts b/projects/aca-shared/src/lib/components/page-layout/page-layout.component.ts index f2f7c28b6d..eb6559068f 100644 --- a/projects/aca-shared/src/lib/components/page-layout/page-layout.component.ts +++ b/projects/aca-shared/src/lib/components/page-layout/page-layout.component.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Component, ViewEncapsulation, ChangeDetectionStrategy, Input } from '@angular/core'; diff --git a/projects/aca-shared/src/lib/components/page-layout/page-layout.module.ts b/projects/aca-shared/src/lib/components/page-layout/page-layout.module.ts index 7ee0ae3293..2766ec0322 100644 --- a/projects/aca-shared/src/lib/components/page-layout/page-layout.module.ts +++ b/projects/aca-shared/src/lib/components/page-layout/page-layout.module.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { NgModule } from '@angular/core'; diff --git a/projects/aca-shared/src/lib/components/tool-bar/shared-toolbar.module.ts b/projects/aca-shared/src/lib/components/tool-bar/shared-toolbar.module.ts index eedb1eaf97..daba08442a 100644 --- a/projects/aca-shared/src/lib/components/tool-bar/shared-toolbar.module.ts +++ b/projects/aca-shared/src/lib/components/tool-bar/shared-toolbar.module.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { NgModule } from '@angular/core'; diff --git a/projects/aca-shared/src/lib/components/tool-bar/toolbar-action/toolbar-action.component.spec.ts b/projects/aca-shared/src/lib/components/tool-bar/toolbar-action/toolbar-action.component.spec.ts index 263824d196..da1f57e536 100644 --- a/projects/aca-shared/src/lib/components/tool-bar/toolbar-action/toolbar-action.component.spec.ts +++ b/projects/aca-shared/src/lib/components/tool-bar/toolbar-action/toolbar-action.component.spec.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { ComponentFixture, TestBed } from '@angular/core/testing'; diff --git a/projects/aca-shared/src/lib/components/tool-bar/toolbar-action/toolbar-action.component.ts b/projects/aca-shared/src/lib/components/tool-bar/toolbar-action/toolbar-action.component.ts index be8becb983..c9e4b6d805 100644 --- a/projects/aca-shared/src/lib/components/tool-bar/toolbar-action/toolbar-action.component.ts +++ b/projects/aca-shared/src/lib/components/tool-bar/toolbar-action/toolbar-action.component.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Component, ViewEncapsulation, ChangeDetectionStrategy, Input, DoCheck, ChangeDetectorRef } from '@angular/core'; diff --git a/projects/aca-shared/src/lib/components/tool-bar/toolbar-button/toolbar-button.component.spec.ts b/projects/aca-shared/src/lib/components/tool-bar/toolbar-button/toolbar-button.component.spec.ts index 2a4f8ab588..e81bc27d74 100644 --- a/projects/aca-shared/src/lib/components/tool-bar/toolbar-button/toolbar-button.component.spec.ts +++ b/projects/aca-shared/src/lib/components/tool-bar/toolbar-button/toolbar-button.component.spec.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { ComponentFixture, TestBed } from '@angular/core/testing'; diff --git a/projects/aca-shared/src/lib/components/tool-bar/toolbar-button/toolbar-button.component.ts b/projects/aca-shared/src/lib/components/tool-bar/toolbar-button/toolbar-button.component.ts index 5f069f0e4a..f06632870d 100644 --- a/projects/aca-shared/src/lib/components/tool-bar/toolbar-button/toolbar-button.component.ts +++ b/projects/aca-shared/src/lib/components/tool-bar/toolbar-button/toolbar-button.component.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Component, Input, ViewEncapsulation } from '@angular/core'; diff --git a/projects/aca-shared/src/lib/components/tool-bar/toolbar-menu-item/toolbar-menu-item.component.spec.ts b/projects/aca-shared/src/lib/components/tool-bar/toolbar-menu-item/toolbar-menu-item.component.spec.ts index fed9b18698..02d5ec7454 100644 --- a/projects/aca-shared/src/lib/components/tool-bar/toolbar-menu-item/toolbar-menu-item.component.spec.ts +++ b/projects/aca-shared/src/lib/components/tool-bar/toolbar-menu-item/toolbar-menu-item.component.spec.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { ComponentFixture, TestBed } from '@angular/core/testing'; diff --git a/projects/aca-shared/src/lib/components/tool-bar/toolbar-menu-item/toolbar-menu-item.component.ts b/projects/aca-shared/src/lib/components/tool-bar/toolbar-menu-item/toolbar-menu-item.component.ts index c1c60f253a..4c0230bc57 100644 --- a/projects/aca-shared/src/lib/components/tool-bar/toolbar-menu-item/toolbar-menu-item.component.ts +++ b/projects/aca-shared/src/lib/components/tool-bar/toolbar-menu-item/toolbar-menu-item.component.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Component, Input, ViewChild, ViewEncapsulation } from '@angular/core'; diff --git a/projects/aca-shared/src/lib/components/tool-bar/toolbar-menu/toolbar-menu.component.spec.ts b/projects/aca-shared/src/lib/components/tool-bar/toolbar-menu/toolbar-menu.component.spec.ts index 6c3aa454ad..2ac6901998 100644 --- a/projects/aca-shared/src/lib/components/tool-bar/toolbar-menu/toolbar-menu.component.spec.ts +++ b/projects/aca-shared/src/lib/components/tool-bar/toolbar-menu/toolbar-menu.component.spec.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { ToolbarMenuComponent } from './toolbar-menu.component'; diff --git a/projects/aca-shared/src/lib/components/tool-bar/toolbar-menu/toolbar-menu.component.ts b/projects/aca-shared/src/lib/components/tool-bar/toolbar-menu/toolbar-menu.component.ts index 518cb7201d..0657763568 100644 --- a/projects/aca-shared/src/lib/components/tool-bar/toolbar-menu/toolbar-menu.component.ts +++ b/projects/aca-shared/src/lib/components/tool-bar/toolbar-menu/toolbar-menu.component.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Component, Input, ViewEncapsulation, HostListener, ViewChild, ViewChildren, QueryList, AfterViewInit } from '@angular/core'; diff --git a/projects/aca-shared/src/lib/directives/contextmenu/contextmenu.directive.spec.ts b/projects/aca-shared/src/lib/directives/contextmenu/contextmenu.directive.spec.ts index d2676b1bfe..35cee7fd10 100644 --- a/projects/aca-shared/src/lib/directives/contextmenu/contextmenu.directive.spec.ts +++ b/projects/aca-shared/src/lib/directives/contextmenu/contextmenu.directive.spec.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { ContextActionsDirective } from './contextmenu.directive'; diff --git a/projects/aca-shared/src/lib/directives/contextmenu/contextmenu.directive.ts b/projects/aca-shared/src/lib/directives/contextmenu/contextmenu.directive.ts index 7cabfeb0c3..ae239b445d 100644 --- a/projects/aca-shared/src/lib/directives/contextmenu/contextmenu.directive.ts +++ b/projects/aca-shared/src/lib/directives/contextmenu/contextmenu.directive.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Directive, HostListener, Input, OnInit, OnDestroy } from '@angular/core'; diff --git a/projects/aca-shared/src/lib/directives/contextmenu/contextmenu.module.ts b/projects/aca-shared/src/lib/directives/contextmenu/contextmenu.module.ts index a8c1f7fd41..d2d3e77965 100644 --- a/projects/aca-shared/src/lib/directives/contextmenu/contextmenu.module.ts +++ b/projects/aca-shared/src/lib/directives/contextmenu/contextmenu.module.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { NgModule } from '@angular/core'; diff --git a/projects/aca-shared/src/lib/directives/pagination.directive.spec.ts b/projects/aca-shared/src/lib/directives/pagination.directive.spec.ts index 6990d2d52e..7c6f4b4ee0 100644 --- a/projects/aca-shared/src/lib/directives/pagination.directive.spec.ts +++ b/projects/aca-shared/src/lib/directives/pagination.directive.spec.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { PaginationDirective } from './pagination.directive'; diff --git a/projects/aca-shared/src/lib/directives/pagination.directive.ts b/projects/aca-shared/src/lib/directives/pagination.directive.ts index f571886891..dbad1256ca 100644 --- a/projects/aca-shared/src/lib/directives/pagination.directive.ts +++ b/projects/aca-shared/src/lib/directives/pagination.directive.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Directive, OnInit, OnDestroy } from '@angular/core'; diff --git a/projects/aca-shared/src/lib/directives/shared.directives.module.ts b/projects/aca-shared/src/lib/directives/shared.directives.module.ts index 4275bbcb2a..b009bf8cf4 100644 --- a/projects/aca-shared/src/lib/directives/shared.directives.module.ts +++ b/projects/aca-shared/src/lib/directives/shared.directives.module.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { NgModule } from '@angular/core'; diff --git a/projects/aca-shared/src/lib/models/modal-configuration.ts b/projects/aca-shared/src/lib/models/modal-configuration.ts index 0a5182153e..838284b7fb 100644 --- a/projects/aca-shared/src/lib/models/modal-configuration.ts +++ b/projects/aca-shared/src/lib/models/modal-configuration.ts @@ -1,3 +1,27 @@ +/*! + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Alfresco Example Content Application + * + * This file is part of the Alfresco Example Content Application. + * If the software was purchased under a paid Alfresco license, the terms of + * the paid license agreement will prevail. Otherwise, the software is + * provided under the following open source license terms: + * + * The Alfresco Example Content Application is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * The Alfresco Example Content Application is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * from Hyland Software. If not, see . + */ + export interface ModalConfiguration { focusedElementOnCloseSelector?: string; } diff --git a/projects/aca-shared/src/lib/models/types.ts b/projects/aca-shared/src/lib/models/types.ts index 4345efa610..76e6ab5d1d 100644 --- a/projects/aca-shared/src/lib/models/types.ts +++ b/projects/aca-shared/src/lib/models/types.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Route } from '@angular/router'; diff --git a/projects/aca-shared/src/lib/models/viewer.rules.ts b/projects/aca-shared/src/lib/models/viewer.rules.ts index 9dbdfd44aa..f561cdb61c 100644 --- a/projects/aca-shared/src/lib/models/viewer.rules.ts +++ b/projects/aca-shared/src/lib/models/viewer.rules.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ export interface ViewerRules { diff --git a/projects/aca-shared/src/lib/routing/shared.guard.spec.ts b/projects/aca-shared/src/lib/routing/shared.guard.spec.ts index 24e44827ab..4f8d47423b 100644 --- a/projects/aca-shared/src/lib/routing/shared.guard.spec.ts +++ b/projects/aca-shared/src/lib/routing/shared.guard.spec.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { of } from 'rxjs'; diff --git a/projects/aca-shared/src/lib/routing/shared.guard.ts b/projects/aca-shared/src/lib/routing/shared.guard.ts index 242db643c8..e7d102a413 100644 --- a/projects/aca-shared/src/lib/routing/shared.guard.ts +++ b/projects/aca-shared/src/lib/routing/shared.guard.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Injectable } from '@angular/core'; diff --git a/projects/aca-shared/src/lib/services/aca-mobile-app-switcher.service.spec.ts b/projects/aca-shared/src/lib/services/aca-mobile-app-switcher.service.spec.ts index dfd94195d8..4cb0c203f4 100644 --- a/projects/aca-shared/src/lib/services/aca-mobile-app-switcher.service.spec.ts +++ b/projects/aca-shared/src/lib/services/aca-mobile-app-switcher.service.spec.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { TestBed } from '@angular/core/testing'; diff --git a/projects/aca-shared/src/lib/services/aca-mobile-app-switcher.service.ts b/projects/aca-shared/src/lib/services/aca-mobile-app-switcher.service.ts index 0105f662db..27ac08831a 100644 --- a/projects/aca-shared/src/lib/services/aca-mobile-app-switcher.service.ts +++ b/projects/aca-shared/src/lib/services/aca-mobile-app-switcher.service.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { AppConfigService } from '@alfresco/adf-core'; diff --git a/projects/aca-shared/src/lib/services/alfresco-office-extension.service.spec.ts b/projects/aca-shared/src/lib/services/alfresco-office-extension.service.spec.ts index bba98cfaeb..b1f45114e9 100644 --- a/projects/aca-shared/src/lib/services/alfresco-office-extension.service.spec.ts +++ b/projects/aca-shared/src/lib/services/alfresco-office-extension.service.spec.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { TestBed } from '@angular/core/testing'; diff --git a/projects/aca-shared/src/lib/services/alfresco-office-extension.service.ts b/projects/aca-shared/src/lib/services/alfresco-office-extension.service.ts index 9cee72e6c0..95d4160497 100644 --- a/projects/aca-shared/src/lib/services/alfresco-office-extension.service.ts +++ b/projects/aca-shared/src/lib/services/alfresco-office-extension.service.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Injectable } from '@angular/core'; diff --git a/projects/aca-shared/src/lib/services/app-hook.service.ts b/projects/aca-shared/src/lib/services/app-hook.service.ts index 3cb93407da..8ea07d35c3 100644 --- a/projects/aca-shared/src/lib/services/app-hook.service.ts +++ b/projects/aca-shared/src/lib/services/app-hook.service.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Injectable } from '@angular/core'; diff --git a/projects/aca-shared/src/lib/services/app.extension.service.spec.ts b/projects/aca-shared/src/lib/services/app.extension.service.spec.ts index 4e79732e15..a562b37936 100644 --- a/projects/aca-shared/src/lib/services/app.extension.service.spec.ts +++ b/projects/aca-shared/src/lib/services/app.extension.service.spec.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { TestBed } from '@angular/core/testing'; diff --git a/projects/aca-shared/src/lib/services/app.extension.service.ts b/projects/aca-shared/src/lib/services/app.extension.service.ts index 2f810a2492..d28abdee0e 100644 --- a/projects/aca-shared/src/lib/services/app.extension.service.ts +++ b/projects/aca-shared/src/lib/services/app.extension.service.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Injectable } from '@angular/core'; diff --git a/projects/aca-shared/src/lib/services/app.service.spec.ts b/projects/aca-shared/src/lib/services/app.service.spec.ts index a06d422710..457983bd43 100644 --- a/projects/aca-shared/src/lib/services/app.service.spec.ts +++ b/projects/aca-shared/src/lib/services/app.service.spec.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { AppService } from './app.service'; diff --git a/projects/aca-shared/src/lib/services/app.service.ts b/projects/aca-shared/src/lib/services/app.service.ts index 0060036956..2b6b62fc0e 100644 --- a/projects/aca-shared/src/lib/services/app.service.ts +++ b/projects/aca-shared/src/lib/services/app.service.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Inject, Injectable } from '@angular/core'; diff --git a/projects/aca-shared/src/lib/services/content-api.service.spec.ts b/projects/aca-shared/src/lib/services/content-api.service.spec.ts index d3f8bf597a..8170ba898c 100644 --- a/projects/aca-shared/src/lib/services/content-api.service.spec.ts +++ b/projects/aca-shared/src/lib/services/content-api.service.spec.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { ContentApiService } from './content-api.service'; diff --git a/projects/aca-shared/src/lib/services/content-api.service.ts b/projects/aca-shared/src/lib/services/content-api.service.ts index 24cf9fdb61..09448a01cc 100644 --- a/projects/aca-shared/src/lib/services/content-api.service.ts +++ b/projects/aca-shared/src/lib/services/content-api.service.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Injectable } from '@angular/core'; diff --git a/projects/aca-shared/src/lib/services/node-permission.service.spec.ts b/projects/aca-shared/src/lib/services/node-permission.service.spec.ts index a6592fb208..4e901e2dcc 100644 --- a/projects/aca-shared/src/lib/services/node-permission.service.spec.ts +++ b/projects/aca-shared/src/lib/services/node-permission.service.spec.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { NodePermissionService } from './node-permission.service'; diff --git a/projects/aca-shared/src/lib/services/node-permission.service.ts b/projects/aca-shared/src/lib/services/node-permission.service.ts index 5c00e5c408..fcad53424d 100644 --- a/projects/aca-shared/src/lib/services/node-permission.service.ts +++ b/projects/aca-shared/src/lib/services/node-permission.service.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Injectable } from '@angular/core'; diff --git a/projects/aca-shared/src/lib/services/router.extension.service.spec.ts b/projects/aca-shared/src/lib/services/router.extension.service.spec.ts index ac7d2a6421..e1dcfda7d1 100644 --- a/projects/aca-shared/src/lib/services/router.extension.service.spec.ts +++ b/projects/aca-shared/src/lib/services/router.extension.service.spec.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { TestBed } from '@angular/core/testing'; diff --git a/projects/aca-shared/src/lib/services/router.extension.service.ts b/projects/aca-shared/src/lib/services/router.extension.service.ts index 31251cbb0d..695c8bff92 100644 --- a/projects/aca-shared/src/lib/services/router.extension.service.ts +++ b/projects/aca-shared/src/lib/services/router.extension.service.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Injectable, Type } from '@angular/core'; diff --git a/projects/aca-shared/src/lib/shared.module.ts b/projects/aca-shared/src/lib/shared.module.ts index 1378be197e..fdd0b9ba50 100644 --- a/projects/aca-shared/src/lib/shared.module.ts +++ b/projects/aca-shared/src/lib/shared.module.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { ModuleWithProviders, NgModule } from '@angular/core'; diff --git a/projects/aca-shared/src/lib/testing/lib-testing-module.ts b/projects/aca-shared/src/lib/testing/lib-testing-module.ts index 549a5704f0..a120267ba5 100644 --- a/projects/aca-shared/src/lib/testing/lib-testing-module.ts +++ b/projects/aca-shared/src/lib/testing/lib-testing-module.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { NgModule } from '@angular/core'; diff --git a/projects/aca-shared/src/lib/utils/node.utils.ts b/projects/aca-shared/src/lib/utils/node.utils.ts index 0b5c7b1d94..a94f464119 100644 --- a/projects/aca-shared/src/lib/utils/node.utils.ts +++ b/projects/aca-shared/src/lib/utils/node.utils.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Node } from '@alfresco/js-api'; diff --git a/projects/aca-shared/src/lib/utils/note.utils.spec.ts b/projects/aca-shared/src/lib/utils/note.utils.spec.ts index 2b73357832..ce18ba9d45 100644 --- a/projects/aca-shared/src/lib/utils/note.utils.spec.ts +++ b/projects/aca-shared/src/lib/utils/note.utils.spec.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { isLibrary, isLocked } from './node.utils'; diff --git a/projects/aca-shared/src/public-api.ts b/projects/aca-shared/src/public-api.ts index fb505ab3a9..b0fed0587a 100644 --- a/projects/aca-shared/src/public-api.ts +++ b/projects/aca-shared/src/public-api.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ export * from './lib/adf-extensions/extensions-data-loader.guard'; diff --git a/projects/aca-shared/store/src/actions/app-action-types.ts b/projects/aca-shared/store/src/actions/app-action-types.ts index 99ce6b475a..d38b3ffc93 100644 --- a/projects/aca-shared/store/src/actions/app-action-types.ts +++ b/projects/aca-shared/store/src/actions/app-action-types.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ export enum AppActionTypes { diff --git a/projects/aca-shared/store/src/actions/app.actions.ts b/projects/aca-shared/store/src/actions/app.actions.ts index 5853947599..e69e518c83 100644 --- a/projects/aca-shared/store/src/actions/app.actions.ts +++ b/projects/aca-shared/store/src/actions/app.actions.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Action } from '@ngrx/store'; diff --git a/projects/aca-shared/store/src/actions/context-menu-action-types.ts b/projects/aca-shared/store/src/actions/context-menu-action-types.ts index 68d4097038..4690b036e0 100644 --- a/projects/aca-shared/store/src/actions/context-menu-action-types.ts +++ b/projects/aca-shared/store/src/actions/context-menu-action-types.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ export enum ContextMenuActionTypes { diff --git a/projects/aca-shared/store/src/actions/contextmenu.actions.ts b/projects/aca-shared/store/src/actions/contextmenu.actions.ts index b812f89303..c963e6abae 100644 --- a/projects/aca-shared/store/src/actions/contextmenu.actions.ts +++ b/projects/aca-shared/store/src/actions/contextmenu.actions.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Action } from '@ngrx/store'; diff --git a/projects/aca-shared/store/src/actions/library.actions.ts b/projects/aca-shared/store/src/actions/library.actions.ts index 763cffffe1..a074b62f68 100644 --- a/projects/aca-shared/store/src/actions/library.actions.ts +++ b/projects/aca-shared/store/src/actions/library.actions.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Action } from '@ngrx/store'; diff --git a/projects/aca-shared/store/src/actions/metadata-aspect.actions.ts b/projects/aca-shared/store/src/actions/metadata-aspect.actions.ts index 60346340bc..829b17aed2 100644 --- a/projects/aca-shared/store/src/actions/metadata-aspect.actions.ts +++ b/projects/aca-shared/store/src/actions/metadata-aspect.actions.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Action } from '@ngrx/store'; diff --git a/projects/aca-shared/store/src/actions/node.actions.ts b/projects/aca-shared/store/src/actions/node.actions.ts index af1bf2392e..0279612368 100644 --- a/projects/aca-shared/store/src/actions/node.actions.ts +++ b/projects/aca-shared/store/src/actions/node.actions.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Action } from '@ngrx/store'; diff --git a/projects/aca-shared/store/src/actions/router-action-types.ts b/projects/aca-shared/store/src/actions/router-action-types.ts index 9a2bdb19b5..e092e2f9f0 100644 --- a/projects/aca-shared/store/src/actions/router-action-types.ts +++ b/projects/aca-shared/store/src/actions/router-action-types.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ export enum RouterActionTypes { diff --git a/projects/aca-shared/store/src/actions/router.actions.ts b/projects/aca-shared/store/src/actions/router.actions.ts index 41f2452b74..13c8361349 100644 --- a/projects/aca-shared/store/src/actions/router.actions.ts +++ b/projects/aca-shared/store/src/actions/router.actions.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Action } from '@ngrx/store'; diff --git a/projects/aca-shared/store/src/actions/search.actions.ts b/projects/aca-shared/store/src/actions/search.actions.ts index 6da0dcaa2d..67c362bfcf 100644 --- a/projects/aca-shared/store/src/actions/search.actions.ts +++ b/projects/aca-shared/store/src/actions/search.actions.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Action } from '@ngrx/store'; diff --git a/projects/aca-shared/store/src/actions/snackbar.actions.ts b/projects/aca-shared/store/src/actions/snackbar.actions.ts index 5087e758e7..61650f86e5 100644 --- a/projects/aca-shared/store/src/actions/snackbar.actions.ts +++ b/projects/aca-shared/store/src/actions/snackbar.actions.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Action } from '@ngrx/store'; diff --git a/projects/aca-shared/store/src/actions/template-action-types.ts b/projects/aca-shared/store/src/actions/template-action-types.ts index 43df16ef4f..9d0465955b 100644 --- a/projects/aca-shared/store/src/actions/template-action-types.ts +++ b/projects/aca-shared/store/src/actions/template-action-types.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ export enum TemplateActionTypes { diff --git a/projects/aca-shared/store/src/actions/template.actions.ts b/projects/aca-shared/store/src/actions/template.actions.ts index 46c2424d2d..79a1797edb 100644 --- a/projects/aca-shared/store/src/actions/template.actions.ts +++ b/projects/aca-shared/store/src/actions/template.actions.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Action } from '@ngrx/store'; diff --git a/projects/aca-shared/store/src/actions/upload.actions.ts b/projects/aca-shared/store/src/actions/upload.actions.ts index 5c14d07c8f..8c287c618b 100644 --- a/projects/aca-shared/store/src/actions/upload.actions.ts +++ b/projects/aca-shared/store/src/actions/upload.actions.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Action } from '@ngrx/store'; diff --git a/projects/aca-shared/store/src/actions/viewer.actions.ts b/projects/aca-shared/store/src/actions/viewer.actions.ts index 7c6c05edae..e43cd9e648 100644 --- a/projects/aca-shared/store/src/actions/viewer.actions.ts +++ b/projects/aca-shared/store/src/actions/viewer.actions.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Action } from '@ngrx/store'; diff --git a/projects/aca-shared/store/src/effects/dialog.effects.ts b/projects/aca-shared/store/src/effects/dialog.effects.ts index c97ecd40c1..33a340a879 100644 --- a/projects/aca-shared/store/src/effects/dialog.effects.ts +++ b/projects/aca-shared/store/src/effects/dialog.effects.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Actions, ofType, createEffect } from '@ngrx/effects'; diff --git a/projects/aca-shared/store/src/effects/router.effects.ts b/projects/aca-shared/store/src/effects/router.effects.ts index dc410ac89e..ba5d90643c 100644 --- a/projects/aca-shared/store/src/effects/router.effects.ts +++ b/projects/aca-shared/store/src/effects/router.effects.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Injectable } from '@angular/core'; diff --git a/projects/aca-shared/store/src/effects/snackbar.effects.ts b/projects/aca-shared/store/src/effects/snackbar.effects.ts index b40feecd09..91364bee81 100644 --- a/projects/aca-shared/store/src/effects/snackbar.effects.ts +++ b/projects/aca-shared/store/src/effects/snackbar.effects.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { SnackbarContentComponent, SnackBarData, TranslationService } from '@alfresco/adf-core'; diff --git a/projects/aca-shared/store/src/models/delete-status.model.ts b/projects/aca-shared/store/src/models/delete-status.model.ts index 26605d78de..28a874384d 100644 --- a/projects/aca-shared/store/src/models/delete-status.model.ts +++ b/projects/aca-shared/store/src/models/delete-status.model.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ export interface DeleteStatus { diff --git a/projects/aca-shared/store/src/models/deleted-node-info.model.ts b/projects/aca-shared/store/src/models/deleted-node-info.model.ts index fdfe28a2e7..d257069ad5 100644 --- a/projects/aca-shared/store/src/models/deleted-node-info.model.ts +++ b/projects/aca-shared/store/src/models/deleted-node-info.model.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ export interface DeletedNodeInfo { diff --git a/projects/aca-shared/store/src/models/modal-configuration.ts b/projects/aca-shared/store/src/models/modal-configuration.ts index 0a5182153e..838284b7fb 100644 --- a/projects/aca-shared/store/src/models/modal-configuration.ts +++ b/projects/aca-shared/store/src/models/modal-configuration.ts @@ -1,3 +1,27 @@ +/*! + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Alfresco Example Content Application + * + * This file is part of the Alfresco Example Content Application. + * If the software was purchased under a paid Alfresco license, the terms of + * the paid license agreement will prevail. Otherwise, the software is + * provided under the following open source license terms: + * + * The Alfresco Example Content Application is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * The Alfresco Example Content Application is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * from Hyland Software. If not, see . + */ + export interface ModalConfiguration { focusedElementOnCloseSelector?: string; } diff --git a/projects/aca-shared/store/src/models/node-info.model.ts b/projects/aca-shared/store/src/models/node-info.model.ts index c55d0c2f4a..79bc9ef36d 100644 --- a/projects/aca-shared/store/src/models/node-info.model.ts +++ b/projects/aca-shared/store/src/models/node-info.model.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ export interface NodeInfo { diff --git a/projects/aca-shared/store/src/models/search-option.model.ts b/projects/aca-shared/store/src/models/search-option.model.ts index c1b507d94d..bd8d71fdd1 100644 --- a/projects/aca-shared/store/src/models/search-option.model.ts +++ b/projects/aca-shared/store/src/models/search-option.model.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ export enum SearchOptionIds { diff --git a/projects/aca-shared/store/src/public-api.ts b/projects/aca-shared/store/src/public-api.ts index 05511f8010..24b5599a87 100644 --- a/projects/aca-shared/store/src/public-api.ts +++ b/projects/aca-shared/store/src/public-api.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ export * from './actions/app-action-types'; diff --git a/projects/aca-shared/store/src/selectors/app.selectors.ts b/projects/aca-shared/store/src/selectors/app.selectors.ts index f228f0a3a8..8e27d23a5c 100644 --- a/projects/aca-shared/store/src/selectors/app.selectors.ts +++ b/projects/aca-shared/store/src/selectors/app.selectors.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { AppStore } from '../states/app.state'; diff --git a/projects/aca-shared/store/src/states/app.state.ts b/projects/aca-shared/store/src/states/app.state.ts index bfd65eee14..fdffa7b4d7 100644 --- a/projects/aca-shared/store/src/states/app.state.ts +++ b/projects/aca-shared/store/src/states/app.state.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { SelectionState, ProfileState, NavigationState } from '@alfresco/adf-extensions'; diff --git a/projects/aca-shared/store/src/store.module.ts b/projects/aca-shared/store/src/store.module.ts index 4d47baa44e..a6e81da188 100644 --- a/projects/aca-shared/store/src/store.module.ts +++ b/projects/aca-shared/store/src/store.module.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { NgModule } from '@angular/core'; diff --git a/projects/aca-shared/test.ts b/projects/aca-shared/test.ts index f3f9cbb9a2..3ec7a641c9 100644 --- a/projects/aca-shared/test.ts +++ b/projects/aca-shared/test.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ // This file is required by karma.conf.js and loads recursively all the .spec and framework files diff --git a/projects/aca-testing-shared/src/components/breadcrumb/breadcrumb.ts b/projects/aca-testing-shared/src/components/breadcrumb/breadcrumb.ts index 9dd54993ea..c058f8de3b 100755 --- a/projects/aca-testing-shared/src/components/breadcrumb/breadcrumb.ts +++ b/projects/aca-testing-shared/src/components/breadcrumb/breadcrumb.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,7 +15,7 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License diff --git a/projects/aca-testing-shared/src/components/breadcrumb/dropdown-breadcrumb.ts b/projects/aca-testing-shared/src/components/breadcrumb/dropdown-breadcrumb.ts index 952df93b7b..4b87e4de82 100755 --- a/projects/aca-testing-shared/src/components/breadcrumb/dropdown-breadcrumb.ts +++ b/projects/aca-testing-shared/src/components/breadcrumb/dropdown-breadcrumb.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,7 +15,7 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License diff --git a/projects/aca-testing-shared/src/components/component.ts b/projects/aca-testing-shared/src/components/component.ts index 26faf407e5..7ce61c6eb7 100755 --- a/projects/aca-testing-shared/src/components/component.ts +++ b/projects/aca-testing-shared/src/components/component.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,7 +15,7 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License diff --git a/projects/aca-testing-shared/src/components/components.ts b/projects/aca-testing-shared/src/components/components.ts index 9407625f5d..ac18d3fc35 100755 --- a/projects/aca-testing-shared/src/components/components.ts +++ b/projects/aca-testing-shared/src/components/components.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,7 +15,7 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License diff --git a/projects/aca-testing-shared/src/components/data-table/data-table.ts b/projects/aca-testing-shared/src/components/data-table/data-table.ts index fac9cef342..a21db0d09e 100755 --- a/projects/aca-testing-shared/src/components/data-table/data-table.ts +++ b/projects/aca-testing-shared/src/components/data-table/data-table.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,7 +15,7 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License diff --git a/projects/aca-testing-shared/src/components/datetime-picker/datetime-picker.ts b/projects/aca-testing-shared/src/components/datetime-picker/datetime-picker.ts index 3559ec43fb..c565ef1719 100755 --- a/projects/aca-testing-shared/src/components/datetime-picker/datetime-picker.ts +++ b/projects/aca-testing-shared/src/components/datetime-picker/datetime-picker.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,7 +15,7 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License diff --git a/projects/aca-testing-shared/src/components/dialog/confirm-dialog.ts b/projects/aca-testing-shared/src/components/dialog/confirm-dialog.ts index aa7bd88f0e..ad20c6e739 100755 --- a/projects/aca-testing-shared/src/components/dialog/confirm-dialog.ts +++ b/projects/aca-testing-shared/src/components/dialog/confirm-dialog.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,7 +15,7 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License diff --git a/projects/aca-testing-shared/src/components/dialog/content-node-selector-dialog.ts b/projects/aca-testing-shared/src/components/dialog/content-node-selector-dialog.ts index f8fcae70ed..fdb8162f69 100755 --- a/projects/aca-testing-shared/src/components/dialog/content-node-selector-dialog.ts +++ b/projects/aca-testing-shared/src/components/dialog/content-node-selector-dialog.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,7 +15,7 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License diff --git a/projects/aca-testing-shared/src/components/dialog/create-edit-folder-dialog.ts b/projects/aca-testing-shared/src/components/dialog/create-edit-folder-dialog.ts index f5e5df34f9..d33e11a726 100755 --- a/projects/aca-testing-shared/src/components/dialog/create-edit-folder-dialog.ts +++ b/projects/aca-testing-shared/src/components/dialog/create-edit-folder-dialog.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,7 +15,7 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License diff --git a/projects/aca-testing-shared/src/components/dialog/create-from-template-dialog.ts b/projects/aca-testing-shared/src/components/dialog/create-from-template-dialog.ts index d1ea366754..fab9bfdc62 100755 --- a/projects/aca-testing-shared/src/components/dialog/create-from-template-dialog.ts +++ b/projects/aca-testing-shared/src/components/dialog/create-from-template-dialog.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,7 +15,7 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License diff --git a/projects/aca-testing-shared/src/components/dialog/create-library-dialog.ts b/projects/aca-testing-shared/src/components/dialog/create-library-dialog.ts index f97b4ff15d..f3518e9918 100755 --- a/projects/aca-testing-shared/src/components/dialog/create-library-dialog.ts +++ b/projects/aca-testing-shared/src/components/dialog/create-library-dialog.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,7 +15,7 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License diff --git a/projects/aca-testing-shared/src/components/dialog/generic-dialog.ts b/projects/aca-testing-shared/src/components/dialog/generic-dialog.ts index 4e9c9db05e..abb35587a4 100644 --- a/projects/aca-testing-shared/src/components/dialog/generic-dialog.ts +++ b/projects/aca-testing-shared/src/components/dialog/generic-dialog.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,7 +15,7 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License diff --git a/projects/aca-testing-shared/src/components/dialog/index.ts b/projects/aca-testing-shared/src/components/dialog/index.ts index 206eea8b36..0985fa79f9 100644 --- a/projects/aca-testing-shared/src/components/dialog/index.ts +++ b/projects/aca-testing-shared/src/components/dialog/index.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,7 +15,7 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License diff --git a/projects/aca-testing-shared/src/components/dialog/manage-versions-dialog.ts b/projects/aca-testing-shared/src/components/dialog/manage-versions-dialog.ts index 6250802778..8ba05f2f3b 100755 --- a/projects/aca-testing-shared/src/components/dialog/manage-versions-dialog.ts +++ b/projects/aca-testing-shared/src/components/dialog/manage-versions-dialog.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,7 +15,7 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License diff --git a/projects/aca-testing-shared/src/components/dialog/password-dialog.ts b/projects/aca-testing-shared/src/components/dialog/password-dialog.ts index a2ce6dc8f2..fd99629b49 100755 --- a/projects/aca-testing-shared/src/components/dialog/password-dialog.ts +++ b/projects/aca-testing-shared/src/components/dialog/password-dialog.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,7 +15,7 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License diff --git a/projects/aca-testing-shared/src/components/dialog/select-template-dialog.ts b/projects/aca-testing-shared/src/components/dialog/select-template-dialog.ts index 8f2fcb8cc7..6228fc0249 100755 --- a/projects/aca-testing-shared/src/components/dialog/select-template-dialog.ts +++ b/projects/aca-testing-shared/src/components/dialog/select-template-dialog.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,7 +15,7 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License diff --git a/projects/aca-testing-shared/src/components/dialog/share-dialog.ts b/projects/aca-testing-shared/src/components/dialog/share-dialog.ts index 870bc6e844..8e5b111790 100755 --- a/projects/aca-testing-shared/src/components/dialog/share-dialog.ts +++ b/projects/aca-testing-shared/src/components/dialog/share-dialog.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,7 +15,7 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License diff --git a/projects/aca-testing-shared/src/components/dialog/upload-files-dialog.ts b/projects/aca-testing-shared/src/components/dialog/upload-files-dialog.ts index d49b5eac64..03b718beab 100644 --- a/projects/aca-testing-shared/src/components/dialog/upload-files-dialog.ts +++ b/projects/aca-testing-shared/src/components/dialog/upload-files-dialog.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,7 +15,7 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License diff --git a/projects/aca-testing-shared/src/components/dialog/upload-new-version-dialog.ts b/projects/aca-testing-shared/src/components/dialog/upload-new-version-dialog.ts index e895bbb7f1..9eba41df01 100755 --- a/projects/aca-testing-shared/src/components/dialog/upload-new-version-dialog.ts +++ b/projects/aca-testing-shared/src/components/dialog/upload-new-version-dialog.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,7 +15,7 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License diff --git a/projects/aca-testing-shared/src/components/header/header.ts b/projects/aca-testing-shared/src/components/header/header.ts index 4ed1a4ec6a..1826cbaedc 100755 --- a/projects/aca-testing-shared/src/components/header/header.ts +++ b/projects/aca-testing-shared/src/components/header/header.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,7 +15,7 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License diff --git a/projects/aca-testing-shared/src/components/header/user-info.ts b/projects/aca-testing-shared/src/components/header/user-info.ts index 3955c8c160..087ca659a7 100755 --- a/projects/aca-testing-shared/src/components/header/user-info.ts +++ b/projects/aca-testing-shared/src/components/header/user-info.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,7 +15,7 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License diff --git a/projects/aca-testing-shared/src/components/index.ts b/projects/aca-testing-shared/src/components/index.ts index ad4b8840ac..b8124952d8 100644 --- a/projects/aca-testing-shared/src/components/index.ts +++ b/projects/aca-testing-shared/src/components/index.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,7 +15,7 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License diff --git a/projects/aca-testing-shared/src/components/info-drawer/index.ts b/projects/aca-testing-shared/src/components/info-drawer/index.ts index 34d9fa4b01..296b005adb 100644 --- a/projects/aca-testing-shared/src/components/info-drawer/index.ts +++ b/projects/aca-testing-shared/src/components/info-drawer/index.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,7 +15,7 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License diff --git a/projects/aca-testing-shared/src/components/info-drawer/info-drawer-comments-tab.ts b/projects/aca-testing-shared/src/components/info-drawer/info-drawer-comments-tab.ts index 5fea6b206b..d518db7143 100755 --- a/projects/aca-testing-shared/src/components/info-drawer/info-drawer-comments-tab.ts +++ b/projects/aca-testing-shared/src/components/info-drawer/info-drawer-comments-tab.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,7 +15,7 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License diff --git a/projects/aca-testing-shared/src/components/info-drawer/info-drawer-metadata-content.ts b/projects/aca-testing-shared/src/components/info-drawer/info-drawer-metadata-content.ts index 025afc4028..c7429829c5 100755 --- a/projects/aca-testing-shared/src/components/info-drawer/info-drawer-metadata-content.ts +++ b/projects/aca-testing-shared/src/components/info-drawer/info-drawer-metadata-content.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,7 +15,7 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License diff --git a/projects/aca-testing-shared/src/components/info-drawer/info-drawer-metadata-library.ts b/projects/aca-testing-shared/src/components/info-drawer/info-drawer-metadata-library.ts index 539ccff26c..ae3e298185 100755 --- a/projects/aca-testing-shared/src/components/info-drawer/info-drawer-metadata-library.ts +++ b/projects/aca-testing-shared/src/components/info-drawer/info-drawer-metadata-library.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,7 +15,7 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License diff --git a/projects/aca-testing-shared/src/components/info-drawer/info-drawer.ts b/projects/aca-testing-shared/src/components/info-drawer/info-drawer.ts index 9df1134e93..270677eef2 100755 --- a/projects/aca-testing-shared/src/components/info-drawer/info-drawer.ts +++ b/projects/aca-testing-shared/src/components/info-drawer/info-drawer.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,7 +15,7 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License diff --git a/projects/aca-testing-shared/src/components/login/login.ts b/projects/aca-testing-shared/src/components/login/login.ts index a5455efeb8..41df58ccc7 100755 --- a/projects/aca-testing-shared/src/components/login/login.ts +++ b/projects/aca-testing-shared/src/components/login/login.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,7 +15,7 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License diff --git a/projects/aca-testing-shared/src/components/menu/menu.ts b/projects/aca-testing-shared/src/components/menu/menu.ts index 0b9c79cb62..ec4d4f19db 100755 --- a/projects/aca-testing-shared/src/components/menu/menu.ts +++ b/projects/aca-testing-shared/src/components/menu/menu.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,7 +15,7 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License diff --git a/projects/aca-testing-shared/src/components/metadata-card/metadata-card.ts b/projects/aca-testing-shared/src/components/metadata-card/metadata-card.ts index 8e947df23b..1a7e622567 100644 --- a/projects/aca-testing-shared/src/components/metadata-card/metadata-card.ts +++ b/projects/aca-testing-shared/src/components/metadata-card/metadata-card.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,7 +15,7 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License diff --git a/projects/aca-testing-shared/src/components/pagination/pagination.ts b/projects/aca-testing-shared/src/components/pagination/pagination.ts index a12f4f0a5f..3f1ef86454 100755 --- a/projects/aca-testing-shared/src/components/pagination/pagination.ts +++ b/projects/aca-testing-shared/src/components/pagination/pagination.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,7 +15,7 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License diff --git a/projects/aca-testing-shared/src/components/search/filters/created-date-filter.ts b/projects/aca-testing-shared/src/components/search/filters/created-date-filter.ts index cffd0a5e2d..bc39c3d04c 100755 --- a/projects/aca-testing-shared/src/components/search/filters/created-date-filter.ts +++ b/projects/aca-testing-shared/src/components/search/filters/created-date-filter.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,7 +15,7 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License diff --git a/projects/aca-testing-shared/src/components/search/filters/facet-filter.ts b/projects/aca-testing-shared/src/components/search/filters/facet-filter.ts index 13e33ba008..7547d041a7 100755 --- a/projects/aca-testing-shared/src/components/search/filters/facet-filter.ts +++ b/projects/aca-testing-shared/src/components/search/filters/facet-filter.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,7 +15,7 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License diff --git a/projects/aca-testing-shared/src/components/search/filters/generic-filter.ts b/projects/aca-testing-shared/src/components/search/filters/generic-filter.ts index d4b3865121..5a9149c403 100755 --- a/projects/aca-testing-shared/src/components/search/filters/generic-filter.ts +++ b/projects/aca-testing-shared/src/components/search/filters/generic-filter.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,7 +15,7 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License diff --git a/projects/aca-testing-shared/src/components/search/filters/size-filter.ts b/projects/aca-testing-shared/src/components/search/filters/size-filter.ts index 62691acf24..3f9b7894e3 100755 --- a/projects/aca-testing-shared/src/components/search/filters/size-filter.ts +++ b/projects/aca-testing-shared/src/components/search/filters/size-filter.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,7 +15,7 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License diff --git a/projects/aca-testing-shared/src/components/search/index.ts b/projects/aca-testing-shared/src/components/search/index.ts index d59118a23c..9c1f195633 100644 --- a/projects/aca-testing-shared/src/components/search/index.ts +++ b/projects/aca-testing-shared/src/components/search/index.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,7 +15,7 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License diff --git a/projects/aca-testing-shared/src/components/search/search-filters.ts b/projects/aca-testing-shared/src/components/search/search-filters.ts index 97802a8e9b..dd723a821d 100755 --- a/projects/aca-testing-shared/src/components/search/search-filters.ts +++ b/projects/aca-testing-shared/src/components/search/search-filters.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,7 +15,7 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License diff --git a/projects/aca-testing-shared/src/components/search/search-input.ts b/projects/aca-testing-shared/src/components/search/search-input.ts index 268ea61610..5abe7715e3 100755 --- a/projects/aca-testing-shared/src/components/search/search-input.ts +++ b/projects/aca-testing-shared/src/components/search/search-input.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,7 +15,7 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License diff --git a/projects/aca-testing-shared/src/components/search/search-sorting-picker.ts b/projects/aca-testing-shared/src/components/search/search-sorting-picker.ts index 7bfdfc716c..0c28001296 100755 --- a/projects/aca-testing-shared/src/components/search/search-sorting-picker.ts +++ b/projects/aca-testing-shared/src/components/search/search-sorting-picker.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,7 +15,7 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License diff --git a/projects/aca-testing-shared/src/components/sidenav/sidenav.ts b/projects/aca-testing-shared/src/components/sidenav/sidenav.ts index c6da7a9199..a4977a2902 100755 --- a/projects/aca-testing-shared/src/components/sidenav/sidenav.ts +++ b/projects/aca-testing-shared/src/components/sidenav/sidenav.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,7 +15,7 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License diff --git a/projects/aca-testing-shared/src/components/toolbar/toolbar.ts b/projects/aca-testing-shared/src/components/toolbar/toolbar.ts index 394d6fcfc4..13e17b6aec 100755 --- a/projects/aca-testing-shared/src/components/toolbar/toolbar.ts +++ b/projects/aca-testing-shared/src/components/toolbar/toolbar.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,7 +15,7 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License diff --git a/projects/aca-testing-shared/src/components/viewer/viewer.ts b/projects/aca-testing-shared/src/components/viewer/viewer.ts index 13a05c0189..7c33ebe9de 100755 --- a/projects/aca-testing-shared/src/components/viewer/viewer.ts +++ b/projects/aca-testing-shared/src/components/viewer/viewer.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,7 +15,7 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License diff --git a/projects/aca-testing-shared/src/configs.ts b/projects/aca-testing-shared/src/configs.ts index 4184ab17c0..06d7ea3cbb 100755 --- a/projects/aca-testing-shared/src/configs.ts +++ b/projects/aca-testing-shared/src/configs.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,12 +15,13 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License * along with Alfresco. If not, see . */ + export const BROWSER_WAIT_TIMEOUT = 10000; // Application configs diff --git a/projects/aca-testing-shared/src/index.ts b/projects/aca-testing-shared/src/index.ts index 0a545b64ec..c6ffd04471 100644 --- a/projects/aca-testing-shared/src/index.ts +++ b/projects/aca-testing-shared/src/index.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,7 +15,7 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License diff --git a/projects/aca-testing-shared/src/pages/browsing-page.ts b/projects/aca-testing-shared/src/pages/browsing-page.ts index 4d98bf7ef3..531c4dcc40 100755 --- a/projects/aca-testing-shared/src/pages/browsing-page.ts +++ b/projects/aca-testing-shared/src/pages/browsing-page.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,7 +15,7 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License diff --git a/projects/aca-testing-shared/src/pages/index.ts b/projects/aca-testing-shared/src/pages/index.ts index 22950897c6..b185ce10dd 100755 --- a/projects/aca-testing-shared/src/pages/index.ts +++ b/projects/aca-testing-shared/src/pages/index.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,7 +15,7 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License diff --git a/projects/aca-testing-shared/src/pages/login-page.ts b/projects/aca-testing-shared/src/pages/login-page.ts index 2b9397f285..49bfd396da 100755 --- a/projects/aca-testing-shared/src/pages/login-page.ts +++ b/projects/aca-testing-shared/src/pages/login-page.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,12 +15,13 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License * along with Alfresco. If not, see . */ + import { browser } from 'protractor'; import { LoginComponent } from '../components/components'; import { Page } from './page'; diff --git a/projects/aca-testing-shared/src/pages/page.ts b/projects/aca-testing-shared/src/pages/page.ts index afc7b807ea..9d3edb0df4 100755 --- a/projects/aca-testing-shared/src/pages/page.ts +++ b/projects/aca-testing-shared/src/pages/page.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,7 +15,7 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License diff --git a/projects/aca-testing-shared/src/pages/search-results-page.ts b/projects/aca-testing-shared/src/pages/search-results-page.ts index 7fbb89ede9..6d90600204 100755 --- a/projects/aca-testing-shared/src/pages/search-results-page.ts +++ b/projects/aca-testing-shared/src/pages/search-results-page.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,7 +15,7 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License diff --git a/projects/aca-testing-shared/src/utilities/admin-actions.ts b/projects/aca-testing-shared/src/utilities/admin-actions.ts index 19152fb7d6..09c38d0c9d 100755 --- a/projects/aca-testing-shared/src/utilities/admin-actions.ts +++ b/projects/aca-testing-shared/src/utilities/admin-actions.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,7 +15,7 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License diff --git a/projects/aca-testing-shared/src/utilities/browser-utils.ts b/projects/aca-testing-shared/src/utilities/browser-utils.ts index 3b56c4bf6c..0742e2f834 100644 --- a/projects/aca-testing-shared/src/utilities/browser-utils.ts +++ b/projects/aca-testing-shared/src/utilities/browser-utils.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,7 +15,7 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License diff --git a/projects/aca-testing-shared/src/utilities/index.ts b/projects/aca-testing-shared/src/utilities/index.ts index 31ffe14553..61eca7548b 100644 --- a/projects/aca-testing-shared/src/utilities/index.ts +++ b/projects/aca-testing-shared/src/utilities/index.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,7 +15,7 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License diff --git a/projects/aca-testing-shared/src/utilities/repo-client/apis/favorites/favorites-api.ts b/projects/aca-testing-shared/src/utilities/repo-client/apis/favorites/favorites-api.ts index 6988a3d694..b2d8152a65 100755 --- a/projects/aca-testing-shared/src/utilities/repo-client/apis/favorites/favorites-api.ts +++ b/projects/aca-testing-shared/src/utilities/repo-client/apis/favorites/favorites-api.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,7 +15,7 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License diff --git a/projects/aca-testing-shared/src/utilities/repo-client/apis/index.ts b/projects/aca-testing-shared/src/utilities/repo-client/apis/index.ts index 865f7a53ab..5ecf4a83eb 100644 --- a/projects/aca-testing-shared/src/utilities/repo-client/apis/index.ts +++ b/projects/aca-testing-shared/src/utilities/repo-client/apis/index.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,7 +15,7 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License diff --git a/projects/aca-testing-shared/src/utilities/repo-client/apis/nodes/node-body-create.ts b/projects/aca-testing-shared/src/utilities/repo-client/apis/nodes/node-body-create.ts index d4d62d3d2b..c91db5c05a 100755 --- a/projects/aca-testing-shared/src/utilities/repo-client/apis/nodes/node-body-create.ts +++ b/projects/aca-testing-shared/src/utilities/repo-client/apis/nodes/node-body-create.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,7 +15,7 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License diff --git a/projects/aca-testing-shared/src/utilities/repo-client/apis/nodes/node-content-tree.ts b/projects/aca-testing-shared/src/utilities/repo-client/apis/nodes/node-content-tree.ts index ca72cb6454..ccf06b2055 100755 --- a/projects/aca-testing-shared/src/utilities/repo-client/apis/nodes/node-content-tree.ts +++ b/projects/aca-testing-shared/src/utilities/repo-client/apis/nodes/node-content-tree.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,7 +15,7 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License diff --git a/projects/aca-testing-shared/src/utilities/repo-client/apis/nodes/nodes-api.ts b/projects/aca-testing-shared/src/utilities/repo-client/apis/nodes/nodes-api.ts index cdce498775..cb766e3b2d 100755 --- a/projects/aca-testing-shared/src/utilities/repo-client/apis/nodes/nodes-api.ts +++ b/projects/aca-testing-shared/src/utilities/repo-client/apis/nodes/nodes-api.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,7 +15,7 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License diff --git a/projects/aca-testing-shared/src/utilities/repo-client/apis/people/people-api-models.ts b/projects/aca-testing-shared/src/utilities/repo-client/apis/people/people-api-models.ts index 8b441644bc..9f683357d0 100755 --- a/projects/aca-testing-shared/src/utilities/repo-client/apis/people/people-api-models.ts +++ b/projects/aca-testing-shared/src/utilities/repo-client/apis/people/people-api-models.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,7 +15,7 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License diff --git a/projects/aca-testing-shared/src/utilities/repo-client/apis/queries/queries-api.ts b/projects/aca-testing-shared/src/utilities/repo-client/apis/queries/queries-api.ts index 23065f78ca..a653a00b82 100755 --- a/projects/aca-testing-shared/src/utilities/repo-client/apis/queries/queries-api.ts +++ b/projects/aca-testing-shared/src/utilities/repo-client/apis/queries/queries-api.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,7 +15,7 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License diff --git a/projects/aca-testing-shared/src/utilities/repo-client/apis/repo-api.ts b/projects/aca-testing-shared/src/utilities/repo-client/apis/repo-api.ts index bfcee12fb1..e5db8f0acc 100644 --- a/projects/aca-testing-shared/src/utilities/repo-client/apis/repo-api.ts +++ b/projects/aca-testing-shared/src/utilities/repo-client/apis/repo-api.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,7 +15,7 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License diff --git a/projects/aca-testing-shared/src/utilities/repo-client/apis/search/search-api.ts b/projects/aca-testing-shared/src/utilities/repo-client/apis/search/search-api.ts index 730351b370..aa2944afc8 100755 --- a/projects/aca-testing-shared/src/utilities/repo-client/apis/search/search-api.ts +++ b/projects/aca-testing-shared/src/utilities/repo-client/apis/search/search-api.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,7 +15,7 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License diff --git a/projects/aca-testing-shared/src/utilities/repo-client/apis/shared-links/shared-links-api.ts b/projects/aca-testing-shared/src/utilities/repo-client/apis/shared-links/shared-links-api.ts index c2294e7abe..ac6f01a924 100755 --- a/projects/aca-testing-shared/src/utilities/repo-client/apis/shared-links/shared-links-api.ts +++ b/projects/aca-testing-shared/src/utilities/repo-client/apis/shared-links/shared-links-api.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,7 +15,7 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License diff --git a/projects/aca-testing-shared/src/utilities/repo-client/apis/sites/sites-api.ts b/projects/aca-testing-shared/src/utilities/repo-client/apis/sites/sites-api.ts index b0fdda3dcf..f8b2d45713 100755 --- a/projects/aca-testing-shared/src/utilities/repo-client/apis/sites/sites-api.ts +++ b/projects/aca-testing-shared/src/utilities/repo-client/apis/sites/sites-api.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,7 +15,7 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License diff --git a/projects/aca-testing-shared/src/utilities/repo-client/apis/upload/upload-api.ts b/projects/aca-testing-shared/src/utilities/repo-client/apis/upload/upload-api.ts index 246860415d..64c0983757 100644 --- a/projects/aca-testing-shared/src/utilities/repo-client/apis/upload/upload-api.ts +++ b/projects/aca-testing-shared/src/utilities/repo-client/apis/upload/upload-api.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,7 +15,7 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License diff --git a/projects/aca-testing-shared/src/utilities/repo-client/repo-client.ts b/projects/aca-testing-shared/src/utilities/repo-client/repo-client.ts index 805d131ead..eb79320fc4 100755 --- a/projects/aca-testing-shared/src/utilities/repo-client/repo-client.ts +++ b/projects/aca-testing-shared/src/utilities/repo-client/repo-client.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,7 +15,7 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License diff --git a/projects/aca-testing-shared/src/utilities/user-actions.ts b/projects/aca-testing-shared/src/utilities/user-actions.ts index f4284b23d2..acc68f8b6b 100644 --- a/projects/aca-testing-shared/src/utilities/user-actions.ts +++ b/projects/aca-testing-shared/src/utilities/user-actions.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,7 +15,7 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License diff --git a/projects/aca-testing-shared/src/utilities/utils.ts b/projects/aca-testing-shared/src/utilities/utils.ts index 74108cce2e..f2a5f79f25 100644 --- a/projects/aca-testing-shared/src/utilities/utils.ts +++ b/projects/aca-testing-shared/src/utilities/utils.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,7 +15,7 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License diff --git a/projects/aca-viewer/.eslintrc.js b/projects/aca-viewer/.eslintrc.js new file mode 100644 index 0000000000..9e780e164b --- /dev/null +++ b/projects/aca-viewer/.eslintrc.js @@ -0,0 +1,23 @@ +path = require("path"); +module.exports = { + "extends": "../../.eslintrc.json", + "ignorePatterns": [ + "!**/*" + ], + "overrides": [ + { + "files": [ + "*.ts" + ], + "parserOptions": { + "project": [ + path.join(__dirname, "tsconfig.lib.json"), + path.join(__dirname, "tsconfig.spec.json") + ], + "createDefaultProgram": true + }, + "rules": { + } + } + ] +} diff --git a/projects/aca-viewer/.eslintrc.json b/projects/aca-viewer/.eslintrc.json deleted file mode 100644 index 7b13d47aec..0000000000 --- a/projects/aca-viewer/.eslintrc.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "extends": "../../.eslintrc.json", - "ignorePatterns": [ - "!**/*" - ], - "overrides": [ - { - "files": [ - "*.ts" - ], - "parserOptions": { - "project": [ - "projects/aca-viewer/tsconfig.lib.json", - "projects/aca-viewer/tsconfig.spec.json" - ], - "createDefaultProgram": true - }, - "rules": { - } - } - ] -} diff --git a/projects/aca-viewer/src/lib/components/viewer/viewer.component.ts b/projects/aca-viewer/src/lib/components/viewer/viewer.component.ts index ee8f75af8f..59deb041cc 100644 --- a/projects/aca-viewer/src/lib/components/viewer/viewer.component.ts +++ b/projects/aca-viewer/src/lib/components/viewer/viewer.component.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { AppExtensionService, AppHookService, ContentApiService } from '@alfresco/aca-shared'; diff --git a/projects/aca-viewer/src/lib/viewer.module.ts b/projects/aca-viewer/src/lib/viewer.module.ts index 482f12e853..b9e4c04ae5 100644 --- a/projects/aca-viewer/src/lib/viewer.module.ts +++ b/projects/aca-viewer/src/lib/viewer.module.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { NgModule } from '@angular/core'; diff --git a/projects/aca-viewer/src/public-api.ts b/projects/aca-viewer/src/public-api.ts index a597dd00e7..fcf280094c 100644 --- a/projects/aca-viewer/src/public-api.ts +++ b/projects/aca-viewer/src/public-api.ts @@ -1,3 +1,27 @@ +/*! + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Alfresco Example Content Application + * + * This file is part of the Alfresco Example Content Application. + * If the software was purchased under a paid Alfresco license, the terms of + * the paid license agreement will prevail. Otherwise, the software is + * provided under the following open source license terms: + * + * The Alfresco Example Content Application is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * The Alfresco Example Content Application is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * from Hyland Software. If not, see . + */ + /* * Public API Surface of aca-viewer */ diff --git a/projects/aca-viewer/src/test.ts b/projects/aca-viewer/src/test.ts index 59f2f3c789..d4e12c097a 100644 --- a/projects/aca-viewer/src/test.ts +++ b/projects/aca-viewer/src/test.ts @@ -1,3 +1,27 @@ +/*! + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. + * + * Alfresco Example Content Application + * + * This file is part of the Alfresco Example Content Application. + * If the software was purchased under a paid Alfresco license, the terms of + * the paid license agreement will prevail. Otherwise, the software is + * provided under the following open source license terms: + * + * The Alfresco Example Content Application is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * The Alfresco Example Content Application is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * from Hyland Software. If not, see . + */ + // This file is required by karma.conf.js and loads recursively all the .spec and framework files import 'zone.js'; diff --git a/projects/adf-office-services-ext/.eslintrc.js b/projects/adf-office-services-ext/.eslintrc.js new file mode 100644 index 0000000000..9e780e164b --- /dev/null +++ b/projects/adf-office-services-ext/.eslintrc.js @@ -0,0 +1,23 @@ +path = require("path"); +module.exports = { + "extends": "../../.eslintrc.json", + "ignorePatterns": [ + "!**/*" + ], + "overrides": [ + { + "files": [ + "*.ts" + ], + "parserOptions": { + "project": [ + path.join(__dirname, "tsconfig.lib.json"), + path.join(__dirname, "tsconfig.spec.json") + ], + "createDefaultProgram": true + }, + "rules": { + } + } + ] +} diff --git a/projects/adf-office-services-ext/.eslintrc.json b/projects/adf-office-services-ext/.eslintrc.json deleted file mode 100644 index 9c66fd4f9e..0000000000 --- a/projects/adf-office-services-ext/.eslintrc.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "extends": "../../.eslintrc.json", - "ignorePatterns": [ - "!**/*" - ], - "overrides": [ - { - "files": [ - "*.ts" - ], - "parserOptions": { - "project": [ - "projects/adf-office-services-ext/tsconfig.lib.json", - "projects/adf-office-services-ext/tsconfig.spec.json" - ], - "createDefaultProgram": true - }, - "rules": { - } - } - ] -} diff --git a/projects/adf-office-services-ext/assets/aos.plugin.json b/projects/adf-office-services-ext/assets/aos.plugin.json index d7a16fba4f..270c01d7d0 100644 --- a/projects/adf-office-services-ext/assets/aos.plugin.json +++ b/projects/adf-office-services-ext/assets/aos.plugin.json @@ -4,7 +4,7 @@ "$version": "0.0.10", "$name": "Edit in Office", "$description": "Extension that provides Office Edit Online Action", - "$vendor": "Alfresco Software, Ltd.", + "$vendor": "Hyland Software, Inc. and its affiliates", "$license": "LGPL-3.0", "actions": [ diff --git a/projects/adf-office-services-ext/src/lib/actions/aos.actions.ts b/projects/adf-office-services-ext/src/lib/actions/aos.actions.ts index 545d8eeee6..77b5c7d6ef 100755 --- a/projects/adf-office-services-ext/src/lib/actions/aos.actions.ts +++ b/projects/adf-office-services-ext/src/lib/actions/aos.actions.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Action } from '@ngrx/store'; diff --git a/projects/adf-office-services-ext/src/lib/aos-extension.module.ts b/projects/adf-office-services-ext/src/lib/aos-extension.module.ts index 245a507cbb..03811ef1bc 100644 --- a/projects/adf-office-services-ext/src/lib/aos-extension.module.ts +++ b/projects/adf-office-services-ext/src/lib/aos-extension.module.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { ExtensionService, provideExtensionConfig } from '@alfresco/adf-extensions'; diff --git a/projects/adf-office-services-ext/src/lib/aos-extension.service.spec.ts b/projects/adf-office-services-ext/src/lib/aos-extension.service.spec.ts index b35ff5e972..d80a34c130 100644 --- a/projects/adf-office-services-ext/src/lib/aos-extension.service.spec.ts +++ b/projects/adf-office-services-ext/src/lib/aos-extension.service.spec.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { TestBed } from '@angular/core/testing'; diff --git a/projects/adf-office-services-ext/src/lib/aos-extension.service.ts b/projects/adf-office-services-ext/src/lib/aos-extension.service.ts index f02aa3aab3..40de9c9115 100644 --- a/projects/adf-office-services-ext/src/lib/aos-extension.service.ts +++ b/projects/adf-office-services-ext/src/lib/aos-extension.service.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ /* cspell:disable */ diff --git a/projects/adf-office-services-ext/src/lib/effects/aos.effects.spec.ts b/projects/adf-office-services-ext/src/lib/effects/aos.effects.spec.ts index 1e1037072b..6330acd5ab 100755 --- a/projects/adf-office-services-ext/src/lib/effects/aos.effects.spec.ts +++ b/projects/adf-office-services-ext/src/lib/effects/aos.effects.spec.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { MinimalNodeEntryEntity } from '@alfresco/js-api'; diff --git a/projects/adf-office-services-ext/src/lib/effects/aos.effects.ts b/projects/adf-office-services-ext/src/lib/effects/aos.effects.ts index 11294b8cea..003e506b3b 100755 --- a/projects/adf-office-services-ext/src/lib/effects/aos.effects.ts +++ b/projects/adf-office-services-ext/src/lib/effects/aos.effects.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ import { Injectable } from '@angular/core'; diff --git a/projects/adf-office-services-ext/src/public-api.ts b/projects/adf-office-services-ext/src/public-api.ts index c91e4788cc..13f24d9fed 100644 --- a/projects/adf-office-services-ext/src/public-api.ts +++ b/projects/adf-office-services-ext/src/public-api.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ export * from './lib/aos-extension.service'; diff --git a/projects/adf-office-services-ext/src/test.ts b/projects/adf-office-services-ext/src/test.ts index f3f9cbb9a2..3ec7a641c9 100644 --- a/projects/adf-office-services-ext/src/test.ts +++ b/projects/adf-office-services-ext/src/test.ts @@ -1,12 +1,11 @@ /*! - * @license - * Alfresco Example Content Application + * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved. * - * Copyright (C) 2005 - 2020 Alfresco Software Limited + * Alfresco Example Content Application * * This file is part of the Alfresco Example Content Application. * If the software was purchased under a paid Alfresco license, the terms of - * the paid license agreement will prevail. Otherwise, the software is + * the paid license agreement will prevail. Otherwise, the software is * provided under the following open source license terms: * * The Alfresco Example Content Application is free software: you can redistribute it and/or modify @@ -16,11 +15,11 @@ * * The Alfresco Example Content Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with Alfresco. If not, see . + * from Hyland Software. If not, see . */ // This file is required by karma.conf.js and loads recursively all the .spec and framework files